Commit Graph

2028 Commits (956b70c0970709c86b644bb2ca2aa964ab49eeb2)

Author SHA1 Message Date
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
Allen Webster e6c1d58dba Merge branch 'master' of https://bitbucket.org/4coder/4coder 2016-03-19 23:13:51 -04:00
Allen Webster 73cc788e65 changes for dpi 2016-03-19 23:09:00 -04:00
insofaras 2526490bd9 linux: set success in unique_hash, get clipboard at start, fix keep_running + tweak GL versions 2016-03-20 01:42:03 +00:00
Allen Webster 091c9d1f45 Merge branch 'master' of https://bitbucket.org/4coder/4coder 2016-03-18 20:17:51 -04:00
Allen Webster bcd6922aef fixed set map bug 2016-03-18 20:17:26 -04:00
insofaras 23d611201e linux updates, use the trying_to_kill/perform_kill thing + make set_file_list more consistent with win32 behaviour 2016-03-18 20:53:07 +00:00
Allen Webster 5857726201 chunks 20/20 2016-03-17 20:27:34 -04:00
Allen Webster 24a5dd57b6 other SUBMIT fix (forgot to commit sigh) 2016-03-17 17:04:46 -04:00
Allen Webster 0f160be414 new lexer 20/20 2016-03-17 12:48:13 -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
insofaras ebad593201 forgot a 0... 2016-03-12 04:39:13 +00:00
insofaras 89a60b9102 slightly cleaner version of linux time_stamp stuff 2016-03-12 04:36:55 +00:00
insofaras db696325c0 potential linux save / filetime fixes 2016-03-12 02:16:37 +00: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 52e74f7a4f more work on the new lexer 2016-03-10 11:28:44 -05:00
Allen Webster 19dd5af51a bug fixes and new lexer started 2016-03-09 21:59:58 -05:00
insofaras 6dabe0a995 fix the makefile 2016-03-08 23:35:00 +00:00
insofaras df321f8d42 fix 'a-x open all code' crash in linux system_set_file 2016-03-08 23:25:56 +00:00
Allen Webster 3561eb7849 Merge branch 'master' of https://bitbucket.org/4coder/4coder 2016-03-08 18:19:17 -05:00
Allen Webster f85626d79f linux build setup ~Makefile not correct yet~ 2016-03-08 18:17:51 -05:00