~ruther/dwl

ref: 0de7d1aa719befb6ba291b3e2cad12253d6fa6a3 dwl/dwl.c -rw-r--r-- 90.5 KiB
0de7d1aa — Leonardo Hernández Hernández 2 years ago
Merge branch 'main' into wlroots-next
1884a076 — Leonardo Hernández Hernández 2 years ago
sort LISTEN calls in createnotify{,x11}
79c51a45 — Leonardo Hernández Hernández 2 years ago
use the same style for urgent() and sethints()
f5d83984 — Leonardo Hernández Hernández 2 years ago
remove an unneeded cast in createpointer()
e03896b4 — Leonardo Hernández Hernández 2 years ago
avoid duplication of lines

the output state is copied when creating a output configuration head
e7e84b10 — Leonardo Hernández Hernández 2 years ago
add explanation about why we try to re-apply the gamma LUT on output changes
9694477b — Leonardo Hernández Hernández 2 years ago
relax a bit the line length limit
6a151677 — Leonardo Hernández Hernández 2 years ago
add a blank line to improve readability
e5e2d1c2 — Leonardo Hernández Hernández 2 years ago
use (struct wlr_box){0} to empty the Monitor areas
bdbfb45d — Leonardo Hernández Hernández 2 years ago
copy layout symbol when matching a MonitorRule
50ea84c5 — Leonardo Hernández Hernández 2 years ago
remove extra blank line
472a31b5 — Leonardo Hernández Hernández 2 years ago
LayerSurface::link -> LayerSurface.link
a760757b — Leonardo Hernández Hernández 2 years ago
set the correct border color when mapping a client
80c9ad12 — Leonardo Hernández Hernández 2 years ago
reduce calls to client_get_geometry
393078d8 — Leonardo Hernández Hernández 2 years ago
store the layersurface pointer in l->popups->node.data as well
28ec843a — Leonardo Hernández Hernández 2 years ago
make sure popups of a layer surface are in the correct layer

previously it worked because we checked in every commit the layer
in a353eee2cac0378a4201e408a3417aa107a7f647 and
b100b446b8c82bc2dcdbb40856ab87ed4a4ad594
we changed the way it's handled and now if the layer surface does not change
the layer we don't it either. meaning that if it was created in the bottom
layer and did not change the layer the popups would show behind xdg clients
2b3504e4 — Leonardo Hernández Hernández 2 years ago
sort #includes
bab5c018 — Leonardo Hernández Hernández 2 years ago
Merge remote-tracking branch 'upstream/main' into wlroots-next
5f7d3969 — Leonardo Hernández Hernández 2 years ago
don't return early if the first output commit fails
901d2e2d — Leonardo Hernández Hernández 2 years ago
check failure of wlr_output_init_render
Next