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
Adam D. Ruppe
01c7b280ad
surrogate pairs
2024-03-21 11:23:13 -04:00
Adam D. Ruppe
b0ac9c7e88
body hasnt been a keyword for a long time no need to keep lts anymore on that
2024-02-29 09:53:47 -05:00
Adam D. Ruppe
a5f8b914d8
Merge pull request #424 from brianush1/master
...
make mvd work with immutable classes
2024-02-15 09:00:42 -05:00
brianush1
90bc495938
make mvd work with immutable classes
2024-02-15 08:57:11 -05:00
Adam D. Ruppe
de93966900
unix bugs in integrated terminal when piping through stdout
2024-02-12 19:52:56 -05:00
Adam D. Ruppe
402c28a73e
some more bugs and docs
2024-02-12 07:15:30 -05:00
Adam D. Ruppe
f3fb1373eb
lol annoying
2024-02-04 09:19:50 -05:00
Adam D. Ruppe
e062a7708a
docs
2024-01-31 11:19:10 -05:00
Adam D. Ruppe
514a011097
Merge pull request #423 from jamesragray/http2-websocket-cookies
...
Fixed so that cookies from Config are sent on websocket connection.
2024-01-30 09:16:00 -05:00
James Gray
1774aeb67a
Further changes to allow cookies to be sent from config when using
...
websocket.
1. Only add 'Cookie' header if there are cookies.
2. Capatalize header.
3. Corrected separater to `; `.
2024-01-30 16:09:50 +02:00