index
:
dwl
custom
main
My fork of dwl.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dwl.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-03-18
do not allow set client size less than its min size
Leonardo Hernández Hernández
1
-2
/
+4
2022-03-18
make sure to destroy wlr_scene_node of unmanaged clients
Leonardo Hernández Hernández
1
-1
/
+3
2022-03-18
do not create borders for unmanaged clients
Leonardo Hernández Hernández
1
-7
/
+8
2022-03-18
pointerfocus: only use provided surface
Leonardo Hernández Hernández
1
-16
/
+6
2022-03-18
use xdg_shell helper
Leonardo Hernández Hernández
1
-2
/
+3
2022-03-18
get old client by surface's node
Leonardo Hernández Hernández
1
-10
/
+5
2022-03-17
fix crash of Firefox when opening a popup larger than its size
Leonardo Hernández Hernández
1
-2
/
+4
2022-03-16
constraint popups to its parent client
Leonardo Hernández Hernández
1
-1
/
+8
2022-03-16
make sure configure and activate listeners are removed from list
Leonardo Hernández Hernández
1
-2
/
+3
2022-03-16
set correct position for unmanaged clients
Leonardo Hernandez Hernandez
1
-2
/
+6
2022-03-16
add support for layer_shell popups
Leonardo Hernandez Hernandez
1
-3
/
+6
2022-03-16
use wlr_scene_xdg_surface_create() for xdg_popups
Leonardo Hernandez Hernandez
1
-2
/
+7
2022-03-13
don't use fullscreen event in fullscreennotify()
Leonardo Hernández Hernández
1
-3
/
+4
2022-03-13
always call arrange() on setfullscreen()
Leonardo Hernández Hernández
1
-2
/
+2
2022-03-13
print status about floating and fullscreen
Leonardo Hernández Hernández
1
-1
/
+7
2022-03-11
more style fixes
Leonardo Hernández Hernández
1
-28
/
+17
2022-03-11
suckless style: don't use '//' for comments
Leonardo Hernández Hernández
1
-17
/
+17
2022-03-11
use loop to call arrangelayer
Leonardo Hernandez Hernandez
1
-18
/
+7
2022-03-11
fix left border 'y' position
Leonardo Hernandez Hernandez
1
-1
/
+2
2022-03-11
use wlr_scene_node_raise_to_top()
Leonardo Hernandez Hernandez
1
-5
/
+2
2022-03-11
use wlr_scene_output_send_frame_done()
Leonardo Hernandez Hernandez
1
-16
/
+1
2022-03-10
use wlr_box for previous geom
Leonardo Hernández Hernández
1
-10
/
+3
2022-03-10
fix crash when the last monitor is disconnected
Leonardo Hernandez Hernandez
1
-5
/
+16
2022-03-08
remove typedef `Decoration`
Leonardo Hernandez Hernandez
1
-5
/
+0
2022-02-22
die on allocation failure
Nihal Jere
1
-0
/
+10
2021-12-31
Newly launched or closed clients ALWAYS generate status update
A Frederick Christensen
1
-0
/
+2
2021-12-16
explicitly create renderer and allocator
Devin J. Pohly
1
-4
/
+11
2021-12-16
`wlr_xdg_surface.configure_serial` has been moved into `wlr_xdg_surface_state`
Leonardo Hernandez Hernandez
1
-1
/
+1
2021-11-13
fullscreennotify: don't crash if called before map
Raphael Robatsch
1
-1
/
+10
2021-10-31
change border color according to focus state
Leonardo Hernandez Hernandez
1
-0
/
+16
2021-10-13
-s: close unused fds
Humm
1
-0
/
+2
2021-10-03
`wlr_xdg_surface.configure_serial` has been moved into `wlr_xdg_surface_state`
Leonardo Hernandez Hernandez
1
-1
/
+1
2021-10-02
send frame_done also to all layer surfaces
Leonardo Hernandez Hernandez
1
-1
/
+7
2021-09-26
Remove redundant xcursor manager
ARDiDo
1
-16
/
+0
2021-09-24
client_pending has been renamed as pending in wlr_layer_surface_v1
Leonardo Hernandez Hernandez
1
-3
/
+3
2021-09-21
send frame_done to all visible surfaces
Devin J. Pohly
1
-1
/
+10
2021-09-21
fixup: follow name change on surface_tree_create
Devin J. Pohly
1
-2
/
+2
2021-09-08
use scene_output for damage-tracked rendering
Devin J. Pohly
1
-43
/
+10
2021-09-08
use scene to keep track of LayerSurfaces' layers
Devin J. Pohly
1
-5
/
+2
2021-09-08
use scene-graph API for Client/LayerSurface
Devin J. Pohly
1
-308
/
+116
2021-09-08
use type enum to distinguish Client from LayerSurface
Devin J. Pohly
1
-2
/
+6
2021-09-08
simplify fullscreen expression
Devin J. Pohly
1
-1
/
+1
2021-09-04
reset cursor mode when grabc is unmapped
Tobias Bengfort
1
-0
/
+4
2021-08-23
update deprecated xkb function name
Devin J. Pohly
1
-1
/
+1
2021-08-21
wlr_layer_surface_v1_close has been replaced by wlr_layer_surface_v1_destroy
Palanix
1
-1
/
+1
2021-08-02
implement the presentation time protocol
Guido Cella
1
-0
/
+6
2021-07-01
Moved printstatus() call in focusclient() to prevent printstatus being called...
David Donahue
1
-1
/
+2
2021-05-26
exit cleanly on INT/TERM
Devin J. Pohly
1
-1
/
+10
2021-05-25
handle ephemeral pageflip failures
Devin J. Pohly
1
-27
/
+31
2021-05-24
print status on output create
Devin J. Pohly
1
-20
/
+20
[next]