Commit Graph

67 Commits

Author SHA1 Message Date
Adam D. Ruppe f1a259ecac more stuff im too lazy to figure out details 2025-03-29 21:05:17 -04:00
Adam D. Ruppe 269b535196 lol 32 bit 2025-02-22 12:08:56 -05:00
Adam D. Ruppe 61a5698394 lots of things in prep for blog 2025-02-20 20:04:11 -05:00
Adam D. Ruppe 31fa714504
Merge pull request #478 from analogjupiter/ini
Add `arsd.ini` module
2025-02-16 20:44:55 -05:00
Adam D. Ruppe 644c1869a1 logger framework almost actually usable 2025-02-13 09:15:06 -05:00
Elias Batek aae2418f05 Merge branch 'master' into ini 2025-02-13 05:44:26 +01:00
Elias Batek 5c7538421f Chomp chomp 2025-02-12 01:49:32 +01:00
Elias Batek af25bbbed4 Add unittest to documentation 2025-02-11 05:13:10 +01:00
Elias Batek 7e03da94e8 Add `isSliceOf` to `arsd.core` 2025-02-11 05:12:24 +01:00
Adam D. Ruppe bdb7372488 make it work again 2025-02-08 16:20:30 -05:00
Adam D. Ruppe 2fe1b06e4f huge improvements to ListWidget and FilePicker on custom widgets. ScrollableWidget now set for deprecation pending removal 2025-01-02 20:06:18 -05:00
Adam D. Ruppe 418e1005a8 more file path 2024-11-23 15:22:44 -05:00
Adam D. Ruppe 7e6b3c3cbe omg mac 2024-10-24 18:44:46 -04:00
Adam D. Ruppe 7901578797 some emscripten basic support 2024-10-24 18:04:45 -04:00
Adam D. Ruppe 115be86c63 make show/hide work better including with native widgets when you have hidden grandchildren 2024-09-28 21:26:13 -04:00
Adam D. Ruppe 1aff5c0293 trying to fix minigui's selection hacks and shrinkiness 2024-09-28 17:08:31 -04:00
Adam D. Ruppe c13a8cd2e5 more safer by default warning silencing 2024-09-15 09:21:01 -04:00
Adam D. Ruppe d246f4d744 ExternalProcess overhaul to be better pipe citizens 2024-09-13 22:05:01 -04:00
Adam D. Ruppe 5dd6f2bc54
Merge pull request #457 from analogjupiter/timer-conflict
Timer conflict
2024-09-10 21:21:55 -04:00
Elias Batek 2e05986ade Update history of arsd.core.Timer 2024-09-11 03:18:54 +02:00
Adam D. Ruppe 701fdf5e25 %F not supported on Windows lol 2024-09-09 21:12:39 -04:00
Dennis 31ab53959e
Fix wrong `return` annotation
There's a compile error when using `-preview=dip1000`:

```D
	static SocketAddress[] localhost(ushort port, return UserProvidedBuffer!SocketAddress buffer = null) {
		buffer.append(ip6("::1", port));
		buffer.append(ip4("127.0.0.1", port));
		return buffer.slice;
	}
```

```
C:\Users\Dennis\AppData\Local\dub\packages\arsd-official\11.4.2\arsd-official\core.d(3066,10): Error: returning `buffer.slice()` escapes a reference to parameter `buffer`
C:\Users\Dennis\AppData\Local\dub\packages\arsd-official\11.4.2\arsd-official\core.d(3181,10): Error: returning `buffer.slice()` escapes a reference to parameter `buffer`
```

The `UserProvidedBuffer.slice` method is annotated `return (ref)` but it should be `return scope`, or since it's a template, just inferred.
2024-09-03 11:48:38 +02: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 09af87971f useful stuff but not done 2024-07-25 18:52:17 -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
Elias Batek 639dede5a6 Merge branch 'master' into pixmappaint 2024-05-24 05:00:51 +02:00
Elias Batek bd502fb912 Rename `typeCast!T()` to `castTo!T()` 2024-05-24 04:56:36 +02:00
Adam D. Ruppe 33838ac82f typo 2024-05-09 10:26:35 -04:00
Elias Batek 9bc0dd74ea Add docs, comments and Pixmap.clone() 2024-04-24 02:34:28 +02:00
Elias Batek 77765756ef Add typeCast examples 2024-04-24 02:09:17 +02:00
Elias Batek 0e79aea973 Move Pixmap functionality into its own module 2024-04-24 01:02:03 +02:00
Adam D. Ruppe 26637a230c small updates 2024-04-20 08:03:00 -04:00
Adam D. Ruppe ed8cd91cdd #426 - different freebsd versions have extra arg and i want to add a deffault to it 2024-04-11 09:22:20 -04:00
Adam D. Ruppe 4e3bf88447 Some opend safer by default fixes 2024-03-27 15:20:12 -04:00
Adam D. Ruppe 402c28a73e some more bugs and docs 2024-02-12 07:15:30 -05:00
Adam D. Ruppe 15a29d49dd event loop wtf it didnt commit i hate git 2023-12-29 12:02:06 -05:00
Adam D. Ruppe 73d4cf9c12 bring in Jacob Carlborg's abandoned druntime PR stuff for objc blocks 2023-12-29 11:59:11 -05:00
Adam D. Ruppe e5e36e3d09 more support stuff from porting sdpy to use it 2023-12-29 11:59:11 -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 b0b0b09d32 keep things building in other places for now 2023-11-29 13:52:51 -05:00
Adam D. Ruppe 80fc3bc787 whitespace after pr 2023-11-22 18:59:33 -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 9aeed1c2c1 typo 2023-11-04 07:05:11 -04:00
Adam D. Ruppe 8d73ec2603 some context menu in webview 2023-11-01 10:09:04 -04:00
Adam D. Ruppe dfdc6e7816 more sdpy mac support 2023-10-09 18:52:37 -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 4515b78c9a fix some duplicate symbol complaints out of ldc on windows 2023-09-14 20:58:37 -04:00
Adam D. Ruppe 4aad28fc7f oops wrong level 2023-09-04 20:51:36 -04:00