summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2014-11-30Adapt to MateDesktop API changesinfirit1-217/+226
MateRRScreen, MateRRConfig and MateRROutputInfo (formerly MateOutputInfo) have turned into opaque GObjects. Use accessors for modifying them, and allocate/free them as GObjects. Based on gnome-control-center commit: 3eb3ca4506624fb537c55796d1397eb5f9b8da4b From: Giovanni Campagna <[email protected]>
2014-11-30Adapt to API changes in MateRRScreeninfirit1-3/+3
gnome_rr_screen_new does not accept a callback anymore, we need to use the "screen-changed" signal Based on gnome-control-center commit: 66e8e903be8ad25fe3b1386d1fbda75359959e97 From: Giovanni Campagna <[email protected]>
2014-11-28don't leak memoryMonsta3-1/+15
2014-11-28use guint for signals arraymonsta1-1/+1
2014-11-28zero-init signals arraymonsta2-2/+2
2014-11-27Gtk3: size-request signal is no more, use correct apiDenis Gorodnichev1-1/+8
2014-11-27Revert "Gtk3: size-request signal is no more, use correct api"infirit1-8/+1
This reverts commit 06a00876a690711437d30f7183595734298cd603.
2014-11-27correctly destory enum_groupDenis Gorodnichev1-2/+2
2014-11-27Gtk3: size-request signal is no more, use correct apiinfirit1-1/+8
2014-11-07Gtk3: Require mate-desktop 1.9.3infirit1-1/+2
2014-11-05gtk3: fix display properties dialog renderingDenis Gorodnichev2-10/+77
2014-10-24Update NEWSmate-control-center-1.9.0Stefano Karapetsas1-1/+3
2014-10-23Sync translations with transifexmate-i18n8-159/+163
2014-10-17windows: Initialize mouse focus checkboxMike Mueller1-0/+2
Was showing unchecked, even if the mouse focus setting was set to 'sloppy'.
2014-10-06Drop some glib compat checks.infirit2-7/+1
2014-10-03Use Caja GSettings schema optionallyBalló György4-42/+33
This makes Caja dependency optional. Disable desktop font setting if no Caja present. Closes https://github.com/mate-desktop/mate-control-center/pull/119
2014-10-01Make sure we require marco 1.9.1 for the name changeinfirit1-1/+1
2014-09-23Update Marco WM nameStefano Karapetsas1-1/+1
After https://github.com/mate-desktop/marco/commit/cbf24f5d78719b930fc0cd6c0c80e00e9d62c95a
2014-08-27Merge pull request #116 from ivancekg/pull-requestsStefano Karapetsas1-0/+1
remove-segfault-when-more-custom-keybindings-configured
2014-08-21Merge pull request #114 from NiceandGently/masterStefano Karapetsas1-4/+0
fix for glib2-2.41.2
2014-08-11remove-segfault-when-more-custom-keybindings-configuredABtrack1-0/+1
2014-07-20fix 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-07-11Sync translations with transifexmate-i18n15-633/+643
2014-07-08Merge pull request #112 from Gymnasiast/masterStefano Karapetsas1-1/+1
Changed left window button layout to usual layout
2014-07-08Changed left window button layout to usual layoutGymnasiast1-1/+1
Most (if not all) DEs that have their window button on the left use the order close, minimise, maximise and no menu. This pull request brings MATE in line with that standard layout.
2014-07-01keybindings: GTK3 improvementsStefano Karapetsas2-2/+12
2014-06-06Add remaining man pages, closes #46infirit13-1/+562