index
:
river
master
personal fork of riverwm
Mitchell Riedstra
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-06
river: fix viewporter protocol implementation
Isaac Freund
2
-12
/
+27
2021-09-06
river: Fix errdefer in floatFilterAdd
Ben Fiedler
1
-1
/
+1
2021-09-06
docs: update example init for float fitler changes
Isaac Freund
1
-3
/
+3
2021-09-06
river: Allow floating based on window titles
Ben Fiedler
5
-38
/
+71
2021-08-19
river: implement xdg-activation-v1
novakane
18
-6
/
+104
2021-08-18
docs: default keyboard mapping mode is "normal"
Keith Hubbard
1
-2
/
+2
2021-08-15
command: support repeating keyboard mappings
Keith Hubbard
9
-22
/
+92
2021-08-12
river-status: fix output status destruction
Isaac Freund
2
-2
/
+10
2021-08-12
output: simplify layer shell handling on destroy
Isaac Freund
1
-9
/
+7
2021-08-12
layer-shell: ignore commits on closed layer surface
Isaac Freund
1
-0
/
+3
2021-08-10
seat: always add view to focus stack on map
Isaac Freund
5
-41
/
+31
2021-08-09
config: fix leak of default layout namespace
Isaac Freund
1
-0
/
+3
2021-08-09
Xwayland: fix possible use-after-free on unmap
Isaac Freund
1
-2
/
+2
2021-08-07
render: draw borders before rendering views
Keith Hubbard
1
-4
/
+4
2021-08-02
river: fix crash on disabling all outputs
Isaac Freund
1
-8
/
+10
2021-08-02
river-layout: fix typo in protocol
Isaac Freund
1
-3
/
+3
2021-07-31
util: remove unused function
Isaac Freund
1
-10
/
+0
2021-07-29
completions: Remove strict in focus-follows-cursor
novakane
3
-3
/
+3
2021-07-29
cursor: remove strict focus-follows-cursor mode
Isaac Freund
3
-8
/
+3
2021-07-29
cursor: fix crash if focus-follows-cursor is set
Isaac Freund
1
-3
/
+5
2021-07-28
build: Use pkg-config to handle river protocols
novakane
1
-1
/
+20
2021-07-28
river: properly teardown surface tree
Isaac Freund
5
-45
/
+95
2021-07-28
output: fix debug log on tag change
Isaac Freund
2
-8
/
+6
2021-07-27
docs: fix typo in rivertile man page
Rafael Escobar
1
-1
/
+1
2021-07-26
config: change color format to 0xRRGGBBAA
Isaac Freund
5
-12
/
+19
2021-07-26
docs: Wayland should always be capitalized
Isaac Freund
2
-5
/
+5
2021-07-25
view: arrange when exiting fullscreen to layout
Isaac Freund
3
-26
/
+20
2021-07-25
view: ensure saved buffers are always dropped
Isaac Freund
1
-0
/
+5
2021-07-25
layout: assert output state matches layout applied
Isaac Freund
1
-2
/
+3
2021-07-25
build: install river-layout-v3 to $PREFIX/share/river
Isaac Freund
1
-12
/
+5
2021-07-25
build: remove example river-status client
Isaac Freund
2
-112
/
+0
2021-07-25
river: improve new layer surface log formatting
Isaac Freund
1
-3
/
+3
2021-07-25
river: add custom wlroots log handler
Isaac Freund
3
-1
/
+54
2021-07-24
river: simplify log levels exposed to the user
Isaac Freund
2
-22
/
+57
2021-07-24
docs: fix inconsistent capitalization
Isaac Freund
1
-1
/
+1
2021-07-24
docs: add -help and -version options to man pages
Isaac Freund
3
-2
/
+22
2021-07-24
common: standardize on -help option
Isaac Freund
5
-31
/
+60
2021-07-24
common: remove support for positional arguments
Isaac Freund
5
-185
/
+161
2021-07-24
river: use common CLI arg parsing code
Isaac Freund
4
-48
/
+42
2021-07-24
Add -version flag to river, riverctl and rivertile
novakane
4
-1
/
+41
2021-07-24
layout: cleanup in progress layout demand on destroy
Isaac Freund
1
-6
/
+7
2021-07-24
river: fix crash on parsing empty string as color
Isaac Freund
1
-1
/
+1
2021-07-24
cursor: fix logic in Cursor.updateState()
Isaac Freund
1
-3
/
+8
2021-07-23
cursor: avoid sending unnecessary pointer motion events
Isaac Freund
4
-25
/
+22
2021-07-23
river: destroy backend before Root.deinit()
Isaac Freund
1
-0
/
+2
2021-07-23
cursor: add missing maybeResetState() callsite
Isaac Freund
3
-5
/
+7
2021-07-23
cursor: allow commands to override cursor operations
Isaac Freund
5
-23
/
+3
2021-07-23
cursor: remove surfaceAt() parameters
Isaac Freund
1
-7
/
+8
2021-07-23
cursor: refactor surfaceAt() to return parent
Isaac Freund
1
-64
/
+128
2021-07-23
render: sync with Cursor.surfaceAt(), draw all view popups
Isaac Freund
4
-51
/
+67
[next]