index
:
github/niri.git
feat/screenshotselectall
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
niri.rs
Age
Commit message (
Expand
)
Author
2023-09-03
Replace Backend trait with enum
Ivan Molodetskikh
2023-09-03
Inhibit power key when systemd service
Ivan Molodetskikh
2023-09-02
Add touchpad gesture support
Ivan Molodetskikh
2023-08-27
Implement taking a monitor screenshot
Ivan Molodetskikh
2023-08-27
Extract different parts of rendering into functions
Ivan Molodetskikh
2023-08-27
Wait for import-environment to finish
Ivan Molodetskikh
2023-08-27
Unset NOTIFY_SOCKET so it's not inherited
Ivan Molodetskikh
2023-08-27
Add trivial Mutter ServiceChannel impl
Ivan Molodetskikh
2023-08-27
Add initial session / systemd integration
Ivan Molodetskikh
2023-08-16
Implement tablet-manager
Ivan Molodetskikh
2023-08-16
Implement wp-presentation
Ivan Molodetskikh
2023-08-16
Add binds to move between monitors
Ivan Molodetskikh
2023-08-16
Hardcode other xkb options I use
Ivan Molodetskikh
2023-08-16
Remove maximize and window menu capabilities
Ivan Molodetskikh
2023-08-16
Send frame callbacks to cursor and dnd icon
Ivan Molodetskikh
2023-08-15
Use xcursor default cursor, or fallback from Anvil
Ivan Molodetskikh
2023-08-15
Add dnd icon support
Ivan Molodetskikh
2023-08-15
Add client cursor support
Ivan Molodetskikh
2023-08-15
Extract pointer_element()
Ivan Molodetskikh
2023-08-15
Remove one unused import
Ivan Molodetskikh
2023-08-15
Add initial layer-shell implementation
Ivan Molodetskikh
2023-08-14
Move things to Monitor impl
Ivan Molodetskikh
2023-08-14
Add focus change animations
Ivan Molodetskikh
2023-08-14
Add frame clock
Ivan Molodetskikh
2023-08-13
Refactor everything again, make more things work
Ivan Molodetskikh
2023-08-13
Refactor everything, add initial tiling code
Ivan Molodetskikh
2023-08-11
Fix whitespace
Ivan Molodetskikh
2023-08-11
Move periodic tasks to event loop closure
Ivan Molodetskikh
2023-08-11
Add draft popup implementation
Ivan Molodetskikh
2023-08-10
Add hardcoded us,ru layout and Super+Space switch
Ivan Molodetskikh
2023-08-10
Unset the minimize capability
Ivan Molodetskikh
2023-08-10
Keep around the pointer color buffer
Ivan Molodetskikh
2023-08-10
Add tracy profiling under a feature
Ivan Molodetskikh
2023-08-10
Replace Timer::immediate() with idle
Ivan Molodetskikh
2023-08-10
Bump yellow in cursor color
Ivan Molodetskikh
2023-08-10
Redraw on demand rather than continuously
Ivan Molodetskikh
2023-08-10
Add cursor drawing with a colored rectangle
Ivan Molodetskikh
2023-08-10
Pass new pointer location to pointer.motion()
Ivan Molodetskikh
2023-08-10
Restructure things and add tty backend
Ivan Molodetskikh