summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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..
2014-12-01Merge pull request #131 from monsta/patch-1Stefano Karapetsas1-1/+1
removed obsolete configure option
2014-12-01removed obsolete configure optionmonsta1-1/+1
2014-11-30fix one more little memleak and make another logic cleanerMonsta1-48/+45
2014-11-30fix another little memleak by making logic cleanerMonsta1-4/+5
2014-11-30fix weird logic, prevent memleakMonsta1-3/+1
2014-11-30removed unused var which also caused memleakMonsta1-4/+0
2014-11-30fix build error that C++ users will stumble uponMonsta1-0/+4
2014-11-30Update NEWSinfirit1-0/+1
2014-11-30Bump required mate-desktop version for materr* changesinfirit1-1/+1
2014-11-30[displays] Change panel name to Displaysinfirit1-2/+2
Monitors aren't the only use of this panel. Projectors and tablet screens don't involve monitors at all. Based on gnome-control-center commit: e8b52610496818a214cf8b12d955cc4fca40f085 From: William Jon McCann <[email protected]>
2014-11-30Adapt to changed signal from screen-changed to changedinfirit1-1/+1
2014-11-30Update for renamed mate_rr_output_info functionsinfirit1-24/+24
mate_rr_output_info_get_connected -> mate_rr_output_info_is_connected mate_rr_output_info_get_active -> mate_rr_output_info_is_active