index
:
blow
main
a hyper-minimal tiling window manager written in rust
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2024-07-15
Fix crash when run with multiple monitors
tcmal
2024-07-15
set fullscreen based on ewm hints
tcmal
2024-07-15
support fullscreen mode
tcmal
2024-07-15
Add deserialisation code for size hints
tcmal
2024-07-15
Set dialog windows to floating when first
tcmal
2024-07-04
raise windows when they are made floating
tcmal
2024-07-04
set transient windows to floating
tcmal
2024-07-04
support floating windows
tcmal
2024-07-04
inherit monitor from parent for transient windows
tcmal
2024-07-04
don't need to do xmoveresizewindow stuff
tcmal
2024-07-04
clamp window size to monitor
tcmal
2024-06-27
fix minor bugs
tcmal
2024-06-27
remove some outdated comments/todos
tcmal
2024-06-27
lints
tcmal
2024-06-27
remove outdated todo
tcmal
2024-06-27
send take focus event
tcmal
2024-06-27
cleanup spawn helper
tcmal
2024-06-26
start adding some more keybinds
tcmal
2024-06-26
add logging macros for debug mode only printing
tcmal
2024-06-26
log events when compiled in debug mode
tcmal
2024-06-26
implement cleanup_process_children
tcmal
2024-06-21
fix some lints
tcmal
2024-06-21
remove outdated todo
tcmal
2024-06-21
documentation cleanup
tcmal
2024-06-21
remove incorrect flushing of xcb buffer
tcmal
2024-06-21
fix some problems when clients were destroyed
tcmal
2024-06-21
fix creating check window with invalid parameters
tcmal
2024-06-21
log requests and sequence numbers in debug mode
tcmal
2024-06-21
move border colours to config
tcmal
2024-06-21
fix atoms that didn't exist silently failing to intern
tcmal
2024-06-21
fix client state geometry not getting updated on startup
tcmal
2024-06-21
avoid leaking resources on drop
tcmal
2024-06-21
refactor connection-related stuff out, make things a bit cleaner
tcmal
2024-06-15
implement wm hints
tcmal
2024-06-10
set ewmh hints
tcmal
2024-06-09
minor cleanup
tcmal
2024-06-06
track focus and draw borders
tcmal
2024-06-06
fix not rearranging when windows unmap themselves
tcmal
2024-06-06
arrange and map clients
tcmal
2024-06-05
wip: start managing clients
tcmal
2024-06-05
minor lint
tcmal
2024-06-05
actually run keybinds
tcmal
2024-06-05
some cleanup and lints
tcmal
2024-06-05
add most keybind functionality (not yet running things)
tcmal
2024-06-04
dont crash on unimplemented focus stuff
tcmal
2024-06-04
grab all keys when needed
tcmal
2024-06-04
scaffolding event handlers
tcmal
2024-06-03
cursors & scaffolding event handling
tcmal
2024-06-03
initial commit: basic xorg initialisation
tcmal