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-10 19:19:14 -05:00
856cc194b2 New ImageButton widget.
scott pushed to master at AI_Slop/DVX_GUI 2026-03-10 19:04:07 -05:00
b6c5ee3cf3 Some minor widget behavior updates.
scott pushed to master at AI_Slop/DVX_GUI 2026-03-10 18:40:07 -05:00
685c8041c1 Tabgroup and treeview bugs fixed.
scott pushed to master at AI_Slop/DVX_GUI 2026-03-10 00:37:44 -05:00
73f7e37ba6 Some optimizations.
scott pushed to master at AI_Slop/DVX_GUI 2026-03-09 23:27:45 -05:00
7a1777ebfc Updated documentation.
scott pushed to master at AI_Slop/DVX_GUI 2026-03-09 23:23:38 -05:00
e453b4d35a Icons now update to reflect window activity.
scott pushed to master at AI_Slop/DVX_GUI 2026-03-09 23:15:52 -05:00
10b49868cd Reformatted wrapped lines of code.
scott pushed to master at AI_Slop/DVX_GUI 2026-03-09 23:03:53 -05:00
90c6ab68e3 Added layout debugging.
9407544ede Cleaning up project layout.
Compare 2 commits »
scott pushed to master at AI_Slop/DVX_GUI 2026-03-09 22:50:16 -05:00
76a955a9e7 More widgets!
scott pushed to master at AI_Slop/DVX_GUI 2026-03-09 20:55:20 -05:00
67900cbd7f Initial commit.
scott created branch master in AI_Slop/DVX_GUI 2026-03-09 20:54:31 -05:00
scott pushed to master at AI_Slop/DVX_GUI 2026-03-09 20:54:31 -05:00
ca6c5dc5c7 Setting up repo.
scott created repository AI_Slop/DVX_GUI 2026-03-09 20:50:09 -05:00
scott pushed to master at AI_Slop/WinComm 2026-03-09 15:39:19 -05:00
0e8bb9f989 Place build outputs in obj/ and bin/ directories
scott pushed to master at AI_Slop/WinComm 2026-03-05 16:24:03 -06:00
3b4d97b0dc Reorganize Properties sections by control type
scott pushed to master at AI_Slop/WinComm 2026-03-05 15:35:27 -06:00
da21cc71f6 Add StringGrid control type
scott pushed to master at AI_Slop/WinComm 2026-03-05 15:14:26 -06:00
dd115d3727 Add BitBtn, SpeedButton, TabSet, Notebook, TabbedNotebook, MaskEdit, Outline, Bevel, Header, and ScrollBox control types
scott pushed to master at AI_Slop/WinComm 2026-03-05 14:41:06 -06:00
03d44440fd Add MainMenu, PopupMenu, MenuItem, and RadioGroup control types
scott pushed to master at AI_Slop/WinComm 2026-03-04 20:02:23 -06:00
2d5ed2a3b1 Add Image, GroupBox, RadioButton, Panel, ScrollBar, and MediaPlayer control types
scott pushed to master at AI_Slop/WinComm 2026-03-04 19:24:59 -06:00
e45d72588a Apply K&R brace style to drv/ and README examples