Commit graph

169 commits

Author SHA1 Message Date
a7265febdf Fixed scaling related bug 2026-04-27 07:21:23 +02:00
36c9c62e6d Addressed a few bugs 2026-04-26 12:38:55 +02:00
858ee269bd Added StatusBar 2026-04-26 06:47:48 +02:00
74c14791ee Finished first stage of ToolBar 2026-04-26 03:28:40 +02:00
c47782280b Sync push 2026-04-25 18:11:48 +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
22ed3c0744 Added Event Enablers to Widget class 2026-04-24 23:48:09 +02:00
812260b969 Updated TODO 2026-04-24 13:19:29 +02:00
b38874c78a Finished Context Menu 2026-04-24 13:12:52 +02:00
eb27fa42d1 Polished first stage of Context Menu 2026-04-24 11:29:05 +02:00
99886e8c62 Started work on Context Menu 2026-04-24 06:43:26 +02:00
4bbf6a9b98 Added ostd::StaticHashMap 2026-04-24 04:42:12 +02:00
94e298394c Fixed a ListView dangling pointer bug 2026-04-24 03:01:43 +02:00
183df32659 Added ListView widget 2026-04-23 13:41:09 +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
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
32ed5099f1 Updated TODO 2026-04-21 07:17:52 +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
0cf7478c24 Added a null texture slot to FontGlyphAtlas 2026-04-19 22:15:51 +02:00
a20e5849f5 Fixed Linux specific rendering bug 2026-04-19 11:26:33 +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
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