summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* accellabel: use g_string_free return valueAlberts Muktupāvels2023-03-231-2/+1
* window: use only newest available strut propertyAlberts Muktupāvels2022-12-241-57/+89
* xrender: remove stray newlineAlberts Muktupāvels2022-10-251-1/+0
* xrender: find visual that matches depth of background pixmapAlberts Muktupāvels2022-10-251-3/+63
* display: put windows with same WM_CLASS in tab list groupAlberts Muktupāvels2022-10-221-0/+6
* display: put windows from same client in tab list groupAlberts Muktupāvels2022-10-223-4/+7
* display: ensure that tab group does not include wrong windowsAlberts Muktupāvels2022-10-221-14/+6
* display: replace IN_TAB_CHAIN macro with an inline functionAlberts Muktupāvels2022-10-222-20/+44
* display: avoid unnecessary stack changesAlberts Muktupāvels2022-10-051-1/+39
* display: remove extra unmap events with same window and serialAlberts Muktupāvels2022-10-051-0/+23
* window: do not disable fullscreen for dialogsAlberts Muktupāvels2022-10-031-1/+2
* workspace: focus only ancestors that are focusableAlberts Muktupāvels2022-10-031-7/+32
* window: add meta_window_is_focusableAlberts Muktupāvels2022-10-033-3/+11
* window-props: do not spew initial size_hints differencesAlberts Muktupāvels2022-10-031-1/+2
* window-props: stop lying about what client window sets or does notAlberts Muktupāvels2022-10-031-5/+9
* window-props: do not set XSizeHints flagsAlberts Muktupāvels2022-10-031-6/+0
* xprops: simplify size_hints_from_resultsAlberts Muktupāvels2022-10-033-24/+10
* xprops: remove unused functionsAlberts Muktupāvels2022-10-032-139/+0
* window: return _NET_WM_PID when XRes is not availableAlberts Muktupāvels2022-09-301-0/+3
* window-props: re-add support for _NET_WM_PIDAlberts Muktupāvels2022-09-303-0/+30
* display: check if XRes extension is availableAlberts Muktupāvels2022-09-302-0/+23
* window-props: define HAVE_SYS_TIME_HAlberts Muktupāvels2022-09-301-0/+1
* icon-cache: reset origin if property change invalidates iconAlberts Muktupāvels2022-03-221-11/+16
* icon-cache: make get_icon_invalidated staticAlberts Muktupāvels2022-03-222-2/+1
* window: remove incorrect mask checkAlberts Muktupāvels2022-03-221-5/+4
* icon-cache: remove support for KWM_WIN_ICONAlberts Muktupāvels2022-03-194-101/+2
* tooltip: request client side decorationsAlberts Muktupāvels2021-10-224-1/+329
* fix build with --disable-dependency-trackingZoltán Böszörményi2021-08-291-0/+2
* core: drop use of volatileAlberts Muktupāvels2021-08-211-1/+1
* window: offset gravity position by invisible bordersAlberts Muktupāvels2021-07-221-2/+15
* main: use correct timestamp when closing displayAlberts Muktupāvels2021-07-191-2/+7
* main: add SIGINT handlerAlberts Muktupāvels2021-07-191-1/+14
* main: use g_unix_signal_add to add signal handlerAlberts Muktupāvels2021-07-191-35/+5
* session: always finish interactionAlberts Muktupāvels2021-07-191-0/+5
* session: remove redundant assignmentAlberts Muktupāvels2021-07-191-1/+0
* window-props: don't set override-redirect window as parentAlberts Muktupāvels2021-06-211-0/+10
* surface-xrender: restore opacity handlingAlberts Muktupāvels2021-06-171-1/+66
* compositor: enable xpresentAlberts Muktupāvels2021-04-131-1/+1
* misc: remove Coverity annotationsAlberts Muktupāvels2021-03-193-7/+0
* bell: remove unused codeAlberts Muktupāvels2021-03-162-40/+0
* bell: remove tabsAlberts Muktupāvels2021-03-161-36/+41
* testboxes: fix test_find_closest_point_to_line testAlberts Muktupāvels2021-03-161-4/+12
* testboxes: use GRand to generate random numbersAlberts Muktupāvels2021-03-161-10/+9
* place: use GRand to generate random numbersAlberts Muktupāvels2021-03-161-3/+9
* display: add NULL check to fix coverity defectAlberts Muktupāvels2021-03-151-1/+1
* window: fix logically dead code defectAlberts Muktupāvels2021-03-151-3/+9
* main: check g_setenv return valueAlberts Muktupāvels2021-03-141-1/+4
* core: suppress logically dead code defectAlberts Muktupāvels2021-03-141-0/+1
* place: use correct event to suppress defectsAlberts Muktupāvels2021-03-141-2/+2
* frames: use correct event to suppress defectAlberts Muktupāvels2021-03-141-1/+1