Commit graph

171 commits

Author SHA1 Message Date
63d00adf96 Added ScrollableWidget class 2026-04-19 06:50:42 +02:00
510ce50684 Added Horizontal scrollbar 2026-04-19 05:42:03 +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
d618de0981 Sync push 2026-04-18 07:27:46 +02:00
e2287c06f0 Added scrolwheel delta to mouse event 2026-04-18 05:06:44 +02:00
ad7b3e6bed Fixed a MacOS bug in the stylesheet parser 2026-04-18 04:54:43 +02:00
ed3c21bd36 Reworked the Animation class 2026-04-17 17:04:19 +02:00
91fc3e75b9 Added gradient and file() functions to stylesheet 2026-04-17 08:11:52 +02:00
7e37210e82 Sync push 2026-04-17 06:44:55 +02:00
d521c609b3 Added gradient functionality to BasicRenderer2D 2026-04-17 05:59:05 +02:00
44354a80c2 Made VerticalScrollbar a top-most widget 2026-04-17 03:55:26 +02:00
7d8a5be286 Added scale factor to WindowCore 2026-04-17 03:17:34 +02:00
fde961c78e Added scrollbar widget 2026-04-16 21:01:15 +02:00
777124579f Added nested selectors to stylesheets 2026-04-16 17:44:19 +02:00
40b51bf3dc Added scroll functionality to Panel widget 2026-04-16 15:32:49 +02:00
8128baa107 Added default theme 2026-04-16 00:13:18 +02:00
959034df62 Added hide/show functionality to widgets 2026-04-15 23:01:42 +02:00
84c4c2eb88 Added Panel title 2026-04-15 21:00:39 +02:00
e8d13b931e Added triangle drawing functions to BasicRenderer2D 2026-04-15 17:15:34 +02:00
10ecd04747 A bit more refactoring 2026-04-15 16:50:48 +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
9a77ec20bc Added CheckBox widget 2026-04-12 06:50:09 +02:00
b21717e0e3 Implemended scrollwheel events for widgets 2026-04-12 05:38:03 +02:00
fb02eed8cc Added some default variables for gui window stylesheet 2026-04-10 05:43:44 +02:00
0407f55071 Sync push 2026-04-09 21:33:09 +02:00
37ded4be60 Sync push 2026-04-08 11:01:06 +02:00
c28829bd72 Added const variables to stylesheet 2026-04-07 14:00:37 +02:00
da0d6e0c19 Sync push 2026-04-07 11:33:03 +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
c695c0ad85 Started work on Panel Widget 2026-04-05 14:12:16 +02:00
25e06eba0a Added __i_stringeable interface to streamline the string conversion
protocol
2026-04-05 08:41:20 +02:00
fcb90c0916 Added functionality to allow multiple IDs per Widget 2026-04-05 06:48:58 +02:00
234aa60ddd Added more qualifiers to the Stylesheet system 2026-04-05 04:52:16 +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
39c9798760 Extended Stylesheet theming functionality 2026-04-04 12:56:56 +02:00
f33b6de559 Added the ability to load Gui themes from a file 2026-04-04 07:16:24 +02:00
45c36339ec Added ogfx::KeyCode struct 2026-04-04 03:10:53 +02:00
41abab36aa Streamlined the Signal System 2026-04-04 01:38:44 +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
f0f644102b Added centralized SDL initialization 2026-04-01 10:20:33 +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
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
c1011f1233 Added licence text to <FileSystem.hpp> 2026-03-20 01:06:28 +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
df81456588 Sync push 2026-01-09 04:32:54 +01:00
025d089bcb Added ogfx::WindowBaseOutputHandler class 2026-01-06 06:23:07 +01:00
3990a50b00 Added ostd::OutputHandlerBase::tab() virtual function 2026-01-05 22:57:37 +01:00
1c7e2a974b Fixed a small bug in ostd::ConsoleColors 2026-01-05 22:54:08 +01:00
2416d2bc15 Fixed a small bug in ogfx::TTFRenderer that caused errors when more than
one instance of TTFRenderer was present
2026-01-05 20:45:50 +01:00
5878d69b5e Backported some utility functionality from the KeyLight project 2026-01-04 17:29:32 +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
020b11bf36 Fixed an include directive 2026-01-02 23:03:41 +01:00
Sylar
b17ddf6f7e Added MacOS support 2026-01-02 22:31:17 +01:00
b73a360893 Fixed a bug in ostd::Random that occurred when min > max 2025-11-12 13:29:55 +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
09722f5990 Added Utils::getWorkingDirPath() function 2025-11-06 18:41:44 +01:00
bfa1ae048b Sync push 2025-11-02 19:17:23 +01:00
3a13b22b11 Added ability to read ostd::Timer without stopping it 2025-11-02 19:08:59 +01:00
af3ad601dc Fixed bug in Geometry.hpp 2025-11-01 01:08:15 +01:00
b49e2d9543 Removed bad #include directive in Utils.cpp 2025-10-29 12:55:13 +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
055aa4f01c Added ogfx::WindowBase::enableResizable function 2024-09-30 12:03:01 +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