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
Allen Webster
b4b19886f3
Setting up lifetime buckets
2018-08-10 22:42:00 -07:00
Allen Webster
f0b9b76d9f
Generic lifetime buckets for core variables
2018-08-10 17:42:15 -07:00
Allen Webster
fc5df0c118
Reload themes
2018-08-10 15:57:46 -07:00
Allen Webster
23e2c5489f
Color Theme Lister
2018-08-10 14:52:57 -07:00
Allen Webster
9fac6cd801
Theme Preview Block UI Type
2018-08-07 02:08:01 -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
Allen Webster
56e9719840
Poking around looking at different issues on linux
2018-06-08 21:52:25 -07:00
Allen Webster
4fd34688ba
Version 4.0.27 ready to ship
2018-06-02 16:02:14 -07:00
Allen Webster
7699b37767
Upgraded new project commands, cursor at bottom of output option
2018-06-01 17:29:36 -07:00
Allen Webster
23e6660172
Font size and hinting in config.4coder
2018-05-28 11:14:26 -07:00
Allen Webster
56f92bf4de
Fix for variable hiding compilation errors
2018-05-06 21:20:59 -07:00
Allen Webster
a6f525a900
4.0.26 bug fix list completed
2018-05-06 19:47:22 -07:00
Allen Webster
4915ed36fd
Finished the reorganization of the codebase to break up 4ed_view.cpp
2018-03-25 22:19:08 -07:00
Allen Webster
40b5e61e91
Cut down 4ed_view.cpp a lot more, cut the old debug view
2018-03-24 23:43:56 -07:00
Allen Webster
f6ce7477c4
Lots more organizational stuff: h/cpp separation for all cpp files, splitting stuff out of 4ed_view.cpp
2018-03-24 14:43:57 -07:00
Allen Webster
17704c6036
Fixed several bugs, setup regression tests, working on organizing code for aggressive cleanup
2018-03-24 03:06:45 -07:00
Allen Webster
d9ff9c6651
Better version of buffer resolution algorithms
2017-12-01 13:04:07 -05:00
Allen Webster
65e794f9d3
Lots of good work, also half assed shitty poop sauce of a buffer uniquifier
2017-11-30 18:25:49 -05:00
Allen Webster
6cdaa02312
Got window title changing working robustly ish
2017-11-30 14:02:37 -05:00
Allen Webster
a1c79c5313
Some of the work is done on getting the window title thing working
2017-11-30 11:50:39 -05:00
Allen Webster
6c13041dee
Moved set_title into custom API, implemented set_title tests there
2017-11-30 11:39:35 -05:00
Allen Webster
59872d0b38
mkdir working (at least on windows)
2017-11-21 16:47:40 -05:00
Allen Webster
edd941b5fd
Got rename working on Windows
2017-11-21 16:30:40 -05:00
Allen Webster
291bfa2e32
Fixed font pixels, added delete file command
2017-11-21 14:48:04 -05:00
Allen Webster
05a89b37e8
Fixed up packaging and building with new file organization, added docs for new font stuff
2017-11-20 19:35:35 -05:00
Allen Webster
6a725838d3
Entire font core system up and running, still need docs and nicer font usage in default framework
2017-11-20 18:31:57 -05:00
Allen Webster
818e3781df
Finished the bindings.html generator (mostly), fixed the windows crash bug (major
2017-11-18 17:40:10 -05:00
Allen Webster
4f3b07168d
Working on font cleanup all day all day all day
2017-11-16 18:03:36 -05:00
Allen Webster
f836f60b3b
Site modifications
2017-11-11 13:03:14 -05:00
Allen Webster
30c16d6752
cleaning up everything in mac input setup
2017-11-08 19:12:14 -05:00
Allen Webster
dca823fe4f
setup the remapping commands, restructured the 4coder mapping internals, started working on global_set_mapping
2017-11-08 13:24:30 -05:00
Allen Webster
e4a4608007
almost finished with a generalized coroutine solution
2017-07-19 16:07:50 -04:00
Allen Webster
db78c80cda
cleaned up the windows fullscreen BULLS
2017-07-18 18:34:57 -04:00
Allen Webster
b52c82f1ae
reordered windows to match linux, trimming down the fullscreen code
2017-07-18 18:09:16 -04:00
Allen Webster
24857007bc
lots of cleanup to the command coroutine events
2017-07-17 20:00:07 -04:00
Allen Webster
61f3187767
fixed the jump parsing ONCE AND FOR ALL! cleaning up some TODOs
2017-07-17 19:35:13 -04:00
Allen Webster
a1b0f805d1
cleaned up the child process updating and CLI list managing
2017-07-17 18:46:56 -04:00
Allen Webster
367a72fa03
cleaned up the arbitrary system command code a little
2017-07-17 17:13:57 -04:00
Allen Webster
6d90c58f81
more cleanup of the buffer creation code
2017-07-17 16:59:28 -04:00
Allen Webster
d117c7fcf5
finished site update, switching over to API cleanup
2017-07-17 16:43:01 -04:00
Allen Webster
1298496ae7
updated docs, got win32 build working in platform folder
2017-06-30 14:20:34 -04:00
Allen Webster
7a94942242
fixed small issues discovered after 4.0.21 release
2017-06-28 11:15:54 -04:00
Allen Webster
752356b8b0
Hot directory setting API; project file open/close timing fix
2017-06-20 16:37:45 -04:00
Allen Webster
624e35f8d7
got the color theme file working, started replacing existing color themes with the new system
2017-06-05 17:48:49 -04:00
Allen Webster
bc30fee2b0
progress writing new docs for 4.0.20
2017-05-29 15:35:48 -04:00
Allen Webster
aba967065d
most of the work towards 4.0.20
2017-05-27 16:04:13 -04:00
Allen Webster
4d71a35fed
got new lexer keywords thing working, built out several example 'languages' began investigating the jump to error situation.
2017-05-20 21:22:20 -04:00
Allen Webster
a4ef272b1b
got the parse context system working in 4coder
2017-05-19 19:55:50 -04:00
Allen Webster
f30bd14777
stripped config menu and menu menu, added AltGr setting to API
2017-05-14 19:42:16 -04:00
Allen Webster
45c2109878
Revert "Revert "Update to site""
...
This reverts commit 9a64f51e20
.
2017-05-14 19:22:08 -04:00
Allen Webster
9a64f51e20
Revert "Update to site"
...
This reverts commit 5e96f71dc7
.
2017-05-14 19:21:19 -04:00
Allen Webster
5e96f71dc7
Update to site
2017-05-14 18:32:17 -04:00
Allen Webster
2bfab67860
4.0.19 bug fixes, all features ready to go
2017-04-22 20:53:19 -04:00
Allen Webster
aba023aff8
Added end file hook, got the sticky jumps pretty much finished for 4.0.19
2017-04-18 11:41:49 -04:00
Allen Webster
bc4c866cf0
lots of progress on 4.0.19
2017-04-15 17:47:23 -04:00
Allen Webster
c86e6d3924
tweaks and tune ups
2017-04-01 02:15:33 -04:00
Allen Webster
5217d015be
a few little optimizations to take the edge off, 4.0.18 ready for publishing (barring problems durring test drive session)
2017-03-29 16:50:29 -04:00
Allen Webster
6c1ebcf06e
4.0.18 ~ pre-optimizations
2017-03-29 12:32:06 -04:00
Allen Webster
49798a25fe
file bar hiding, open file that creates new buffer, seek up directories for project.4coder, load project at launch option, WM_DISPLAYCHANGE, alphanumeric word boundaries work with utf8 encoded characters.
2017-03-27 18:36:42 -04:00
Allen Webster
f9d2414281
Revert "Converting to proper use of umem everywhere (kind of went off on a tanget there :D)"
...
This reverts commit fe7c0fe47e
.
2017-03-23 15:16:39 -04:00
Allen Webster
51b59d31d1
Revert "Changed the a lot of stuff over to umem"
...
This reverts commit 906f79ef8e
.
2017-03-23 15:15:33 -04:00
Allen Webster
baa8ef3d8d
Revert "progress converting the platform layer over"
...
unfucking things
This reverts commit c7b1328cab
.
2017-03-23 15:15:05 -04:00
Allen Webster
db39b1ea90
Revert "finished platform layer, it's fucked, rolling back"
...
unfucking things
This reverts commit c492bfdb4e
.
2017-03-23 15:14:39 -04:00
Allen Webster
c492bfdb4e
finished platform layer, it's fucked, rolling back
2017-03-23 15:08:08 -04:00
Allen Webster
c7b1328cab
progress converting the platform layer over
2017-03-22 22:17:17 -04:00
Allen Webster
906f79ef8e
Changed the a lot of stuff over to umem
2017-03-20 02:35:39 -04:00
Allen Webster
fe7c0fe47e
Converting to proper use of umem everywhere (kind of went off on a tanget there :D)
2017-03-19 19:05:05 -04:00
Allen Webster
2be3b6bdae
almost ready to implement fonts on windows
2017-03-12 19:24:18 -04:00
Allen Webster
dc90ec0c83
setup the font interface, complete with an opaque Render_Font; started breaking down the translation interface
2017-03-11 20:20:24 -05:00
Allen Webster
e62da80982
finished torching the old font system
2017-03-11 13:35:12 -05:00
Allen Webster
d5ab8eafdc
rejigged font system, and rewrote code dealing with fonts
2017-03-03 18:57:11 -05:00
Allen Webster
aa0d6cc7c7
filled in new documentation for markers API
2017-02-27 00:57:21 -05:00
Allen Webster
706b7dc617
new mark setting system setup, not finished testing new write_character
2017-02-23 21:30:29 -05:00
Allen Webster
67f6e7b743
utf8 encoded buffers fully working on windows
2017-02-20 16:05:42 -05:00
Allen Webster
48bcb06893
extended ascii; improved file handling; assorted bug fixes
2017-02-12 01:01:01 -05:00
Allen Webster
9ef04f5dc5
fixed string bug; improved file list behavior
2017-02-10 13:02:17 -05:00
Allen Webster
9fff7704df
4.0.16 build ready
2017-02-06 08:49:00 -05:00
Allen Webster
5b27fa3806
added font option
2017-01-30 13:41:08 -05:00
Allen Webster
0417cab3d0
4.0.15 various bug fixes, feature polish, added experimental scope command
2017-01-28 19:03:23 -05:00
Allen Webster
63f695d074
got new organization system working on linux
2017-01-23 01:19:43 -05:00
Allen Webster
f6a1c50d14
misc bug fixes and cleanups, added function lister, and scope navigator
2017-01-13 22:01:35 -05:00
Allen Webster
9f8a00169c
finished up the dangling todo items: fixed the click position bug, setup auto-indent-on-save, and finished the project fkey system
2016-12-26 17:49:01 -05:00
Allen Webster
cd6bed08e5
progress on the project system
2016-12-24 16:09:53 -05:00
Allen Webster
8cd14b79ca
cleaned up some rusty old debug stuff
2016-12-18 15:42:11 -05:00
Allen Webster
3b4876022d
new bug fixed version ready to go (4.0.13)
2016-11-12 16:33:54 -05:00
Allen Webster
2ec3b7348b
fixed file saving bug
2016-11-04 23:55:07 -04:00
Allen Webster
e8405a5c04
fixed file loading bug
2016-11-04 22:59:35 -04:00
Allen Webster
de4f320e27
organized metaprogramming some more, still needs work. Setup the 'site' subproject
2016-11-01 23:27:51 -04:00
Allen Webster
c221d97f13
a4.0.12 ready
2016-10-28 10:11:56 -04:00
Allen Webster
39be882693
post-stream, got miblo incrementors/decrementors started. added settings for code presentation. adding config file for code wrapping
2016-10-27 19:45:41 -04:00
Allen Webster
a6a6957ba9
fixed fucking git fuckup... fuck that shit.. uhg
2016-10-27 02:58:37 -04:00
Allen Webster
ff08a6ea24
Merge branch 'master' of https://bitbucket.org/4coder/4coder
2016-10-27 01:59:59 -04:00
Allen Webster
c97b6d1983
TEMPORARY SOLUTION: have a code-wrapped file do all lexing in serial
2016-10-27 01:58:22 -04:00
Allen Webster
54bea311a2
getting buffer font info
2016-10-24 22:45:34 -04:00
Allen Webster
43d6c29e8b
introduced memory debugging mode, finished comment wrapping rule
2016-10-22 11:30:25 -04:00
Allen Webster
7ac01f5918
loosened up the buffer creation API
2016-10-08 16:20:49 -04:00
Allen Webster
39699b2d9f
wrapped up the unification of the virtual whitespace parsing system, switched to allowing the virtual whitespace to be toggled
2016-10-05 02:08:23 -04:00
Allen Webster
ce1a53d67f
first setup of code formatting
2016-09-30 20:33:13 -04:00
Allen Webster
7d31bb986d
arbitrary line wrapping working
2016-09-28 21:07:14 -04:00
Allen Webster
5be1cd9588
collapsed all view seeks down to one function so the seek struct can be passed straight through. fixed a bug with the seek bounds checking.
2016-09-23 17:24:27 -04:00
Allen Webster
ab207cf8f0
fix the fucking stupid merge conflicts that are totally stupid and avoidable
2016-09-23 16:29:43 -04:00
Allen Webster
fbbb50b105
merge pre-commit
2016-09-23 16:02:58 -04:00
Allen Webster
d714bd5ee4
listing all locations of an identifier; added token start/end range to the get_token_index call for situations that don't need deep token reading
2016-09-23 13:50:55 -04:00
Allen Webster
50f719dc4c
fix cursor positions when a file's wraps are remeasured.
2016-09-22 15:01:50 -04:00
Allen Webster
a5768e457c
moved line wrapping rules 100 to buffer datastructures
2016-09-21 20:01:12 -04:00
Allen Webster
582faa4bdf
new wrap rule; cleaning up some init stuff
2016-09-21 18:34:19 -04:00
Allen Webster
3947255b00
compiling in windows; building lexer library docs
2016-09-21 09:07:08 -04:00
Allen Webster
1e8bea250e
arbitrary wrap positions with commands for adjusting and horizontal navigation
2016-09-20 15:48:02 -04:00
Allen Webster
803f486973
passing the command line parameters to the application
2016-09-18 22:49:25 -04:00
Allen Webster
c551c081a7
now officially running through the gap buffer with 100 of features working!!!!
2016-09-18 11:24:43 -04:00
Allen Webster
51f05ac783
fixed issue with get/close view
2016-09-16 21:53:31 -04:00
Allen Webster
be735f84f0
4.0.11 ready
2016-09-16 20:03:09 -04:00
Allen Webster
bc4905b83c
introduced token streams
2016-09-15 11:01:52 -04:00
Allen Webster
3970f1f338
fixed initial file loading name issue; wrapped lexer string.h in include guard
2016-09-09 18:56:43 -04:00
Allen Webster
aea67fa68b
exit hook ready
2016-09-09 09:04:51 -04:00
Allen Webster
5b2077c6d7
some clean up on the indent rule code
2016-09-08 21:02:51 -04:00
Allen Webster
55eb007f68
fixed panel closing bug
2016-09-08 18:57:37 -04:00
Allen Webster
431d80a8b8
switched buffer_boundary_seek over to custom code
2016-09-08 18:03:43 -04:00
Allen Webster
bdd893438d
implemented custom side auto indent
2016-09-07 20:32:31 -04:00
Allen Webster
8cf49b566e
wrote lexer function docs, expanded doc generator
2016-09-06 17:22:35 -04:00
Allen Webster
c134f04dde
fixed issue with windows full screen (may want to revist in the future though)
2016-09-02 11:58:04 -04:00
Allen Webster
f236e7c9d1
exit command
2016-09-01 16:29:07 -04:00
Allen Webster
72ea42364d
got rid of dead file
2016-09-01 15:40:25 -04:00
Allen Webster
2c20438e88
full screen API
2016-08-31 23:06:46 -04:00
Allen Webster
084d45b530
implemented windows fullscreen (hacking alt tab), improved the next error part of the jump parsing
2016-08-31 20:26:52 -04:00
Allen Webster
6986f3c854
fixed indent bug with end of line comment, removed token merging
2016-08-31 11:10:22 -04:00
Allen Webster
ec27163c48
removed all occurances of int
2016-08-28 21:03:26 -04:00
Allen Webster
8e81ae82e0
C version of string library, C++ version preserved
2016-08-28 00:31:06 -04:00
Allen Webster
f7a2affb9f
file track system is ready for porting
2016-08-27 13:48:10 -04:00