summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump version to 3.25.1, update NEWS3.25.1Alberts Muktupāvels2017-04-242-3/+14
* keybindings: fix window menu positionAlberts Muktupāvels2017-04-201-4/+22
* display: get window scale from MetaUIAlberts Muktupāvels2017-04-203-20/+13
* menu: fix build with gtk+ 3.20.xAlberts Muktupāvels2017-04-204-0/+84
* bump GTK+ required version to 3.20.0Alberts Muktupāvels2017-04-201-1/+1
* fixedtip: fix build with gtk+ 3.20.xAlberts Muktupāvels2017-04-201-6/+25
* libmetacity: remove unused includeAlberts Muktupāvels2017-04-111-1/+0
* libmetacity: don't use MetaFrameStyleSet with GTK+ themeAlberts Muktupāvels2017-04-115-274/+224
* Update Polish translationPiotr Drąg2017-04-091-314/+105
* Update Swedish translationAnders Jonsson2017-04-071-302/+247
* Update German translationMario Blättermann2017-04-061-56/+60
* Update Indonesian translationKukuh Syafaat2017-04-051-298/+243
* theme-viewer: use gtk_widget_get_scale_factorAlberts Muktupāvels2017-04-031-28/+12
* Update Brazilian Portuguese translationRafael Fontenelle2017-04-021-307/+251
* revert "prevent window self-maximisation"Alberts Muktupāvels2017-04-024-32/+5
* theme-viewer: add option to change scaleAlberts Muktupāvels2017-04-022-56/+167
* libmetacity: add meta_theme_set_dpiAlberts Muktupāvels2017-04-023-1/+22
* libmetacity: add meta_theme_set_scaleAlberts Muktupāvels2017-04-024-24/+44
* ui: track window scale and xft dpiAlberts Muktupāvels2017-04-021-0/+70
* libmetacity: track gtk-xft-* settingsAlberts Muktupāvels2017-04-021-12/+97
* ui: remove unneeded function prototypeAlberts Muktupāvels2017-04-021-5/+0
* libmetacity: add meta_theme_impl_set_scaleAlberts Muktupāvels2017-04-022-0/+15
* libmetacity: fix copy/paste errorAlberts Muktupāvels2017-04-021-1/+1
* libmetacity: add meta_style_info_set_scaleAlberts Muktupāvels2017-04-022-12/+31
* 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