aboutsummaryrefslogtreecommitdiff
path: root/client.h
Commit message (Expand)AuthorAgeFilesLines
* use wlr_xwayland_surface_has_window_type() (wlroots!4553)Leonardo Hernández Hernández2025-01-141-7/+6
* tell xwayland clients they're maximizedLeonardo Hernández Hernández2024-09-211-1/+4
* fix style for client_set_scale()Leonardo Hernández Hernández2024-08-301-1/+2
* introduce client_set_scale()Leonardo Hernández Hernández2024-08-271-0/+6
* chase xdg_surface geometry changes (wlroots!4788)Leonardo Hernández Hernández2024-08-141-5/+3
* guarantee client_get_{title,appid} never return NULLLeonardo Hernández Hernández2024-08-141-4/+4
* do not restack xwayland surfaces (wlroots!4756)Leonardo Hernández Hernández2024-08-071-11/+0
* update wlr_xwayland_surface names (wlroots!2434)Leonardo Hernández Hernández2024-07-141-2/+2
* Reapply "place child clients above fullscreen clients"Leonardo Hernández Hernández2024-07-141-0/+12
* Revert "place child clients above fullscreen clients"Leonardo Hernández Hernández2024-07-121-12/+0
* correctly report position to xwayland clientsLeonardo Hernández Hernández2024-06-241-1/+1
* use tabs in client.hGuido Cella2024-06-121-10/+10
* do not set withdrawn state for xwayland clientsLeonardo Hernández Hernández2024-03-311-3/+1
* place child clients above fullscreen clientsGuido Cella2024-02-051-0/+12
* make XWayland clients inherit tags and monitorsGuido Cella2024-02-051-2/+5
* turn on -Wsign-compareLeonardo Hernández Hernández2024-01-151-3/+3
* check toplevel resourcesLeonardo Hernández Hernández2023-12-121-1/+1
* merge X11Managed and X11Unmanaged into X11Leonardo Hernández Hernández2023-12-101-1/+1
* check if a client is unmanaged checking the o-r flagLeonardo Hernández Hernández2023-12-101-1/+2
* Do not send repeated xdg_toplevel.configure_boundsLeonardo Hernández Hernández2023-11-211-1/+5
* check toplevel resource instead of client's xdg_shell to set boundsLeonardo Hernández Hernández2023-11-171-1/+1
* use the new wlroots function to get a toplevel from a wlr_surfaceLeonardo Hernández Hernández2023-11-171-4/+3
* explicitly return -1 in the first check in toplevel_from_wlr_surfaceLeonardo Hernández Hernández2023-11-171-1/+1
* do not use #ifdef -> #else -> #endif in client_is_x11Leonardo Hernández Hernández2023-11-171-2/+1
* delete unused functionsLeonardo Hernández Hernández2023-11-171-22/+0
* style fixes in client_is_float_typeLeonardo Hernández Hernández2023-11-171-10/+9
* correctly check if the scene node is enabled in client_is_rendered_on_monLeonardo Hernández Hernández2023-11-171-1/+2
* do not use magical numbers to check edgesLeonardo Hernández Hernández2023-11-171-1/+1
* simplify client_get_clipLeonardo Hernández Hernández2023-11-171-13/+12
* use wlr_scene_subsurface_tree_set_clipLeonardo Hernández Hernández2023-11-141-0/+22
* Revert "respect size hints"Leonardo Hernández Hernández2023-11-141-34/+19
* send maximized if tiled isn't supported (XDG shell)Leonardo Hernández Hernández2023-11-011-1/+6
* Merge remote-tracking branch 'upstream/main' into wlroots-nextLeonardo Hernández Hernández2023-10-091-0/+8
|\
| * simplify setting the border color of clientsLeonardo Hernández Hernández2023-10-091-0/+8
* | chase wlroots!4288Leonardo Hernández Hernández2023-08-211-18/+21
* | set withdrawn state for xwayland invisible clientsLeonardo Hernández Hernández2023-07-311-1/+3
* | add support for xdg-shell v6Leonardo Hernández Hernández2023-07-311-0/+11
* | chase wlroots map logic unificationLeonardo Hernández Hernández2023-06-021-10/+0
* | chase wlroots!3391Leonardo Hernández Hernández2023-02-021-8/+5
* | follow upstream xwayland_surface changesJob792023-02-011-4/+2
|/
* do not try to resize if size wouldn't changeLeonardo Hernández Hernández2022-12-241-0/+3
* do not skip frames if a client is stopped and have a pending resizeLeonardo Hernández Hernández2022-12-241-0/+26
* Revert "Revert "fix flickering when resizing/spawning windows""Leonardo Hernández Hernández2022-12-241-0/+15
* Check width and height are not negative in client_set_bounds()Ben Jargowsky2022-12-151-1/+1
* Revert "fix flickering when resizing/spawning windows"Leonardo Hernández Hernández2022-12-061-15/+0
* improve type safety of toplevel_from_wlr_surface()Leonardo Hernández Hernández2022-12-051-15/+32
* merge toplevel_from_{wlr_layer_surface,popup} into client_from_wlr_surfaceLeonardo Hernández Hernández2022-12-051-61/+47
* sort client_get_parent()Leonardo Hernández Hernández2022-12-051-13/+13
* fix flickering when resizing/spawning windowsPalanix2022-12-031-0/+15
* fix xwayland clients being floating by defaultLeonardo Hernández Hernández2022-12-011-2/+1