Commit graph

27 commits

Author SHA1 Message Date
9658412570 Meta: Update .gitattributes 2025-04-05 08:20:01 -04:00
e5342de633 System/Libraries/Graphics2D: Add ctx->text() 2025-04-04 20:14:39 -04:00
356c16580c System/Utilities/TrueType: Add TrueType font support via stb_truetype.h 2025-04-04 18:20:36 -04:00
172b4ce7a3 Meta: Add OpenLibm 2025-04-04 18:16:29 -04:00
4a72f35e9b Meta: Update .gitignore 2025-04-04 18:12:14 -04:00
51d1ec19f6 Media/Themes/Umami: Repaint widgets with regard to win->opacity 2025-04-04 11:16:01 -04:00
3de382e6c5 Everywhere: Set default ctx->opacity to -1 2025-04-04 11:14:30 -04:00
a9c623685d System/Libraries/Graphics2D: Add member 'opacity' to Context2D
This is meant to be used for alpha blending in the Compositor, unrelated
to the context's own alpha channel.
2025-04-04 08:23:21 -04:00
f2800ba2d6 System/Shell/Commands/cat: Allow concatenating http/https URLs 2025-03-30 05:41:29 -04:00
195df64e38 Media/Themes/Umami: Make IBM3161 the default monospace font 2025-03-29 17:16:39 -04:00
5107975a32 System/Libraries/Graphics2D: Use MemCpyU64 for Flip() 2025-03-29 14:54:29 -04:00
b7952b1cb8 Applicatiosn/OS/ShutDown.app: Update MessageBox API 2025-03-28 19:07:39 -04:00
bfa41f334b System/Core/MessageBox: Update API and add Confirm() 2025-03-28 19:07:07 -04:00
39cdf87903 System/Setup/Environment: Don't deadlock on spawning multicore tasks simultaneously 2025-03-28 10:31:57 -04:00
19977d3a15 System/Libraries/Graphics2D: Make (most) callable functions chainable 2025-03-27 10:36:27 -04:00
337513fb52 System/Libraries/Graphics2D: Free up callable functions in DelContext2D() 2025-03-26 14:45:37 -04:00
7cc54e1f6a System/Shell/Commands: Add stub for exit 2025-03-26 13:03:07 -04:00
51f8a5a9d4 System/Libraries/Stdio: Sort autocomplete results alphabetically 2025-03-26 13:02:51 -04:00
ccac8b2baa System/Libraries/Stdio: Implement shell command autocomplete 2025-03-26 11:27:53 -04:00
ad4bc00396 System/Shell/Commands/ping: Exit on Ctrl-C 2025-03-26 08:38:07 -04:00
f52420b7b2 Everywhere: Use ctx->fill_rect 2025-03-25 14:12:03 -04:00
6db56f5283 Everywhere: Use ctx->blot() 2025-03-25 11:43:35 -04:00
6d1fbb51ac Everywhere: Use ctx->plot() 2025-03-25 11:33:52 -04:00
6232873c49 Everywhere: Use ctx->fill() 2025-03-25 11:24:29 -04:00
b280ae3501 System/Libraries/Graphics2D: Make Context2D callable 2025-03-25 11:18:07 -04:00
39198164cd Meta: Add files to repository 2025-03-25 07:34:41 -04:00
alec
80a0428b66
Initial commit 2025-03-25 07:30:57 -04:00