Commit Graph

2200 Commits (0c5665339736845df0b0a8a24c70e1d0cff69cae)

Author SHA1 Message Date
Allen Webster 683ce9a7c3 Merge branch 'master' of https://bitbucket.org/4coder/4coder 2016-04-28 14:19:25 -04:00
Allen Webster 9434cd3a78 theme library gui working, not theme editing gui though 2016-04-28 14:19:11 -04:00
insofaras 796df26143 linux: remove dpi + fix clipboard next 2016-04-28 17:16:19 +01:00
Allen Webster 571ed3f152 config menu now works, all that's left is theme 2016-04-27 22:35:54 -04:00
Allen Webster 752c995066 sure you want to kill works again 2016-04-26 17:23:10 -04:00
Allen Webster 2e3262dd18 got overlapped gui clipping working 2016-04-26 17:09:41 -04:00
Allen Webster efc042af3e debugging scroll bar crap 2016-04-21 23:28:00 -04:00
Allen Webster eda7588799 Merge branch 'master' of https://bitbucket.org/4coder/4coder 2016-04-21 22:23:55 -04:00
Allen Webster 1cc73ba298 unifying build shell and code 2016-04-21 22:23:32 -04:00
Allen Webster f5c3aa2da4 removed DPI 2016-04-21 20:50:16 -04:00
insofaras 28061d6b52 fix linux shift-tab 2016-04-11 23:53:01 +01:00
Allen Webster b3c4f2b6e8 Merge branch 'master' of https://bitbucket.org/4coder/4coder 2016-04-07 20:21:33 -04:00
Allen Webster c23b9f4154 did some stuff (can't remember but want to merge now) 2016-04-07 20:21:24 -04:00
insofaras 20fe7d01f0 linux updates + fixes:
* load 4ed_app.so and 4coder_custom.so from the same dir as 4ed,
  makes it work better when putting 4ed in $PATH
* use mmap instead of malloc since it's closer to VirtualAlloc
* update keycodes with function keys
2016-04-08 01:17:26 +01:00
Allen Webster df300c94fe sure to kill is basically working 2016-04-04 23:13:13 -04:00
Allen Webster f128d63a66 live file list 100 up and running 2016-04-04 01:29:52 -04:00
Allen Webster 7983c2ea38 system file list 100 up and running 2016-04-03 23:47:24 -04:00
Allen Webster 0058355089 file list almost works again 2016-04-03 15:45:28 -04:00
Allen Webster c877b57f65 scrolling system at minimal-suckage 2016-04-03 14:48:50 -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 2bbf370abb new query bars up and running 2016-03-26 19:13:58 -04:00
Allen Webster 022f7176bf new gui stuff 10 2016-03-26 04:06:41 -04:00
Allen Webster 216c597df3 a4.0.2 ready to go 2016-03-24 11:00:13 -04:00
Allen Webster fb57a515c9 Merge branch 'master' of https://bitbucket.org/4coder/4coder 2016-03-24 10:02:08 -04:00
Allen Webster fa0a06d545 more lexer table generation 2016-03-24 10:01:53 -04:00
insofaras 289e92bf28 actually acquire the frame lock that i should have been doing all this time... *facepalm* 2016-03-24 03:22:04 +00:00
insofaras 1f415d13fc update linux file exchange stuff so it works with >32 files 2016-03-24 02:36:42 +00:00
Allen Webster 08b69a6630 file equality finally set up correctly 2016-03-23 22:14:44 -04:00
Allen Webster 49f5f84c32 Merge branch 'master' of https://bitbucket.org/4coder/4coder 2016-03-23 21:05:47 -04:00
Allen Webster 58a0c9e08f lexer table generator started 2016-03-23 21:05:28 -04:00
insofaras e45d5a9dfb more sensible linux icon header format 2016-03-22 18:47:03 +00:00
Allen Webster 830a3a86bd replace range bug fixed 2016-03-21 21:55:18 -04:00
insofaras ead9dfad99 linux fix for creating new files 2016-03-22 00:37:16 +00:00
insofaras e3b6d341cd linux: use 3.2 GL context not 3.1, since 3.1 didn't have compatibility contexts 2016-03-22 00:20:54 +00:00
Allen Webster 9f08f94fc0 icon totally works win32 2016-03-21 18:56:26 -04:00
Allen Webster dcd73d7816 Merge branch 'master' of https://bitbucket.org/4coder/4coder 2016-03-21 18:27:56 -04:00
Allen Webster d9cc45158d a4.0.2 features ready (still testing) 2016-03-21 18:27:27 -04:00
insofaras 7b10afa457 remove linux stdout redirect stuff 2016-03-21 18:42:14 +00:00
Allen Webster 8ca38b5f73 Merge branch 'master' of https://bitbucket.org/4coder/4coder 2016-03-21 14:23:34 -04:00
Allen Webster 6568de0e17 case insensitive search 2016-03-21 14:23:23 -04:00
insofaras ed4baf25f4 linux icon + better window name + stdout redir 2016-03-21 18:21:21 +00:00
Allen Webster 4a43a580c5 print_message 2016-03-20 23:58:34 -04:00
insofaras ef3fff35d4 linux: always use stderr for debug, redirect stdout to the cli_self thing. 2016-03-20 23:18:53 +00: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
insofaras 4bdd20f36d Linux fixes:
* zero out file_list in set_file_list if opendir fails
* don't spam perror in file_time_stamp, because it is called with
  files like "*compilation*" that don't exist occasionally, (is this a bug?)
* fix potential bug with opening 0-length files
* clean up some printfs, and make errors go to stderr
2016-03-20 21:04:32 +00:00
insofaras 320874461e linux dpi stuff 2016-03-20 03:49:31 +00:00