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 |
Allen Webster
|
4bdc1e6d21
|
Touch up to the edit position stack
|
2019-02-09 14:48:53 -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
|
d9f71adcb3
|
timer delayed edit finished hook, batched edit finished hook
|
2019-02-03 17:33:44 -08:00 |
Allen Webster
|
4867c26c43
|
New hook for edited files::
|
2019-01-31 04:38:24 -08:00 |
Allen Webster
|
020d09227c
|
Finished integrating immediate mode render changes from Casey
|
2019-01-25 17:12:25 -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
|
769ee14388
|
updated windows file track implementation
|
2018-12-15 01:10:42 -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
|
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
|
a34372191b
|
eliminating Command_Data
|
2018-11-19 18:04:16 -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
|
3b5addace1
|
Sort view step updating below input processing
|
2018-11-18 10:33:01 -08:00 |
Allen Webster
|
b6f918cfb2
|
Sort child process pumping above input processing
|
2018-11-18 10:21:17 -08:00 |
Allen Webster
|
a1f240f04e
|
Input handling cleanup, new view_activate key, fix notepad-like click to new view problem
|
2018-11-08 18:16:11 -08:00 |
Allen Webster
|
7c022e8797
|
Fix animation bug
|
2018-11-08 15:16:55 -08:00 |
Allen Webster
|
6eb6ff04b5
|
Fixed panel resizing problem
|
2018-10-09 17:05:04 -07:00 |
Allen Webster
|
29fc6f84c6
|
Fixed endless animation in UI mode
|
2018-10-09 16:51:45 -07:00 |
Allen Webster
|
1ca1dc1395
|
Cleanup and bug fixes
|
2018-10-05 18:42:56 -07:00 |
Allen Webster
|
ca2afce6e3
|
Cursor rendering for ibar-highlight, wireframe the cursor in inactive views.
|
2018-09-27 13:15:32 -07:00 |
Allen Webster
|
47220e60c1
|
Fixed render rectangle in command data, fixed unwrapped lines rendering, fixed 4ed line highlight color.
|
2018-09-24 16:33:26 -07:00 |
Allen Webster
|
76edc98c4d
|
Line highlight, snipe target highlight
|
2018-09-22 16:45:24 -07:00 |
Allen Webster
|
c625620950
|
Setup basics for visible markers, fixed some stability issues
|
2018-09-17 11:47:06 -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
|
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
|
0f23470717
|
Progress towards a new dynamic scope API
|
2018-08-11 20:45:09 -07:00 |
Allen Webster
|
b4b19886f3
|
Setting up lifetime buckets
|
2018-08-10 22:42:00 -07:00 |
Allen Webster
|
9e3e7519d0
|
Lister wrappers and fixed option lists
|
2018-08-05 00:09:18 -07:00 |
Allen Webster
|
3d70957efd
|
Implementing every 4coder list in the new UI system.
|
2018-08-03 19:41:38 -07:00 |
Allen Webster
|
468a7a33bc
|
Progress on GUI scrolling
|
2018-07-16 20:21:22 -07:00 |
Allen Webster
|
af5d6c8360
|
GUI removed completely, new UI API implementation in place, old UI commands stripped and need to be replaced
|
2018-07-13 18:13:05 -07:00 |
Allen Webster
|
c835f46570
|
View variables
|
2018-06-22 20:03:58 -07:00 |