Commit Graph

446 Commits (c0cca3f4265cc79b91fbd36b579713bb1dbc0076)

Author SHA1 Message Date
Allen Webster 28c3715073 Finished reorganizing everything for the shift into exposing system api right into the custom layer 2019-10-07 18:42:23 -07:00
Allen Webster 5edbd93d26 Cleaning up euclidean space types; simplifying some rendering stuff 2019-10-05 23:59:35 -07:00
Allen Webster c2ad6d188d new custom API linkage 2019-10-04 19:48:05 -07:00
Allen Webster d654adacc5 Fully transitioned to the new system api linkage 2019-10-03 10:57:44 -07:00
Allen Webster 19034b7887 Removed all string.h dependencies from core and win32 2019-10-01 16:41:23 -07:00
Allen Webster c47270702a Thread context now introduced to 4coder in ALL layers (booya!) :) 2019-09-30 19:06:21 -07:00
Allen Webster 4640349de8 Basics of relex are now in place 2019-09-28 19:13:46 -07:00
Allen Webster 783d4cc147 beta ready DPI handling 2019-09-27 17:49:59 -07:00
Allen Webster da9d1235b4 CR characters absorbed into LF characters 2019-09-27 17:07:37 -07:00
Allen Webster 8bd7c2fd67 Token transition in progress 2019-09-03 22:31:35 -07:00
Allen Webster 352cb27b73 Face* instead of Face_ID as much as possible; Preferred X works again 2019-09-02 14:32:52 -07:00
Allen Webster aaec0cc3c8 Character positioning by line relative layout iteration 2019-09-02 11:59:36 -07:00
Allen Webster 9efc4fb2e3 LOG 2019-08-15 19:54:06 -07:00
Allen Webster b9e5d2d49f Finished external modification hook 2019-08-13 11:54:15 -07:00
Allen Webster ac04842f97 New file change notification system 2019-08-12 21:19:02 -07:00
Allen Webster 422d67c41f Finished the merge of models and app_vars 2019-08-12 17:57:25 -07:00
Allen Webster 742163f8c0 Fixed some bugs in new working set 2019-08-12 10:40:02 -07:00
Allen Webster 8064f780af New working set implementation 2019-08-12 02:16:04 -07:00
Allen Webster 2f6b9744bd Eliminated old file change notification system; replaced OS layer job system with OS layer thread wrappers; moved coroutine implementation from OS layer to core 2019-08-03 22:36:13 -07:00
Allen Webster d4db77b3fb New file listing API 2019-08-03 17:49:40 -07:00
Allen Webster dd51779a04 Hack to fix the GL wrong thread problem with font init -- do better later! 2019-07-25 17:18:05 -07:00
Allen Webster 6b3d61c035 Font handling and rendering basically working. 2019-07-24 00:41:40 -07:00
Allen Webster a7c5be3e02 Deprecated old table and arena code 2019-07-12 17:43:17 -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 ef571b7f64 Correct naming scheme 2019-06-18 15:56:09 -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 e6451a3871 Cleanup cleanup cleanup; shrinking api implementation file size mostly 2019-04-05 16:30:24 -07:00
Allen Webster 9f15876d87 Initialize custom arena sooner 2019-04-05 14:22:11 -07:00
Allen Webster 309d6b03ac Buffer_Summary completely shifted into transition files 2019-04-04 19:03:36 -07:00
Allen Webster 1977394096 layout handles, looking up cursor values 2019-03-31 17:36:09 -07:00
Allen Webster a552b0168f top level render caller controlling layout directly 2019-03-31 11:55:26 -07:00
Allen Webster 362c3cea86 clipboard change hook fully integrated 2019-03-30 15:36:31 -07:00
Allen Webster 13fbae75e3 new animation call n=0 -> immediate animate, n>0 -> try to wait about roughly that many milliseconds 2019-03-30 14:51:56 -07:00
Allen Webster 580548f44f context_get_arena 2019-03-29 14:21:50 -07:00
Allen Webster 3f3a31b114 New edit range hook 2019-03-21 18:27:28 -07:00
Allen Webster d24c1a7a6b Upgraded child process API; Child_Process_ID; launch process without buffer; no-max number of child processes 2019-03-20 20:18:08 -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 cd299761e9 Line numbers 2019-02-27 13:14:25 -08: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 b2b4270505 New file attributes by handle and by name everywhere 2019-02-13 16:24:03 -08:00
Allen Webster 9cfffe6bb6 File Attributes thingy, command line file crash investigated 2019-02-13 15:15:22 -08:00
Allen Webster 774723be04 goto sticky jump same panel working again for search buffer 2019-02-12 02:21:02 -08:00
Allen Webster 90163a2f85 Remove the persistent and transient sub parts of the view, just a view now 2019-02-10 01:18:34 -08:00
Allen Webster 7b4705be60 simplify gui scroll vars, switch things which should ints over to ints 2019-02-09 23:48:07 -08:00
Allen Webster 66a06053b6 Moved built-in mark out of the edit pos 2019-02-09 16:35:47 -08:00
Allen Webster b0007d387f Simplifying the edit position structure 2019-02-09 16:20:55 -08:00