summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2015-03-15Put mate-network-properties in the correct categories.Martin Wimpress1-1/+1
2015-03-15Put mate-keybindings into the correct categories.Martin Wimpress1-1/+1
Closes https://github.com/mate-desktop/mate-control-center/pull/147
2015-03-05Bump version to 1.9.90mate-control-center-1.9.90Stefano Karapetsas2-2/+2
2015-03-05Sync translations with transifexmate-i18n4-43/+45
2015-03-05GTK3: add missing style class view to AppResizerraveit651-0/+4
Closes https://github.com/mate-desktop/mate-control-center/pull/145 Closes https://github.com/mate-desktop/mate-control-center/issues/142
2015-01-20Bump version to 1.9.1mate-control-center-1.9.1Stefano Karapetsas2-2/+2
2015-01-20Sync translations with transifexmate-i18n12-541/+547
2015-01-13xrandr: safer access to list element's dataMonsta1-1/+1
g_list_nth_data just returns NULL if either list or element is NULL Closes https://github.com/mate-desktop/mate-control-center/pull/138
2015-01-13typing-break: use mate_gdk_spawn_command_line_on_screen alwaysMonsta1-4/+1
Closes https://github.com/mate-desktop/mate-control-center/pull/139
2014-12-24set update_policy in the code for GTK+2 buildMonsta2-0/+19
2014-12-18mate-keyboard-properties: fix indentationMonsta1-1/+1
2014-12-18mate-keyboard-properties: removed property that made UI load fail (GTK+3)Monsta1-6/+0
same as https://github.com/mate-desktop/mate-control-center/commit/40146341b70b93c0ce142580b0860b01f7072364
2014-12-18mate-keyboard-properties: catch (and print) any errors during UI loadMonsta1-3/+12
the code is taken from mate-keybinding-properties, so it may or may not be optimal, feel free to correct it if you wish.
2014-12-16Revert "Add back support for Glib 2.32"infirit2-5/+1
This reverts commit 5ee2c81ca6d335b18d51dbc6f1036c5f08396220.
2014-12-16Add back support for Glib 2.32infirit2-1/+5
2014-12-15Bump required mate-desktop version to 1.9.4infirit1-2/+2
We already released 1.9.3..