aboutsummaryrefslogtreecommitdiff
path: root/dwl.c (follow)
Commit message (Expand)AuthorAge
* update for wlroots!3814Leonardo Hernández Hernández2022-11-15
* specify layer shell versionLeonardo Hernández Hernández2022-11-15
* Merge remote-tracking branch 'upstream/main' into wlroots-nextLeonardo Hernández Hernández2022-11-10
|\
| * check null in toplevel_from_popupshua2022-11-09
| * layersurface: create a dedicated scene tree for popupsLeonardo Hernández Hernández2022-11-01
| * client: don't change border color during dragsLeonardo Hernández Hernández2022-10-31
* | remove now unneeded workaround in outputmgrapplyortest()Leonardo Hernández Hernández2022-10-30
* | only destroy monitor's layer surfaces at destroyLeonardo Hernández Hernández2022-10-29
* | allow change adaptive sync in outputmgrapplyortest()Leonardo Hernández Hernández2022-10-29
* | Merge remote-tracking branch 'upstream/main' into wlroots-nextLeonardo Hernández Hernández2022-10-29
|\|
| * fix crash in dirtomon() when selmon is disabledLeonardo Hernández Hernández2022-10-29
| * closemon() now updates selmon if neededLeonardo Hernández Hernández2022-10-29
| * use just one loop in outputmgrapplyortest()Leonardo Hernández Hernández2022-10-29
| * move focus and clients off disabled monitorsLeonardo Hernández Hernández2022-10-29
| * only raise the client's node in monocle()Leonardo Hernández Hernández2022-10-29
| * Revert "stop trying resize clients during commitnotify()"Leonardo Hernández Hernández2022-10-15
| * update comment about exclusive focus in focusclient()Leonardo Hernández Hernández2022-10-15
| * stop trying resize clients during commitnotify()Leonardo Hernández Hernández2022-10-15
| * allow unmanaged clients (like dzen or dmenu) to have keyboard focusLeonardo Hernández Hernández2022-10-15
| * disable and destroy monitor's layer surfaces when it's being destroyedLeonardo Hernández Hernández2022-10-11
| * use `/* */` for comments in applybounds()Leonardo Hernández Hernández2022-10-08
| * fix bad indentation in createpointer()Leonardo Hernández Hernández2022-10-08
| * rename dragicondestroy() -> destroydragicon()Leonardo Hernández Hernández2022-10-08
| * rename LyrNoFocus -> LyrDragIconLeonardo Hernández Hernández2022-10-08
| * correctly handle cursor motion when button is held (for layer surfaces)Leonardo Hernández Hernández2022-10-08
| * allow moveresize() while the left mouse button is pressedDima Krasner2022-10-08
| * fix drag and drop not workingLeonardo Hernández Hernández2022-10-07
| * avoid usage of gotoLeonardo Hernández Hernández2022-10-03
* | add support for the ext-idle-notify-v1 protocolLeonardo Hernández Hernández2022-10-23
* | wlroots check map state of layersurfaces this for usLeonardo Hernández Hernández2022-10-01
* | Merge remote-tracking branch 'djpohly/main' into wlroots-nextLeonardo Hernández Hernández2022-10-01
|\|
| * properly handle cursor motion when button is heldLeonardo Hernández Hernández2022-10-01
| * avoid setting duplicate cursor imageLeonardo Hernández Hernández2022-09-28
| * destroy renderer and allocator in cleanup()Leonardo Hernández Hernández2022-09-28
| * fix bad conditionLeonardo Hernández Hernández2022-09-26
| * fix various segfaults when selmon is NULLLeonardo Hernández Hernández2022-09-26
| * change cursor surface in internal calls of motionnotify()Leonardo Hernández Hernández2022-09-26
| * remove unused variablesLeonardo Hernández Hernández2022-09-20
| * make more permissive exclusive focusLeonardo Hernández Hernández2022-09-18
| * now really fix clients not being focused after unmapping a layer surfaceLeonardo Hernández Hernández2022-09-18
| * fix clients not being focused after destroy a layer surfaceLeonardo Hernández Hernández2022-09-18
| * Revert "remove useless check of `m` in arrangelayers()"Leonardo Hernández Hernández2022-09-18
| * remove useless check of `m` in arrangelayers()Leonardo Hernández Hernández2022-09-18
| * fix use of loop initial declarationLeonardo Hernández Hernández2022-09-18
| * fix unmanaged clients not being unlinked from the commit listenerLeonardo Hernández Hernández2022-09-18
| * fix segfault when unlocking swaylock on two monitor setupLeonardo Hernández Hernández2022-09-18
| * don't try to move outputs when its x,y hasn't changeLeonardo Hernández Hernández2022-09-10
| * prior run the startup command start the backendLeonardo Hernández Hernández2022-09-10
| * make sure the parent is mapped prior set monitor and tagsLeonardo Hernández Hernández2022-09-10
| * use wl_container_of() instead of data in some functionsLeonardo Hernández Hernández2022-09-10