Commit Graph

2363 Commits

Author SHA1 Message Date
Adam D. Ruppe ad0f6109e6 glvw first dragt 2024-08-12 12:48:44 -04:00
Adam D. Ruppe d8861809e3 unfinished thing i think can be cool 2024-08-12 12:35:38 -04:00
Adam D. Ruppe d0930025c1 first draft of rounded rectangle border option 2024-08-12 12:35:01 -04:00
Adam D. Ruppe 03fb5aa82b svg preprocessor to make use kinda work sometimes 2024-08-12 12:34:42 -04:00
Adam D. Ruppe 86154c5c09 capability to gzip request bodies 2024-08-06 21:14:53 -04:00
Adam D. Ruppe 9897accfd1 bigger buffer for better performance 2024-08-06 07:00:46 -04:00
Adam D. Ruppe c58afec041
Merge pull request #448 from rodevasia/patch-1
Fix for error at string to char* conversion in `executePreparedStatement` in Postgres.d
2024-08-05 16:04:20 -04:00
Robert Devasia 8344debe27
Fix for error at string to char* conversion in `executePreparedStatement`
Dependency was throwing error 
`
template instance `arsd.postgres.PostgreSql.executePreparedStatement!(char, char)` error instantiating
`
when  use executePreparedStatement

DUB : 1.38.1
PostgreSQL: 16

I got this error in the package 

`
template `to` is not callable using argument types `!(string)(char)`
`
where the usage is ` db.executePreparedStatement("update_tbl_cmd",'3','a');`
2024-08-05 00:09:22 -04:00
Adam D. Ruppe a3d532bc5a expose CustomTextWidget on all platforms 2024-08-02 08:47:27 -04:00
Adam D. Ruppe 41734bc3e4 oops 2024-07-31 15:21:13 -04:00
Adam D. Ruppe 0649adaa9d more clip hacks and a preprossor for some style and use support 2024-07-31 15:19:35 -04:00
Adam D. Ruppe 121b59ddf0 lol example should use more realistic numbers 2024-07-30 21:50:10 -04:00
Adam D. Ruppe 03983378bd prepare for systemVariables default enabled 2024-07-30 20:51:08 -04:00
Adam D. Ruppe 23d39b22d4 some bug fixes 2024-07-30 15:34:22 -04:00
Adam D. Ruppe 454317cdc2 mac dmd fix 2024-07-30 12:34:47 -04:00
Adam D. Ruppe 31bd9c1742 more example 2024-07-30 12:10:47 -04:00
Adam D. Ruppe a8785995bf notes 2024-07-25 18:52:17 -04:00
Adam D. Ruppe bbec18a96d add basic support for clip paths
ported from https://github.com/memononen/nanosvg/pull/125/files
2024-07-25 18:52:17 -04:00
Adam D. Ruppe 1e1b096bc9 small fix on the file dialog on linux to sort 2024-07-25 18:52:17 -04:00
Adam D. Ruppe 71a211bc5e open new window in current instance of browser support 2024-07-25 18:52:17 -04:00
Adam D. Ruppe dd0d79fb51 new module for good'n'quick random numbers from herringway 2024-07-25 18:52:17 -04:00
Adam D. Ruppe 09f209ed6d new module for making calendar apps and stuff 2024-07-25 18:52:17 -04:00
Adam D. Ruppe f5d4818975 supporting my chocobot 2024-07-25 18:52:17 -04:00
Adam D. Ruppe 09af87971f useful stuff but not done 2024-07-25 18:52:17 -04:00
Adam D. Ruppe ac834e9e3b call handler to support minigui selection logic 2024-07-25 18:52:17 -04:00
Adam D. Ruppe 240b6cbc3d custom text widget - selection.find api and double click select word. also middle click temp buffer 2024-07-25 18:52:17 -04:00
Adam D. Ruppe 289835abf9 thanks Jeremy Baxter 2024-07-25 18:52:17 -04:00
Adam D. Ruppe 74fe3159d7 update cef again 2024-07-25 18:52:17 -04:00
Adam D. Ruppe 3e29c2d38d
Merge pull request #446 from dkorpel/error-dedup
com.d: deduplicate error handling of `Invoke`
2024-07-09 08:31:24 -04:00
Dennis Korpel 4d54037ad3 com.d: deduplicate error handling of `Invoke` 2024-07-09 14:24:29 +02:00
Adam D. Ruppe 0c99dd2e30
Merge pull request #444 from dkorpel/getd
com.getD: Remove redundant variant logic
2024-07-08 08:22:25 -04:00
Adam D. Ruppe 6c41d7bf79
Merge pull request #445 from dkorpel/put-long-fix
com.d: Fix/improve toComVariant
2024-07-08 07:53:28 -04:00
Dennis Korpel 9140831a5a com.d: Fix/improve toComVariant 2024-07-08 13:51:08 +02:00
Dennis Korpel f8f5592132 com.getD: Remove redundant variant logic 2024-07-04 13:03:15 +02:00
Adam D. Ruppe 292309541a
Merge pull request #442 from dkorpel/named-arg-fix
com.d: Fix named arguments count
2024-06-28 07:19:10 -04:00
Dennis Korpel 97a7b4c84b com.d: Fix named arguments count 2024-06-28 12:20:46 +02:00
Adam D. Ruppe 362e671308
Merge pull request #441 from dkorpel/named-arg
com.d: Add named argument support
2024-06-19 13:14:06 -04:00
Dennis Korpel 27aafc79b4 Make named arguments runtime 2024-06-19 16:48:37 +02:00
Dennis Korpel b8420c6039 com.d: Add named argument support 2024-06-18 13:51:58 +02:00
Adam D. Ruppe 050d1a0728
Merge pull request #440 from dkorpel/patch-2
com.d: Add option for multithreaded COM
2024-06-17 07:30:58 -04:00
Dennis 89c4efa135
com.d: Add option for multithreaded COM 2024-06-17 13:26:12 +02:00
Adam D. Ruppe 601a231a02
Merge pull request #439 from dkorpel/patch-2
com.d: Fix EXCEPINFO.scode capitalization
2024-06-17 07:21:31 -04:00
Dennis 5ca6c6b105
com.d: Fix EXCEPINFO.scode capitalization 2024-06-17 13:18:51 +02:00
Adam D. Ruppe 66b0160cd2 silly me didnt have to pass that explicitly 2024-06-11 11:19:12 -04:00
Adam D. Ruppe 44d5cc1141 arsd.discord initial commit 2024-06-10 15:22:49 -04:00
Adam D. Ruppe 99a332ad76 binding overhaul 2024-06-10 15:22:49 -04:00
Adam D. Ruppe 5458c04325 moving to my function 2024-06-10 15:22:49 -04:00
Adam D. Ruppe 958cfbea74 excise std.uri for compile speed 2024-06-10 15:22:49 -04:00
Adam D. Ruppe 35b19920e8 more support code 2024-06-10 15:22:49 -04:00
Adam D. Ruppe 6ac1e46a7f more refactorings of shared timer to arsd.core 2024-06-10 15:22:49 -04:00