Commit Graph

1906 Commits

Author SHA1 Message Date
Adam D. Ruppe 923752ecd4
Merge pull request #322 from WebFreak001/add-no-proxy-support
add support for no_proxy / proxy ignore hosts
2022-04-13 12:31:58 -04:00
WebFreak001 b68c33bb09 add support for no_proxy / proxy ignore hosts
List of domains, ips or ip ranges to not use a proxy with. By default
uses the no_proxy or NO_PROXY environment variable.
2022-04-13 18:18:20 +02:00
Adam D. Ruppe 912047ccdd enable transparency in imagebox 2022-04-11 09:13:58 -04:00
Adam D. Ruppe f44c993695 experimenting with input proxy 2022-04-11 09:11:00 -04:00
Adam D. Ruppe 158ce8e21d whatever calling it good enough gg 2022-04-07 17:46:24 -04:00
Adam D. Ruppe a0a6e7431b more stuff 2022-04-07 17:32:06 -04:00
Adam D. Ruppe 56fecfb135 the result of like a trillion hours of tortorous pain and the borders still dont look quite right 2022-04-07 17:26:20 -04:00
Adam D. Ruppe 1ae1cbe7ec Merge branch 'master' of git://192.168.1.10/home/me/arsd 2022-04-07 10:16:35 -04:00
Adam D. Ruppe 2ee9dd6b43 draw experimentation 2022-04-07 10:16:26 -04:00
Adam D. Ruppe 9e84ee8e52 trying to optimize resizing 2022-04-07 10:16:11 -04:00
Adam D. Ruppe 2fb96cc507 use the other common name for newer openssl 2022-04-06 11:57:01 -04:00
Adam D. Ruppe 77c11d27a5 lets encrypt workaround on certain openssl versions on windows 2022-04-06 08:17:17 -04:00
Adam D. Ruppe e14b651266 unreachable code considered fine 2022-04-05 19:20:13 -04:00
Adam D. Ruppe ce2f7d5f94 more browser stuff, still not stable! 2022-04-05 19:16:15 -04:00
Adam D. Ruppe 6560878cd0 null check to avoid oops 2022-04-05 19:16:03 -04:00
Adam D. Ruppe 62a1544bda convenience method 2022-04-05 19:15:36 -04:00
Adam D. Ruppe 0a57b5dbe9 enable backspace from kernel line buffer 2022-04-05 16:33:22 -04:00
Adam D. Ruppe d4ac2707c6 minor tweaks to old code 2022-04-05 16:32:54 -04:00
Adam D. Ruppe a2d1e5df2d peer verification overhaul 2022-04-05 16:27:18 -04:00
Adam D. Ruppe 7f31dfbace more webview support and lld-link compat hacks 2022-04-03 14:54:00 -04:00
Adam D. Ruppe 77bc2828c3 syntheticinput unified for windows 2022-04-03 13:52:31 -04:00
Adam D. Ruppe e1a13734ba child window focus requests on x11 2022-04-03 11:30:15 -04:00
Adam D. Ruppe 155340534c Merge branch 'master' of github.com:adamdruppe/arsd 2022-03-28 19:13:33 -04:00
Adam D. Ruppe ff35d9d120 support older compilers in minigui still 2022-03-28 19:12:25 -04:00
Adam D. Ruppe 0f5958d42e assume commctl6 even without manifest 2022-03-28 19:01:48 -04:00
Adam D. Ruppe ab5ff7d9d1 more docs 2022-03-28 18:34:01 -04:00
Adam D. Ruppe ad2c2cd332 fancier buttons if you use manifest 2022-03-28 18:28:02 -04:00
Adam D. Ruppe 8483b709f8 Merge branch 'master' of github.com:adamdruppe/arsd 2022-03-28 11:53:29 -04:00
Adam D. Ruppe d3841ee50f more gui 2022-03-28 11:53:26 -04:00
Adam D. Ruppe f107cfb6a1 Merge branch 'master' of github.com:adamdruppe/arsd 2022-03-28 11:52:19 -04:00
Adam D. Ruppe e6eade37ae oops windows 2022-03-28 11:52:11 -04:00
Adam D. Ruppe 213c441059 new visibleText property 2022-03-25 20:24:33 -04:00
Adam D. Ruppe 49829f3f48 mroe dpi stuff 2022-03-22 18:02:03 -04:00
Adam D. Ruppe 28f09ae118 initial version of date/time/calendar pickers 2022-03-22 18:01:40 -04:00
Adam D. Ruppe d773fb4221 notes 2022-03-19 10:43:50 -04:00
Adam D. Ruppe 80e941aad9 work better with static import 2022-03-19 10:43:45 -04:00
Adam D. Ruppe 369c40fd6f webtemplate skeleton uda 2022-03-07 16:25:28 -05:00
Adam D. Ruppe 0faa1d3b8b openssl applink config 2022-03-07 16:25:06 -05:00
Adam D. Ruppe 82b91d2af9 dropdown fixes 2022-03-07 16:24:57 -05:00
Adam D. Ruppe 8ee2fb129e easier to use cgi mode on cmd line 2022-03-02 18:28:22 -05:00
Adam D. Ruppe 142d3bdd78 openssl applink for Windows dll deploys 2022-02-18 17:36:13 -05:00
Adam D. Ruppe f16b3e8b0a useful thing might not keep it here tho 2022-02-17 15:08:50 -05:00
Adam D. Ruppe 69dc43f6bc dont litter as many sprite objects 2022-02-17 15:07:29 -05:00
Adam D. Ruppe 017b1d9759 this code is ugly but it can prevent deadlocks if another thread triggers a GC collection of Sprites in particular 2022-02-17 15:07:11 -05:00
Adam D. Ruppe 6070dbc262 new client cert on windows was broken in some configs 2022-02-16 10:14:28 -05:00
Adam D. Ruppe cd20cec8e7 Remove X11 flicker 2022-02-15 12:39:30 -05:00
Adam D. Ruppe 44db7b9e41 batch X resize events in case the user handler is extremely slow so it
doesn't fall too far behind
2022-02-15 12:39:04 -05:00
Adam D. Ruppe 28a55a1b3f android build fixes from 220a00bbdf 2022-02-15 09:19:09 -05:00
Adam D. Ruppe 92a6f957f8 bugs 2022-02-09 09:48:35 -05:00
Adam D. Ruppe abadbf5af6 no abbeviations 2022-02-03 12:01:05 -05:00