Allen Webster
|
18d19fb9fa
|
added new file hook; fixed up linux save-to-name bug; fixed up packaging bug
|
2017-02-26 15:13:06 -05:00 |
Allen Webster
|
5ceacd914d
|
new gray dark theme
|
2017-02-23 16:47:08 -05:00 |
Allen Webster
|
67f6e7b743
|
utf8 encoded buffers fully working on windows
|
2017-02-20 16:05:42 -05:00 |
Allen Webster
|
59267a6418
|
new utf8 <-> utf16 code
|
2017-02-17 20:04:41 -05:00 |
Allen Webster
|
64a2a75300
|
fixed issue with expansion binding built in command maps
|
2017-02-17 17:03:19 -05:00 |
Allen Webster
|
d2243d456e
|
linux unicode to extended code point input translation[
|
2017-02-12 22:08:57 -05:00 |
Allen Webster
|
1b18517308
|
fixed linux keyboard input to support 2 byte keycodes.
|
2017-02-12 01:59:51 -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
|
1c327bdeaf
|
updated linux code
|
2017-01-30 11:04:47 -05:00 |
Allen Webster
|
e410404208
|
merge
|
2017-01-23 01:27:42 -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
|
e37cce743a
|
lots of organization to files, figured out a good way to solve the build.cpp string problem and set it up
|
2017-01-06 21:59:55 -05:00 |
Alex Baines
|
11230acab9
|
linux: fix for opening relative paths via cmdline
|
2017-01-04 17:03:22 +00:00 |
Allen Webster
|
1ef304558e
|
setting up better organization for file system
|
2017-01-03 15:05:35 -05:00 |
Allen Webster
|
8cd14b79ca
|
cleaned up some rusty old debug stuff
|
2016-12-18 15:42:11 -05:00 |
Allen Webster
|
1b03a6a2be
|
added clparams to app step on linux; got the lexer API working with a fixed with tb
|
2016-09-20 14:10:05 -04:00 |
Alex Baines
|
f0ee2fb6f1
|
improve the linux error popup a bit
|
2016-09-10 08:27:21 +01:00 |
insofaras
|
404e08260f
|
linux send_exit_signal
|
2016-09-10 03:57:45 +01:00 |
insofaras
|
170237329f
|
linux cursor fix, ty ChronalDragon
|
2016-09-10 01:10:43 +01:00 |
Allen Webster
|
5a20959c5b
|
fixed linux build issue
|
2016-09-09 12:47:07 -04:00 |
insofaras
|
91f694ba5d
|
fix dumb linux bug that broke -O3
|
2016-09-05 03:44:50 +01:00 |
insofaras
|
6374069f98
|
linux: fix occasional annoying XIO message on exit
|
2016-09-05 02:42:22 +01:00 |
Allen Webster
|
b39c479902
|
Merge branch 'master' of https://bitbucket.org/4coder/4coder
|
2016-09-04 19:59:16 -04:00 |
Allen Webster
|
4bea967c87
|
build.c packaging working on linux; discovered some issue with running optimized builds -O1 and up all seem to have the issue
|
2016-09-04 19:58:49 -04:00 |
insofaras
|
f339eef8f5
|
linux error popup for missing fonts
|
2016-09-04 22:24:48 +01:00 |
Allen Webster
|
a01957a3fc
|
moved linux over to build.c system
|
2016-09-04 16:41:48 -04:00 |
Allen Webster
|
be36b925ea
|
fix for argument name change
|
2016-09-02 21:15:53 -04:00 |
insofaras
|
f3a6b15dec
|
i messed up tabs/spaces again fml
|
2016-09-01 20:33:42 +01:00 |
insofaras
|
0ad5165cf2
|
linux manual impl of get_canonical to handle non-existent paths
|
2016-09-01 20:30:09 +01:00 |
insofaras
|
c82dbd8e2c
|
linux fullscreen
|
2016-09-01 19:05:37 +01:00 |
insofaras
|
aff2cddf39
|
fix dumb mixed tabs/spaces in last commit, ugh
|
2016-08-31 20:08:14 +01:00 |
insofaras
|
38c46c8d5d
|
linux fatal error popup
|
2016-08-31 20:05:34 +01:00 |
insofaras
|
6f836eab45
|
linux make it build and update filetrack system
filetrack now tracks directories like windows, which handles
moves/deletes of files better.
|
2016-08-31 00:33:10 +01:00 |
insofaras
|
a0f3996e73
|
linux file track stuff working afaict
|
2016-08-30 02:45:36 +01:00 |
Allen Webster
|
0378546dd8
|
prepared linux file track layer and other small adjustments
|
2016-08-29 12:52:47 -04:00 |
insofaras
|
56ece67eed
|
linux new job queue stuff
|
2016-07-28 19:09:08 +01:00 |
insofaras
|
e3c83c8f09
|
linux: better method of getting DPI info
|
2016-07-19 22:25:49 +01:00 |
insofaras
|
be9dbd1ff8
|
linux: make it run over ssh -X forwarding (albeit it laggily) because why not
|
2016-07-18 17:03:13 +01:00 |
insofaras
|
0146c990d8
|
linux updates:
* Fix double clipboard
* Implement the new memory stuff
|
2016-07-12 02:41:55 +01:00 |
Allen Webster
|
0d5f6e82d3
|
new word complete appears to work
|
2016-07-11 12:15:37 -04:00 |
Allen Webster
|
c479e14f25
|
move towards searching commands custom side and custom allocator
|
2016-07-10 01:49:11 -04:00 |
Allen Webster
|
d49ed3a2d4
|
use hinting parameter on linux
|
2016-07-05 10:02:55 -04:00 |
insofaras
|
4a897625a7
|
make linux build compile
|
2016-07-01 19:38:40 +01:00 |
insofaras
|
1757cf65d9
|
linux hide mouse cursor
|
2016-06-29 21:23:41 +01:00 |
insofaras
|
73d3826a6a
|
make linux build compile
|
2016-06-24 18:58:01 +01:00 |
Allen Webster
|
e9c5f89575
|
new protection API
|
2016-06-20 16:34:48 -04:00 |
insofaras
|
b4c221326d
|
linux freetype font test stuff
|
2016-06-17 06:31:29 +01:00 |
insofaras
|
35283aa36d
|
linux: fix infinite loop bug
|
2016-06-16 23:50:45 +01:00 |