aboutsummaryrefslogtreecommitdiff
path: root/client.h (follow)
Commit message (Expand)AuthorAge
* fix xwayland clients being floating by defaultLeonardo Hernández Hernández2022-12-01
* Merge remote-tracking branch 'upstream/main' into wlroots-nextLeonardo Hernández Hernández2022-11-10
|\
| * check null in toplevel_from_popupshua2022-11-09
* | Merge remote-tracking branch 'upstream/main' into wlroots-nextLeonardo Hernández Hernández2022-10-29
|\|
| * allow unmanaged clients (like dzen or dmenu) to have keyboard focusLeonardo Hernández Hernández2022-10-15
| * correctly handle cursor motion when button is held (for layer surfaces)Leonardo Hernández Hernández2022-10-08
* | Merge remote-tracking branch 'djpohly/main' into wlroots-nextLeonardo Hernández Hernández2022-10-01
|\|
| * remove unused variablesLeonardo Hernández Hernández2022-09-20
| * new function to notify keyboard enterLeonardo Hernández Hernández2022-08-27
| * sort client.h functionsLeonardo Hernández Hernández2022-08-27
* | Merge remote-tracking branch 'djpohly/main' into wlroots-nextLeonardo Hernández Hernández2022-08-26
|\|
| * set monitor for clients that don't have one in updatemons()Leonardo Hernández Hernández2022-08-23
| * handle client_from_wlr_surface() receiving a subsurfaceLeonardo Hernández Hernández2022-08-12
| * always set the same monitor and tags for child clients of a clientLeonardo Hernández Hernández2022-07-19
| * remove a useless checkLeonardo Hernández Hernández2022-07-15
| * respect size hintsLeonardo Hernández Hernández2022-06-24
| * unconstrain layer shell popupsLeonardo Hernández Hernández2022-06-21
| * move ugglyness to client.hLeonardo Hernández Hernández2022-06-16
| * improve client_from_wlr_surface()Leonardo Hernández Hernández2022-06-06
| * add a new function to get a client from a wlr_surfaceLeonardo Hernández Hernández2022-05-23
* | only set bounds for clients that support itLeonardo Hernández Hernández2022-07-15
* | set client bounds at resizeLeonardo Hernández Hernández2022-06-09
* | Merge remote-tracking branch 'djpohly/main' into wlroots-nextLeonardo Hernández Hernández2022-05-17
|\|
| * Check if XWayland client size_hints are NULLBen Jargowsky2022-05-15
| * fix segfault when dragging chromium tabsLeonardo Hernández Hernández2022-05-14
* | Merge remote-tracking branch 'djpohly/main' into wlroots-nextLeonardo Hernández Hernández2022-05-10
|\|
| * add missing return in client_is_floating_type()v0.3.1Leonardo Hernández Hernández2022-04-10
| * improve floating detectionLeonardo Hernández Hernández2022-03-21
* | replace wlr_xwayland_surface_size_hints with xcb_size_hints_tLeonardo Hernández Hernández2022-05-08
* | improve floating detectionLeonardo Hernández Hernández2022-03-23
* | Merge branch 'main' into wlroots-nextLeonardo Hernández Hernández2022-03-20
|\|
| * Merge branch 'main' into scenegraphLeonardo Hernández Hernández2022-03-18
| |\
| | * constraint popups to its parent clientLeonardo Hernández Hernández2022-03-16
| * | do not allow set client size less than its min sizeLeonardo Hernández Hernández2022-03-18
| |/
| * Merge branch 'fix-segfault-in-fullscreennotify'Leonardo Hernández Hernández2022-03-13
| |\
| | * don't use fullscreen event in fullscreennotify()Leonardo Hernández Hernández2022-03-13
* | | Merge branch 'main' into wlroots-nextLeonardo Hernández Hernández2022-03-10
|\| |
| * | fix client_set_tiled, which was ignoring its "edges" argumentArmaël Guéneau2022-01-08
* | | Account for changes expecting wlr_xdg_toplevel rather than wlr_xdg_surfaceA Frederick Christensen2022-02-03
|/ /
* / simplify client_for_each_surfaceDevin J. Pohly2021-09-05
|/
* factor xwayland hackiness out into client.hDevin J. Pohly2021-05-23
* consolidate some of the ugliness into a separate fileDevin J. Pohly2020-12-25