Commit Graph

1606 Commits

Author SHA1 Message Date
Adam D. Ruppe 776d34f534 dmd deprecation handling 2021-06-15 07:23:17 -04:00
Adam D. Ruppe 498a0b0756 unlock cursor asap 2021-06-15 07:23:04 -04:00
Adam D. Ruppe f297fbf813 omg im the worst 2021-06-10 10:00:47 -04:00
Adam D. Ruppe 3f6fee45f7 bug 22011 workarounds 2021-06-09 22:37:06 -04:00
Adam D. Ruppe 5a6ed6245f bugs 2021-06-09 08:05:28 -04:00
Adam D. Ruppe 680030d378 oops 2021-06-08 23:04:33 -04:00
Adam D. Ruppe 2ec2a64536 prep for release 2021-06-08 22:22:10 -04:00
Adam D. Ruppe 4b0f2b31a8 more catchup 2021-06-08 15:03:50 -04:00
Adam D. Ruppe 1c943c529f utf mouse mode emulator support 2021-06-07 11:45:56 -04:00
Adam D. Ruppe a77f1b5b35 utf8 mouse mode support 2021-06-07 11:45:48 -04:00
Adam D. Ruppe bd5e49f8f4 avoid assert fail on an ok with no additional headers 2021-06-07 10:21:55 -04:00
Adam D. Ruppe 3f30effea7 more stuff 2021-06-06 14:37:37 -04:00
Adam D. Ruppe dcd4aa8b3b xshm error handling improvement - now works with transparent fallback 2021-06-03 11:46:57 -04:00
Adam D. Ruppe 1ccb81159d systemd stdio maybe... untested lol 2021-05-29 20:58:04 -04:00
Adam D. Ruppe 543d3a2b5d it just continues to get more awesome 2021-05-28 23:06:13 -04:00
Adam D. Ruppe 5ac7d88bd1
Merge pull request #287 from MuriloMir/patch-1
adding .paused() as a property
2021-05-26 13:11:55 -04:00
Murilo Miranda cc055e4c19
adding .paused() as a property
I have just added .paused() as a property to SampleController because it has .finished(), to tell if it's been stopped, but it has none to tell if it has been paused
2021-05-26 00:37:53 -03:00
Adam D. Ruppe 9dd0a00f08 more wip gui 2021-05-19 15:27:41 -04:00
Adam D. Ruppe 17f3e1cffa new minigui 2021-05-13 13:30:59 -04:00
Adam D. Ruppe 2c5255b486 fix ctrl+d bug in getline keeping the buffer 2021-05-13 11:38:39 -04:00
Adam D. Ruppe 0b34c82758 minigui styling 2.0 start 2021-05-13 08:50:16 -04:00
Adam D. Ruppe ad8ff20a84 avoid spurious bad escape sequence 2021-05-13 08:46:05 -04:00
Adam D. Ruppe f149974c09 Never free the default font in a destructor as it is a shared resource 2021-05-11 18:22:07 -04:00
Adam D. Ruppe af6533d774 docs for exceptions 2021-05-08 09:50:42 -04:00
Adam D. Ruppe 12149ab75d initial visual theme thing 2021-05-08 09:50:29 -04:00
Adam D. Ruppe f3d22c9bf4 Merge branch 'master' into before 2021-05-07 16:20:13 -04:00
Adam D. Ruppe 8236177683 doc note 2021-05-07 16:18:00 -04:00
Adam D. Ruppe b4ef822ad1 Merge branch 'master' of github.com:adamdruppe/arsd 2021-05-07 16:17:43 -04:00
Adam D. Ruppe 35f13b89e4 stuff 2021-05-07 16:17:35 -04:00
Adam D. Ruppe 0c43153d28
Merge pull request #285 from MoonlightSentinel/fixes
database_generation: Don't assign to functions, ... in populateFromDbRow
2021-05-07 16:15:35 -04:00
MoonlightSentinel d8c45fe1be
database_generation: Don't require an id attribute for insert 2021-05-07 22:12:52 +02:00
MoonlightSentinel d86bc412fc
database_generation: Don't assign to functions, ... in populateFromDbRow
Using `tupleof` instead of `__traits(allMembers, ...)` skips over all
nested declarations that are not actual fields.
2021-05-07 22:02:30 +02:00
Adam D. Ruppe 3d9718be32 stuff 2021-05-06 15:02:08 -04:00
Adam D. Ruppe f24955f273 docs 2021-05-04 10:10:16 -04:00
Adam D. Ruppe 534f9d9c35 sdpy helpers for alpha 2021-05-04 10:09:46 -04:00
Adam D. Ruppe c4c33da852 proxy and event loop improvements 2021-05-04 10:08:55 -04:00
Adam D. Ruppe 537a9e6bdf More word forward emacs style controls 2021-05-04 09:56:39 -04:00
Adam D. Ruppe f75590c1f4 oops 2021-05-01 19:35:55 -04:00
Adam D. Ruppe 0d68724d58 list fonts 2021-05-01 17:52:21 -04:00
Adam D. Ruppe 5d7aa7edd9 property b0rken 2021-04-19 17:48:52 -04:00
Adam D. Ruppe 5ea0b493c6 initial proxy support 2021-04-13 09:20:07 -04:00
Adam D. Ruppe 3d396dfaa6 update 2021-04-11 22:22:39 -04:00
Adam D. Ruppe d5c3539293
Merge pull request #284 from quickfur/typo
Fix typo: `wmainCRTStartup` (capital S) not `wmainCRTstartup`.
2021-04-06 15:12:36 -04:00
H. S. Teoh 34ba946e70 Fix typo: `wmainCRTStartup` (capital S) not `wmainCRTstartup`. 2021-04-06 11:26:43 -07:00
Adam D. Ruppe 5c2cac07b4 optimize opaque resizes w/ opengl 2021-04-02 11:07:19 -04:00
Adam D. Ruppe bec583e053 more timeout support 2021-03-31 14:35:07 -04:00
Adam D. Ruppe a3a842d41e
Merge pull request #283 from GallaFrancesco/master
Timeout support in HttpRequest
2021-03-31 10:20:05 -04:00
GallaFrancesco 1078bcacce request timeout support in HttpRequest 2021-03-31 10:22:01 +00:00
Adam D. Ruppe f8af877e4f Merge branch 'master' of github.com:adamdruppe/arsd 2021-03-29 10:05:34 -04:00
Adam D. Ruppe 0367ac70e7 fixes 2021-03-29 10:05:24 -04:00