summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-09-23Bugfix: Changing refresh rate doens't workBłażej Szczygieł1-1/+1
2015-09-08define max/min version of GLibinfirit1-0/+6
2015-09-08Rework gsettings schema buildinginfirit6-65/+64
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
2015-09-06Restored Interface tab in Appearance cappletExalm6-0/+637
Remove editable accels and toolbar style toggles as they are deprecated in GTK >= 3.10.0
2015-09-04Switch to org.gnome.SessionManagerClement Lefebvre1-3/+3
2015-09-04Merge branch 'master' of github.com:mate-desktop/mate-control-centerClement Lefebvre1-3/+3
2015-09-04Display settings: Added support to set the primary monitor.Clement Lefebvre2-102/+181
2015-09-04Bump required version for recent changesinfirit1-3/+3
2015-09-04Display settings: Only make the display name bold, not the output name.Clement Lefebvre1-2/+2
2015-09-04Merge pull request #194 from clefebvre/masterClement Lefebvre1-12/+17
Display settings: Show output names in addition to display names.
2015-09-04Display settings: Show output names in addition to display names.Clement Lefebvre1-12/+17
2015-09-03Start new dev releaseinfirit1-1/+1
2015-09-03Merge pull request #193 from clefebvre/masterClement Lefebvre2-109/+412
Touchpad settings: Added support for natural scrolling, 2 finger and …
2015-09-03Touchpad settings: Added support for natural scrolling, 2 finger and 3 ↵Clement Lefebvre2-109/+412
finger clicks
2015-09-03Sync translations with transifexmate-i18n5-3127/+2086
2015-08-29configure.ac: Remove Xft2 completelyRoy Zhang1-1/+1
2015-08-29Gtk3 Fontviewer: increase-horiontal-size-scrolledwindowraveit651-0/+5
- needed for GtkGrid port
2015-08-29Gtk3 Fontviewer: don't use deprecated-GtkHBoxraveit651-0/+4
2015-08-29Gtk3 Fontviewer: port-GtkTable-to-GtkGridraveit651-1/+92
2015-08-29Fontviewer: fix deprecated-GThread-APIraveit651-1/+1
2015-08-29Cleanup configure.ac wrt Xft2infirit1-11/+1
2015-08-29appearance-font: No more usage of Xft2infirit2-8/+0
We require pango already so no need to conditionally build.
2015-08-29appearance-font: Use pango and cairo to rander fontsRoy Zhang1-223/+85
This patch fixes #135
2015-08-29mouse: Use GSourceFunc instead of GtkFunctionRoy Zhang1-6/+2
GtkFunction has been deprecated since version 2.24, and now we only support GTK+ 2.0 version >= 2.24.
2015-08-29Help: fix merge conflictsraveit652-3/+3
2015-08-29removed dead codeMonsta1-37/+0
2015-08-29configure.ac: drop obsolete macromonsta1-1/+0
It's been a no-op for a long time. See https://mail.gnome.org/archives/commits-list/2011-December/msg00681.html for example.
2015-08-08font-viewer: Use cairo for font renderingraveit6-421/+483
Taken from gnome-font-viewer based on initial patch by Rodrigo Moya and updated by Cosimo Cecchi <[email protected]> commit: 51110f87d6f134f8481031f13fdc3bc3759991bb
2015-08-03Use GdkVisual accessor functions instead of direct accessinfirit2-2/+2
2015-08-03drop gdkkeysyms-compat usage, use modern key namesMonsta4-54/+41
2015-08-03Fix build on non standard prefixinfirit1-1/+1
Do not include the subdir as we already get the subdir from pkconfig. fixes #171 thanks to Bruno De Fraine
2015-07-27keyboard properties: don't set parent widget on show layout dialogMonsta1-1/+0
fixes a GTK+ warning
2015-07-22appearance: Allow to save notification theme optionallyinfirit2-4/+27
Closes #42
2015-07-15appearance-font: Replace Gdk drawing with cairoinfirit1-23/+16
This unifies the drawing code between Gtk versions. But with Gtk3 the setup_font_sample is broken and requires considerable effort to fix. Maybe pango can help us here..
2015-07-15typing break: Remove forgotten bitsinfirit1-18/+0
This should have been in 2208d0af94aeb5b68d1209ad2b11cd46c14c8d23
2015-07-12Replace Gdk drawing with Cairoinfirit4-80/+56
2015-07-11Add app entity for help and fix buildinfirit1-0/+1
2015-07-10help: fix legal pageraveit651-1/+24
2015-07-09fixed links in help (even though help isn't called anywhere apparently)Monsta1-3/+3
2015-07-08keyboard applet: display correct help pagesMonsta2-2/+3
2015-07-01sync translations with transifexinfirit94-19471/+20416
2015-06-29Add theme changing support for metacity >= 3.16Martin Wimpress1-0/+5
2015-06-12Sync translations with transifexmate-i18n9-469/+739
2015-06-09Merge pull request #157 from NiceandGently/masterMartin Wimpress4-10/+17
UI GTK3: fix keyboard and mouse properties windows
2015-05-08UI GTK3: fix keyboard and mouse properties windowsraveit654-10/+17
2015-05-04Bump version to 1.10.0mate-control-center-1.10.0Stefano Karapetsas2-2/+2
2015-05-04libslab: do not reap child when launching desktop itemsMonsta1-1/+1
should be used after https://github.com/mate-desktop/mate-desktop/pull/166 is applied Closes https://github.com/mate-desktop/mate-control-center/pull/152
2015-05-04Sync translations with transifexmate-i18n10-254/+263
2015-03-19use enum from gsettings-desktop-schemarezso1-10/+10
2015-03-19Use MATE's own .directory files in mateccrezso1-4/+4
First: Personal.directory, InternetAndNetwork.directory, Hardware.directory and System.directory shipped by gnome-menus, which is causes an unwanted gnome-menus dependency. Second: because of different gettext domains, the translations are unused. Closes https://github.com/mate-desktop/mate-control-center/pull/140 Closes https://github.com/mate-desktop/mate-control-center/issues/108