aboutsummaryrefslogtreecommitdiff
path: root/src/texty.py
AgeCommit message (Expand)AuthorFilesLines
2022-11-06feat: basic text editor with toolbarBobby1-1/+6
2022-11-06chore: self destroy if all windows cloasedBobby1-1/+8
2022-11-06feat: window manager and file managerBobby1-44/+62
2022-11-06chore: added keybindingsBobby1-9/+37
2022-11-06refactor: remove prefs from git, allowing user specific changesBobby1-2/+15
2022-11-06feat: support for debug run;moved preferences to classBobby1-47/+48
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