Commit graph

57 commits

Author SHA1 Message Date
74c14791ee Finished first stage of ToolBar 2026-04-26 03:28:40 +02:00
f00f30004c Started work on ToolBar 2026-04-25 06:08:24 +02:00
d8e5b2e9be Added MenuBar 2026-04-25 03:28:28 +02:00
99886e8c62 Started work on Context Menu 2026-04-24 06:43:26 +02:00
69e7fb7f1d Started work on ListView widget 2026-04-23 03:28:47 +02:00
19f64f6af3 Added Slider widget 2026-04-23 00:46:10 +02:00
327582c463 Added ProgressBar widget 2026-04-22 18:34:47 +02:00
1c9d0b5ab9 Added RadioButton widget + RadioButtonGroup 2026-04-22 17:05:25 +02:00
44354a80c2 Made VerticalScrollbar a top-most widget 2026-04-17 03:55:26 +02:00
fde961c78e Added scrollbar widget 2026-04-16 21:01:15 +02:00
6ecf220891 Switched to Rust-style numeric type names + other refactors 2026-04-15 16:18:16 +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
9a77ec20bc Added CheckBox widget 2026-04-12 06:50:09 +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
25e06eba0a Added __i_stringeable interface to streamline the string conversion
protocol
2026-04-05 08:41:20 +02:00
aebf9c1d14 Fixed .clangd file 2026-04-05 02:37:17 +02:00
39c9798760 Extended Stylesheet theming functionality 2026-04-04 12:56:56 +02:00
Sylar
92089ed177 Fixed build on MacOS 2026-04-03 06:10:38 +02:00
f70f66608a cmake modifications for macos 2026-04-03 03:36:59 +02:00
1e22cf8de6 Fixed Windows related problems 2026-04-03 03:10:03 +02:00
2764741cc3 Merge remote-tracking branch 'origin/main' 2026-04-03 00:32:30 +02:00
b092d5a265 Older changes 2026-04-03 00:30:45 +02:00
924da0dba6 Started work on gui Widget system 2026-04-02 06:19:20 +02:00
23e69bfdfc Added possibility to load fonts from memory + added UbuntuMonoRegular as
default embedded font
2026-03-31 07:32:37 +02:00
1d071786d5 Reworked the ogfx Window subsystem 2026-03-31 04:55:17 +02:00
2bec8e1b39 Migrated SDL2 to SDL3 2026-03-31 02:31:51 +02:00
6f1899b1a6 Restructured the ogfx module 2026-03-31 00:05:59 +02: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
367ad5c92a Added ostd::AsyncJob class 2026-03-10 00:54:14 +01:00
a110b0912f [0.3.2000] - Big file restructure 2026-03-07 17:13:40 +01:00
26d32eb059 Ported PixelRenderer class from DragonVM 2026-03-05 21:45:05 +01:00
025d089bcb Added ogfx::WindowBaseOutputHandler class 2026-01-06 06:23:07 +01:00
53e578a0a6 Added ostd/Midi.hpp file + added midifile library as included dependency 2026-01-04 16:45:51 +01:00
f343c10018 Added ostd/Json.hpp file + added nlohmann Json library as included
dependency
2026-01-04 16:12:26 +01:00
Sylar
b17ddf6f7e Added MacOS support 2026-01-02 22:31:17 +01:00
c1b86b5553 Added <ostd/Spline.hpp> class 2025-11-11 19:13:13 +01:00
339d077d50 Moved all time-related functionality in <ostd/Utils.hpp> to the new
<ostd/Time.hpp> header
2025-11-11 14:50:25 +01:00
371bc25c8c Fixed CMakeLists.txt bug 2025-10-29 02:36:26 +01:00
36ac11dd31 New README File + consolidated build script 2025-10-28 11:50:07 +01:00
12b2af3a1c Changed Utils::md5 function 2025-09-07 08:04:14 +02:00
03b1d7b5f7 Added ogfx::Image class 2024-10-08 23:42:33 +02:00
a622db4b1a Added color mode parameter to ostd::Color::asInteger() 2024-09-15 09:05:03 +02:00
af2eff4ce3 Added ostd::Utils::md5 function 2024-09-05 00:41:50 +02:00
c298d7614b Added ogfx::gui::RawTextInput 2024-08-31 14:11:47 +02:00
d7fa13d875 Started work on new <ogfx> library 2024-03-29 22:36:16 +01:00
e8849a4b49 [0.1.1818] - Added KeyboardController 2024-01-12 17:28:45 +01:00
d07117a102 [0.1.1807] - New ostd::String class + refactor 2023-12-30 17:05:31 +01:00