Commit Graph

392 Commits (da19d21bac9623cecb71e0180d70d5b202ae9c54)

Author SHA1 Message Date
Allen Webster e1a03017e8 Merge branch 'master' of https://bitbucket.org/4coder/4coder 2016-06-01 12:04:04 -04:00
Allen Webster f1996a6f1f added dpi aware back in 2016-06-01 12:03:45 -04:00
Allen Webster 2f572ee72b another small indent rule improvement 2016-05-31 16:01:25 -04:00
insofaras 2198dd9ec9 linux thread updates + improve x11/epoll interaction 2016-05-31 20:39:33 +01:00
Allen Webster a09851af12 switched to condition-variable based cancelation 2016-05-31 14:32:58 -04:00
Allen Webster 43f65dd5ef remove overlapped sections, need floating sections instead 2016-05-31 13:07:31 -04:00
Allen Webster 0f3f7ce05b exchange is totally gone 2016-05-31 12:27:40 -04:00
Allen Webster 22dc134db3 show file on 'no' action 2016-05-30 21:32:01 -04:00
Allen Webster 6835f271cf Merge branch 'master' of https://bitbucket.org/4coder/4coder 2016-05-30 21:23:16 -04:00
Allen Webster 9ac0727d08 trimmed down custom api 2016-05-30 21:22:55 -04: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
Allen Webster ce27493fb3 set up GUI to consume keys it uses 2016-05-30 10:56:54 -04:00
insofaras 4815ab8620 linux: update to match changes + do some spring cleaning 2016-05-30 04:28:12 +01:00
Allen Webster 76b68720ff Merge branch 'master' of https://bitbucket.org/4coder/4coder 2016-05-29 20:17:11 -04:00
Allen Webster 17dfa93c34 removed the delayed action system 2016-05-29 18:01:27 -04:00
Allen Webster 5275ac5823 removed try_kill from the dact system 2016-05-29 17:34:52 -04:00
Allen Webster 5138d565d8 removed switch from the dact system 2016-05-29 17:02:03 -04:00
Allen Webster cd6614b215 removed 'touch' from the dact system 2016-05-29 16:50:07 -04:00
Allen Webster 37e0b17e7c removed kill from the dact system 2016-05-29 16:41:51 -04:00
Allen Webster bc15f0ed3c removed open, and open_background from the dact system 2016-05-29 16:12:53 -04:00
Allen Webster d224d8cd7b removed save, save_as, and new from the dact system 2016-05-29 15:54:20 -04:00
Allen Webster 93a1d3931f switched app.step over to a big input struct so that the signature does not have to change if I want to pass in more parameters in the future 2016-05-29 15:28:29 -04:00
Allen Webster c56703cbc8 change rate limitting in win32 a bit, fixed up bad calls to BeginPaint, and got rid of OWNDC 2016-05-29 15:05:27 -04:00
Allen Webster 319bae8799 temporarily remove view routines 2016-05-29 13:49:38 -04:00
Allen Webster 5c604d8273 switched to CRITICAL_SECTION, reorganized win32main 2016-05-29 13:07:24 -04: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 1db0ad31c2 Merge branch 'master' of https://bitbucket.org/4coder/4coder 2016-05-28 23:12:29 -04:00
Allen Webster 3ad0772662 win32 layer organization 2016-05-28 23:12:12 -04:00
Allen Webster 51fb028283 fix issue with general_memory_check: sentinel is not necessarily less than the first bubble 2016-05-28 20:31:49 -04:00
Allen Webster f5e2fc1d0b preparing to git bisect 2016-05-28 20:06:27 -04:00
Allen Webster 7b4f422744 Merge branch 'master' of https://bitbucket.org/4coder/4coder 2016-05-28 18:25:41 -04:00
Allen Webster 2e8ea5f07f got file saving working without exchange system 2016-05-28 18:25:01 -04:00
Allen Webster d5a07a9732 got file loading working without exchange system 2016-05-28 18:12:27 -04:00
insofaras 441a6d26ea linux update file stuff 2016-05-28 20:52:46 +01:00
Allen Webster 4f55fca356 moved file exchange struct into application side 2016-05-28 14:40:35 -04:00
Allen Webster 885e5b424f eliminated platform layer file exchange 2016-05-28 14:06:01 -04:00
Allen Webster a208c045e3 adjust how the font loading works 2016-05-27 21:11:48 -04:00
Allen Webster a90c33f09b make old file load/save shared 2016-05-27 20:46:22 -04:00
Allen Webster f73b8a0a6a Merge branch 'master' of https://bitbucket.org/4coder/4coder 2016-05-27 20:44:58 -04:00
Allen Webster 92bab154e0 starting to eliminate the file exchange 2016-05-27 16:52:42 -04: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
Allen Webster 1edc41d324 reorganizing a lot of redundant stuff 2016-05-27 13:11:38 -04:00
Allen Webster b509731104 removed SET_CURSOR message 2016-05-27 10:51:12 -04:00
Allen Webster 939967bc94 got rid of message posting 2016-05-26 22:48:20 -04:00
Allen Webster ab502e75b4 simplified macro config stuff, just have FRED_INTERNAL now 2016-05-26 22:37:45 -04:00
Allen Webster 41bb4cf977 incorporated casey's GL debugging 2016-05-26 22:07:58 -04:00
Allen Webster 399b7aaa23 made win32 C++98 2016-05-25 22:42:02 -04:00
Allen Webster 56d716dde4 now generating the functions in 4coder_custom.h 2016-05-25 18:43:58 -04:00
Allen Webster e4461f3663 now have better yield checking 2016-05-25 11:22:56 -04:00