Commit Graph

1838 Commits

Author SHA1 Message Date
Adam D. Ruppe b5c718f7ed string was too restrictive, const char good enough 2021-12-22 18:48:36 -05:00
Adam D. Ruppe aef7177402 debug helper 2021-12-22 18:48:23 -05:00
Adam D. Ruppe 0694c7a772 docs 2021-12-22 18:48:11 -05:00
Adam D. Ruppe 30586da8bf more dispatchermagic 2021-12-22 18:47:51 -05:00
Adam D. Ruppe 933423478f stop method to programatically terminate server 2021-12-22 18:47:28 -05:00
Adam D. Ruppe a1659f7c34 more notes 2021-12-22 18:46:50 -05:00
Adam D. Ruppe 2fe3355560 Windows hybrid server support 2021-12-22 18:46:29 -05:00
Adam D. Ruppe 9b52121b32 doc note about port 2021-12-22 18:44:12 -05:00
Adam D. Ruppe 81b927a4ac balance setting for left/right tones 2021-12-20 11:36:47 -05:00
Adam D. Ruppe f89d4c5d21 experiment to optimize redraw but it didnt really deliver - just 1 ms improvement - vs the bugs in running vim so commented out but might come back to later 2021-12-20 11:36:13 -05:00
Adam D. Ruppe 7daddeb547 had to reorder this to keep ssl requests working, weird but random bug that was super annoying 2021-12-16 13:07:16 -05:00
Adam D. Ruppe c1da994df4 just some info 2021-12-10 22:09:23 -05:00
Adam D. Ruppe 16d05187a3 starting matrix stuff 2021-12-10 22:09:17 -05:00
Adam D. Ruppe d376cc553f avoid changing the stdout mode unless that function is actually called - no need so do it in a static ctor anyway 2021-12-10 21:07:46 -05:00
Adam D. Ruppe 48b2516415 filthy ugly hacks 2021-12-10 14:00:39 -05:00
Adam D. Ruppe 12bb6d7f4d add more stuff to dub 2021-12-09 22:23:41 -05:00
Adam D. Ruppe 4d5f6dabf8 more toPrettyString tests 2021-12-09 22:23:35 -05:00
Adam D. Ruppe 1ed17bdb43 new blocking control param 2021-12-09 17:33:10 -05:00
Adam D. Ruppe 39d859a21d windows note in doc 2021-12-09 17:32:42 -05:00
Adam D. Ruppe e9e1863a20 enable dispatcher on Windows - it was a simple oversight before 2021-12-09 11:08:57 -05:00
Adam D. Ruppe f8cd68131a mistake here from 2011 wow 2021-12-07 15:35:11 -05:00
Adam D. Ruppe ae71b80e63 i forgot to commit omg 2021-12-04 19:48:47 -05:00
Adam D. Ruppe a2c223a750 oops 2021-12-04 07:33:37 -05:00
Adam D. Ruppe 4bf8ef8e59 oops 2021-12-04 07:16:11 -05:00
Adam D. Ruppe 4248b8e8a2 more grid size fixes and thread helpers 2021-12-03 21:42:07 -05:00
Adam D. Ruppe 333e1ebef8 a lil more pretty string tweaking for empty elements 2021-12-03 10:59:03 -05:00
Adam D. Ruppe 25f067544f treat empty text nodes as still empty for selectors and indentation purposes 2021-12-03 10:28:09 -05:00
Adam D. Ruppe d1f5de18d6 more graphical open file dialog on linux 2021-12-01 22:27:45 -05:00
Adam D. Ruppe 3751953018 i forgot to commit 2021-11-29 16:41:45 -05:00
Adam D. Ruppe 495e664ba3 deal with header state in correct order so packet/buffer boundaries dont break 2021-11-29 09:24:43 -05:00
Adam D. Ruppe a7209664e7 slightly better multi line editor scrolling 2021-11-28 21:37:19 -05:00
Adam D. Ruppe c2c50fd576 button ideal size setting (helps inline block layouts a lot) 2021-11-28 09:05:28 -05:00
Adam D. Ruppe 671aacf86d little things 2021-11-27 22:21:05 -05:00
Adam D. Ruppe fa500f2774 better command line control specialness 2021-11-27 22:20:49 -05:00
Adam D. Ruppe cc765ced2d move observable to minigui core 2021-11-27 22:20:32 -05:00
Adam D. Ruppe 234da9fe86 convenience method for win32 2021-11-27 22:20:04 -05:00
Adam D. Ruppe a7d045f632 fix the windows event handler 2021-11-27 22:19:09 -05:00
Adam D. Ruppe 87df9051d3 ability to inject event from another thread 2021-11-27 22:08:52 -05:00
Adam D. Ruppe 2f9534f0b3 diabling, mixed dpi, observable, win32 custom and owner draw, table view header click and cell styling 2021-11-27 22:06:34 -05:00
Adam D. Ruppe cb8acc5d2b mixed mode dpi awareness 2021-11-26 16:21:07 -05:00
Adam D. Ruppe 51747d64ba fix segfault on bad xml 2021-11-26 08:37:47 -05:00
Adam D. Ruppe 4218146d6e toPrettyString details 2021-11-26 08:37:38 -05:00
Adam D. Ruppe 9797370ad6 line getter initial impl 2021-11-24 17:37:48 -05:00
Adam D. Ruppe e017511fc2 Merge branch 'master' of github.com:adamdruppe/arsd 2021-11-23 18:23:51 -05:00
Adam D. Ruppe 6e4c9dbb49 widget disabling 2021-11-23 18:23:46 -05:00
Adam D. Ruppe 9e9be7cc0d gradient stuff and windows tweaks 2021-11-23 17:23:42 -05:00
Adam D. Ruppe c4fc7c39e0
Merge pull request #312 from brianush1/master
make mvd workable on objects
2021-11-23 10:24:47 -05:00
brianush1 48e4e55a73 make mvd workable on objects 2021-11-23 10:22:18 -05:00
Adam D. Ruppe b698de70fc resize hidden things when they appear - and make recompute layout more efficient (though there's still a LOT of work to do on that) 2021-11-22 19:56:47 -05:00
Adam D. Ruppe d74bc6c64b issue #309 .... i think 2021-11-22 13:17:27 -05:00