Commit Graph

77 Commits (6b3d61c0357da834aa25fa2bf08ab8f6d5003790)

Author SHA1 Message Date
Allen Webster 8c54e8345e New word complete 2019-07-14 15:18:59 -07:00
Allen Webster 706370b553 New string matching lists based system for search buffer filling 2019-07-12 20:19:24 -07:00
Allen Webster a7c5be3e02 Deprecated old table and arena code 2019-07-12 17:43:17 -07:00
Allen Webster ac633ebbe5 Moving towards a much simpler 'search' system 2019-06-20 19:31:22 -07:00
Allen Webster 7072c92dc2 Switching the API over to i64 and Range_i64 for positions inside buffers 2019-06-20 16:43:27 -07:00
Allen Webster 7d0dd46a3f Finished switching the API to new return style 2019-06-19 21:45:58 -07:00
Allen Webster 5010d6e14f Fixed bugs in string seek, fixed bug in insertf 2019-06-19 20:43:02 -07:00
Allen Webster cf6c92fcbd Switching the API return method 2019-06-18 19:31:59 -07:00
Allen Webster ef571b7f64 Correct naming scheme 2019-06-18 15:56:09 -07:00
Allen Webster 41ac11cf98 Extended String_Match struct; regularized range and rect type code 2019-06-17 21:47:00 -07:00
Allen Webster 316673af26 Simplified and optimized implementation of string matching/scanning/listing operations by reducing to a chunked text linear scanning algorithim 2019-06-16 16:38:22 -07:00
Allen Webster e274bb9120 Simplify and rename 'hard starts' stuff for indentation 2019-06-14 15:57:22 -07:00
Allen Webster 797fb42749 Simplifying and organizing line commands 2019-06-14 15:01:50 -07:00
Allen Webster 0a9bfc8b84 Simplifying implementation of move line up/down 2019-06-14 14:47:05 -07:00
Allen Webster 11cd6192ed Removing old style scanning code from 4coder_search.cpp 2019-06-14 14:07:17 -07:00
Allen Webster cdfff6f8a5 Fixed the replace in range bug 2019-06-14 13:28:20 -07:00
Allen Webster ab12f73e67 Seek string in the core 2019-06-11 16:16:27 -07:00
Allen Webster 7e3bcf04a8 Generalizing the ideas of 'stop spots' and 'enclose' operations even more 2019-06-10 22:01:57 -07:00
Allen Webster 0516c94afc Deeply reorganizing code from seek.cpp; more 'enclose' operations 2019-06-09 14:05:57 -07:00
Allen Webster 9ce2eeeb11 Replaced streaming implementations of seeks with a core based character class seek system 2019-06-08 17:09:14 -07:00
Allen Webster 0096b6339e Simplifying and reorganizing 4coder_seek.cpp stuff 2019-06-05 16:04:35 -07:00
Allen Webster 749b4349f6 Significant progress reorganizing the customization helpers 2019-06-01 20:07:57 -07:00
Allen Webster 0e7287fbf3 Removing directory_cd API 2019-06-01 17:45:18 -07:00
Allen Webster 2ef8f361d7 Merge non-sense, who knows, here goes 2019-06-01 16:58:28 -07:00
Allen Webster 7841ec0f2e Extraordinary breaking rewrite. Arenas. Strings. Lots of API related stuff. 2019-06-01 16:33:31 -07:00
Allen Webster c4117c86a0 Finished sectioning away View_Summary 2019-04-07 10:36:24 -07:00
Allen Webster 9ac5c44a07 view summary blah blah lbha 2019-04-06 16:36:53 -07:00
Allen Webster bcec902ce2 More progress shifting off of View_Summary 2019-04-06 14:13:49 -07:00
Allen Webster 88df8a4fb2 Progress towards shifting off View_Summary 2019-04-06 12:40:36 -07:00
Allen Webster e6451a3871 Cleanup cleanup cleanup; shrinking api implementation file size mostly 2019-04-05 16:30:24 -07:00
Allen Webster 309d6b03ac Buffer_Summary completely shifted into transition files 2019-04-04 19:03:36 -07:00
Allen Webster 4d2afeaeca A tiny bit more: 2019-04-04 01:28:18 -07:00
Allen Webster bdf1d57eb5 Progress towards removing Buffer_Summary 2019-04-04 01:25:16 -07:00
Allen Webster afc46f615f text layout space conversions 2019-03-31 23:14:31 -07:00
Allen Webster 731a162d9c Lots of progress towards sectioning off Buffer_Summary 2019-03-31 19:41:39 -07:00
Allen Webster a552b0168f top level render caller controlling layout directly 2019-03-31 11:55:26 -07:00
Allen Webster 2c381917fd Undo/Redo cursor positioning fixed 2019-03-21 22:06:30 -07:00
Allen Webster 3f3a31b114 New edit range hook 2019-03-21 18:27:28 -07:00
Casey Muratori bc6fa9d9f2 Clipboard, Process, and Cliprect Changes
- Added clipboard change hook
- Added Process_State query for getting the state of exec_system_command operations, retrieved via Get_Process_State
- Added intersection_of and union_of for i32_Rect and f32_Rect
- Fixed what I believe is a bug in the clipboard number updating in the win32 layer (it didn't used to record the new number correctly)
- Added screen_space_to_view_space for Vec2 and f32_Rect
- Made Draw_String return the ending point, as we decided
- Added Draw_Clip_Push and Draw_Clip_Pop
- Changed the behavior of Render_Push_Clip_Sig to allow input clipping rectangles to be anything, and they are simply intersected with the parent rectangle, rather than asserted to not go outside.
-
2019-03-15 01:38:28 -07:00
Allen Webster 1907196035 Margins, moved file bar, moved query bars 2019-02-26 21:49:35 -08:00
Allen Webster 632e2bf9cd Changed off bool32 int32_t uint32_t; Frame_Info, and Render_Parameters structures 2019-02-26 15:08:42 -08:00
Allen Webster e6edfebdba Lister up and running on the entirely custom side system 2019-02-26 11:59:57 -08:00
Allen Webster 1428fc822f 4coder Jamm 2 2019-02-25 15:42:13 -08:00
Allen Webster 258257eb45 4coder Jamm 1 2019-02-23 23:22:16 -08:00
Allen Webster 5ddc8e2b86 Fixed up seeks even more 2019-02-20 22:58:34 -08:00
Allen Webster f49d937fae Updated API to using IDs, added new key codes 2019-02-13 14:14:27 -08:00
Allen Webster 2c00fbfd70 Fix up the behavior of cross buffer undo redo a little more; setup for view_buffer_set 2019-02-11 19:10:42 -08:00
Allen Webster 4a5388f901 Edit handler hook, edit reflection for search buffer, history setting for buffer 2019-02-11 18:33:11 -08:00
Allen Webster 999eced259 more improvements to the merge logic for basic input 2019-02-08 17:48:11 -08:00
Allen Webster d0eb652ab1 Removal of the old commands system 2019-02-07 20:45:13 -08:00