Adam D. Ruppe
fcc840df4e
better TextDisplay = better MessageBox on linux
2023-12-11 20:59:52 -05:00
Adam D. Ruppe
84c1e8162d
more movile friendly generic canned layout
2023-12-11 12:50:47 -05:00
Adam D. Ruppe
069d318482
terminal tweaks
2023-12-11 12:07:17 -05:00
Adam D. Ruppe
32b4921875
session example
2023-12-11 12:07:11 -05:00
Adam D. Ruppe
fd85b03bba
allow more placeholder replacements with document fragments
2023-12-11 12:06:45 -05:00
Adam D. Ruppe
c4fdfd9e10
Merge pull request #404 from MrcSnm/patch-6
...
iOS compatibility
2023-12-07 09:44:06 -05:00
Marcelo Silva Nascimento Mancini
040c9bb94f
iOS compatibility
...
Do nothing EmptyCoreEvent version added.
2023-12-07 11:42:58 -03:00
Adam D. Ruppe
339d89d4b7
minigui on windows flicker and minor draw bugs when resizing
2023-12-06 13:04:19 -05:00
Adam D. Ruppe
6d1080b58d
some minor sizing tweaks on text boxes on windows
2023-11-29 16:35:10 -05:00
Adam D. Ruppe
6bbc91f90b
make the color picker a bit less bad on linux
2023-11-29 15:49:44 -05:00
Adam D. Ruppe
b0b0b09d32
keep things building in other places for now
2023-11-29 13:52:51 -05:00
Adam D. Ruppe
daad84840f
Merge pull request #402 from GrimMaple/master
...
Fix WAVERR_BADFORMAT in simpleaudio.d
2023-11-27 15:36:19 -05:00
Grim Maple
69885650cc
Fix WAVERR_BADFORMAT in simpleaudio.d
...
Winapi requires the nBlockAlign to be channels times bytes per sampe, otherwise errors out
2023-11-27 22:30:24 +03:00
Adam D. Ruppe
410216f649
oops broke embedded
2023-11-26 10:19:03 -05:00
Adam D. Ruppe
3d42a6e6f0
mac update
2023-11-24 12:26:03 -05:00
Adam D. Ruppe
65d5983303
win32 console as a runtime option
2023-11-22 18:59:33 -05:00
Adam D. Ruppe
405bd59c9d
command line session mocking and beginning of new memory management
...
scheme
2023-11-22 18:59:33 -05:00
Adam D. Ruppe
4f1f562f8e
examples
2023-11-22 18:59:33 -05:00
Adam D. Ruppe
816a36e5f5
better dox and fixing doc example regression
2023-11-22 18:59:33 -05:00
Adam D. Ruppe
bac154b557
better error messages
2023-11-22 18:59:33 -05:00
Adam D. Ruppe
80fc3bc787
whitespace after pr
2023-11-22 18:59:33 -05:00
Adam D. Ruppe
58133b5fd3
update to newer cef
2023-11-22 18:59:29 -05:00
Adam D. Ruppe
e9a0e88388
hex, int, octal literals
2023-11-22 17:16:23 -05:00
Adam D. Ruppe
188bcb199b
dont try to bindbc check anymore, it is unreliabele in dub
2023-11-22 17:16:23 -05:00
Adam D. Ruppe
6cd1a94eee
Merge pull request #401 from MrcSnm/patch-5
...
Added support to wasm and custom runtimes
2023-11-22 17:14:30 -05:00
Marcelo Silva Nascimento Mancini
9f59feeca4
Added support to wasm and custom runtimes
...
Use `ArsdUseCustomRuntime` for supporting them.
2023-11-13 11:59:01 -03:00
Adam D. Ruppe
8cb756ba6f
Merge pull request #400 from konradh/sqlite/floating-point-precision
...
sqlite: Improve precision for floating-point types
2023-11-05 10:23:47 -05:00
konradh
08d072806c
fix(sqlite): improve floating-point precision
...
This adds support for values of type double when binding values to a
query. Prior to this, doubles would be converted to a string and only
be stored with 6 digits of precision in the database.
Additionally, floats stored in the database were converted to strings
when retrieved and therefore be reduced to 6 digits of precision, too.
2023-11-05 16:03:18 +01:00
Adam D. Ruppe
9aeed1c2c1
typo
2023-11-04 07:05:11 -04:00
Adam D. Ruppe
3ab22db500
copy paste prepared statement example for later expansion
2023-11-01 10:09:31 -04:00
Adam D. Ruppe
8d73ec2603
some context menu in webview
2023-11-01 10:09:04 -04:00
Adam D. Ruppe
2aa06d0568
at least make the key function show in the docs
2023-11-01 10:08:38 -04:00
Adam D. Ruppe
9f916f6401
better message box on linux, can scroll and wrap content now instead of truncate
2023-10-31 21:57:22 -04:00
Adam D. Ruppe
47b3b16855
support for 32bpp notificationareaicons on windows (drops winxp support)
2023-10-31 19:34:38 -04:00
Adam D. Ruppe
d678a73ccb
i broke ctfe oops
2023-10-30 21:44:12 -04:00
Adam D. Ruppe
5da32aeb43
Merge pull request #399 from naydef/naydef-patch-1
...
Fix checkbox widget not refreshing when changing 'checked' on Linux
2023-10-30 08:27:26 -04:00
naydef
c84e2cfbd5
Fix checkbox widget not refreshing when changing 'checked' on Linux
2023-10-30 10:55:24 +02:00
Adam D. Ruppe
75ced0b8a7
silence spurious exception spam with requireBasicAuth (an function not modified since summer 2011 or earlier!
2023-10-24 12:30:37 -04:00
Adam D. Ruppe
a4b8490de6
fix issue on a specific cmder mosh setup
2023-10-13 13:21:03 -04:00
Adam D. Ruppe
0dacbf15b8
why was that ever there
2023-10-12 07:52:01 -04:00
Adam D. Ruppe
dfdc6e7816
more sdpy mac support
2023-10-09 18:52:37 -04:00
Adam D. Ruppe
26c988aefa
notes to self
2023-10-09 18:51:45 -04:00
Adam D. Ruppe
2ce09c5ec4
some dox
2023-10-04 10:43:13 -04:00
Adam D. Ruppe
9fa7f31e26
keep the old example compiling
2023-10-04 10:37:06 -04:00
Adam D. Ruppe
0ba0dc222e
update cursor position on-demand if it may have changed by a print since last time
2023-10-04 09:35:32 -04:00
Adam D. Ruppe
eb45c8886d
starting of core fiber wrap
2023-10-04 09:30:08 -04:00
Adam D. Ruppe
660b6f6386
more types
2023-10-04 09:28:42 -04:00
Adam D. Ruppe
adfd54ac35
hax
2023-10-04 09:28:25 -04:00
Adam D. Ruppe
d71e3b631f
notes
2023-10-04 09:28:09 -04:00
Adam D. Ruppe
c4eb32c913
temp fix for null in new system
2023-10-04 09:27:41 -04:00