Commit Graph

961 Commits

Author SHA1 Message Date
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 fbf2d7113e Merge branch 'master' of github.com:adamdruppe/arsd 2018-11-11 09:15:20 -05:00
Adam D. Ruppe 01205bd722
Merge pull request #173 from WebFreak001/patch-2
Fix nanovega compilation warnings
2018-11-11 09:11:46 -05:00
Jan Jurzitza cac6bee486
Fix nanovega compilation warnings
#include and #define made dmd and ldc very unhappy.
2018-11-11 14:50:02 +01:00
Adam D. Ruppe 1ef9c79f69 Merge branch 'master' of github.com:adamdruppe/arsd 2018-11-10 21:33:53 -05:00
Adam D. Ruppe 3109d426ef idk 2018-11-10 21:33:51 -05:00
Adam D. Ruppe 9cb2c9f539 Merge branch 'master' of github.com:adamdruppe/arsd 2018-11-10 21:30:05 -05:00
Adam D. Ruppe 2a99aaf7ec style improvements 2018-11-10 19:04:17 -05:00
Adam D. Ruppe 5854599551 detect default fg/bg colors on Windows 2018-11-10 15:02:20 -05:00
Adam D. Ruppe 93a7aa324a hide bouncing cursor (affects Windows) 2018-11-10 14:44:28 -05:00
Adam D. Ruppe b1f0a46ca8 use w functons because i can 2018-10-31 08:01:57 -04:00
Adam D. Ruppe fc83e264aa fix bugs lol 2018-10-22 15:37:12 -04:00
Adam D. Ruppe 3a433690e2 more efficient opengltexture option 2018-10-17 09:03:04 -04:00
Adam D. Ruppe 0f77d8f380 fix memory leak 2018-10-15 20:17:26 -04:00
Adam D. Ruppe 73cfe69300 new generic container type uda 2018-10-11 11:02:42 -04:00
Adam D. Ruppe 5d1adc8976 reliability improvements for threaded http server 2018-10-07 22:41:17 -04:00
Adam D. Ruppe 77867da284 rewrite the thread system (finally!) 2018-10-07 21:21:38 -04:00
Adam D. Ruppe 6508cbad3a deprecations on new dmd 2018-10-06 12:19:19 -04:00
Adam D. Ruppe ef5f86f8ca wider api, no need for immutable 2018-10-04 12:15:33 -04:00
Adam D. Ruppe 037952925b terrible incremental paste code 2018-09-15 12:07:38 -04:00
Adam D. Ruppe d03a2d4a44 random deprecation with random cast 2018-09-11 16:19:25 -04:00
Adam D. Ruppe a55ce567c8 random deprecation 2018-09-11 16:18:27 -04:00
Adam D. Ruppe 0c31235bec deprecation useless 2018-09-06 19:54:19 -04:00
Adam D. Ruppe d015e549fb Merge branch 'master' of github.com:adamdruppe/arsd 2018-09-04 15:43:15 -04:00
Adam D. Ruppe 677acce81e fix #168 patch by WebFreak001 2018-09-04 15:43:08 -04:00
Adam D. Ruppe 06edd97d46
Merge pull request #167 from spikespaz/master
Reformat README as markdown
2018-08-20 10:03:24 -04:00
Jacob Birkett f442e75436
Reformat file as markdown 2018-08-18 14:01:49 -07:00
Jacob Birkett f242444cac
Rename README to README.md 2018-08-18 10:33:09 -07:00
Adam D. Ruppe 506e06091e need another header 2018-08-03 13:09:11 -04:00
Adam D. Ruppe f0116eb0c7 use new name for socket header 2018-08-03 11:40:35 -04:00
Adam D. Ruppe 47e093c030 64 bit windows fixes 2018-06-27 18:54:45 -04:00
Adam D. Ruppe b351656398 handle whitespace around attribute symbols 2018-06-25 19:37:08 -04:00
Adam D. Ruppe b0d21de148
Merge pull request #166 from Sandman83/master
This fixes #165
2018-06-25 19:23:42 -04:00
Alexander Orlov deb962229b This fixes #165 2018-06-24 13:58:30 +02:00
Adam D. Ruppe d34f3e5b7c catchup 2018-06-23 11:05:49 -04:00
Adam D. Ruppe 4ae05f1158 worthless warning 2018-06-14 08:36:06 -04:00
Adam D. Ruppe 40928be1a3 Merge branch 'master' of github.com:adamdruppe/arsd 2018-06-08 16:08:10 -04:00
Adam D. Ruppe f5ac3ed854 bunch of fixes and convenience 2018-06-08 16:08:04 -04:00
Adam D. Ruppe fcfa9d48d8 file size method for convenience 2018-06-07 21:31:20 -04:00
Adam D. Ruppe f1d09ba071
Merge pull request #160 from Leprecorn/patch-1
Add bindings for glSecondaryColor
2018-05-28 21:54:55 -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 760ef8e60f
Merge pull request #159 from pbackus/fix-158
cgi: fix build errors with dmd 2.080.0
2018-05-14 16:08:40 -04:00
Paul Backus d909922df7 cgi: fix build errors with dmd 2.080.0 2018-05-14 15:42:52 -04:00
Adam D. Ruppe 77f914e838 more cursors and windows bug fixes 2018-05-09 09:33:03 -04:00
Adam D. Ruppe 917c408187 catchup 2018-05-09 08:08:16 -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
Adam D. Ruppe 01042e5d8b
Merge pull request #155 from LaurentTreguier/master
Split email and htmltotext subpackages
2018-04-30 22:56:14 -04:00