summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-09-28Update NEWS for 1.8.3mate-control-center-1.8.3infirit1-0/+2
2014-09-25Bump version to 1.8.3infirit1-1/+1
2014-09-25Bump minimum required version for Marco to 1.8.2infirit1-1/+1
Because we depend on the name change from "Marco" to "Metacity (Marco)".
2014-09-25Update Marco WM nameStefano Karapetsas1-1/+1
After https://github.com/mate-desktop/marco/commit/cbf24f5d78719b930fc0cd6c0c80e00e9d62c95a
2014-09-25fix for glib2-2.41.2raveit651-4/+0
otherwise mate-mouse-properties doesn't start anymore taken from https://git.gnome.org/browse/gnome-control-center/commit/?id=8251128055c28a8054f41d050ea0a0266a96b72a
2014-08-27remove-segfault-when-more-custom-keybindings-configuredABtrack1-0/+1
2014-07-11Bump version to 1.8.2infirit1-1/+1
2014-07-11Update news for 1.8.2infirit1-0/+5
2014-07-11Several man pages have grammar errors, fixes #101infirit3-6/+6
Patch by Mike Gabriel <[email protected]>
2014-07-11Add main category to mate-theme-installer.desktop, fixes #103infirit1-1/+1
Patch by Mike Gabriel <[email protected]>
2014-07-11Add keywords to dot desktop files, close #102.infirit13-0/+13
Patch by Mike Gabriel <[email protected]>
2014-07-11Add support for metacity-theme-2.xmlStefano Karapetsas3-5/+34
Closes https://github.com/mate-desktop/mate-control-center/issues/92
2014-07-11fix typo in 'togglekeys-enable' gsettings valueWolfgang Ulbrich1-1/+1
2014-03-15Bump version to 1.8.1mate-control-center-1.8.1Stefano Karapetsas1-1/+1
2014-03-15Sync translations with transifexStefano Karapetsas1-33/+34
2014-03-10Update NEWSStefano Karapetsas1-0/+3
2014-03-10default-applications: Fix 'run at start' checkboxes for accessibility appsStefano Karapetsas2-15/+28
2014-03-10default-applications: Add support for accessibility applicationsStefano Karapetsas3-4/+74
2014-03-09windows: Add border width in dialogStefano Karapetsas1-0/+1
2014-03-09Sync translations with transifexStefano Karapetsas3-56/+57
2014-03-01Bump version to 1.8.0mate-control-center-1.8.0Stefano Karapetsas2-2/+2
2014-03-01Sync translations with transifexStefano Karapetsas87-5862/+7958
2014-02-26Use directly GSettings to set marco theme, avoiding libwindow-settingsStefano Karapetsas1-11/+7
Closes https://github.com/mate-desktop/mate-control-center/issues/44
2014-02-24Merge pull request #88 from flexiondotorg/masterStefano Karapetsas1-2/+2
Change background and themes links to point to mate-desktop.org.
2014-02-24Change background and themes links to point to mate-desktop.org. Fixes #85 ↵Martin Wimpress1-2/+2
and #87.
2014-02-23Sync translations with transifexStefano Karapetsas5-330/+451
2014-02-23windows: Remove UI fileStefano Karapetsas3-537/+0
2014-02-23windows: Build window from code instead of use UI fileStefano Karapetsas1-34/+164
Also split the options in three tabs Also add option to center new windows
2014-02-19Sync translations with transifexStefano Karapetsas89-15777/+25320
2014-02-18Bump version to 1.7.90mate-control-center-1.7.90Stefano Karapetsas2-2/+2
2014-02-18Update NEWSStefano Karapetsas1-1/+7
2014-02-18Sync translations with transifexStefano Karapetsas6-1115/+1792
2014-02-18Merge branch 'dev-windows-improved'Stefano Karapetsas3-545/+423
2014-02-18Fix help uri.infirit1-1/+1
2014-02-18windows: Add option to enable side by side tilingStefano Karapetsas2-3/+74
2014-02-18windows: Fix indentationStefano Karapetsas1-340/+315
2014-02-18windows: Disable the dialog if window manager changed, without quitStefano Karapetsas1-4/+1
2014-02-18windows: Use GSettings and drop libwindow-settings dependencyStefano Karapetsas2-311/+146
2014-02-15Sync translations with transifexStefano Karapetsas5-169/+163
2014-02-12MATE Foundation doesnt existStefano Karapetsas16-17/+17
2014-02-11windows: Add metacity supportStefano Karapetsas5-1/+113
2014-02-11Include autogen.sh in tarballStefano Karapetsas1-0/+1
2014-02-09Fix typos in po filesmate-control-center-1.7.0Stefano Karapetsas2-2/+2
2014-02-09Sync translations with transifexStefano Karapetsas34-2400/+10391
2014-02-04typing-break: Fix defineStefano Karapetsas1-1/+1
2014-02-04typing-break: Add GTK3 supportStefano Karapetsas6-4/+95
2014-02-04Check missing engine only for GTK2Stefano Karapetsas1-2/+4
2014-02-04Remove autogenerated fileStefano Karapetsas1-3/+0
2014-01-29Fix some build errors with GTK3Stefano Karapetsas2-19/+23
Shell is still a bit unusable with GTK3
2014-01-29configure.ac: Update a missed PKG_CHECK_MODULES for GTK_API_VERinfirit1-38/+38
Also move the hole gtk check and option up.