summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* window: send synthetic ConfigureNotify eventsAlberts Muktupāvels2017-03-212-64/+85
* group: add error trapAlberts Muktupāvels2016-11-011-2/+8
* compositor: set cw->window to NULL in xrender_free_windowAlberts Muktupāvels2016-10-251-0/+1
* compositor: don't remove window on UnmapNotify eventAlberts Muktupāvels2016-09-261-1/+16
* prefs: fix cursor size on HiDPI displaysAlberts Muktupāvels2016-08-151-10/+33
* frames: use cairo_push_group in meta_frames_get_maskAlberts Muktupāvels2016-08-101-0/+5
* compositor: fix memory leakAlberts Muktupāvels2016-07-141-3/+12
* don't show the resize popup for 2 x 2 size incrementsGiovanni Campagna2016-07-071-2/+2
* constraints: validate fullscreen monitors before using themAlberts Muktupāvels2016-06-291-1/+22
* frames: restore window resize using titlebarAlberts Muktupāvels2016-06-271-1/+1
* frames: remove clip_to_screen optimizationAlberts Muktupāvels2016-06-241-34/+0
* window: fix meta_window_get_titlebar_rectAlberts Muktupāvels2016-06-222-8/+12
* compositor: don't try to paint window that is not viewableAlberts Muktupāvels2016-06-181-0/+3
* frames: use new resize borderAlberts Muktupāvels2016-06-091-1/+7
* frame: set window input shapeAlberts Muktupāvels2016-06-091-7/+31
* prefs: don't reload theme if not neededAlberts Muktupāvels2016-06-091-1/+2
* frames: don't include invisible area in cacheAlberts Muktupāvels2016-06-081-10/+12
* libmetacity: don't expose meta_theme_create_title_layoutAlberts Muktupāvels2016-06-072-52/+1
* libmetacity: don't expose meta_theme_get_title_font_descAlberts Muktupāvels2016-06-071-7/+4
* libmetacity: don't expose meta_theme_get_title_heightAlberts Muktupāvels2016-06-073-78/+13
* libmetacity: own created title font descriptionsAlberts Muktupāvels2016-06-062-5/+3
* libmetacity: add meta_theme_create_title_layoutAlberts Muktupāvels2016-06-062-23/+7
* libmetacity: apply scale in meta_theme_create_font_descAlberts Muktupāvels2016-06-062-3/+3
* frames: remove the destroy_event handlerJasper St. Pierre2016-06-031-19/+0
* frames: simplify our frame title managementJasper St. Pierre2016-06-031-26/+3
* frames: use G_DECLARE_FINAL_TYPEAlberts Muktupāvels2016-06-032-40/+25
* frames: remove unneeded constructorAlberts Muktupāvels2016-06-031-21/+1
* window: remove meta_window_get_rect, unused.Alberts Muktupāvels2016-06-013-24/+0
* compositor: use only one error traps in free_winAlberts Muktupāvels2016-05-301-10/+9
* errors: simplify codeAlberts Muktupāvels2016-05-2516-187/+144
* compositor: add error trap in free_winAlberts Muktupāvels2016-05-251-0/+3
* frames: ignore event outside of frame in get_controlAlberts Muktupāvels2016-05-241-0/+3
* iconcache: don't crash on a non-alpha mask pixmapOwen W. Taylor2016-05-231-4/+5
* iconcache: Correctly interpret monochrome iconsOwen W. Taylor2016-05-231-2/+42
* iconcache: Fix apply_maskJasper St. Pierre2016-05-231-8/+2
* compositor: don't destroy client_region on unmapAlberts Muktupāvels2016-04-171-1/+7
* compositor: don't crash when xregion is NoneAlberts Muktupāvels2016-04-171-0/+3
* require composite extensions at build-timeAlberts Muktupāvels2016-04-168-135/+7
* frames: use CAIRO_CONTENT_COLOR for cache surfaceAlberts Muktupāvels2016-04-161-1/+1
* frame: always use the client window's visualAlberts Muktupāvels2016-04-161-42/+4
* compositor: use window mask in paint_windowsAlberts Muktupāvels2016-04-161-15/+69
* compositor: redo xrender_get_window_surfaceAlberts Muktupāvels2016-04-161-8/+140
* compositor: keep more info when window is shadedAlberts Muktupāvels2016-04-161-31/+133
* compositor: create picture with window maskAlberts Muktupāvels2016-04-152-127/+130
* compositor: rename window_size to visible_regionAlberts Muktupāvels2016-04-151-40/+52
* compositor: add client_regionAlberts Muktupāvels2016-04-151-0/+73
* compositor: rename border_size to window_regionAlberts Muktupāvels2016-04-151-25/+34
* compositor: use correct xid when removing windowAlberts Muktupāvels2016-04-151-1/+7
* window: clear the frame borders before calculating the unfullscreen rectJasper St. Pierre2016-04-151-0/+2
* window: use the correct frame size during unmaximizeAlberts Muktupāvels2016-04-151-0/+6