Commit Graph

212 Commits (2076676156edbc68e2bf23e719a342a60196281f)

Author SHA1 Message Date
Allen Webster e49249c7e4 input debug working, fixed frame waster in gui 2016-06-07 13:22:42 -04:00
Allen Webster 48eeb211ae improvements to the string library 2016-06-07 12:26:11 -04:00
Allen Webster fb1230e991 moved mark-cursor-swap, and Home/End to custom layer 2016-06-06 14:41:17 -04:00
Allen Webster b6f86f4f8d fixed scroll location on file change bug 2016-06-06 12:56:22 -04:00
Allen Webster 91386e62d0 combined font-info-load and font-load 2016-06-03 14:45:51 -04:00
Allen Webster 9bd09d1da2 moved a lot of basics to the custom side 2016-06-03 12:20:45 -04:00
Allen Webster 4dd5d1bfa0 fixed issue with scroll controling in GUI lists 2016-06-03 09:40:05 -04:00
Allen Webster 58a334190d temporary fix for lack of floating sections 2016-06-02 09:47:43 -04:00
Allen Webster 2f572ee72b another small indent rule improvement 2016-05-31 16:01:25 -04:00
Allen Webster 43f65dd5ef remove overlapped sections, need floating sections instead 2016-05-31 13:07:31 -04:00
Allen Webster 0f3f7ce05b exchange is totally gone 2016-05-31 12:27:40 -04:00
Allen Webster 9ac0727d08 trimmed down custom api 2016-05-30 21:22:55 -04:00
Allen Webster ce27493fb3 set up GUI to consume keys it uses 2016-05-30 10:56:54 -04:00
Allen Webster 17dfa93c34 removed the delayed action system 2016-05-29 18:01:27 -04:00
Allen Webster 5275ac5823 removed try_kill from the dact system 2016-05-29 17:34:52 -04:00
Allen Webster 5138d565d8 removed switch from the dact system 2016-05-29 17:02:03 -04:00
Allen Webster cd6614b215 removed 'touch' from the dact system 2016-05-29 16:50:07 -04:00
Allen Webster 37e0b17e7c removed kill from the dact system 2016-05-29 16:41:51 -04:00
Allen Webster bc15f0ed3c removed open, and open_background from the dact system 2016-05-29 16:12:53 -04:00
Allen Webster d224d8cd7b removed save, save_as, and new from the dact system 2016-05-29 15:54:20 -04:00
Allen Webster 93a1d3931f switched app.step over to a big input struct so that the signature does not have to change if I want to pass in more parameters in the future 2016-05-29 15:28:29 -04:00
Allen Webster c56703cbc8 change rate limitting in win32 a bit, fixed up bad calls to BeginPaint, and got rid of OWNDC 2016-05-29 15:05:27 -04:00
Allen Webster 319bae8799 temporarily remove view routines 2016-05-29 13:49:38 -04:00
Allen Webster 2e8ea5f07f got file saving working without exchange system 2016-05-28 18:25:01 -04:00
Allen Webster d5a07a9732 got file loading working without exchange system 2016-05-28 18:12:27 -04:00
Allen Webster 4f55fca356 moved file exchange struct into application side 2016-05-28 14:40:35 -04:00
Allen Webster 885e5b424f eliminated platform layer file exchange 2016-05-28 14:06:01 -04:00
Allen Webster 56d716dde4 now generating the functions in 4coder_custom.h 2016-05-25 18:43:58 -04:00
Allen Webster e4461f3663 now have better yield checking 2016-05-25 11:22:56 -04:00
Allen Webster ddf06aecc2 get_event_message setup, need a little more on coroutine yield checking though 2016-05-25 11:06:30 -04:00
Allen Webster 5274ecd4e9 added a bunch of GUI, stuff, broke everything 2016-05-24 22:12:49 -04:00
Allen Webster 8d2b575b68 added coroutines, fixed _YET_ another scroll bug 2016-05-24 14:22:22 -04:00
Allen Webster 2a60fc7b80 fixed current_scroll crash bugs 2016-05-23 19:43:19 -04:00
Allen Webster dee1b91ed7 fixed some issues with context changing 2016-05-23 11:54:31 -04:00
Allen Webster 13fa946ca0 made the view's scroll vars the official authoritative copy 2016-05-23 10:41:39 -04:00
Allen Webster 199c2a2fc0 fixed file region width wrapping bug 2016-05-23 07:37:12 -04:00
Allen Webster 0ae66f5cdd another issue with new scroll-cursor tracking fixed 2016-05-20 13:45:38 -04:00
Allen Webster 00b3fc8020 fixed issue with command coroutine timing, new input consumption system 2016-05-20 10:54:06 -04:00
Allen Webster 8a9dd391a6 a.4.0.6 2016-05-20 10:00:26 -04:00
Allen Webster a16e77abd4 cleaned up view vs cursor issue, fixed casey goto error bug 2016-05-20 09:53:17 -04:00
Allen Webster 134e166099 fixed casey's 'panel lock up' bug 2016-05-19 21:12:41 -04:00
Allen Webster c8c62dca58 scrollbar may be toggled, file remeasure now tied to file region not panel region 2016-05-19 18:04:01 -04:00
Allen Webster 8bf8e36723 keep recent scroll position for files-view pairs 2016-05-19 14:01:36 -04:00
Allen Webster d6cfdf7413 file sort experiment 2016-05-19 12:23:12 -04:00
Allen Webster 95f33accb3 command maps can now be reopened and extended 2016-05-19 09:29:38 -04:00
Allen Webster c989b9dae9 fixed nasty corruption bug with the size of the undo stack 2016-05-17 16:21:51 -04:00
Allen Webster 562bd0601a fixed bug with whitespace batch editing and token fixup 2016-05-17 15:47:26 -04:00
Allen Webster e07ec779cb expose 4ed module path in custom API 2016-05-16 22:22:57 -04:00
Allen Webster cc91b72883 a4.0.5 - ready to go 2016-05-16 16:30:19 -04:00
Allen Webster f64afa1404 rad new indent rule 2016-05-15 23:22:31 -04:00
Allen Webster 06db721767 cleaned up the indentation code some more 2016-05-15 18:36:23 -04:00
Allen Webster e6d27c2bd8 whitespace batch bug fixed, some indent bugs fixed, keyboard input improved, removed old keyboard files 2016-05-14 16:08:11 -04:00
Allen Webster d8d6834d26 remove rvalue {}, update file load stuff in linux 2016-05-12 13:41:52 -04:00
Allen Webster ff83917900 another scroll bug fixed 2016-05-12 11:53:44 -04:00
Allen Webster 6be352e775 fixed extra scrolling when switching files 2016-05-11 22:15:54 -04:00
Allen Webster 654ae784e2 fixed open empty file bug 2016-05-11 16:40:53 -04:00
Allen Webster d5b878f135 updated welcome message 2016-05-10 14:04:56 -04:00
Allen Webster 2d5c0fc37d updated welcome message 2016-05-10 14:04:06 -04:00
Allen Webster 353d08fa2b file_scroll region bug fixed 2016-05-09 13:40:23 -04:00
Allen Webster 3821b46a71 fix scrolling commands 2016-05-09 11:12:49 -04:00
Allen Webster 52bf9471a4 changes to customization file setup 2016-05-07 13:25:45 -04:00
Allen Webster 21ce392a01 index based styles 2016-05-06 11:34:08 -04:00
Allen Webster 60a51a1cc8 animating moments improved 2016-05-06 10:45:11 -04:00
Allen Webster 4cdf9a6957 bug fixes for event driven stuff 2016-05-04 19:21:30 -04:00
Allen Webster 9513517374 start of arrow navigation plan 2016-05-04 12:22:57 -04:00
Allen Webster 14e35d7eec animation and event completion event handling 2016-05-03 15:33:22 -04:00
Allen Webster 653cc0bf23 boiled out the redraw nonsense, close to event drive now 2016-05-03 12:15:08 -04:00
Allen Webster daf9a73672 color editing 50 2016-04-29 16:57:54 -04:00
Allen Webster 9434cd3a78 theme library gui working, not theme editing gui though 2016-04-28 14:19:11 -04:00
Allen Webster f5c3aa2da4 removed DPI 2016-04-21 20:50:16 -04:00
Allen Webster df300c94fe sure to kill is basically working 2016-04-04 23:13:13 -04:00
Allen Webster 3b17899d8e scroll system a little less sucky 2016-04-02 15:35:33 -04:00
Allen Webster 9402e2a213 file opening working again 2016-03-31 13:13:40 -04:00
Allen Webster 05230ad669 scroll bar 99 ready 2016-03-31 00:05:47 -04:00
Allen Webster 022f7176bf new gui stuff 10 2016-03-26 04:06:41 -04:00
Allen Webster 58a0c9e08f lexer table generator started 2016-03-23 21:05:28 -04:00
Allen Webster d9cc45158d a4.0.2 features ready (still testing) 2016-03-21 18:27:27 -04:00
Allen Webster 6568de0e17 case insensitive search 2016-03-21 14:23:23 -04:00
Allen Webster 4a43a580c5 print_message 2016-03-20 23:58:34 -04:00
Allen Webster 3fd4565eab intended interface for stdout capture 2016-03-20 18:43:28 -04:00
Allen Webster 0fea10aaef welcome message 2016-03-20 18:07:19 -04:00
Allen Webster dabc85b393 new feedback message buffer 2016-03-20 17:51:58 -04:00
Allen Webster 73cc788e65 changes for dpi 2016-03-19 23:09:00 -04:00
Allen Webster bcd6922aef fixed set map bug 2016-03-18 20:17:26 -04:00
Allen Webster 69a83d0ca5 check files before closing 2016-03-16 12:50:26 -04:00
Allen Webster 8e469180cc expanding file table, misc improvements 2016-03-15 10:12:06 -04:00
Allen Webster 68eefd8c19 new file identification scheme up and running 2016-03-11 16:54:32 -05:00
Allen Webster fa20d09245 unique file hash system progress 2016-03-10 22:33:19 -05:00
Allen Webster 5538468eab windows unique file hash 2016-03-08 18:06:27 -05:00
Allen Webster 6f5e1e5686 a4.0.1 ready to go 2016-03-07 17:13:59 -05:00
Allen Webster 1db0271749 bug fixes a4.0.1 2016-03-07 11:51:49 -05:00
Allen Webster 264100d81a various bug fixes 2016-03-07 00:13:20 -05:00
Allen Webster d71d10434a 4coder_handmade_hero.cpp ready to go 2016-03-05 03:10:43 -05:00
Allen Webster 6e1abb4237 theme API part 1, bug fixes 2016-03-04 23:10:55 -05:00
Allen Webster f0e2ca99a5 meta generate styles 2016-03-04 18:10:00 -05:00
Allen Webster 78653ef118 lots of miscellaneous bug fixes 2016-03-04 16:26:00 -05:00
Allen Webster 18eda91724 improvements to custom.cpp 2016-03-04 01:06:11 -05:00
Allen Webster 7b6306683a debugging previous changes 2016-03-03 21:48:58 -05:00
Allen Webster a8ababcd23 organized things into an App_Models struct 2016-03-03 20:41:52 -05:00
Allen Webster 1b16bf2c11 eliminated do_view callback 2016-03-03 14:27:09 -05:00