summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-08-14Move to one list of clients, shared across monitorstcmal
2024-08-13Fix focus flickering bugtcmal
2024-08-13Add moving and resizing with mousetcmal
2024-08-13Add support for mouse button bindstcmal
2024-08-13Add tags/workspacestcmal
2024-08-06Deal with configurerequest properlytcmal
2024-08-06Fix some clippy lintstcmal
2024-07-15Handle fullscreen requests sent by clientstcmal
2024-07-15Fix crash when run with multiple monitorstcmal
2024-07-15set fullscreen based on ewm hintstcmal
2024-07-15support fullscreen modetcmal
2024-07-15Add deserialisation code for size hintstcmal
2024-07-15Set dialog windows to floating when first tcmal
2024-07-04raise windows when they are made floatingtcmal
2024-07-04set transient windows to floatingtcmal
2024-07-04support floating windowstcmal
2024-07-04inherit monitor from parent for transient windowstcmal
2024-07-04don't need to do xmoveresizewindow stufftcmal
2024-07-04clamp window size to monitortcmal
2024-06-27fix minor bugstcmal
2024-06-27remove some outdated comments/todostcmal
2024-06-27lintstcmal
2024-06-27remove outdated todotcmal
2024-06-27send take focus eventtcmal
2024-06-27cleanup spawn helpertcmal
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-21remove outdated todotcmal
2024-06-21documentation cleanuptcmal
2024-06-21remove incorrect flushing of xcb buffertcmal
2024-06-21fix some problems when clients were destroyedtcmal
2024-06-21fix creating check window with invalid parameterstcmal
2024-06-21log requests and sequence numbers in debug modetcmal
2024-06-21move border colours to configtcmal
2024-06-21fix atoms that didn't exist silently failing to interntcmal
2024-06-21fix client state geometry not getting updated on startuptcmal
2024-06-21avoid leaking resources on droptcmal
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-06fix not rearranging when windows unmap themselvestcmal
2024-06-06arrange and map clientstcmal
2024-06-05wip: start managing clientstcmal
2024-06-05minor linttcmal
2024-06-05actually run keybindstcmal