summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* placement: Windows on different screens cannot overlapOlivier Fourdan2022-01-181-0/+5
* Remove redundant codeAvinash Sonawane2021-12-0910-31/+5
* client: Do not hide transients for group if aboveOlivier Fourdan2021-11-241-0/+5
* stacking: Above goes on top of fullscreenOlivier Fourdan2021-11-241-2/+2
* client: Handle removal of GTK_FRAME_EXTENTSOlivier Fourdan2021-11-141-0/+6
* placement: Restack fullscreen window when necessaryOlivier Fourdan2021-11-143-1/+24
* placement: Small cleanupOlivier Fourdan2021-11-141-5/+13
* icons: Gracefully handle non-existent iconsOlivier Fourdan2021-11-141-4/+14
* placement: Ignore struts from windows on other monitorsOlivier Fourdan2021-02-284-69/+95
* focus: Check for user focus for when passing focusOlivier Fourdan2021-02-211-8/+1
* compositor: Disable GLX vblank with virglOlivier Fourdan2021-02-211-0/+1
* startup-notification: Reduce timeout to 10 secondsOlivier Fourdan2021-02-211-1/+1
* compositor: Add support for adaptive vsync with GLXOlivier Fourdan2021-02-212-9/+20
* compositor: Do not set deprecated compositor selectionOlivier Fourdan2021-02-061-3/+0
* compositor: Disable GLX on mutli-screen (Zaphod)Olivier Fourdan2021-02-061-1/+7
* Added radio buttons and checkboxes to window menuStephen Robinson2021-02-053-46/+65
* cleanup: Don't use parenthesis when returning constantsOlivier Fourdan2021-02-029-20/+20
* netwm: Do not use _NET_WM_PING in multi-screenOlivier Fourdan2021-02-021-1/+9
* settings: Enable either windows wrap or tilingOlivier Fourdan2021-01-231-1/+2
* compositor: Add throttled repaintOlivier Fourdan2021-01-231-4/+29
* compositor: Do not clear timeout on retryOlivier Fourdan2021-01-231-2/+9
* compositor: Fix repaint timeoutOlivier Fourdan2021-01-231-2/+2
* log: Prefer stdoutOlivier Fourdan2021-01-092-3/+3
* compositor: Do not prefer Xpresent for AMD/RadeonOlivier Fourdan2021-01-091-1/+6
* events: Allow resizing regardless of modifiersOlivier Fourdan2021-01-051-16/+8
* netwm: Un-tile before fullscreenOlivier Fourdan2021-01-051-0/+1
* hints: Guard against XErrors with systrayOlivier Fourdan2021-01-051-0/+3
* compositor: Guard against more XErrorsOlivier Fourdan2021-01-051-3/+9
* events: Protect against error from XGetWMHints()sfan52020-12-261-0/+3
* compositor: Ignore XError when changing background pictureOlivier Fourdan2020-12-251-0/+3
* hints: Protect against XError from XGetTransientFor()Olivier Fourdan2020-12-181-1/+7
* netwm: Allow above/below only for regular windowsOlivier Fourdan2020-12-171-2/+5
* netwm: Mark splashscreen as transient for groupsOlivier Fourdan2020-12-171-0/+8
* client: Complete client state even on different workspacesOlivier Fourdan2020-12-161-1/+1
* build: Increase GTK+ requirement to 3.22Dridi Boukelmoune2020-12-163-89/+0
* Add `cycle_minimized` optionx4e2020-12-153-1/+9
* compositor: Release overlay window lastOlivier Fourdan2020-12-141-11/+11
* compositor: Free GLX data when really using GLXOlivier Fourdan2020-12-141-1/+1
* compositor: Remove useless trace messageOlivier Fourdan2020-12-141-4/+0
* compositor: Release current GLX context on teardownOlivier Fourdan2020-12-141-0/+2
* display: Remove custom XError handlerOlivier Fourdan2020-12-121-16/+0
* compositor: Check for XError when adding windowsOlivier Fourdan2020-12-121-1/+6
* compositor: Trap XErrors when disabling compositorOlivier Fourdan2020-12-121-0/+10
* main: Enable compositor by defaultOlivier Fourdan2020-12-121-1/+1
* compositor: Remove automatic redirect supportOlivier Fourdan2020-12-123-118/+17
* main: Add short command line optionsOlivier Fourdan2020-12-121-3/+3
* main: Add debug command line optionOlivier Fourdan2020-12-121-13/+29
* pixmap: Use a safer strncpy()Olivier Fourdan2020-12-121-2/+12
* Revert "compositor: Do not damage on opaque region update"Olivier Fourdan2020-12-081-5/+25
* compositor: Check if compositor is enabledOlivier Fourdan2020-12-071-22/+49