206 Commits

Author SHA1 Message Date
c8946673c3 Fix layoutorder on file entries spazzing out in non-testbed apps. 2025-07-08 14:33:35 -05:00
d0a246bffe Update file information display in FileDialog. 2025-07-08 13:31:50 -05:00
e084e1120f Trying to solve for arrow angles. 2025-06-28 00:36:53 -05:00
238a7934b3 Adding Anchors and Decorator Widget types. 2025-06-27 19:55:02 -05:00
944bd66b43 Refactor CommandLine to not naiively override Window::Open, Close() 2025-06-27 15:28:06 -05:00
d935608e05 Fixed Window close button simply setting the element to invisible and not properly calling Open()/Close() procedure. 2025-06-27 15:27:29 -05:00
3b973c2c45 Added input-history feature to TextInputForm. Control via up/down arrows. 2025-06-27 15:26:33 -05:00
ce0c69190a Testing more of the filesystem API 2025-06-26 21:45:35 -05:00
dca15511ea Other edits. 2025-06-26 06:03:35 -05:00
beb5c97c13 Add UDim::FromPixels and UDim::FromScale constructors 2025-06-26 06:03:27 -05:00
505c2c70e6 Fixed Separator class spacing behavior 2025-06-26 06:03:04 -05:00
9b07a8ea01 Test of FileDialog.hpp 2025-06-26 06:02:43 -05:00
393ad1b2b3 Somewhat Fixed Checkbox drawing. 2025-06-26 06:02:30 -05:00
a2088b086b Add Tooltip::PopupDelay 2025-06-24 15:08:35 -05:00
86fb0cb2e6 Implementing hack for tooltip. 2025-06-24 13:46:33 -05:00
3a0743e787 Add FpsGraphWindow::DockGraph and UndockGraph 2025-06-24 02:52:48 -05:00
f46bf097ac Documentate Slider 2025-06-24 02:51:49 -05:00
b80fa9cd94 Add Window::HideTitlebar and ShowTitlebar 2025-06-24 02:51:20 -05:00
96239db592 Redesign ColorPicker widget with the new slider capabilities in mind. 2025-06-24 01:57:53 -05:00
9d901c6300 Implement static draw routines to RectBase to unify JUI's rectangle motifs. 2025-06-24 01:57:38 -05:00
d5d6703ee9 Redesigned slider to support customizing the size of the Scrubber. 2025-06-24 01:57:14 -05:00
72e21451a6 Spastic Edits 2025-06-23 22:47:27 -05:00
8af6030d1a Refactored Slider to use an internal range of 0-1 and map it to a set range for the end-user. 2025-06-23 21:05:40 -05:00
0e62fcd5f6 Developing documentation. 2025-06-22 22:01:11 -05:00
938be6f7ca A ton of edits.. I don't even know 2025-06-16 12:02:10 -05:00
fa5b9e23cf Documenting Link Widget. 2025-06-15 23:50:07 -05:00
3a0901693e Add LabeledSlider class. 2025-06-13 13:57:28 -05:00
4415e3c6b4 Test of Link Widget, brings me back around to several old issues that still need resolved. 2025-06-12 03:45:37 -05:00
1bd581a5d8 FPSGraphWindow 2.0 2025-06-09 20:48:12 -05:00
31d5074ed0 FPSGraphWindow 2025-06-09 20:16:05 -05:00
ab11857cfa Working on FPSGraph, built with temp-fixed JGL. 2025-06-09 16:37:27 -05:00
134fa46f5a Update packages, having issue with Text-width with new packages, not quite sure. 2025-06-06 14:35:37 -05:00
5f53938f67 Update packages. 2025-06-04 14:34:38 -05:00
48b56213d8 Implemented a quick and dirty FPS graph, other small refactorings. 2025-06-04 04:52:19 -05:00
7ac0436a1f Performance optimization & bugfix
Only depth sort if we need to.
Fixed a bug where if you left the highest ancestor of a slider and re-entered it would still be sliding.
2025-05-30 22:22:09 -04:00
c4ada58e0c Fix sometimes-missing include of Slider in ColorPicker.hpp 2025-05-22 17:26:48 -05:00
21fee89e77 Refactoring for organization. 2025-05-13 14:28:02 -05:00
0ff787fd95 Refactor TextBase to TextStyler mixin. 2025-05-12 17:10:12 -05:00
c538937c07 Expand Documentation for class Pinnable. 2025-05-02 02:31:34 -05:00
c183cae173 Based edits 2025-05-02 01:18:48 -05:00
bd8e9222de QOL edits. 2025-05-01 23:58:02 -05:00
672429f736 Iteration on functionality of ContextMenu and UtilityBar. Multi-nested menus are now supported. 2025-05-01 13:26:59 -05:00
abe4371f00 Implement Orientation and LineFillMode enums to the JUI namespace. 2025-05-01 13:26:27 -05:00
360171b46f NestableMenu header, will contain the NestableMenu mixin, once circular include issues are resolved. Will likely go with JUI/Forward.hpp to forward-declare all widget classes. 2025-05-01 13:26:10 -05:00
d8c48a338d Implement Separator widget class. Needs documentation and testing. 2025-05-01 13:25:34 -05:00
faf312206e JUI::Experimental namespace, currently empty. 2025-05-01 13:25:15 -05:00
1080a886cb Add TextStyleInterface.hpp -> Will be inherited by all text-drawing widgets, to apply style cohesively. Other StyleInterface classes are being devised. 2025-05-01 13:25:01 -05:00
b01b975ce9 Add triple-nested context menus to main demo, and some other minor fixes. 2025-05-01 00:38:49 -05:00
5ab0d89793 Integrate ContextMenu with Pinnable logic. 2025-05-01 00:38:14 -05:00
d807faea58 Implement Pinnable mixin class: Currently works something like a debounce for ContextMenus, but will be extended to lock widgets in-place. 2025-05-01 00:12:41 -05:00