Commit graph

53 commits

Author SHA1 Message Date
4bbf6a9b98 Added ostd::StaticHashMap 2026-04-24 04:42:12 +02:00
183df32659 Added ListView widget 2026-04-23 13:41:09 +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
ffe9d7ca1a Added tooltips 2026-04-22 05:34:59 +02:00
83f4687198 Added save/open file dialogs 2026-04-21 15:28:39 +02:00
8c174fb863 Added Image/Animation to Button widget 2026-04-21 12:36:35 +02:00
cda204aec9 Added TabPanel widget 2026-04-21 05:46:45 +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
67a2b5f10e Added anim() to stylesheet + refactored Widget.hpp 2026-04-20 06:49:00 +02:00
63d00adf96 Added ScrollableWidget class 2026-04-19 06:50:42 +02:00
510ce50684 Added Horizontal scrollbar 2026-04-19 05:42:03 +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
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
d521c609b3 Added gradient functionality to BasicRenderer2D 2026-04-17 05:59:05 +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
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
64cd4598f2 Implemented Font GLyph Atlas overflow 2026-04-13 15:11:25 +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
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
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
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
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
23e69bfdfc Added possibility to load fonts from memory + added UbuntuMonoRegular as
default embedded font
2026-03-31 07:32:37 +02:00
6f1899b1a6 Restructured the ogfx module 2026-03-31 00:05:59 +02:00
367ad5c92a Added ostd::AsyncJob class 2026-03-10 00:54:14 +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
9b7873eda1 Added multi-threaded compilation to make_and_run script 2024-09-02 16:34:50 +02:00
c298d7614b Added ogfx::gui::RawTextInput 2024-08-31 14:11:47 +02:00
d07117a102 [0.1.1807] - New ostd::String class + refactor 2023-12-30 17:05:31 +01:00