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
insofaras
a1fbf309b7
linux: don't send modifier keypresses
2016-06-12 19:51:25 +01:00
insofaras
62aa4dac04
linux hold modifier
2016-06-07 18:53:23 +01:00
insofaras
d5fcb00271
linux: correctly identify symlinks to folders in file list
2016-06-07 18:46:53 +01:00
Allen Webster
c38c0f5082
switch to new font system
2016-06-03 21:40:11 -04:00
Allen Webster
9b4f29d4a7
Merge branch 'master' of https://bitbucket.org/4coder/4coder
2016-06-03 20:28:03 -04:00
Allen Webster
2e3bfd8f8b
updating font stuff
2016-06-03 20:27:54 -04:00
insofaras
71b18c4064
linux x11 clipboard improvements
2016-06-02 19:05:44 +01:00
insofaras
74a734fd46
linux: thread memory, dpi
2016-06-01 17:58:57 +01:00
insofaras
2198dd9ec9
linux thread updates + improve x11/epoll interaction
2016-05-31 20:39:33 +01:00
insofaras
16677d3f90
linux: a few small improvements:
...
* Add PropertyChangeMask to events, makes compiz redraw better with (un)maximizing
* Create the window on the default screen instead of iterating through all of them
* Set backing store hint, looks nicer when moving stuff over the 4ed window
* Set some other WM hints like min/max/default size, gravity, etc since most other
apps seem to set them
2016-05-31 00:30:06 +01:00
insofaras
4815ab8620
linux: update to match changes + do some spring cleaning
2016-05-30 04:28:12 +01:00
insofaras
63eedecea2
linux: fall back to default view_routine, clean up debug prints a bit
2016-05-29 04:30:16 +01:00
Allen Webster
f5e2fc1d0b
preparing to git bisect
2016-05-28 20:06:27 -04:00
insofaras
441a6d26ea
linux update file stuff
2016-05-28 20:52:46 +01:00
insofaras
8301f23550
linux: remove dumb debugging return, still asserts though
2016-05-27 21:27:52 +01:00
insofaras
be7bb1a51b
linux updates + fixes, but general_memory_check assert fails
2016-05-27 21:22:24 +01:00
insofaras
7275ad2d8f
linux: get_4ed_path
2016-05-19 19:20:51 +01:00
insofaras
68f76ec02e
linux: reorganise keyboard stuff
2016-05-16 17:59:18 +01:00
Allen Webster
3190396563
merge
2016-05-12 13:43:03 -04:00
Allen Webster
d8d6834d26
remove rvalue {}, update file load stuff in linux
2016-05-12 13:41:52 -04:00
insofaras
fc9d7714b0
linux File_Data update
2016-05-12 18:08:27 +01:00
insofaras
fd09ab2383
linux: clean up the GL & XIM init code a bit
2016-05-09 18:49:54 +01:00
insofaras
ad6645295b
linux: change key handling code
...
it should work better with dead-key sequences now
2016-05-09 18:49:54 +01:00
Allen Webster
52bf9471a4
changes to customization file setup
2016-05-07 13:25:45 -04:00
insofaras
1db6899e07
linux: fix clipboard next again...
2016-05-05 19:33:44 +01:00
insofaras
dacb1282ff
linux event-driven improvements
2016-05-05 00:33:33 +01:00
insofaras
226a330fe8
Linux: event driven version with epoll
2016-05-03 23:45:31 +01:00
insofaras
796df26143
linux: remove dpi + fix clipboard next
2016-04-28 17:16:19 +01:00
insofaras
28061d6b52
fix linux shift-tab
2016-04-11 23:53:01 +01: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
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
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
insofaras
7b10afa457
remove linux stdout redirect stuff
2016-03-21 18:42:14 +00: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
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
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
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
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
insofaras
df321f8d42
fix 'a-x open all code' crash in linux system_set_file
2016-03-08 23:25:56 +00:00
insofaras
b343a1c4ae
all this talk of semaphores made me want to use posix semahpores linux side instead of pthread cond variables. I think they match the win32 semantics more closely
2016-03-08 21:10:33 +00:00