Commit Graph

2532 Commits

Author SHA1 Message Date
Adam D. Ruppe 9881f555a5 some more screenpainter compat in arsd.game 2024-08-27 10:19:41 -04:00
Adam D. Ruppe 3cc5028486 new dmd compat 2024-08-27 10:19:32 -04:00
Adam D. Ruppe cdeca0a686 preserve order of attributes with new wrapper - has breaking changes 2024-08-27 10:19:12 -04:00
Adam D. Ruppe a49f64893c a few adrdox fixups 2024-08-20 16:06:01 -04:00
Adam D. Ruppe d646bc17ca
Merge pull request #451 from analogjupiter/pixmappaint
Document Pixmap Paint module
2024-08-18 12:24:58 -04:00
Adam D. Ruppe cb76629376
Merge pull request #450 from analogjupiter/pixmap-recorder
Pixmap Recorder revision Ⅰ
2024-08-18 12:24:49 -04:00
Elias Batek 8a68748bd6 Adjust placement of @safe for better readability 2024-08-18 03:39:20 +02:00
Elias Batek 3b33ac7f30 Document arsd.pixmappaint module 2024-08-18 03:24:26 +02:00
Elias Batek 997a7c8fd5 Fix spelling and grammar 2024-08-18 02:59:28 +02:00
Elias Batek 8efa5c7720 Overhaul Pixmap Recorder 2024-08-18 02:40:18 +02:00
Elias Batek f432e7d744 Improve documentation of Pixmap Recorder 2024-08-18 02:11:34 +02:00
Elias Batek 1d39d3b61e Remove unused stdout-getter from Pixmap Recorder
Wasn't even properly implemented anyway
and would have returned `stderr` instead.
2024-08-18 01:19:52 +02:00
Elias Batek 2a12df337d Mark PixmapRecorder as Output Range
Because why not? :P
2024-08-18 01:17:49 +02:00
Elias Batek 2f32267898 Fix bogus return statement in PixmapRecorder.close() 2024-08-18 01:16:48 +02:00
Adam D. Ruppe b6e54b8b85
Merge pull request #449 from analogjupiter/pixmap-recorder
Add Pixmap Recorder module
2024-08-17 07:36:15 -04:00
Elias Batek d209923433 Allow PixmapRecorder.close() to be called on inactive recorders 2024-08-17 06:10:16 +02:00
Elias Batek a49e7c16e5 Add Pixmap Recorder to the changelog 2024-08-17 05:39:22 +02:00
Elias Batek f1b69132af Improve description of Pixmap Recorder 2024-08-17 05:35:16 +02:00
Elias Batek aba6a49f74 Add Pixmap Recorder module 2024-08-17 05:32:32 +02:00
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