Commit graph

66 commits

Author SHA1 Message Date
6fb05f77ab Bug fixes 2026-05-15 08:29:56 +02:00
ede7db738c Finished core TextEdit widget 2026-05-07 17:50:12 +02:00
a3eb4ba3cc Started work on TextEdit widget 2026-05-07 06:39:43 +02:00
655d7b1f98 Started work on text widgets 2026-05-05 06:39:46 +02:00
67a1dd605d Updated copyright notice 2026-05-03 02:13:46 +02:00
b38874c78a Finished Context Menu 2026-04-24 13:12:52 +02:00
5491e5d4b3 Started work on TabPanel 2026-04-20 14:45:40 +02:00
27feac8fb7 Implemented ImageLabel widget 2026-04-20 08:50:38 +02:00
a20e5849f5 Fixed Linux specific rendering bug 2026-04-19 11:26:33 +02:00
891e17948a Started work on horizontal scrollbar 2026-04-18 22:08:05 +02:00
d8475ecb48 Added smooth scrolling + horizontal scrolling support 2026-04-18 08:26:45 +02:00
ad7b3e6bed Fixed a MacOS bug in the stylesheet parser 2026-04-18 04:54:43 +02:00
91fc3e75b9 Added gradient and file() functions to stylesheet 2026-04-17 08:11:52 +02:00
6ecf220891 Switched to Rust-style numeric type names + other refactors 2026-04-15 16:18:16 +02:00
faafd67015 Fixed a few bugs 2026-04-14 13:03:01 +02:00
17fdf08a20 Implemented batched text rendering 2026-04-14 06:46:31 +02:00
ceb25e8e38 Fixed a Windows bug 2026-04-14 01:23:11 +02:00
c9ea18d586 Sync push 2026-04-14 00:58:05 +02:00
64cd4598f2 Implemented Font GLyph Atlas overflow 2026-04-13 15:11:25 +02:00
20c40d87e4 Started work on Font Glyph Atlas 2026-04-13 06:48:19 +02:00
15d9d1265f Implemented new BasicRenderer2D with native SFML3 (and remove SDL3_gfx
dependency)
2026-04-12 14:48:24 +02:00
fb02eed8cc Added some default variables for gui window stylesheet 2026-04-10 05:43:44 +02:00
c28829bd72 Added const variables to stylesheet 2026-04-07 14:00:37 +02:00
c98dd97670 Added File/Text Drag and Drop from the OS to the widgets 2026-04-07 04:16:39 +02:00
d4b4df1e51 Added drag and drop functionality for Widgets 2026-04-06 14:39:51 +02:00
260c7054bc Added Basic Panel widget 2026-04-06 06:48:33 +02:00
aebf9c1d14 Fixed .clangd file 2026-04-05 02:37:17 +02:00
91bbfaf36f Added selector groups to stylesheets 2026-04-04 14:13:58 +02:00
41abab36aa Streamlined the Signal System 2026-04-04 01:38:44 +02:00
Sylar
92089ed177 Fixed build on MacOS 2026-04-03 06:10:38 +02:00
1e22cf8de6 Fixed Windows related problems 2026-04-03 03:10:03 +02:00
b092d5a265 Older changes 2026-04-03 00:30:45 +02:00
01a77d722d Implemented cursor functionality into ostd::ConsoleOutputHandler 2026-03-23 04:50:13 +01:00
f0bd0c5d09 Fixed coordinate order in ostd::BasicConsole::setConsoleCursorPosition()
function
2026-03-22 18:50:58 +01:00
7659dd6846 added ostd::BasicConsole::getConsoleCursorPosition() function 2026-03-22 18:39:55 +01:00
77c2cff1ca Renamed data_types sub-folder to data 2026-03-20 23:21:32 +01:00
e04ae605a0 Big refactor, removed ostd::Utils class and split all functionality into
more specific files
2026-03-20 22:44:10 +01:00
5e89ce586c Expanded ostd::FileSystem functionality 2026-03-20 21:20:18 +01:00
b0b660f5a7 moved FileSystem functionality headers from <Utils.hpp> to dedicated
<FileSystem.hpp>
2026-03-20 01:05:35 +01:00
367ad5c92a Added ostd::AsyncJob class 2026-03-10 00:54:14 +01:00
42a2ee330b Added ostd::JsonFile::isLoaded method 2026-03-09 00:36:27 +01:00
9ce48e6e3f Added ogfx::WindowBase::setIcon function 2026-03-08 23:31:26 +01:00
0556e6806c Fixed release script 2026-03-08 23:13:56 +01:00
a110b0912f [0.3.2000] - Big file restructure 2026-03-07 17:13:40 +01:00
1b09fc172f Fixed an #include directive in <PixelRenderer.hpp> 2026-03-05 22:56:00 +01:00
bf70b4dbed Added PixelRenderer::Font class 2026-03-05 22:07:12 +01:00
5a7a90c395 Ported RawTextRenderer from DragonVM (refactored to
PixelRenderer::TextRenderer)
2026-03-05 21:53:05 +01:00
26d32eb059 Ported PixelRenderer class from DragonVM 2026-03-05 21:45:05 +01:00
8fea21fb58 Reworked ogfx::WindowBase update loop logic 2026-01-21 06:46:20 +01:00
1583e72849 Fixed a bug in ostd::Utils::printByteStream where the last ascii line
wasn't printed
2026-01-21 05:39:19 +01:00