Commit Graph

263 Commits

Author SHA1 Message Date
Adam Ruppe 63c3cf8a8a whatever 2019-03-10 17:19:40 -04:00
Adam Ruppe c266c59b1f (very slightly) better mac support 2019-03-10 17:18:57 -04:00
Adam D. Ruppe b06d1bcb32 Merge branch 'mac' 2019-03-02 21:34:49 -05:00
Adam D. Ruppe 08e525e2de more stuff 2019-03-02 21:34:46 -05:00
Adam Ruppe 2ea2b13591 merge 2019-03-02 21:32:01 -05:00
Adam Ruppe 10468ee9f4 fixing some of the old cocoa code 2019-03-02 21:30:47 -05:00
Adam D. Ruppe 589df3f3da new dpi check too 2019-01-08 17:33:44 -05:00
Adam D. Ruppe baeadebbc4 add dpi function 2019-01-08 11:03:53 -05:00
Adam D. Ruppe 38c84d7fa2 catchup 2019-01-06 17:28:55 -05:00
Adam D. Ruppe 354c2ccc8c more osx foundation 2018-12-12 15:53:24 -05:00
Adam D. Ruppe 1da9f87b22 maybe unbalanced parens 2018-12-04 10:40:15 -05:00
Adam D. Ruppe 18a7988efc windows hack, golly i need to just rewrite this trash 2018-11-29 12:46:58 -05:00
Adam D. Ruppe 05850b77b9 better scroll clicking 2018-11-29 12:27:25 -05:00
Adam D. Ruppe d7a58821f2 trying to scroll... 2018-11-28 21:38:28 -05:00
Adam D. Ruppe d6c17ba2b6 lol typo 2018-11-27 21:29:22 -05:00
Adam D. Ruppe a828f06233 lol fix clipboard 2018-11-27 21:28:19 -05:00
Adam D. Ruppe c1116d366f Merge branch 'master' of github.com:adamdruppe/arsd 2018-11-27 21:24:40 -05:00
Adam D. Ruppe d8f1907458 cr/lf 2018-11-27 21:24:29 -05:00
Adam D. Ruppe 0bdb1e3515 better (but still not perfect) scroll architecture on linux; 2018-11-26 14:24:09 -05:00
Adam D. Ruppe 1cfacea360 more hacky bugfixes, no actual fundamental flaw fixes :( 2018-11-25 18:15:12 -05:00
Adam D. Ruppe 78925da98c 64 bit windows fixes 2018-11-23 20:04:16 -05:00
Adam D. Ruppe 4321ee2846 compile speed improvements, minigui improvements 2018-11-23 15:45:01 -05:00
Adam D. Ruppe 18673f0b1b lol i broke WM_QUIT! 2018-11-21 21:41:35 -05:00
Adam D. Ruppe e04fc2a510 wow bug on posixfdreader! and new notification area stuff 2018-11-21 14:24:14 -05:00
Adam D. Ruppe 9ac9de2e74 Merge branch 'master' of github.com:adamdruppe/arsd 2018-11-19 11:43:17 -05:00
Adam D. Ruppe 0740dec056 catchup 2018-11-19 11:43:14 -05:00
Adam D. Ruppe 1c5175f911 terminal + sdpy integration 2018-11-19 11:41:35 -05:00
Adam D. Ruppe 168b165455 implement closeQuery on Windows 2018-11-14 11:45:07 -05:00
Adam D. Ruppe 58ba664255 the window registration is global, so make the local cache global too. but this still is not really thread safe so use caution 2018-11-14 09:49:16 -05:00
Adam D. Ruppe 8ae959b7ce never set it to true! 2018-11-14 09:37:38 -05:00
Adam D. Ruppe 18cf3f4367 attempting windows hang fix 2018-11-13 17:43:39 -05:00
Adam D. Ruppe 037952925b terrible incremental paste code 2018-09-15 12:07:38 -04:00
Adam D. Ruppe 4ae05f1158 worthless warning 2018-06-14 08:36:06 -04:00
Leprecorn 84df778f25
Add binding for glSecondaryColor
https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glSecondaryColor.xml
2018-05-29 02:46:44 +01:00
Adam D. Ruppe 77f914e838 more cursors and windows bug fixes 2018-05-09 09:33:03 -04:00
Adam D. Ruppe 7b186f8d3d Merge branch 'master' of github.com:adamdruppe/arsd 2018-05-09 08:08:07 -04:00
Adam D. Ruppe b84ef31391 Move mouse cursor setting to sdpy from minigui 2018-05-09 08:08:01 -04:00
drug007 1393d7db03 Additional image flags.
These flags allow better control of texture outputting for nice visual effects.
2018-04-25 20:10:00 +03:00
Adam D. Ruppe b0a8417ad5 some broken key ids (after this many years!) 2018-04-22 16:49:36 -04:00
Ketmar Dark 26c14c5d90 bugfixes and compatibilities (sdpy, jpeg, nanovega) 2018-04-11 09:47:48 -04:00
Ketmar Dark 819c3fdf90 multithreading fixes in event posting API 2018-03-17 09:08:42 -04:00
Ketmar Dark 40d2ad8023 removed duplicate declaration 2018-03-16 14:04:13 -04:00
Adam D. Ruppe 89e9886b97 scripting nvg 2018-03-12 17:38:01 -04:00
Adam D. Ruppe abc785efcc slight rejiggering 2018-03-09 10:03:25 -05:00
Adam D. Ruppe 2108172b34 dub.json overhaul 2018-03-09 09:57:11 -05:00
Adam D. Ruppe ecf04589d0 unicode window title 2018-03-08 17:35:20 -05:00
Adam D. Ruppe 53525181d4 fixup webfreaks PR 2018-03-08 17:22:41 -05:00
Adam D. Ruppe 02af0ad09b
Merge pull request #142 from WebFreak001/wmutil
Added new wmutil module
2018-03-08 17:06:20 -05:00
WebFreak001 5a19612630 Made SimpleWindow.title fetch the actual current title 2018-03-08 21:59:45 +01:00
WebFreak001 3300a69966 Added new wmutil module
Contains findWindowByClass and ownerPID for now, planning on adding more window getters
2018-03-08 21:45:17 +01:00