summaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)Author
2024-08-13Add moving and resizing with mousetcmal
2024-08-13Add support for mouse button bindstcmal
2024-08-13Add tags/workspacestcmal
2024-07-15Handle fullscreen requests sent by clientstcmal
2024-06-27fix minor bugstcmal
2024-06-27lintstcmal
2024-06-26start adding some more keybindstcmal
2024-06-26add logging macros for debug mode only printingtcmal
2024-06-26log events when compiled in debug modetcmal
2024-06-26implement cleanup_process_childrentcmal
2024-06-21fix some lintstcmal
2024-06-21documentation cleanuptcmal
2024-06-21remove incorrect flushing of xcb buffertcmal
2024-06-21fix client state geometry not getting updated on startuptcmal
2024-06-21refactor connection-related stuff out, make things a bit cleanertcmal
2024-06-15implement wm hintstcmal
2024-06-10set ewmh hintstcmal
2024-06-09minor cleanuptcmal
2024-06-06track focus and draw borderstcmal
2024-06-05some cleanup and lintstcmal
2024-06-05add most keybind functionality (not yet running things)tcmal
2024-06-04grab all keys when neededtcmal
2024-06-04scaffolding event handlerstcmal
2024-06-03cursors & scaffolding event handlingtcmal
2024-06-03initial commit: basic xorg initialisationtcmal