Commit Graph

22 Commits

Author SHA1 Message Date
a51372bd7b ahhhhhhahhahahahahhh 2023-04-11 17:22:12 -04:00
Sasha Koshka
8db8fab14a No more stack overflow 2023-04-04 17:15:57 -04:00
Sasha Koshka
cbdebc7f9f ScrollContainer can be controlled by page keys 2023-04-04 17:12:33 -04:00
Sasha Koshka
570853890e DocumentContainer now supports inlining elements 2023-04-04 16:39:12 -04:00
Sasha Koshka
260e2b31b6 Table now has keynav support 2023-04-04 15:05:26 -04:00
f377372354 Forgot to comment the table constructor 2023-04-03 23:10:39 -04:00
55c13ebf89 TableContainer is now scrollable 2023-04-03 23:09:02 -04:00
b357768c36 User can now select table cells 2023-04-03 22:22:29 -04:00
ebefcb03b3 Made table stretching slightly better 2023-04-03 21:48:57 -04:00
13518d9ba6 Fixed fragmented/glitchy table drawing 2023-04-03 21:41:39 -04:00
ff51777834 Table's rebuildChildList method works properly 2023-04-03 20:06:17 -04:00
941f6f6576 Added a (half-working) table element 2023-04-03 20:01:44 -04:00
2d0a0cc073 Gave CoreControl the ability to shatter parent backgrounds 2023-04-02 22:46:38 -04:00
6ede0d0770 Added the BackgroundParent interface
Parents are now able to draw backgrounds for their children. This
means we can now have elements inside other elements that aren't
restricted to one background color.
2023-04-02 22:02:55 -04:00
c1e2bf46a6 TextBox supports copy/paste with keyboard commands 2023-03-31 03:25:46 -04:00
7b300333cf I am going insane 2023-03-31 01:06:29 -04:00
53bfc8df68 Re-organized module structure 2023-03-30 23:19:04 -04:00
Sasha Koshka
68341517f7 DirectoryView uses File to display files 2023-03-21 18:03:31 -04:00
Sasha Koshka
dcc672e2bc ScrollContainer does not scroll child in a forbidden direction 2023-03-21 17:37:33 -04:00
0f272f4835 DocumentContainer does as well 2023-03-17 02:00:19 -04:00
493c5210a7 DocumentContainer sets minimum size properly 2023-03-17 01:52:26 -04:00
Sasha Koshka
a4ef28cdd0 Moved containers into a separate package 2023-03-16 14:22:56 -04:00