-
441a6d26ea
linux update file stuff
insofaras
2016-05-28 20:22:51 +0100
-
-
4f55fca356
moved file exchange struct into application side
Allen Webster
2016-05-28 14:40:35 -0400
-
885e5b424f
eliminated platform layer file exchange
Allen Webster
2016-05-28 14:06:01 -0400
-
a208c045e3
adjust how the font loading works
Allen Webster
2016-05-27 21:11:48 -0400
-
a90c33f09b
make old file load/save shared
Allen Webster
2016-05-27 20:46:22 -0400
-
f73b8a0a6a
Merge branch 'master' of https://bitbucket.org/4coder/4coder
Allen Webster
2016-05-27 20:44:58 -0400
-
-
92bab154e0
starting to eliminate the file exchange
Allen Webster
2016-05-27 16:52:42 -0400
-
8301f23550
linux: remove dumb debugging return, still asserts though
insofaras
2016-05-27 21:27:52 +0100
-
be7bb1a51b
linux updates + fixes, but general_memory_check assert fails
insofaras
2016-05-27 21:22:24 +0100
-
1edc41d324
reorganizing a lot of redundant stuff
Allen Webster
2016-05-27 13:11:38 -0400
-
b509731104
removed SET_CURSOR message
Allen Webster
2016-05-27 10:51:12 -0400
-
-
939967bc94
got rid of message posting
Allen Webster
2016-05-26 22:48:20 -0400
-
ab502e75b4
simplified macro config stuff, just have FRED_INTERNAL now
Allen Webster
2016-05-26 22:37:45 -0400
-
41bb4cf977
incorporated casey's GL debugging
Allen Webster
2016-05-26 22:07:58 -0400
-
399b7aaa23
made win32 C++98
Allen Webster
2016-05-25 22:42:02 -0400
-
56d716dde4
now generating the functions in 4coder_custom.h
Allen Webster
2016-05-25 18:43:58 -0400
-
e4461f3663
now have better yield checking
Allen Webster
2016-05-25 11:22:56 -0400
-
ddf06aecc2
get_event_message setup, need a little more on coroutine yield checking though
Allen Webster
2016-05-25 11:06:30 -0400
-
5274ecd4e9
added a bunch of GUI, stuff, broke everything
Allen Webster
2016-05-24 22:12:49 -0400
-
8d2b575b68
added coroutines, fixed _YET_ another scroll bug
Allen Webster
2016-05-24 14:22:22 -0400
-
8cf1447714
a4.0.6 shipping state
Allen Webster
2016-05-24 10:28:21 -0400
-
2a60fc7b80
fixed current_scroll crash bugs
Allen Webster
2016-05-23 19:43:19 -0400
-
3628c03a36
bug with min_y, max_y
Allen Webster
2016-05-23 14:19:04 -0400
-
b710f1838f
fixed wrapping at newline bug
Allen Webster
2016-05-23 11:58:27 -0400
-
dee1b91ed7
fixed some issues with context changing
Allen Webster
2016-05-23 11:54:31 -0400
-
13fa946ca0
made the view's scroll vars the official authoritative copy
Allen Webster
2016-05-23 10:41:39 -0400
-
199c2a2fc0
fixed file region width wrapping bug
Allen Webster
2016-05-23 07:37:12 -0400
-
0ae66f5cdd
another issue with new scroll-cursor tracking fixed
Allen Webster
2016-05-20 13:45:38 -0400
-
5274c7c48d
fixed incremental search bug
Allen Webster
2016-05-20 13:14:46 -0400
-
00b3fc8020
fixed issue with command coroutine timing, new input consumption system
Allen Webster
2016-05-20 10:54:06 -0400
-
8a9dd391a6
a.4.0.6
Allen Webster
2016-05-20 10:00:26 -0400
-
3e921df542
Merge branch 'master' of https://bitbucket.org/4coder/4coder
Allen Webster
2016-05-20 09:53:35 -0400
-
-
a16e77abd4
cleaned up view vs cursor issue, fixed casey goto error bug
Allen Webster
2016-05-20 09:53:17 -0400
-
134e166099
fixed casey's 'panel lock up' bug
Allen Webster
2016-05-19 21:12:41 -0400
-
c8c62dca58
scrollbar may be toggled, file remeasure now tied to file region not panel region
Allen Webster
2016-05-19 18:04:01 -0400
-
2800352ee6
rudimentary invisible scrollbar
Allen Webster
2016-05-19 17:31:11 -0400
-
7275ad2d8f
linux: get_4ed_path
insofaras
2016-05-19 19:20:51 +0100
-
-
8bf8e36723
keep recent scroll position for files-view pairs
Allen Webster
2016-05-19 14:01:36 -0400
-
d6cfdf7413
file sort experiment
Allen Webster
2016-05-19 12:23:12 -0400
-
95f33accb3
command maps can now be reopened and extended
Allen Webster
2016-05-19 09:29:38 -0400
-
6145408548
standardized the list stuff again
Allen Webster
2016-05-18 23:23:45 -0400
-
7b30e60c0d
list index position is now tied to view
Allen Webster
2016-05-18 23:13:21 -0400
-
6b6cb0b3ab
view is now tied to list index position
Allen Webster
2016-05-18 21:22:35 -0400
-
39fd699274
progress on experimental lexer
Allen Webster
2016-05-18 19:22:58 -0400
-
842c2b8f7b
work on back and forth between scrolling and arrow navigation
Allen Webster
2016-05-17 23:31:55 -0400
-
040e81014e
limit list index to valid range
Allen Webster
2016-05-17 22:46:33 -0400
-
c989b9dae9
fixed nasty corruption bug with the size of the undo stack
Allen Webster
2016-05-17 16:21:51 -0400
-
562bd0601a
fixed bug with whitespace batch editing and token fixup
Allen Webster
2016-05-17 15:47:26 -0400
-
e07ec779cb
expose 4ed module path in custom API
Allen Webster
2016-05-16 22:22:57 -0400
-
cc91b72883
a4.0.5 - ready to go
Allen Webster
2016-05-16 16:30:19 -0400
-
1d9b327b96
fixed issue with indenting before first token
Allen Webster
2016-05-16 14:16:31 -0400
-
9971323946
fixed paren-at-beginning-of-line bug
Allen Webster
2016-05-16 13:24:59 -0400
-
3710ac41ca
Merge branch 'master' of https://bitbucket.org/4coder/4coder
Allen Webster
2016-05-16 13:17:31 -0400
-
-
ea7fd5b227
fixed a small issue
Allen Webster
2016-05-16 13:17:24 -0400
-
68f76ec02e
linux: reorganise keyboard stuff
insofaras
2016-05-16 17:59:18 +0100
-
-
d5f98bcd31
delay.cpp generator fixed
Allen Webster
2016-05-16 12:19:17 -0400
-
d7d2f7d6f2
fix to delay.cpp generator
Allen Webster
2016-05-16 12:14:42 -0400
-
d307d2581a
a4.0.5
Allen Webster
2016-05-16 09:12:50 -0400
-
f64afa1404
rad new indent rule
Allen Webster
2016-05-15 23:22:31 -0400
-
06db721767
cleaned up the indentation code some more
Allen Webster
2016-05-15 18:36:23 -0400
-
33f9da3930
added function keys
Allen Webster
2016-05-14 16:11:52 -0400
-
e6d27c2bd8
whitespace batch bug fixed, some indent bugs fixed, keyboard input improved, removed old keyboard files
Allen Webster
2016-05-14 16:08:11 -0400
-
4f4bc15e8a
Merge branch 'master' of https://bitbucket.org/4coder/4coder
Allen Webster
2016-05-13 15:15:46 -0400
-
-
a690547aa2
working on removing open_hook from view_set_file
Allen Webster
2016-05-13 15:15:38 -0400
-
3190396563
merge
Allen Webster
2016-05-12 13:43:03 -0400
-
-
d8d6834d26
remove rvalue {}, update file load stuff in linux
Allen Webster
2016-05-12 13:41:52 -0400
-
-
fc9d7714b0
linux File_Data update
insofaras
2016-05-12 18:08:27 +0100
-
-
db058ea6d7
readme generator started
Allen Webster
2016-05-12 12:40:26 -0400
-
ff83917900
another scroll bug fixed
Allen Webster
2016-05-12 11:53:44 -0400
-
45592ab0f0
updated version number
Allen Webster
2016-05-12 09:42:32 -0400
-
3a26993dee
Merge branch 'master' of https://bitbucket.org/4coder/4coder
Allen Webster
2016-05-11 22:16:41 -0400
-
-
6be352e775
fixed extra scrolling when switching files
Allen Webster
2016-05-11 22:15:54 -0400
-
654ae784e2
fixed open empty file bug
Allen Webster
2016-05-11 16:40:53 -0400
-
c9dac0d020
updated TODO
Allen Webster
2016-05-10 14:39:15 -0400
-
-
d5b878f135
updated welcome message
Allen Webster
2016-05-10 14:04:56 -0400
-
2d5c0fc37d
updated welcome message
Allen Webster
2016-05-10 14:04:06 -0400
-
a122ea1a73
readmes ready for a4.0.3
Allen Webster
2016-05-10 13:59:02 -0400
-
8ed3faeea8
Merge branch 'master' of https://bitbucket.org/4coder/4coder
Allen Webster
2016-05-10 13:37:04 -0400
-
-
bdd3bbe0d9
ready for distribution
Allen Webster
2016-05-10 13:36:53 -0400
-
fd09ab2383
linux: clean up the GL & XIM init code a bit
insofaras
2016-05-08 01:55:00 +0100
-
ad6645295b
linux: change key handling code
insofaras
2016-05-08 00:01:47 +0100
-
-
353d08fa2b
file_scroll region bug fixed
Allen Webster
2016-05-09 13:40:23 -0400
-
9fb8ebbf3a
managing frame lock around GetMessage
Allen Webster
2016-05-09 13:11:54 -0400
-
375a9883c0
slightly better scroll bar
Allen Webster
2016-05-09 12:20:39 -0400
-
3821b46a71
fix scrolling commands
Allen Webster
2016-05-09 11:12:49 -0400
-
0ec658baa8
merge
Allen Webster
2016-05-09 10:26:40 -0400
-
-
52bf9471a4
changes to customization file setup
Allen Webster
2016-05-07 13:25:45 -0400
-
5c8d7d8ccb
changes to custom file organization
Allen Webster
2016-05-06 12:45:50 -0400
-
-
b085323942
Merge branch 'master' of https://bitbucket.org/4coder/4coder
Allen Webster
2016-05-06 11:43:43 -0400
-
-
21ce392a01
index based styles
Allen Webster
2016-05-06 11:34:08 -0400
-
6e5bacf154
deduplicated gui list stuff, more keyboard nonsense
Allen Webster
2016-05-06 11:04:11 -0400
-
60a51a1cc8
animating moments improved
Allen Webster
2016-05-06 10:45:11 -0400
-
a61de3d671
fixed some bugs arising from french-belgium keyboard layout
Allen Webster
2016-05-05 19:32:46 -0400
-
1db6899e07
linux: fix clipboard next again...
insofaras
2016-05-05 19:33:44 +0100
-
16db5057d8
arrow navigation 100 percent
Allen Webster
2016-05-05 13:44:14 -0400
-
-
ff6504b2f1
arrow navigation 50 percent
Allen Webster
2016-05-05 13:27:57 -0400
-
dacb1282ff
linux event-driven improvements
insofaras
2016-05-05 00:33:33 +0100
-
557a2e2f85
Merge branch 'master' of https://bitbucket.org/4coder/4coder
Allen Webster
2016-05-04 19:21:54 -0400
-
-
4cdf9a6957
bug fixes for event driven stuff
Allen Webster
2016-05-04 19:21:30 -0400
-
9513517374
start of arrow navigation plan
Allen Webster
2016-05-04 12:22:57 -0400