Commit Graph

1586 Commits

Author SHA1 Message Date
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
Adam D. Ruppe cbbf260cb3
Merge pull request #282 from quickfur/body_do
Fix deprecation warnings for `body`.
2021-03-26 19:28:28 -04:00
H. S. Teoh 8bf86c5265 Fix deprecation warnings for `body`. 2021-03-26 16:23:36 -07:00
Adam D. Ruppe 0a3995a14d better error message 2021-03-26 10:16:25 -04:00
Adam D. Ruppe 8d9e6a12ca more array support 2021-03-25 14:27:11 -04:00
Adam D. Ruppe 3252df7531 handle null java arrays 2021-03-17 21:50:15 -04:00
Adam D. Ruppe cce50f56a0 finally implement takeScreenshot 2021-03-14 19:43:46 -04:00
Adam D. Ruppe aa5d0bfb54 oops forgot to actually enable maximization 2021-03-12 21:40:01 -05:00
Adam D. Ruppe d20fcbf0c8 a little bit of interface support 2021-03-12 14:32:45 -05:00
Adam D. Ruppe 1af3a0d394 idk 2021-03-11 22:33:13 -05:00
Adam D. Ruppe 05eadcb732 a little bit less bad handling of the popup menus 2021-03-11 22:32:42 -05:00
Adam D. Ruppe 7198a9f15e #279 - facility for spritesheets 2021-03-11 21:18:39 -05:00
Adam D. Ruppe c4c52d8723 fix filter display 2021-03-03 13:06:01 -05:00
Adam D. Ruppe 59f8189736
Merge pull request #278 from brianush1/master
add stbtt_GetFontXHeight
2021-02-28 20:48:48 -05:00
brianush1 a7d77f264e add stbtt_GetFontXHeight 2021-02-28 20:40:22 -05:00
Adam D. Ruppe d668889235 accessing java fields 2021-02-27 14:55:17 -05:00
Adam D. Ruppe 4ba062f093 apng write support 2021-02-27 12:25:52 -05:00
Adam D. Ruppe 76648500b2 remove what turned otu to be a bad useless idea 2021-02-26 15:34:53 -05:00
Adam D. Ruppe a828c84939 fix bug in handling relative redirects 2021-02-26 15:31:20 -05:00
Adam D. Ruppe a7d5c43c51 Merge branch 'master' of github.com:adamdruppe/arsd 2021-02-25 18:58:06 -05:00
Adam D. Ruppe 863a12792f note to self 2021-02-25 18:58:04 -05:00