aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2022-11-06feat: basic text editor with toolbarBobby4-18/+132
2022-11-06chore: self destroy if all windows cloasedBobby3-5/+34
2022-11-06feat: window manager and file managerBobby4-45/+114
2022-11-06chore: added keybindingsBobby2-9/+72
2022-11-06refactor: remove prefs from git, allowing user specific changesBobby1-2/+15
2022-11-06feat: support for debug run;moved preferences to classBobby3-47/+83
2022-11-06feat: basic text editor and preferencesBobby1-0/+63
2022-11-05refactor: auto sort and format code on commitBobby1-1/+5
2022-11-05feat: Basic LayoutBobby1-0/+1