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
Adam D. Ruppe
bed2e2446a
try the all context flag
2023-10-03 19:41:29 -04:00
Adam D. Ruppe
2d97891c11
get object if you want
2023-10-03 15:26:28 -04:00
Adam D. Ruppe
b5da2be1e6
try other thing
2023-10-03 13:09:41 -04:00
Adam D. Ruppe
56b3f44012
not happy with it yet but it kinda works
2023-10-03 10:49:34 -04:00
Adam D. Ruppe
45ba74d9b7
Merge pull request #398 from MrcSnm/patch-2
...
Build terminal faster
2023-09-28 08:03:45 -04:00
Marcelo Silva Nascimento Mancini
b554edda1c
Remove selective import
2023-09-28 09:02:16 -03:00
Marcelo Silva Nascimento Mancini
aa5f26f055
Build terminal faster
...
This avoids including rpc module from windows which takes 200ms to build
2023-09-28 07:58:17 -03:00
Adam D. Ruppe
2433b60d91
only premultiply for xrender, not for a 32 bit visual
2023-09-27 09:05:35 -04:00
Adam D. Ruppe
0fd808ed32
omg divide by 0
2023-09-26 11:40:40 -04:00
Adam D. Ruppe
dc50e93a01
more icon woes
2023-09-26 11:30:40 -04:00
Adam D. Ruppe
3c0338f4ee
compile omg
2023-09-25 17:37:19 -04:00
Adam D. Ruppe
c732fc60b6
Cocoa fixes again
2023-09-25 17:35:05 -04:00
Adam D. Ruppe
727cb4392e
Both spellings apparently valid
2023-09-25 17:34:53 -04:00
Adam D. Ruppe
2e05918b34
Fix NotificationAreaIcon on systems with translucent window support
2023-09-25 17:34:26 -04:00
Adam D. Ruppe
cc351d4c51
More doc notes
2023-09-25 17:34:00 -04:00
Adam D. Ruppe
7faaaa6969
omg messed up unittest again
2023-09-24 19:14:43 -04:00
Adam D. Ruppe
1f90575f73
oops the examples got attached to an import
2023-09-24 19:11:08 -04:00
Adam D. Ruppe
baa79764b3
Merge branch 'master' of github.com:adamdruppe/arsd
2023-09-16 18:20:23 -04:00
Adam D. Ruppe
4c01e9286b
Merge pull request #397 from 0xEAB/master
...
Fix version(without_opengl) code path
2023-09-16 18:20:09 -04:00
Elias Batek
e0957688db
Omit openGLCurrentContext in version(without_opengl)
2023-09-16 23:59:49 +02:00
Elias Batek
f417e16d07
Fix version(without_opengl) code path
2023-09-16 22:00:50 +02:00
Adam D. Ruppe
4515b78c9a
fix some duplicate symbol complaints out of ldc on windows
2023-09-14 20:58:37 -04:00
Adam D. Ruppe
7aa3d60d86
fix bug in tab widget how did i not notice this before
2023-09-12 21:29:18 -04:00