Allen Webster
79e04a54c7
misc fixes
2019-04-08 12:21:04 -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
3911eb2197
Remove View_Summary from core API
2019-04-05 14:56:58 -07:00
Allen Webster
309d6b03ac
Buffer_Summary completely shifted into transition files
2019-04-04 19:03:36 -07:00
Allen Webster
7792bb2b81
New insertion buffering; fixed new search bug
2019-04-02 13:06:49 -07:00
Allen Webster
7215850793
Fixed render_cursor computation in text layout; fixed default render caller on_screen_range query
2019-04-02 09:23:07 -07:00
Allen Webster
5fc89ba45a
buffer space <-> layout space conversions; on screen range and height in text layout
2019-03-31 23:40:24 -07:00
Allen Webster
afc46f615f
text layout space conversions
2019-03-31 23:14:31 -07:00
Allen Webster
8a9fe50a98
Fix alignment bug in new compute_render_layout system; fixed some misc. bugs
2019-03-31 21:24:13 -07:00
Allen Webster
27214f4bf9
jumping, set dirty state API, fix null dereference crash
2019-03-31 20:50:37 -07:00
Allen Webster
e57e927e07
Deprecated mirrors
2019-03-31 20:05:48 -07:00
Allen Webster
1977394096
layout handles, looking up cursor values
2019-03-31 17:36:09 -07:00
Allen Webster
068defec5f
font metrics
2019-03-31 14:30:06 -07:00
Allen Webster
148b618349
global_get_screen_rectangle
2019-03-31 14:04:02 -07:00
Allen Webster
9d787d19fd
explicitly telling compute_render_layout the 'buffer coordinates' for the layout
2019-03-31 13:56:00 -07:00
Allen Webster
a552b0168f
top level render caller controlling layout directly
2019-03-31 11:55:26 -07:00
Allen Webster
028f96b633
extened api to make Buffer_Summary redundant
2019-03-30 16:18:13 -07:00
Allen Webster
b3d043ea23
treat wrapped line queries as unwrapped if the file/view underlying is unwrapped
2019-03-30 15:21:58 -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
1e67e5a3c5
switch Found_String to use Range
2019-03-30 13:30:51 -07:00
Allen Webster
5cc8e74189
buffer_get_base_name
2019-03-30 13:17:10 -07:00
Allen Webster
580548f44f
context_get_arena
2019-03-29 14:21:50 -07:00
Allen Webster
e4d07a3778
waving a dead chicken over the altar of git
2019-03-28 22:05:18 -07:00
Allen Webster
8d322ef025
Manually merging everything was magicked away by git
2019-03-28 22:00:58 -07:00
cmuratori
2508308b7c
Merged in casey_get_view_visible_range (pull request #2 )
...
Added get_view_visible_range
2019-03-29 02:24:44 +00:00
Allen Webster
5d566807fe
Fixed batch edit history problem and batch edit abstract mode problem
2019-03-27 20:06:17 -07:00
Casey Muratori
fb55121c00
Added get_view_visible_range
...
Add get_view_visible_range so you don't have to be in the render_caller to find out what can be seen in a view. Ideally these two paths would be merged eventually...
Also added mirror buffer support to Buffer_Insertion
2019-03-24 00:17:21 -07:00
Allen Webster
7ee448c7f5
Fix for exec_system_command implementation on new API
2019-03-22 13:23:39 -07:00
Allen Webster
2c381917fd
Undo/Redo cursor positioning fixed
2019-03-21 22:06:30 -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
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
76f57e2a79
More int32_t uint32_t changes
2019-02-26 15:17:53 -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
410b90d44c
Key event buffer overflow crash fixed; switched draw_string over to Vec2 and returning the distance measured in deltas
2019-02-24 14:54:57 -08:00
Allen Webster
258257eb45
4coder Jamm 1
2019-02-23 23:22:16 -08:00
Allen Webster
1e89cb9e79
Fixed exec_system_command problem
2019-02-13 20:16:02 -08:00
Allen Webster
f9657415d5
Fixed get_4ed_path problems on windows
2019-02-13 19:53:55 -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
f49d937fae
Updated API to using IDs, added new key codes
2019-02-13 14:14:27 -08:00
Allen Webster
5c045a2d5e
Cross buffer undo-redo
2019-02-11 19:03:49 -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
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
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
Allen Webster
4bdc1e6d21
Touch up to the edit position stack
2019-02-09 14:48:53 -08:00
Allen Webster
c5d6cbbd2d
Merge optimization
2019-02-09 01:06:45 -08:00
Allen Webster
999eced259
more improvements to the merge logic for basic input
2019-02-08 17:48:11 -08:00
Allen Webster
f6f0d91ae7
Better merge logic for character insertion
2019-02-08 04:33:43 -08:00
Allen Webster
2efff76023
first pass merge
2019-02-08 03:18:48 -08:00
Allen Webster
0482cd05fe
Basics of new history system working:
2019-02-08 02:03:48 -08:00
Allen Webster
d0eb652ab1
Removal of the old commands system
2019-02-07 20:45:13 -08:00
Allen Webster
a8f678c740
Full rewrite of panel layout system
2019-02-05 01:13:38 -08:00
Allen Webster
5926d9fdd9
Edit position stack cleanup
2019-02-03 19:51:43 -08:00
Allen Webster
3b06664f2b
Everything now works on the new token iteration system
2019-02-01 16:23:48 -08:00
Allen Webster
21a7a58871
begining rewrite of token iteration
2019-02-01 14:50:33 -08:00
Allen Webster
93fe0e1472
Removing all inlines
2019-01-31 05:06:42 -08:00
Allen Webster
4867c26c43
New hook for edited files::
2019-01-31 04:38:24 -08:00
Allen Webster
8b8d880561
Progress towards lexing situation
2019-01-28 21:36:17 -08:00
Allen Webster
020d09227c
Finished integrating immediate mode render changes from Casey
2019-01-25 17:12:25 -08:00
Allen Webster
63673bf9ed
Merge casey changes
2019-01-25 13:03:52 -08:00
Allen Webster
a1cfefbf86
Fixes: scope highlight scrolled right, ignore render items off the screen, scientific notation parsing with +
2018-12-16 20:31:04 -08:00
Allen Webster
3bad062613
Eliminated style generation
2018-11-27 09:56:42 -08:00
Allen Webster
180304dbe3
Remove style struct, focus on enum and array
2018-11-27 07:21:10 -08:00
Allen Webster
59d70950d6
Removed keycodes from 4ed_metagen.cpp
2018-11-22 10:34:11 -08:00
Allen Webster
aa1cbf9a0f
Fixed reopen bug that loses indentation information, moved reopen command to the custom layer
2018-11-20 23:48:42 -08:00
Allen Webster
25ec13d724
Fixed view update hook call timing
2018-11-20 14:54:00 -08:00
Allen Webster
1d5621f5b6
Cleaned up input, replaced all {0} with {}
2018-11-20 00:18:54 -08:00
Allen Webster
c82d38d4a7
Finished primary rewrite of input system
2018-11-19 20:18:57 -08:00
Allen Webster
79e88ac55e
Rewrite of 4ed_api_implementation to use Models instead of Command_Data
2018-11-18 11:47:28 -08:00
Allen Webster
4c8cdcd617
Fixed file listing in cases where the path does not canonicalize
2018-10-09 21:59:42 -07:00
Allen Webster
8f80316e10
Random weird build fail from accent mark
2018-10-09 16:17:01 -07:00
Allen Webster
0b3ef68f48
Fixed crash bug with freeing marker objects
2018-10-09 13:01:48 -07:00
Allen Webster
d30be67d22
set_command_input
2018-10-06 08:26:20 -07:00
Allen Webster
1ca1dc1395
Cleanup and bug fixes
2018-10-05 18:42:56 -07:00
Allen Webster
784d77f7f8
Fixed leak caused by not allocating id_to_ptr table in mem_bank
2018-10-03 14:33:58 -07:00
Allen Webster
6a8dc3e7f0
Fixed a problem with tracking total marker counts
2018-10-02 15:04:57 -07:00
Allen Webster
10fdb57542
API Cleanup, documentation work
2018-10-01 12:32:28 -07:00
Allen Webster
418b14f092
4.0.29 Major new features
2018-09-30 05:14:47 -07:00
Allen Webster
b9065e7cd3
Upgrade to marker visuals API
2018-09-28 16:42:32 -07:00
Allen Webster
438b479991
Clear manage scope calls
2018-09-26 22:01:01 -07:00
Allen Webster
fc811b2211
User managed scopes
2018-09-26 11:06:57 -07:00
Allen Webster
cc5afd931c
Cursors, markers, ibars, and highlights all working
2018-09-21 17:29:32 -07:00
Allen Webster
4a0f9c316f
Fixed some new bugs, added sort exact matches to the top
2018-09-14 12:02:02 -07:00
Allen Webster
a343f2eeca
copy crash bug fixed
2018-09-12 12:43:24 -07:00
Allen Webster
ceaf05df49
UI Quit events, search output target view, other bug reports
2018-09-07 18:36:42 -07:00
Allen Webster
e6d503abe5
Finishing up the new memory and lifetime API stuff, fixed some of the bug reports
2018-09-07 15:39:33 -07:00
Allen Webster
0c7961fbf0
Name change
2018-09-04 10:59:53 -07:00
Allen Webster
617804e54d
Buffer Markers as Managed Objects
2018-09-03 17:37:54 -07:00
Allen Webster
7ba053b2cc
Replaced lifetime object user info with a dynamic workspace
2018-08-26 14:23:12 -07:00
Allen Webster
a25b5c0baa
Moved Managed_Scope and Managed_Object over to checkable id system with u32_Ptr_Table
2018-08-26 02:55:12 -07:00
Allen Webster
a339c9fc9e
New heap up and running.
2018-08-18 01:16:52 -07:00
Allen Webster
ace76a2d3f
Progress towards a managed object API
2018-08-11 23:33:52 -07:00
Allen Webster
0f23470717
Progress towards a new dynamic scope API
2018-08-11 20:45:09 -07:00