Commit Graph

  • 46ecb7efc6
    Merge pull request #406 from analogjupiter/pixel-color-II-standalone Adam D. Ruppe 2024-05-26 12:13:24 -0400
  • 82b815fdf3
    Merge pull request #431 from analogjupiter/pixmappaint Adam D. Ruppe 2024-05-26 12:13:11 -0400
  • cc64d0c104 Add color-inversion functions Elias Batek 2024-05-26 16:56:45 +0200
  • 0b2481bab6 Refactor blending functions Elias Batek 2024-05-26 16:26:09 +0200
  • 1aae3674dc Improve documentation Elias Batek 2024-05-26 15:07:11 +0200
  • 5d839f34c2 Implement color-burn, color-dodge, difference, exclusion and subtract blend modes Elias Batek 2024-05-26 14:58:41 +0200
  • bd4ec9b45a Implement overlay + hard-light + soft-light blend modes Elias Batek 2024-05-26 03:10:39 +0200
  • e4551548cd Fix typos and clean up Elias Batek 2024-05-25 01:58:55 +0200
  • ca6dd1bb90 Implement "divide" blend-mode Elias Batek 2024-05-25 01:58:36 +0200
  • 9a4f8467f8 Implement "lighten" + "darken" blend-modes Elias Batek 2024-05-25 00:58:05 +0200
  • 6e469c27bd Refactor pixel-blending Elias Batek 2024-05-25 00:39:10 +0200
  • 639dede5a6 Merge branch 'master' into pixmappaint Elias Batek 2024-05-24 05:00:51 +0200
  • 6072e6d8fd Update docs Elias Batek 2024-05-24 04:59:42 +0200
  • bd502fb912 Rename `typeCast!T()` to `castTo!T()` Elias Batek 2024-05-24 04:56:36 +0200
  • 033770a6c6 Turn clumsy `static assert` into a `pragma(msg)` Elias Batek 2024-05-24 04:45:48 +0200
  • 5c2817e563 Fix alpha-blending with color-mix/blend functions Elias Batek 2024-05-24 04:44:44 +0200
  • 709efecaf6
    Merge pull request #435 from dkorpel/patch-1 Adam D. Ruppe 2024-05-09 11:22:50 -0400
  • 4b7f71a2dc
    Use VARENUM Dennis 2024-05-09 17:19:55 +0200
  • 6b534eb9c3
    Merge pull request #434 from dkorpel/patch-1 Adam D. Ruppe 2024-05-09 11:17:04 -0400
  • b4b8bbcc6b
    com.d: Support float / double retrieval in Variant Dennis 2024-05-09 17:04:02 +0200
  • bab31bab6c http websocket integrated event loop compat on linux Adam D. Ruppe 2024-05-09 10:28:13 -0400
  • f406065507 websocket server close message bug Adam D. Ruppe 2024-05-09 10:26:55 -0400
  • 33838ac82f typo Adam D. Ruppe 2024-05-09 10:26:35 -0400
  • 511ec3ed6d Rename BlendMode.overwrite to BlendMode.replace Elias Batek 2024-05-06 01:06:18 +0200
  • 9d0c6e1d0c Add functions for loading image-data from arsd.color Elias Batek 2024-05-06 00:49:20 +0200
  • 7c3d511a33 Prepare implementation of blend modes Elias Batek 2024-05-06 00:48:49 +0200
  • 44dfc72d78 Cleanup Elias Batek 2024-04-24 22:25:52 +0200
  • e12846e996 Publicly import simpledisplay from pixmappresenter Elias Batek 2024-04-24 22:17:06 +0200
  • 486195859c Refactor blocks Elias Batek 2024-04-24 03:00:47 +0200
  • 23e3d59538 Add sprite-sheet functionality Elias Batek 2024-04-24 02:57:30 +0200
  • 9bc0dd74ea Add docs, comments and Pixmap.clone() Elias Batek 2024-04-24 02:34:28 +0200
  • 762280aa4c Implement a couple of drawing functions Elias Batek 2024-04-24 02:23:41 +0200
  • 77765756ef Add typeCast examples Elias Batek 2024-04-24 02:07:24 +0200
  • dc1cc02cde Update changelog + TODO lists Elias Batek 2024-04-24 01:09:57 +0200
  • 0e79aea973 Move Pixmap functionality into its own module Elias Batek 2024-04-24 01:02:03 +0200
  • 26637a230c small updates Adam D. Ruppe 2024-04-20 08:03:00 -0400
  • 3863c5db66 resync websocket server and client impls Adam D. Ruppe 2024-04-20 07:58:27 -0400
  • ad7d0501e7
    Merge pull request #429 from Inkrementator/EMail_Remove_Allocation Adam D. Ruppe 2024-04-19 11:47:13 -0400
  • 2ce34139d6
    Merge branch 'master' into EMail_Remove_Allocation Inkrementator 2024-04-19 15:40:35 +0000
  • 6f69cb1d53
    Merge pull request #430 from Inkrementator/LineSep Adam D. Ruppe 2024-04-19 11:25:00 -0400
  • be963eef83 Unit test email roundtrip Inkrementator 2024-04-19 15:21:47 +0200
  • 318b0fd320 Let user define linesep + documentation Inkrementator 2024-04-19 14:21:32 +0200
  • aa0f47caa1 Unittest mime base64 decoder encoder anon 2024-04-19 12:47:16 +0200
  • ca4adf991f Clean up stupid code anon 2024-04-19 12:46:57 +0200
  • a2bec4b4fa Remove an allocation when decoding base64 anon 2024-04-19 01:20:08 +0200
  • 97313ae98e
    Merge pull request #427 from Inkrementator/RFC2045_FIX Adam D. Ruppe 2024-04-18 19:05:12 -0400
  • 315a8869a4 Explicitly state that the text/html body isn't transfer-encoded anon 2024-04-18 23:34:28 +0200
  • dc2821ceab Limit base64-encoded data to 76 chars per line anon 2024-04-18 23:08:19 +0200
  • ed8cd91cdd #426 - different freebsd versions have extra arg and i want to add a deffault to it Adam D. Ruppe 2024-04-11 09:22:20 -0400
  • 89252d46e4 clear all opend deprecations Adam D. Ruppe 2024-03-30 21:57:45 -0400
  • a35f0ef535 more event loop work recovered from some botch in december Adam D. Ruppe 2023-12-29 11:58:00 -0500
  • 4e3bf88447 Some opend safer by default fixes Adam D. Ruppe 2024-03-27 15:20:12 -0400
  • 01c7b280ad surrogate pairs Adam D. Ruppe 2024-03-21 11:23:13 -0400
  • b0ac9c7e88 body hasnt been a keyword for a long time no need to keep lts anymore on that Adam D. Ruppe 2024-02-29 09:53:47 -0500
  • a5f8b914d8
    Merge pull request #424 from brianush1/master Adam D. Ruppe 2024-02-15 09:00:42 -0500
  • 90bc495938 make mvd work with immutable classes brianush1 2024-02-15 08:57:11 -0500
  • de93966900 unix bugs in integrated terminal when piping through stdout v11.4.2 Adam D. Ruppe 2024-02-12 19:52:56 -0500
  • 402c28a73e some more bugs and docs v11.4.1 Adam D. Ruppe 2024-02-12 07:15:30 -0500
  • f3fb1373eb lol annoying Adam D. Ruppe 2024-02-04 09:19:50 -0500
  • e062a7708a docs v11.4.0 Adam D. Ruppe 2024-01-31 11:19:10 -0500
  • 514a011097
    Merge pull request #423 from jamesragray/http2-websocket-cookies Adam D. Ruppe 2024-01-30 09:16:00 -0500
  • 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 `; `. James Gray 2024-01-30 16:09:50 +0200
  • 14ec64a888 Fixed so that cookies from Config are sent on websocket connection. James Gray 2024-01-30 15:32:46 +0200
  • 8d24702dc2 change the cache a bit so people sometimes see new stuff Adam D. Ruppe 2024-01-29 15:33:34 -0500
  • 82a0c4720b little things Adam D. Ruppe 2024-01-29 15:33:14 -0500
  • 41dbab24fb more mac stuff Adam D. Ruppe 2024-01-29 15:32:39 -0500
  • e3d706e3d6 Prevent infinite loop on interrupted websocket Adam D. Ruppe 2024-01-29 15:23:07 -0500
  • 8b431196c6 issue #421 - unicode chars in script Adam D. Ruppe 2024-01-28 20:00:21 -0500
  • 91ab8dbd79 return null for null instead of <null>, bringing it back to compatibility with pre 11.0 releases Adam D. Ruppe 2024-01-26 09:51:03 -0500
  • d07483d544 add requestContentType member Adam D. Ruppe 2024-01-26 09:50:16 -0500
  • df008ed820
    Merge pull request #419 from WebFreak001/nanovega-vao Adam D. Ruppe 2024-01-25 08:06:11 -0500
  • 859913939f
    fix nanovega tainting the active VAO WebFreak001 2024-01-25 00:34:47 +0100
  • 614e15fc9a
    Merge pull request #418 from analogjupiter/pixmap-reconfigure Adam D. Ruppe 2024-01-07 18:21:26 -0500
  • 9ad00cafd4 Implement reconfigure() of PixmapPresenter Elias Batek 2024-01-07 23:52:26 +0100
  • 76cd34dd85
    Merge pull request #417 from analogjupiter/pixmap-ctor Adam D. Ruppe 2024-01-07 16:04:38 -0500
  • dfddea5960 Add ctor for making Pixmaps from user-provided slice Elias Batek 2024-01-07 21:52:41 +0100
  • cc36b00527
    Merge pull request #416 from WebFreak001/patch-4 Adam D. Ruppe 2024-01-07 11:04:58 -0500
  • 19ca6e84ec
    fix nanovega fallback fonts Jan Jurzitza 2024-01-07 16:00:12 +0000
  • 40739b4e0d
    Merge pull request #415 from WebFreak001/patch-3 Adam D. Ruppe 2024-01-06 16:40:36 -0500
  • ec2b0577aa
    add MouseButtonLinear to sdpy Jan Jurzitza 2024-01-06 21:37:35 +0000
  • fa20b68161
    Merge pull request #414 from analogjupiter/pixmaprenderer Adam D. Ruppe 2024-01-04 20:28:01 -0500
  • 4491bd0702 Comment glMatrixMode change in setupMatrix() Elias Batek 2024-01-05 02:23:36 +0100
  • cd6414b04f Add OpenGL 1.x PixmapRenderer implementation Elias Batek 2024-01-05 02:19:00 +0100
  • 95726831d1 Refactor glViewport() call Elias Batek 2024-01-05 02:11:50 +0100
  • 4c5265202d some stuff Adam D. Ruppe 2024-01-01 20:01:24 -0500
  • 6c06540e11 note language fork Adam D. Ruppe 2024-01-01 19:56:16 -0500
  • 65f3b4545f note language fork Adam D. Ruppe 2024-01-01 19:40:19 -0500
  • 9f792bdfeb lol test too i guess Adam D. Ruppe 2023-12-30 19:26:17 -0500
  • ec062fab06 phobos nullable support Adam D. Ruppe 2023-12-30 19:23:24 -0500
  • 7641aeb2dc dangling else lol Adam D. Ruppe 2023-12-30 08:14:26 -0500
  • 4a04a651f4 color: Replace components union with property functions Elias Batek 2023-12-16 04:30:09 +0100
  • 533a20cbbb
    Merge pull request #413 from analogjupiter/pixmappresenter-event Adam D. Ruppe 2023-12-29 19:59:05 -0500
  • 91c59c65b5 PixmapPresenter: Add window-resize event handler Elias Batek 2023-12-30 01:55:06 +0100
  • bff4406eed Merge branch 'master' of github.com:adamdruppe/arsd Adam D. Ruppe 2023-12-29 19:43:50 -0500
  • 60f3510352
    Merge pull request #412 from analogjupiter/pixmappresenter-fix Adam D. Ruppe 2023-12-29 19:43:29 -0500
  • 748696d98e Fix OpenGl3PixmapRenderer.reconfigure() Elias Batek 2023-12-30 01:41:20 +0100
  • dfeae3c53c should trigger the complete handler consistently Adam D. Ruppe 2023-12-29 12:15:47 -0500
  • 15a29d49dd event loop wtf it didnt commit i hate git Adam D. Ruppe 2023-12-29 12:02:06 -0500
  • 73d4cf9c12 bring in Jacob Carlborg's abandoned druntime PR stuff for objc blocks Adam D. Ruppe 2023-12-28 16:54:16 -0500
  • e5e36e3d09 more support stuff from porting sdpy to use it Adam D. Ruppe 2023-12-28 16:53:57 -0500