f227481461Fixed wrong parameter name problem
Allen Webster
2019-08-05 14:10:50 -0700
2f6b9744bdEliminated old file change notification system; replaced OS layer job system with OS layer thread wrappers; moved coroutine implementation from OS layer to core
Allen Webster
2019-08-03 22:36:13 -0700
d4db77b3fbNew file listing API
Allen Webster
2019-08-03 17:49:40 -0700
2b28efa3bfImmediate Mode error highlighting -- everything is now in I.M.
Allen Webster
2019-08-03 14:18:40 -0700
b998317bdaisearch highlight implemented in I.M. rendering, fixes to enclosures
Allen Webster
2019-08-02 13:07:08 -0700
053cc15f1aDone for the day
Allen Webster
2019-07-31 20:29:43 -0700
e60f115ebeRemove all markers visual code
Allen Webster
2019-07-31 20:28:43 -0700
1f81120343New text coloring system setup
Allen Webster
2019-07-31 20:16:53 -0700
2e0992fdd3extended text layouts to easily get character and line rectangles
Allen Webster
2019-07-31 19:13:36 -0700
7fd8196485Finally got rid of line_height in View
Allen Webster
2019-07-31 13:43:27 -0700
662ed81563Patch for isearch, it's still broken but good enough for now until I get time to rewrite it tfor realzies.
Allen Webster
2019-07-29 13:24:47 -0700
bbd4b15272Cleaned up [most of] everything on my personal todo list
Allen Webster
2019-07-26 19:31:01 -0700
6a66bbabf7Fixed face modification
Allen Webster
2019-07-26 18:40:31 -0700
3b733a53e6Renderer blend function fix
Allen Webster
2019-07-25 18:42:46 -0700
f52738b5e6Fixed some lingering string problems in windows platform layer
Allen Webster
2019-07-25 17:58:25 -0700
dd51779a04Hack to fix the GL wrong thread problem with font init -- do better later!
Allen Webster
2019-07-25 17:18:05 -0700
80b98e3b47New Renderer - First Version. Finished.
Allen Webster
2019-07-25 12:54:58 -0700
efa1515121Batched rendering 50%
Allen Webster
2019-07-25 00:17:01 -0700
6b3d61c035Font handling and rendering basically working.
Allen Webster
2019-07-24 00:41:40 -0700
3ddd3fc2faIn Procress
Allen Webster
2019-07-21 11:31:17 -0700
55d064cf61In Progress: working on the new opengl back end and font rasterizer
Allen Webster
2019-07-21 11:16:34 -0700
8c54e8345eNew word complete
Allen Webster
2019-07-14 15:18:59 -0700
706370b553New string matching lists based system for search buffer filling
Allen Webster
2019-07-12 20:19:24 -0700
1acaeb040bBuilt out the new tables
Allen Webster
2019-07-12 18:10:55 -0700
fac76e72f5Delete deprecated files
Allen Webster
2019-07-12 17:52:35 -0700
a7c5be3e02Deprecated old table and arena code
Allen Webster
2019-07-12 17:43:17 -0700
ac633ebbe5Moving towards a much simpler 'search' system
Allen Webster
2019-06-20 19:31:22 -0700
7072c92dc2Switching the API over to i64 and Range_i64 for positions inside buffers
Allen Webster
2019-06-20 16:43:27 -0700
bd6b84ce81Fixed hidden local variable
Allen Webster
2019-06-20 13:36:05 -0700
7d0dd46a3fFinished switching the API to new return style
Allen Webster
2019-06-19 21:45:58 -0700
5010d6e14fFixed bugs in string seek, fixed bug in insertf
Allen Webster
2019-06-19 20:43:02 -0700
cf6c92fcbdSwitching the API return method
Allen Webster
2019-06-18 19:31:59 -0700
ef571b7f64Correct naming scheme
Allen Webster
2019-06-18 15:56:09 -0700
41ac11cf98Extended String_Match struct; regularized range and rect type code
Allen Webster
2019-06-17 21:47:00 -0700
f4b77f9c55Fixed off-by-one problem with buffer_seek_string; fixed history grouping in batch edits
Allen Webster
2019-06-17 13:05:14 -0700
316673af26Simplified and optimized implementation of string matching/scanning/listing operations by reducing to a chunked text linear scanning algorithim
Allen Webster
2019-06-16 16:38:22 -0700
27e12b8b0dI forget
Allen Webster
2019-06-15 12:06:14 -0700
e274bb9120Simplify and rename 'hard starts' stuff for indentation
Allen Webster
2019-06-14 15:57:22 -0700
797fb42749Simplifying and organizing line commands
Allen Webster
2019-06-14 15:01:50 -0700
0a9bfc8b84Simplifying implementation of move line up/down
Allen Webster
2019-06-14 14:47:05 -0700
11cd6192edRemoving old style scanning code from 4coder_search.cpp
Allen Webster
2019-06-14 14:07:17 -0700
cdfff6f8a5Fixed the replace in range bug
Allen Webster
2019-06-14 13:28:20 -0700
b5cc96aa2aFixed bug in backward string seek
Allen Webster
2019-06-12 14:35:30 -0700
ab12f73e67Seek string in the core
Allen Webster
2019-06-11 16:16:27 -0700
7e3bcf04a8Generalizing the ideas of 'stop spots' and 'enclose' operations even more
Allen Webster
2019-06-10 22:01:57 -0700
0516c94afcDeeply reorganizing code from seek.cpp; more 'enclose' operations
Allen Webster
2019-06-09 14:05:57 -0700
24e025cf29Seek character delimiter moved onto thew seek system
Allen Webster
2019-06-08 17:19:55 -0700
9ce2eeeb11Replaced streaming implementations of seeks with a core based character class seek system
Allen Webster
2019-06-08 17:09:14 -0700
0096b6339eSimplifying and reorganizing 4coder_seek.cpp stuff
Allen Webster
2019-06-05 16:04:35 -0700
749b4349f6Significant progress reorganizing the customization helpers
Allen Webster
2019-06-01 20:07:57 -0700
6130b839eaFixed the bug where delete_file_query command doesn't end after the user confirms
Allen Webster
2019-06-01 17:49:03 -0700
e384e63372Deleted empty 4ed_shared_file_handling.cpp file
Allen Webster
2019-06-01 17:47:45 -0700
71ce96e5a4Removing OS level directory cd implementations
Allen Webster
2019-06-01 17:47:14 -0700
0e7287fbf3Removing directory_cd API
Allen Webster
2019-06-01 17:45:18 -0700
2ef8f361d7Merge non-sense, who knows, here goes
Allen Webster
2019-06-01 16:58:28 -0700
7841ec0f2eExtraordinary breaking rewrite. Arenas. Strings. Lots of API related stuff.
Allen Webster
2019-06-01 16:33:31 -0700
70cae408d1stop spamming all the views with the run buffer
Allen Webster
2019-04-15 12:43:58 -0700
9792327987Fix variable shadowing problems
Allen Webster
2019-04-08 13:02:44 -0700
79e04a54c7misc fixes
Allen Webster
2019-04-08 12:21:04 -0700
c4117c86a0Finished sectioning away View_Summary
Allen Webster
2019-04-07 10:36:24 -0700
9ac5c44a07view summary blah blah lbha
Allen Webster
2019-04-06 16:36:53 -0700
bcec902ce2More progress shifting off of View_Summary
Allen Webster
2019-04-06 14:13:49 -0700
88df8a4fb2Progress towards shifting off View_Summary
Allen Webster
2019-04-06 12:40:36 -0700
e6451a3871Cleanup cleanup cleanup; shrinking api implementation file size mostly
Allen Webster
2019-04-05 16:30:24 -0700
3911eb2197Remove View_Summary from core API
Allen Webster
2019-04-05 14:56:58 -0700
18b755c626Doubled buffer entries in buffer lister
Allen Webster
2019-04-05 14:27:36 -0700
9f15876d87Initialize custom arena sooner
Allen Webster
2019-04-05 14:22:11 -0700
a0b4524116Variable shadowing fix
Allen Webster
2019-04-05 14:18:16 -0700
309d6b03acBuffer_Summary completely shifted into transition files
Allen Webster
2019-04-04 19:03:36 -0700
4d2afeaecaA tiny bit more:
Allen Webster
2019-04-04 01:28:18 -0700
bdf1d57eb5Progress towards removing Buffer_Summary
Allen Webster
2019-04-04 01:25:16 -0700
7792bb2b81New insertion buffering; fixed new search bug
Allen Webster
2019-04-02 13:06:49 -0700
7215850793Fixed render_cursor computation in text layout; fixed default render caller on_screen_range query
Allen Webster
2019-04-02 09:23:07 -0700
5fc89ba45abuffer space <-> layout space conversions; on screen range and height in text layout
Allen Webster
2019-03-31 23:40:24 -0700
afc46f615ftext layout space conversions
Allen Webster
2019-03-31 23:14:31 -0700
8a9fe50a98Fix alignment bug in new compute_render_layout system; fixed some misc. bugs
Allen Webster
2019-03-31 21:24:13 -0700
27214f4bf9jumping, set dirty state API, fix null dereference crash
Allen Webster
2019-03-31 20:50:37 -0700
e57e927e07Deprecated mirrors
Allen Webster
2019-03-31 20:05:48 -0700
731a162d9cLots of progress towards sectioning off Buffer_Summary
Allen Webster
2019-03-31 19:41:39 -0700
1977394096layout handles, looking up cursor values
Allen Webster
2019-03-31 17:36:09 -0700
a315461286default_ui_render_caller - decomposition
Allen Webster
2019-03-31 15:07:10 -0700
068defec5ffont metrics
Allen Webster
2019-03-31 14:30:06 -0700
148b618349global_get_screen_rectangle
Allen Webster
2019-03-31 14:04:02 -0700
9d787d19fdexplicitly telling compute_render_layout the 'buffer coordinates' for the layout
Allen Webster
2019-03-31 13:56:00 -0700