Commit Graph
11 Commits
Author SHA1 Message Date
Josh Ashton bf5a54d500 added backspace support and basic error checking in settings and gui. 2 major bugs: empty cells always start in note mode, and the sizing is not constant. 2024-03-24 17:00:55 -06:00
Josh Ashton 56f4fed7bc added keyboard input for cells when not in noteMode. noteMode is toggled with a right mouse click, and cells can be selected with left click 2024-03-24 15:44:33 -06:00
Josh Ashton e821ffa24b fixed bug relating to highlighting rows and columns. 2024-03-24 13:45:09 -06:00
Josh Ashton 0f4b78be2f added deselection support, though still buggy. additionally, altered default theme for easier viewing and for aesthetics 2024-03-24 12:11:51 -06:00
Josh Ashton 1afd170fea added deselection support, though still buggy. additionally, altered default theme for easier viewing and for aesthetics 2024-03-24 12:10:06 -06:00
Josh Ashton fa3dbf32e2 added toggle-able notes and and basic button functionality to cell's 2024-03-23 22:15:15 -06:00
Josh Ashton 5e3c4151a6 added built-in check to the Cell data class to ensure initial values cannot be overridden by the user (even accidentally). 2024-03-22 11:26:36 -06:00
Josh Ashton 3744218040 added built-in check to the Cell data class to ensure initial values cannot be overridden by the user (even accidentally). 2024-03-22 11:23:28 -06:00
Josh Ashton e1d79f4e37 basic board implementation, connected to file inputs from user. additionally expanded available settings and created structure for theming. 2024-03-22 08:32:09 -06:00
Josh Ashton e6a299906a project organization/optimization/documentation. began implementing basic board class. 2024-03-21 15:21:34 -06:00
Josh Ashton 3477cc53ed bug fix relating to file picker. 2024-03-21 15:14:45 -06:00