aboutsummaryrefslogtreecommitdiff
path: root/dwl.c
Commit message (Expand)AuthorAgeFilesLines
* fix docsLeonardo Hernández Hernández2023-11-171-19/+19
* fix destroynotify() docsLeonardo Hernández Hernández2023-11-171-1/+1
* prevent a use-after-free at exitLeonardo Hernández Hernández2023-11-171-0/+1
* do not compute layout box twiceLeonardo Hernández Hernández2023-11-171-2/+2
* make sure fullscreen clients have the right sizeLeonardo Hernández Hernández2023-11-171-0/+3
* fix screen artifacts when setting gammaLeonardo Hernández Hernández2023-11-171-15/+32
* use wlr_scene_subsurface_tree_set_clipLeonardo Hernández Hernández2023-11-141-0/+3
* Revert "respect size hints"Leonardo Hernández Hernández2023-11-141-13/+3
* use newer cursor naming specLeonardo Hernández Hernández2023-11-011-5/+5
* ignore maximize events for clients using xdg-shell v5 and newerLeonardo Hernández Hernández2023-11-011-1/+6
* Merge remote-tracking branch 'upstream/main' into wlroots-nextLeonardo Hernández Hernández2023-10-131-1/+2
|\
| * check client is mapped before setting border colorBen Collerson2023-10-101-1/+2
* | Merge remote-tracking branch 'upstream/main' into wlroots-nextLeonardo Hernández Hernández2023-10-091-6/+10
|\|
| * 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
* | Merge remote-tracking branch 'upstream/main' into wlroots-nextLeonardo Hernández Hernández2023-10-091-10/+15
|\|
| * 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
* | Merge remote-tracking branch 'upstream/main' into wlroots-nextLeonardo Hernández Hernández2023-09-241-59/+59
|\|
| * 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
* | add support for xdg-shell v6Leonardo Hernández Hernández2023-07-311-3/+6
* | update to xdg-shell v5Leonardo Hernández Hernández2023-07-231-1/+4
* | add support for cursor-shape-v1Leonardo Hernández Hernández2023-07-231-0/+20
* | increase wl_compositor versionLeonardo Hernández Hernández2023-07-151-1/+1
* | Merge branch 'main' into wlroots-nextLeonardo Hernández Hernández2023-07-131-54/+36
|\|
| * 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
* | chase wlroots!4220Leonardo Hernández Hernández2023-07-101-1/+1
* | Line saver: LISTEN_STATIC macroDevin J. Pohly2023-07-081-61/+32
* | Line saver: follow "local = wlr->data = obj" patternDevin J. Pohly2023-07-031-8/+4
* | Merge remote-tracking branch 'upstream/main' into wlroots-nextLeonardo Hernández Hernández2023-06-291-73/+64
|\|
| * Separate drag icon from layers array and Lyr enumDevin J. Pohly2023-06-251-37/+32
| * Don't bother with ignoring SIGCHLDDevin J. Pohly2023-06-161-41/+32
| * Reset ignored signal handler in spawn() as wellDevin J. Pohly2023-06-161-0/+3
| * fix startup_cmd SIGCHLD handlerDevin J. Pohly2023-06-161-0/+2