Allen Webster
c4e47935d4
Undo fade out
2020-05-03 08:00:28 -07:00
Allen Webster
5b8d22a766
Pass the buffer edit hook the old_cursor_range
2020-05-01 21:44:52 -07:00
Allen Webster
73fdc838f1
New better arena management
2020-03-11 16:22:37 -07:00
Allen Webster
8c6335afb4
Stabilized scrolling in side-by-side single buffer editing
2020-01-11 18:00:38 -08:00
Allen Webster
4817510c5d
Final type fixups; package and build stuff straightened out
2019-12-17 19:38:08 -08:00
chronal-xnor
d10dc6256b
4coder build scripts working on Linux x64
...
This fixes the build scripts and gets everything working up to the part where
4coder actually builds the linux platform layer. I had to make a few
modifications to shared definitions, so you should make sure I didn't break
anything on Windows with these changes!
2019-12-13 17:00:55 -08:00
Allen Webster
cd24295e8e
Optimized batch edits remeasurement
2019-10-27 15:37:48 -07:00
Allen Webster
f2097ac6bc
Progress on batch edit optimizations; core profiling
2019-10-26 13:48:50 -07:00
Allen Webster
529ef3928e
Some batch edit optimizations; next need to support batch cursor fixing
2019-10-25 17:27:47 -07:00
Allen Webster
6755d4e9ca
Organizing listers as simple 'get_*_from_user' functions
2019-10-24 23:17:54 -07:00
Allen Webster
c7f69d26a0
Async system setup WITHOUT cancelation working yet
2019-10-21 21:10:29 -07:00
Allen Webster
0fd91c8aaf
Fix for some binding problems
2019-10-17 22:11:38 -07:00
Allen Webster
6374d1bd19
Fallback to command map in lister
2019-10-14 15:57:47 -07:00
Allen Webster
4668adbca4
Preferred x bug fixed
2019-10-08 12:16:20 -07:00
Allen Webster
54c5ce389b
Fixed paste next _again_ fixed the really horrible nonsense with ! marked files
2019-10-07 18:08:42 -07:00
Allen Webster
d654adacc5
Fully transitioned to the new system api linkage
2019-10-03 10:57:44 -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
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
8f8ad47f4e
Log grapher wrapped up, more flexible key matching in listers, i64 in markers
2019-08-23 18:34:42 -07:00
Allen Webster
6d7deff11e
Removing shared scratch, passing in scratch on all system calls
2019-08-16 08:01:17 -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
7fd8196485
Finally got rid of line_height in View
2019-07-31 13:43:27 -07:00
Allen Webster
6b3d61c035
Font handling and rendering basically working.
2019-07-24 00:41:40 -07:00
Allen Webster
55d064cf61
In Progress: working on the new opengl back end and font rasterizer
2019-07-21 11:16:34 -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
f4b77f9c55
Fixed off-by-one problem with buffer_seek_string; fixed history grouping in batch edits
2019-06-17 13:05:14 -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
e6451a3871
Cleanup cleanup cleanup; shrinking api implementation file size mostly
2019-04-05 16:30:24 -07:00
Allen Webster
e57e927e07
Deprecated mirrors
2019-03-31 20:05:48 -07:00
Allen Webster
5d566807fe
Fixed batch edit history problem and batch edit abstract mode problem
2019-03-27 20:06:17 -07:00
Allen Webster
1b4c95e4dd
Batch edit fix
2019-03-22 13:08:06 -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
Allen Webster
5959cc0f78
Only send end signal from exec_system_command via flag
2019-03-17 16:11:37 -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
1428fc822f
4coder Jamm 2
2019-02-25 15:42:13 -08:00
Allen Webster
031d097be7
Mirror system up and running -- without highlights
2019-02-22 04:43:12 -08:00
Allen Webster
2d803860ac
Fix variable shadowing for build on new VS versions
2019-02-11 22:11:08 -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
357125c8b2
Remove scroll_i and fix the bopping around of the view for single file side by side editing
2019-02-09 18:56:29 -08:00