Commit Graph

2354 Commits

Author SHA1 Message Date
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
Inkrementator be963eef83 Unit test email roundtrip 2024-04-19 15:21:47 +02:00
Inkrementator 318b0fd320 Let user define linesep + documentation 2024-04-19 14:21:32 +02:00
anon aa0f47caa1 Unittest mime base64 decoder encoder 2024-04-19 12:47:16 +02:00
anon ca4adf991f Clean up stupid code 2024-04-19 12:46:57 +02:00
anon a2bec4b4fa Remove an allocation when decoding base64 2024-04-19 01:20:08 +02:00
Adam D. Ruppe 97313ae98e
Merge pull request #427 from Inkrementator/RFC2045_FIX
Rfc2045 fixes
2024-04-18 19:05:12 -04:00
anon 315a8869a4 Explicitly state that the text/html body isn't transfer-encoded
I'm not sure this is important, but thunderbird does it too, so it can't
hurt.

Relevant: RFC 2045 Sec. 6.4:
>The Content-Transfer-Encoding values "7bit", "8bit", and "binary" all
>mean that the identity (i.e. NO) encoding transformation has been
>performed.  As such, they serve simply as indicators of the domain of
>the body data, and provide useful information about the sort of
>encoding that might be needed for transmission in a given transport
>system.  The terms "7bit data", "8bit data", and "binary data" are
>all defined in Section 2.
2024-04-18 23:34:28 +02:00
anon dc2821ceab Limit base64-encoded data to 76 chars per line
excluding CRLF
2024-04-18 23:18:37 +02: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 89252d46e4 clear all opend deprecations 2024-03-30 22:00:29 -04:00
Adam D. Ruppe a35f0ef535 more event loop work recovered from some botch in december 2024-03-27 20:33:37 -04:00
Adam D. Ruppe 4e3bf88447 Some opend safer by default fixes 2024-03-27 15:20:12 -04:00