summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* xrender: add error trap in sync_window_geometryAlberts Muktupāvels2017-04-011-0/+4
* display: ignore XSyncAlarmNotify in meta_spew_eventJasper St. Pierre2017-04-011-0/+3
* don't restack windows while we are unmanaging themOwen W. Taylor2017-04-011-2/+2
* stack-tracker: fix an off-by-one error in restack_managedJasper St. Pierre2017-04-011-1/+1
* stack-tracker: make lower_below / raise_above internal as wellJasper St. Pierre2017-04-012-15/+9
* stack-tracker: make functions used only internally staticOwen W. Taylor2017-04-012-21/+2
* move logic for syncing the stack to the X server into MetaStackTrackerAlberts Muktupāvels2017-04-013-241/+130
* remove cache of last stacking order in stack.cAlberts Muktupāvels2017-04-012-49/+34
* move manipulation of the X stack to MetaStackTrackerAlberts Muktupāvels2017-04-013-73/+102
* stack-tracker: eliminate the resynchronization processAlberts Muktupāvels2017-04-011-327/+109
* stack-tracker: more small cleanupsJasper St. Pierre2017-04-011-9/+2
* stack-tracker: remove unused variableJasper St. Pierre2017-04-011-10/+2
* stack-tracker: add some more debug outputJasper St. Pierre2017-04-011-0/+5
* stack-tracker: clean up dumpingAlberts Muktupāvels2017-04-011-16/+19
* stack-tracker: apply some changes from mutterAlberts Muktupāvels2017-04-013-162/+514
* Update Italian translationGianvito Cavasoli2017-03-221-297/+92
* NEWS: add 3.24.0Alberts Muktupāvels2017-03-191-0/+9
* bump version to 3.25.0Alberts Muktupāvels2017-03-191-2/+2
* window: send synthetic ConfigureNotify eventsAlberts Muktupāvels2017-03-181-55/+84
* window: remove code for static gravity resizesJasper St. Pierre2017-03-184-87/+4
* window: make move_resize_request function staticAlberts Muktupāvels2017-03-182-9/+1
* reduce server grabs during window creationDaniel Drake2017-03-182-10/+0
* frame: remove unnecessary server grabDaniel Drake2017-03-181-13/+0
* xrender: simplify expose_areaAlberts Muktupāvels2017-03-181-4/+1
* xrender: stop handling ConfigureNotify eventsAlberts Muktupāvels2017-03-187-167/+190
* xrender: fix window resizingAlberts Muktupāvels2017-03-181-3/+10
* xrender: track decoration statusAlberts Muktupāvels2017-03-171-0/+133
* xrender: don't mix client and frame xwindowsAlberts Muktupāvels2017-03-171-14/+24
* xrender: add find_comp_window_by_windowAlberts Muktupāvels2017-03-171-28/+21
* xrender: rename find_window to find_comp_window_by_xwindowAlberts Muktupāvels2017-03-171-17/+17
* xrender: allow passing NULL to cairo_region_to_xserver_regionAlberts Muktupāvels2017-03-171-17/+8
* xrender: merge two functionsAlberts Muktupāvels2017-03-171-85/+78
* xrender: remove id from MetaCompWindowAlberts Muktupāvels2017-03-171-17/+20
* window: add decorated propertyAlberts Muktupāvels2017-03-172-0/+21
* xrender: add get_toplevel_xwindow to simplify codeAlberts Muktupāvels2017-03-171-59/+23
* xrender: move repaint idle to MetaCompositorAlberts Muktupāvels2017-03-165-46/+81
* vulkan: create framebuffersAlberts Muktupāvels2017-03-161-5/+76
* vulkan: create render passAlberts Muktupāvels2017-03-161-0/+76
* vulkan: create image viewsAlberts Muktupāvels2017-03-161-0/+76
* vulkan: get swapchain imagesAlberts Muktupāvels2017-03-161-26/+60
* vulkan: create swapchainAlberts Muktupāvels2017-03-161-0/+155
* xrender: use sync_screen_size vfunc to damage screenAlberts Muktupāvels2017-03-161-20/+11
* compositor: add meta_compositor_sync_screen_sizeAlberts Muktupāvels2017-03-167-0/+34
* vulkan: create semaphoreAlberts Muktupāvels2017-03-161-0/+35
* vulkan: create command poolAlberts Muktupāvels2017-03-161-0/+37
* display: ignore DamageNotify in spewJasper St. Pierre2017-03-161-0/+3
* compositor: check common extensions in MetaCompositorAlberts Muktupāvels2017-03-164-44/+41
* build: remove unused CPPFLAGSAlberts Muktupāvels2017-03-162-7/+0
* vulkan: create logical device and get queue handlesAlberts Muktupāvels2017-03-161-0/+99
* vulkan: select physical device and queue familiesAlberts Muktupāvels2017-03-161-0/+44