Commit Graph

2597 Commits

Author SHA1 Message Date
Elias Batek 9f280bfbb6 Increase unittest coverage of `UInt32p64` 2025-01-10 04:19:50 +01:00
Elias Batek 1ddb1e1e0e Add UInt32p64 type 2025-01-10 04:14:37 +01:00
Adam D. Ruppe 52c8b346bb fix recursive crash for now 2025-01-03 20:14:22 -05:00
Adam D. Ruppe 953690139b more little tab complete details in the custom file picker 2025-01-03 09:08:40 -05:00
Adam D. Ruppe 2fe1b06e4f huge improvements to ListWidget and FilePicker on custom widgets. ScrollableWidget now set for deprecation pending removal 2025-01-02 20:06:18 -05:00
Adam D. Ruppe be8453fc92 tons of menu and combo box fixes: #469 #468 #470 #471 2024-12-30 10:36:08 -05:00
Adam D. Ruppe 7d977499ba static array support 2024-12-30 10:31:23 -05:00
Adam D. Ruppe f23350a61a minor final trying for speed since they often called 2024-12-30 10:30:55 -05:00
Adam D. Ruppe 23cf22d0e3 more reliable connect loop 2024-12-30 10:30:23 -05:00
Adam D. Ruppe 5618c1e47a oops didnt mean to nuke that file 2024-12-30 10:30:04 -05:00
Adam D. Ruppe b0811314c4 fix memory leak 2024-12-30 10:29:52 -05:00
Adam D. Ruppe 14ee0e0b7e try to tame more of cef badness 2024-11-23 15:22:44 -05:00
Adam D. Ruppe 63b404ca24 doc fix 2024-11-23 15:22:44 -05:00
Adam D. Ruppe 3325e2a75e allow running the scgi and http from the default build 2024-11-23 15:22:44 -05:00
Adam D. Ruppe fd1a316179 overloads to help get mime types right 2024-11-23 15:22:44 -05:00
Adam D. Ruppe 418e1005a8 more file path 2024-11-23 15:22:44 -05:00
Adam D. Ruppe b0557bba5f
Merge pull request #464 from analogjupiter/pixmappaint
PixmapPaint October ’24 update
2024-11-23 15:22:28 -05:00
Adam D. Ruppe a447a7dc9c make xz thing work on multi block files 2024-10-25 12:17:57 -04:00
Adam D. Ruppe 7e6b3c3cbe omg mac 2024-10-24 18:44:46 -04:00
Adam D. Ruppe 7901578797 some emscripten basic support 2024-10-24 18:04:45 -04:00
Adam D. Ruppe dd2815bd2b better error messages for http low level errors 2024-10-24 18:03:38 -04:00
Adam D. Ruppe f74e3bfd4d use new parented dialog for file open - much better window management experience 2024-10-24 18:02:59 -04:00
Adam D. Ruppe 3e0d5b7acd context menu start 2024-10-24 18:02:23 -04:00
Adam D. Ruppe ae07910adb support all elements 2024-10-24 18:01:27 -04:00
Adam D. Ruppe 9a989762e6 omg wrong reading 2024-10-23 08:50:33 -04:00
Elias Batek 4979085a4c Get rid of bold text in the first paragraph of function doc comments 2024-10-13 19:21:11 +02:00
Elias Batek 647c19997d Improve Pixmap.clone() 2024-10-13 19:18:39 +02:00
Elias Batek 195d1b228c Improve docs of PixmapBlueprint 2024-10-13 19:16:49 +02:00
Elias Batek b9098844b1 Refactor rgba(ubyte,ubyte,ubyte,float) 2024-10-13 19:15:03 +02:00
Elias Batek c4485e3f88 Allow "…CalcDims" functions to be less consistent
Not all consistency is good.
2024-10-13 19:04:25 +02:00
Elias Batek a23b056822 Blank lines are fun and good for you 2024-10-13 19:00:26 +02:00
Elias Batek c23f7116c7 Rename "…To" image manipulation functions to "…Into" 2024-10-13 18:55:43 +02:00
Elias Batek ac7f4c9889 Refactor opacity() to decreaseOpacity() & friends 2024-10-13 18:47:06 +02:00
Elias Batek c21d14664c Refactor invert() to match other image manip functions 2024-10-13 17:52:57 +02:00
Elias Batek 75f77176d7 Improve PixmapPaint docs 2024-10-12 23:19:00 +02:00
Elias Batek ebdfcaf799 Add further documentation 2024-10-12 23:04:46 +02:00
Elias Batek dea6de12e0 Improve and add image manipulation functions 2024-10-12 23:04:24 +02:00
Elias Batek 31a247c4c9 Implement PixmapBlueprints 2024-10-12 23:00:39 +02:00
Adam D. Ruppe 80fc783116 more clipboard hax on x 2024-10-10 17:12:25 -04:00
Elias Batek 7d39086857 Rename scanSubPixmap() to scanArea() 2024-10-08 00:22:35 +02:00
Elias Batek 0bdea48b9b Fix bidirectional features of SubPixmapScanner 2024-10-08 00:21:53 +02:00
Elias Batek 8aaaa2a3c2 Implement 180° rotation function 2024-10-07 04:50:28 +02:00
Elias Batek cf2e084a70 Fix flipVertically() 2024-10-07 04:17:22 +02:00
Elias Batek 582e47c13b Implement vertical flipping 2024-10-07 04:06:31 +02:00
Elias Batek a2f437d4ad Make PixmapScanner types bidirectional ranges 2024-10-07 03:43:44 +02:00
Elias Batek db6b6d1f74 Slightly improve docs and usability 2024-10-07 03:24:22 +02:00
Elias Batek 1fbdcab948 Implement horizontal flipping 2024-10-07 03:23:36 +02:00
Elias Batek 65ba2793cb Move that back
Why did I move this in the first place?
2024-10-07 02:09:33 +02:00
Elias Batek 9fdaf00197 Fix the coordinate system diagram
To quote one of my IN(formation)SY(stems) teachers,
“Sorry, this is just a copy-paste mistake.”
2024-10-07 01:57:46 +02:00
Elias Batek e5841da630 Add further general documentation to PixmapPaint 2024-10-07 01:49:00 +02:00