Allen Webster
|
0eecb215ef
|
Cleanup audio system; put mixer in custom layer; hooks in win32 layer
|
2020-11-23 19:32:35 -08:00 |
Allen Webster
|
4f31b9d5aa
|
Stop audio API; switch to float based mixer
|
2020-11-23 17:45:04 -08:00 |
Allen Webster
|
a9a1931e34
|
Hack in new audio system contributed by casey; win32 only for now
|
2020-11-23 13:46:01 -08:00 |
Allen Webster
|
4ae8883d4c
|
Arbitrary text rotation in immediate mode text draw
|
2020-05-09 09:55:01 -07:00 |
Allen Webster
|
aa773f7413
|
notepad scrolling bug fix; win32 window icon
|
2020-05-09 07:44:36 -07:00 |
Allen Webster
|
c4e47935d4
|
Undo fade out
|
2020-05-03 08:00:28 -07:00 |
Allen Webster
|
33933da218
|
Upgrade to view change buffer hook; quick_swap_buffer
|
2020-05-03 06:40:07 -07:00 |
Allen Webster
|
7c1931ebb0
|
View change buffer hook
|
2020-05-03 06:24:39 -07:00 |
Allen Webster
|
5b8d22a766
|
Pass the buffer edit hook the old_cursor_range
|
2020-05-01 21:44:52 -07:00 |
Allen Webster
|
d72636138d
|
Normal count type in Color_Table
|
2020-03-07 14:54:52 -08:00 |
Allen Webster
|
bc2b834f3b
|
Whole screen render hook
|
2020-03-03 17:37:55 -08:00 |
Allen Webster
|
9dd79d5957
|
Fix drive letter problem; add unkillable setting
|
2020-01-26 18:27:38 -08:00 |
Allen Webster
|
9e72096bdf
|
Merged macos platform layer branch into master; building on windows
|
2020-01-16 18:26:19 -08:00 |
Allen Webster
|
15c7188721
|
Permanently get off of min/max, extend setup_cl with 2019 default paths
|
2019-12-26 20:14:13 -08:00 |
Yuval Dolev
|
9f518de27b
|
Build system is now working for macOS.
|
2019-12-22 23:43:36 +02:00 |
Allen Webster
|
4817510c5d
|
Final type fixups; package and build stuff straightened out
|
2019-12-17 19:38:08 -08:00 |
Allen Webster
|
c3e96803d2
|
Partial setup for binding documentations
|
2019-12-17 00:11:31 -08:00 |
Allen Webster
|
b9dedc912d
|
Extra room in the API for eventually having mixed-font layouts
|
2019-12-16 17:52:20 -08:00 |
Allen Webster
|
b6fc044538
|
Progress on type documentation
|
2019-12-15 22:56:13 -08:00 |
Allen Webster
|
c9a01fbe0e
|
Basics of the entire code index in place for jump to definition
|
2019-12-13 16:20:59 -08:00 |
Allen Webster
|
dbb2671bd0
|
New color scheme system up and running with dynamic meta-allocated-ids, arrays of colors in each slot, and full custom layer control
|
2019-11-25 22:09:31 -08:00 |
Allen Webster
|
f1ddbc2cc8
|
Added metaprogram for custom ids to make them much easier to declare and integrate
|
2019-11-24 15:13:51 -08:00 |
Allen Webster
|
295cb0d0a6
|
All obvious memory leaks fixed - except when profiler is enabled - need to set it to default disabled and fix the inspect ui to still work
|
2019-11-21 21:37:11 -08:00 |
Allen Webster
|
2834583b98
|
Sending commands to views working; open in other working
|
2019-11-06 17:36:30 -08:00 |
Allen Webster
|
580239c003
|
Virtual whitespace flashing fixed by edit chain in tick callback
|
2019-11-04 22:25:19 -08:00 |
Allen Webster
|
5b9a29e215
|
Cleaning up layout types
|
2019-11-03 16:03:23 -08:00 |
Allen Webster
|
09acacd3cf
|
Rough version of virtual whitespace up and running
|
2019-10-31 20:46:53 -07:00 |
Allen Webster
|
8a11860fc3
|
Basics of programmable layout working
|
2019-10-30 16:27:37 -07:00 |
Allen Webster
|
187f91084a
|
Initial sloppy setup for customizable line layout
|
2019-10-28 21:27:20 -07:00 |
Allen Webster
|
a6fc1e9167
|
Drop down menu word complete
|
2019-10-27 21:20:30 -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
|
822f228dc9
|
fixed the issues with the async lexer (i think)
|
2019-10-23 18:54:12 -07:00 |
Allen Webster
|
21d482e05f
|
New fancy color cleanup; fancy string cleanup; api colors now use fancy colors; fancy colors are FColors
|
2019-10-22 18:25:40 -07:00 |
Allen Webster
|
9f986493a1
|
Work on profiler; cleaned up the API types file
|
2019-10-22 15:07:05 -07:00 |
Allen Webster
|
c7f69d26a0
|
Async system setup WITHOUT cancelation working yet
|
2019-10-21 21:10:29 -07:00 |
Allen Webster
|
a5a07c16f8
|
Setup for the async
|
2019-10-20 19:02:58 -07:00 |
Allen Webster
|
2911974fa0
|
Fallback command maps in view context
|
2019-10-19 18:46:57 -07:00 |
Allen Webster
|
2d8653754d
|
Deduplicated fallback dispatch code
|
2019-10-19 18:32:38 -07:00 |
Allen Webster
|
323782f7f7
|
Lots of progress on the profiler; no more infinite recursion in listers
|
2019-10-19 18:17:44 -07:00 |
Allen Webster
|
f963dcfd57
|
Word complete MAJORLY tuned up and looking good
|
2019-10-19 11:55:56 -07:00 |
Allen Webster
|
8d4626f27c
|
Fix scroll/cursor linking (need more generic version though); cleanup access system; remove some unecessary enum types
|
2019-10-17 19:54:02 -07:00 |
Allen Webster
|
e3c4caf076
|
EOL fixup
|
2019-10-16 21:22:06 -07:00 |
Allen Webster
|
b44eb002a6
|
Super cool new scrolling contexts applicable to buffers and UIs; cubic scroll!!!
|
2019-10-14 20:26:00 -07:00 |
Allen Webster
|
6374d1bd19
|
Fallback to command map in lister
|
2019-10-14 15:57:47 -07:00 |
Allen Webster
|
e307b67f4e
|
New UI system up and running
|
2019-10-13 23:58:49 -07:00 |
Allen Webster
|
eb47669f84
|
Working on eliminating old UI bulls
|
2019-10-13 19:13:15 -07:00 |
Allen Webster
|
6770107d2b
|
Query bar fixup for new view coroutine structure; also new view coroutine structure
|
2019-10-13 13:17:22 -07:00 |
Allen Webster
|
dbaab9d945
|
New input binding system up and running.
|
2019-10-10 18:40:10 -07:00 |
Allen Webster
|
0e51ffa80d
|
New mapping system looking decent
|
2019-10-10 15:57:02 -07:00 |