Scott Duensing scott · he/him
  • Smithton, IL, USA, Earth
  • Joined on 2025-02-16
scott pushed to master at AI_Slop/DVX_GUI 2026-03-18 22:22:29 -05:00
f599ea8c0d Double-clicking title bar now maximizes/restores window.
scott pushed to master at AI_Slop/DVX_GUI 2026-03-18 22:19:50 -05:00
fa8ab9da27 Task Manager display fixed. ListView can now auto-size columns to fit content.
scott pushed to master at AI_Slop/DVX_GUI 2026-03-18 19:09:37 -05:00
8550fbbbf2 Fixed scrollbar thumb dragging and ALT-SPACE.
scott pushed to master at AI_Slop/DVX_GUI 2026-03-18 17:52:46 -05:00
1a60fdcf54 Update system info box to be read only and fixed scrolling.
scott pushed to master at AI_Slop/DVX_GUI 2026-03-18 17:26:56 -05:00
d876bc1c55 Now reports system information for troubleshooting.
5cf6db01e1 Mouse wheel support added.
Compare 2 commits »
scott pushed to master at AI_Slop/DVX_GUI 2026-03-18 02:08:31 -05:00
937be903af More doc fixes.
scott pushed to master at AI_Slop/DVX_GUI 2026-03-18 02:02:44 -05:00
4c2549efd4 Updated docs.
scott pushed to master at AI_Slop/DVX_GUI 2026-03-18 01:57:25 -05:00
bcd0b863fb No more inline code included in apps. This removes the need to recompile apps when DVX changes.
scott pushed to master at AI_Slop/DVX_GUI 2026-03-18 01:53:48 -05:00
8d815e8e82 Task Manager now displays more information.
scott pushed to master at AI_Slop/DVX_GUI 2026-03-18 01:50:59 -05:00
862590c40a More magic numbers replaced with named defines.
scott pushed to master at AI_Slop/DVX_GUI 2026-03-18 01:27:45 -05:00
1e59499529 dlopen edge case for non-multi-instance apps avoided.
scott pushed to master at AI_Slop/DVX_GUI 2026-03-18 01:25:12 -05:00
fc3a513ada Multi-instance app support added.
scott pushed to master at AI_Slop/DVX_GUI 2026-03-18 01:15:52 -05:00
84b0762820 Diagonal resize cursor redone.
scott pushed to master at AI_Slop/DVX_GUI 2026-03-18 00:56:07 -05:00
35f79eb834 Menu bar items now depress when clicked.
scott pushed to master at AI_Slop/DVX_GUI 2026-03-18 00:45:41 -05:00
0cede78932 Window movement and resizing clamped to prevent moving them entirely offscreen.
scott pushed to master at AI_Slop/DVX_GUI 2026-03-18 00:38:48 -05:00
1e4951c4cb ALT-SPACE hotkey fixed.
scott pushed to master at AI_Slop/DVX_GUI 2026-03-18 00:36:23 -05:00
69865a54f6 First focusable widget now focused on window initial paint.
scott pushed to master at AI_Slop/DVX_GUI 2026-03-18 00:34:06 -05:00
bf71916462 Empty spinbox on initial layout fixed.
scott pushed to master at AI_Slop/DVX_GUI 2026-03-18 00:31:19 -05:00
fd695afac8 Restored bitmap buttons in demo toolbar. Added image load/save APIs. Removed duplicate image handling code.
scott pushed to master at AI_Slop/DVX_GUI 2026-03-18 00:20:11 -05:00
fddd97ad91 Mouse should now stick to borders when resize is clamped.