Commit Graph

2343 Commits

Author SHA1 Message Date
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
Adam D. Ruppe 4d0ab264f7 api overhaul for email 2024-06-10 15:22:49 -04:00
Adam D. Ruppe e4f4458549 better websocket close handling 2024-06-10 15:22:49 -04:00
Adam D. Ruppe c6399a517b add implicit capabilities to jsvar opend 2024-06-10 15:22:49 -04:00
Adam D. Ruppe e5441e5f35
Merge pull request #438 from dkorpel/com-array
com.d: support (multi-dimensional) array paramters
2024-05-29 10:22:37 -04:00
Dennis Korpel 41f09eae3a com.d: support (multi-dimensional) array paramters 2024-05-29 16:18:30 +02:00
Adam D. Ruppe d13828c50b
Merge pull request #437 from dkorpel/patch-1
Allow converting ComResult to VARIANT
2024-05-28 07:42:57 -04:00
Dennis 8a7daff45a
Allow converting ComResult to VARIANT
Allows you to do this with the Excel COM interface:

```
auto range = sheet.Range()(sheet.Cells()(1, 1), sheet.Cells()(3, 4));
```
2024-05-28 10:40:58 +02:00
Adam D. Ruppe 46ecb7efc6
Merge pull request #406 from analogjupiter/pixel-color-II-standalone
color: Replace color components union with property functions
2024-05-26 12:13:24 -04:00
Adam D. Ruppe 82b815fdf3
Merge pull request #431 from analogjupiter/pixmappaint
Add Pixmap Paint module
2024-05-26 12:13:11 -04:00
Elias Batek cc64d0c104 Add color-inversion functions 2024-05-26 16:56:45 +02:00
Elias Batek 0b2481bab6 Refactor blending functions 2024-05-26 16:26:09 +02:00
Elias Batek 1aae3674dc Improve documentation 2024-05-26 15:07:11 +02:00
Elias Batek 5d839f34c2 Implement color-burn, color-dodge, difference, exclusion and subtract blend modes 2024-05-26 14:58:41 +02:00
Elias Batek bd4ec9b45a Implement overlay + hard-light + soft-light blend modes 2024-05-26 03:49:57 +02:00
Elias Batek e4551548cd Fix typos and clean up 2024-05-25 01:59:11 +02:00
Elias Batek ca6dd1bb90 Implement "divide" blend-mode 2024-05-25 01:58:36 +02:00
Elias Batek 9a4f8467f8 Implement "lighten" + "darken" blend-modes 2024-05-25 00:58:05 +02:00
Elias Batek 6e469c27bd Refactor pixel-blending 2024-05-25 00:39:10 +02:00
Elias Batek 639dede5a6 Merge branch 'master' into pixmappaint 2024-05-24 05:00:51 +02:00
Elias Batek 6072e6d8fd Update docs 2024-05-24 04:59:42 +02:00