Commit Graph

2316 Commits

Author SHA1 Message Date
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
Elias Batek bd502fb912 Rename `typeCast!T()` to `castTo!T()` 2024-05-24 04:56:36 +02:00
Elias Batek 033770a6c6 Turn clumsy `static assert` into a `pragma(msg)` 2024-05-24 04:45:48 +02:00
Elias Batek 5c2817e563 Fix alpha-blending with color-mix/blend functions 2024-05-24 04:44:44 +02:00
Adam D. Ruppe 709efecaf6
Merge pull request #435 from dkorpel/patch-1
Use VARENUM instead of own enum
2024-05-09 11:22:50 -04:00
Dennis 4b7f71a2dc
Use VARENUM 2024-05-09 17:19:55 +02:00
Adam D. Ruppe 6b534eb9c3
Merge pull request #434 from dkorpel/patch-1
com.d: Support float / double retrieval in Variant
2024-05-09 11:17:04 -04:00
Dennis b4b8bbcc6b
com.d: Support float / double retrieval in Variant 2024-05-09 17:04:02 +02:00
Adam D. Ruppe bab31bab6c http websocket integrated event loop compat on linux 2024-05-09 10:28:13 -04:00
Adam D. Ruppe f406065507 websocket server close message bug 2024-05-09 10:26:55 -04:00
Adam D. Ruppe 33838ac82f typo 2024-05-09 10:26:35 -04:00
Elias Batek 511ec3ed6d Rename BlendMode.overwrite to BlendMode.replace 2024-05-06 01:06:18 +02:00
Elias Batek 9d0c6e1d0c Add functions for loading image-data from arsd.color 2024-05-06 00:49:20 +02:00
Elias Batek 7c3d511a33 Prepare implementation of blend modes 2024-05-06 00:48:49 +02:00
Elias Batek 44dfc72d78 Cleanup 2024-04-24 22:25:52 +02:00
Elias Batek e12846e996 Publicly import simpledisplay from pixmappresenter
Looks like a convenience feature, *but* - more imporantly - this
prevents certain symbol name clashes from occurring in common user-code.
2024-04-24 22:20:16 +02:00
Elias Batek 486195859c Refactor blocks 2024-04-24 03:00:47 +02:00
Elias Batek 23e3d59538 Add sprite-sheet functionality 2024-04-24 02:57:30 +02:00
Elias Batek 9bc0dd74ea Add docs, comments and Pixmap.clone() 2024-04-24 02:34:28 +02:00
Elias Batek 762280aa4c Implement a couple of drawing functions
Copied over from older codebases of mine.
2024-04-24 02:30:38 +02:00
Elias Batek 77765756ef Add typeCast examples 2024-04-24 02:09:17 +02:00
Elias Batek dc1cc02cde Update changelog + TODO lists 2024-04-24 01:09:57 +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 3863c5db66 resync websocket server and client impls 2024-04-20 07:58:27 -04:00
Adam D. Ruppe ad7d0501e7
Merge pull request #429 from Inkrementator/EMail_Remove_Allocation
Remove an allocation when decoding base64
2024-04-19 11:47:13 -04:00
Inkrementator 2ce34139d6
Merge branch 'master' into EMail_Remove_Allocation 2024-04-19 15:40:35 +00:00
Adam D. Ruppe 6f69cb1d53
Merge pull request #430 from Inkrementator/LineSep
Let user define linesep + documentation
2024-04-19 11:25:00 -04:00