summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* place: suppress logically dead code defectsAlberts Muktupāvels2021-03-141-0/+6
* session: fix memory leakAlberts Muktupāvels2021-03-141-3/+1
* xprops: remove unneeded NULL checkAlberts Muktupāvels2021-03-141-5/+2
* frames: suppress logically dead code defectAlberts Muktupāvels2021-03-141-1/+5
* accellabel: simplify meta_accel_label_updateAlberts Muktupāvels2021-03-141-3/+0
* accellabel: remove signal_quote1 and signal_quote2Alberts Muktupāvels2021-03-142-4/+0
* accellabel: remove unneeded padding in class structAlberts Muktupāvels2021-03-141-6/+0
* accellabel: remove unused accel_seperatorAlberts Muktupāvels2021-03-142-4/+1
* stack-tracker: stop using GSliceAlberts Muktupāvels2021-03-141-5/+5
* core: use g_memdup2Alberts Muktupāvels2021-03-142-2/+2