Commit Graph

2078 Commits

Author SHA1 Message Date
Adam D. Ruppe 020dc221c8 expose ico to dub 2023-08-18 18:07:30 -04:00
Adam D. Ruppe 7854767903 add ipv6 only option for more predictable behavior 2023-08-18 18:06:53 -04:00
Adam D. Ruppe 682ddd0563 fix bug added with wrong continue 2023-08-16 10:04:02 -04:00
Adam D. Ruppe 7150cd81f4 fixes 2023-08-08 22:02:48 -04:00
Adam D. Ruppe 4214899e58 prepping for premature release 2023-08-08 09:30:07 -04:00
Adam D. Ruppe f2bb114a65 omg we never freed these contexts 2023-08-05 12:12:43 -04:00
Adam D. Ruppe e91e04be32 multiple listen specs 2023-07-31 19:23:01 -04:00
Adam D. Ruppe 6b96fb87d6 starting to move away from strings 2023-07-31 12:28:01 -04:00
Adam D. Ruppe c5be6de0fe stuff 2023-07-31 12:27:50 -04:00
Adam D. Ruppe e2aa449fc9 more stuff 2023-07-31 12:27:28 -04:00
Adam D. Ruppe 1965fb5f0e more v11 prep 2023-07-31 12:26:34 -04:00
Adam D. Ruppe e1d6942cee default headers in client option 2023-07-31 12:25:50 -04:00
Adam D. Ruppe 5ebac83a0e ipv6 listen support 2023-07-31 12:21:18 -04:00
Adam D. Ruppe 02e0960b7b http2 cleaner replies, less spam in logs from http2 clients that assume 2023-07-31 12:21:00 -04:00
Adam D. Ruppe 9dc866b27f Array of uploaded file support plus some dox 2023-07-31 12:20:40 -04:00
Adam D. Ruppe 92e4f90904
Merge pull request #394 from brianush1/master
fix occasional "`void` does not have a default initializer" error in mvd
2023-07-11 02:23:47 -04:00
brianush1 5ce924e272 fix occasional "`void` does not have a default initializer" error in mvd 2023-07-11 08:58:18 +03:00
Adam D. Ruppe 8ccbe52704 Issue #393 - use non-blinking cursor code as the default
still not perfect, we should ideally save and restore like on Windows,
but it is a pain to do
2023-06-21 13:25:59 -04:00
Adam D. Ruppe bfd674aeaf remove useless nonsense 2023-06-09 21:03:21 -04:00
Adam D. Ruppe acaad09e40 more random breakage in new compilers 2023-06-08 09:21:18 -04:00
Adam D. Ruppe 1b9ab20bc8 flesh out the formdata api from mdn 2023-06-07 21:27:12 -04:00
Adam D. Ruppe 6815db255a let dub use the optional bindbc based bindings if user opts in (WARNING UNTESTED) 2023-06-01 12:44:56 -04:00
Adam D. Ruppe 3e01b447f5 more catching up 2023-05-24 08:41:16 -04:00
Adam D. Ruppe e491654b4d cur support untested 2023-05-24 08:41:10 -04:00
Adam D. Ruppe fb7ad07e6b
Merge pull request #390 from JCDraffin/feature-readonly
Feature: Readonly support to editable text widgets
2023-05-23 09:50:57 -04:00
JCDraffin 4bc013e3dd Feature: Readonly support to editable text widgets 2023-05-23 08:48:17 -05:00
Adam D. Ruppe 0066f51180 Merge branch 'master' of github.com:adamdruppe/arsd 2023-05-23 09:44:12 -04:00
Adam D. Ruppe 1d608a763a focus forward to text display helper sot he call jsut works 2023-05-23 09:43:42 -04:00
Adam D. Ruppe b756d0a634
Merge pull request #389 from JCDraffin/bugfix-scrollbar-update
bugfix: scrollbar wasn't updating on addtext calls
2023-05-23 09:42:51 -04:00
JCDraffin 740278db97 bugfix: scrollbar wasn't updating on addtext calls 2023-05-22 23:05:13 -05:00
Adam D. Ruppe a487424f1d some dip thing 2023-05-17 15:33:49 -04:00
Adam D. Ruppe a0202a01df issue #388 - avoid unittests in apps 2023-05-17 15:31:19 -04:00
Adam D. Ruppe 7958a5eb93 make it scale better on windows toolbars #385 2023-05-03 15:04:55 -04:00
Adam D. Ruppe 26526a1acc
Merge pull request #382 from DannyArends/master
Fix for issue #380
2023-04-18 11:16:51 -04:00
DannyArends 992679d8ee Fix for issue #380
Function type does not match previously declared function (StackTraceElement _ctor) by swapping the T this_ and Parameters!method args of the implementation function.
2023-04-18 16:05:09 +01:00
Adam D. Ruppe f14befa028 fix for new minigui things 2023-04-17 13:03:41 -04:00
Adam D. Ruppe 97eb7e43f9 32 bit compat 2023-04-16 08:52:29 -04:00
Adam D. Ruppe 2ae4ac1b25 stuff 2023-04-16 08:44:26 -04:00
Adam D. Ruppe 2ff74269fe v2.103 compatibility 2023-04-05 10:46:33 -04:00
Adam D. Ruppe 1a3c8a4f36 no main bad main 2023-04-04 21:34:05 -04:00
Adam D. Ruppe 683db6fb8d a bit of general cleanup 2023-04-04 21:33:37 -04:00
Adam D. Ruppe 0d176dd6b9 first draft of directory watcher 2023-04-04 21:33:06 -04:00
Adam D. Ruppe 2502ee06e2 issue #378 2023-04-02 07:21:44 -04:00
Adam D. Ruppe cb4225dfce initial bsd support in arsd.core 2023-03-25 20:58:39 -04:00
Adam D. Ruppe e774f0beda decompressGzip 2023-03-25 20:56:46 -04:00
Adam D. Ruppe de8a5798ec fix layout bugs if you remove widget 2023-03-25 20:56:20 -04:00
Adam D. Ruppe 3863f03866 easier to use high level function with tar example 2023-03-23 20:02:05 -04:00
Adam D. Ruppe 80a0a06e8d better lzma api and dox 2023-03-23 18:32:37 -04:00
Adam D. Ruppe c18bdb2df8 trying a new thing 2023-03-22 08:44:13 -04:00
Adam D. Ruppe 2a1ca7d1ec patch it up so it builds again 2023-03-22 08:20:44 -04:00