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
2023-03-04
Server: remove headless backend
Isaac Freund
1
-5
/
+0
2023-03-04
SceneNodeData: allow access from wlr_surfaces
Isaac Freund
11
-53
/
+80
2023-03-04
river: clean up some uneeded TODOs
Isaac Freund
4
-9
/
+0
2023-03-04
river: fix a few leaks
Isaac Freund
4
-0
/
+8
2023-03-04
Cursor: store offset and warp cursor during move
Isaac Freund
1
-4
/
+17
2023-03-04
View: rework configure abstraction
Isaac Freund
4
-105
/
+110
2023-03-03
xdg-shell: honor client move/resize requests
Isaac Freund
2
-1
/
+50
2023-03-03
Cursor: allow resizing from all edges
Isaac Freund
1
-45
/
+157
2023-03-03
deps: update zig-wlroots to fix Xwayland crash
Isaac Freund
2
-2
/
+2
2023-03-03
Xwayland: hide override redirect windows if locked
Isaac Freund
1
-0
/
+11
2023-03-03
Root: keep all fullscreen views the correct size
Isaac Freund
3
-41
/
+16
2023-03-02
XdgToplevel: fix size_changed check on commit
Isaac Freund
1
-16
/
+18
2023-03-02
Xwayland: fix has_fixed_size heuristic for floating
Isaac Freund
1
-1
/
+2
2023-03-02
View: handle destroy during inflight layout demand
Isaac Freund
4
-47
/
+39
2023-03-02
river: render floating views above the layout
Isaac Freund
2
-5
/
+20
2023-03-01
View: fix frame perfection on unmap
Isaac Freund
2
-3
/
+15
2023-03-01
View: only send configures through transactions
Isaac Freund
7
-82
/
+39
2023-03-01
Output: fix background of transformed outputs
Isaac Freund
2
-13
/
+18
2023-03-01
Root: fix use of view.current before update
Isaac Freund
1
-2
/
+2
2023-03-01
View: clamp to output on exiting float/fullscreen
Isaac Freund
4
-42
/
+51
2023-03-01
View: move borders state to State struct
Isaac Freund
5
-10
/
+9
2023-03-01
Root: fix more fullscreen bugs
Isaac Freund
2
-28
/
+39
2023-03-01
session-lock: fix race with multiple outputs
Isaac Freund
1
-2
/
+10
2023-03-01
Output: inline renderOutput function
Isaac Freund
2
-68
/
+40
2023-03-01
Root: centralize focus(null) calls in applyPending()
Isaac Freund
11
-39
/
+21
2023-02-28
csd-filter-add/remove: add missing applyPending()
Isaac Freund
1
-0
/
+2
2023-02-28
river: fix various fullscreen related bugs
Isaac Freund
5
-87
/
+111
2023-02-28
LayerSurface: fix use-after-free on destroy
Isaac Freund
4
-10
/
+12
2023-02-28
OutputStatus: rework implementation
Isaac Freund
5
-128
/
+147
2023-02-28
river: rework core data structures & transactions
Isaac Freund
34
-1537
/
+1021
2023-02-28
View: use saved surface trees for transactions
Isaac Freund
4
-108
/
+86
2023-02-28
Xwayland: render using the scene graph
Isaac Freund
6
-59
/
+79
2023-02-28
DragIcon: render using the scene graph
Isaac Freund
5
-20
/
+99
2023-02-28
xdg-shell: implement version 5
Isaac Freund
2
-1
/
+3
2023-02-28
XdgPopup: reimplement using the scene graph
Isaac Freund
7
-10
/
+185
2023-02-28
LayerSurface: render using the scene graph
Isaac Freund
7
-290
/
+152
2023-02-28
View: remove dead code
Isaac Freund
1
-18
/
+0
2023-02-28
Xwayland: create scene tree
Isaac Freund
1
-2
/
+8
2023-02-28
View: implement borders with scene graph
Isaac Freund
4
-12
/
+56
2023-02-28
Output: use separate scene trees for layers
Isaac Freund
6
-20
/
+92
2023-02-28
session-lock: use the scene graph
Isaac Freund
9
-62
/
+135
2023-02-28
Cursor: remove surfaceAt()
Isaac Freund
6
-307
/
+152
2023-02-28
render: use wlr_scene to render views
Isaac Freund
13
-440
/
+77
2023-02-28
wlr-foreign-toplevel-management: remove protocol
Isaac Freund
2
-77
/
+2
2023-02-28
render: remove damage tracking
Isaac Freund
14
-503
/
+7
2023-02-28
pointer-constraints: remove protocol
Isaac Freund
5
-207
/
+6
2023-02-28
Keyboard: fix keyboard-layout mapping crash
Isaac Freund
1
-1
/
+4
2023-02-27
deps: update to latest zig-wayland/zig-wlroots
Isaac Freund
2
-0
/
+0
2023-02-27
deps: update to latest zig-wayland/zig-wlroots
Isaac Freund
3
-1
/
+1
2023-02-10
Seat: guard setFocusRaw() usage while locked
Isaac Freund
2
-0
/
+4
[next]