aboutsummaryrefslogtreecommitdiff
path: root/dwl.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | use wlr_cursor_set_xcursor()Leonardo Hernández Hernández2023-06-151-7/+5
| * | | | | | | Revert "avoid setting duplicate cursor image"Leonardo Hernández Hernández2023-06-151-12/+8
| * | | | | | | handle gamma-control-v1 set_gamma eventLeonardo Hernández Hernández2023-06-081-1/+21
| * | | | | | | use the new {a,di}ssociate events to handle xwayland commit listenerLeonardo Hernández Hernández2023-06-021-7/+5
| * | | | | | | chase wlroots map logic unificationLeonardo Hernández Hernández2023-06-021-14/+39
| * | | | | | | Merge branch 'main' into wlroots-nextLeonardo Hernández Hernández2023-06-021-13/+25
| |\ \ \ \ \ \ \
| * | | | | | | | pass version to wlr_compositor_create()Leonardo Hernández Hernández2023-04-141-1/+1
| * | | | | | | | Merge remote-tracking branch 'upstream/main' into wlroots-nextLeonardo Hernández Hernández2023-04-141-38/+43
| |\ \ \ \ \ \ \ \
| * | | | | | | | | do not call dmabuf_create twiceLeonardo Hernández Hernández2023-03-071-4/+14
| * | | | | | | | | add support for linux-dmabuf-unstable-v1Leonardo Hernández Hernández2023-02-201-0/+4
| * | | | | | | | | Merge remote-tracking branch 'upstream/main' into wlroots-nextLeonardo Hernández Hernández2023-02-131-15/+70
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | add support for wp-fractional-scale-v1Leonardo Hernández Hernández2023-02-081-0/+2
| * | | | | | | | | | chase wlroots!4000Leonardo Hernández Hernández2023-02-051-1/+1
| * | | | | | | | | | Merge remote-tracking branch 'upstream/main' into wlroots-nextLeonardo Hernández Hernández2022-12-301-15/+19
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into wlroots-nextLeonardo Hernández Hernández2022-12-241-56/+38
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/main' into wlroots-nextLeonardo Hernández Hernández2022-12-061-17/+198
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/main' into wlroots-nextLeonardo Hernández Hernández2022-12-051-59/+37
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | update for wlroots!3627Leonardo Hernández Hernández2022-12-051-1/+1
| * | | | | | | | | | | | | | call updatemons() in requestmonstate()Leonardo Hernández Hernández2022-12-021-0/+1
| * | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/main' into wlroots-nextLeonardo Hernández Hernández2022-12-021-13/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into wlroots-nextLeonardo Hernández Hernández2022-11-211-51/+51
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | listen to the output request_state event;Leonardo Hernández Hernández2022-11-151-0/+10
| * | | | | | | | | | | | | | | | update for wlroots!3861Leonardo Hernández Hernández2022-11-151-2/+2
| * | | | | | | | | | | | | | | | use the new scene helper for drag iconsLeonardo Hernández Hernández2022-11-151-3/+1
| * | | | | | | | | | | | | | | | update for wlroots!3814Leonardo Hernández Hernández2022-11-151-2/+4
| * | | | | | | | | | | | | | | | specify layer shell versionLeonardo Hernández Hernández2022-11-151-1/+1
* | | | | | | | | | | | | | | | | createkeyboard: do not segfault if xkb_keymap_new_from_names returns NULLlink2xt2023-11-191-0/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | check client is mapped before setting border colorBen Collerson2023-10-101-1/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | use <xcb/xcb.h> instead of <X11/Xlib.h>Leonardo Hernández Hernández2023-10-091-5/+5
* | | | | | | | | | | | | | | only set border color for urgent *and* mapped X11 clientsLeonardo Hernández Hernández2023-10-091-1/+4
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Revert "just add define"Leonardo Hernández Hernández2023-10-091-1/+1
* | | | | | | | | | | | | | add [-d] flag to enable debug loggingLeonardo Hernández Hernández2023-10-091-2/+6
* | | | | | | | | | | | | | simplify setting the border color of clientsLeonardo Hernández Hernández2023-10-091-13/+5
* | | | | | | | | | | | | | make the borders red borders for urgent clientsLeonardo Hernández Hernández2023-10-091-0/+8
* | | | | | | | | | | | | | Check if c is fullscreen before reparenting it to LyrFloatingForrest Bushstone2023-09-291-3/+4
* | | | | | | | | | | | | | make sure that fullscreen clients are on the correct screen when isfloating i...Forrest Bushstone2023-09-291-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | call setfloating in setmonLeonardo Hernández Hernández2023-09-061-0/+1
* | | | | | | | | | | | | return early if the client doesn't have monitor in setfloatingLeonardo Hernández Hernández2023-09-061-0/+2
* | | | | | | | | | | | | just add defineBen Collerson2023-08-221-1/+1
* | | | | | | | | | | | | tagcount should have been a #defineBen Collerson2023-08-221-1/+1
* | | | | | | | | | | | | return nothing in xytonode()Leonardo Hernández Hernández2023-08-221-3/+2
* | | | | | | | | | | | | Style: use early-return to clarify codeDevin J. Pohly2023-08-221-44/+52
* | | | | | | | | | | | | No need to send surface.leave/enter eventsDevin J. Pohly2023-08-221-6/+2
* | | | | | | | | | | | | don't resize clients on commitLeonardo Hernández Hernández2023-08-181-6/+0
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | do not use wl_event_loop for signal handlingLeonardo Hernández Hernández2023-07-131-13/+10
* | | | | | | | | | | | Remove now-unneeded call to motionnotifyDevin J. Pohly2023-07-131-1/+0
* | | | | | | | | | | | Remove unused icon variableDevin J. Pohly2023-07-131-3/+1
* | | | | | | | | | | | Make drag_icon a persistent scene nodeDevin J. Pohly2023-07-131-7/+7
* | | | | | | | | | | | properly destroy sceneDevin J. Pohly2023-07-131-0/+1
* | | | | | | | | | | | Unify signal handling under wl_event_loopDevin J. Pohly2023-07-031-48/+35
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |