Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-05 | Bump version to 1.9.90mate-control-center-1.9.90 | Stefano Karapetsas | 2 | -2/+2 | |
2015-03-05 | Sync translations with transifex | mate-i18n | 4 | -43/+45 | |
2015-03-05 | GTK3: add missing style class view to AppResizer | raveit65 | 1 | -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-20 | Bump version to 1.9.1mate-control-center-1.9.1 | Stefano Karapetsas | 2 | -2/+2 | |
2015-01-20 | Sync translations with transifex | mate-i18n | 12 | -541/+547 | |
2015-01-13 | xrandr: safer access to list element's data | Monsta | 1 | -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-13 | typing-break: use mate_gdk_spawn_command_line_on_screen always | Monsta | 1 | -4/+1 | |
Closes https://github.com/mate-desktop/mate-control-center/pull/139 | |||||
2014-12-24 | set update_policy in the code for GTK+2 build | Monsta | 2 | -0/+19 | |
2014-12-18 | mate-keyboard-properties: fix indentation | Monsta | 1 | -1/+1 | |
2014-12-18 | mate-keyboard-properties: removed property that made UI load fail (GTK+3) | Monsta | 1 | -6/+0 | |
same as https://github.com/mate-desktop/mate-control-center/commit/40146341b70b93c0ce142580b0860b01f7072364 | |||||
2014-12-18 | mate-keyboard-properties: catch (and print) any errors during UI load | Monsta | 1 | -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-16 | Revert "Add back support for Glib 2.32" | infirit | 2 | -5/+1 | |
This reverts commit 5ee2c81ca6d335b18d51dbc6f1036c5f08396220. | |||||
2014-12-16 | Add back support for Glib 2.32 | infirit | 2 | -1/+5 | |
2014-12-15 | Bump required mate-desktop version to 1.9.4 | infirit | 1 | -2/+2 | |
We already released 1.9.3.. | |||||
2014-12-01 | Merge pull request #131 from monsta/patch-1 | Stefano Karapetsas | 1 | -1/+1 | |
removed obsolete configure option | |||||
2014-12-01 | removed obsolete configure option | monsta | 1 | -1/+1 | |
2014-11-30 | fix one more little memleak and make another logic cleaner | Monsta | 1 | -48/+45 | |
2014-11-30 | fix another little memleak by making logic cleaner | Monsta | 1 | -4/+5 | |
2014-11-30 | fix weird logic, prevent memleak | Monsta | 1 | -3/+1 | |
2014-11-30 | removed unused var which also caused memleak | Monsta | 1 | -4/+0 | |
2014-11-30 | fix build error that C++ users will stumble upon | Monsta | 1 | -0/+4 | |
2014-11-30 | Update NEWS | infirit | 1 | -0/+1 | |
2014-11-30 | Bump required mate-desktop version for materr* changes | infirit | 1 | -1/+1 | |
2014-11-30 | [displays] Change panel name to Displays | infirit | 1 | -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-30 | Adapt to changed signal from screen-changed to changed | infirit | 1 | -1/+1 | |
2014-11-30 | Update for renamed mate_rr_output_info functions | infirit | 1 | -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-30 | Adapt to MateDesktop API changes | infirit | 1 | -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-30 | Adapt to API changes in MateRRScreen | infirit | 1 | -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-28 | don't leak memory | Monsta | 3 | -1/+15 | |
2014-11-28 | use guint for signals array | monsta | 1 | -1/+1 | |
2014-11-28 | zero-init signals array | monsta | 2 | -2/+2 | |
2014-11-27 | Gtk3: size-request signal is no more, use correct api | Denis Gorodnichev | 1 | -1/+8 | |
2014-11-27 | Revert "Gtk3: size-request signal is no more, use correct api" | infirit | 1 | -8/+1 | |
This reverts commit 06a00876a690711437d30f7183595734298cd603. | |||||
2014-11-27 | correctly destory enum_group | Denis Gorodnichev | 1 | -2/+2 | |
2014-11-27 | Gtk3: size-request signal is no more, use correct api | infirit | 1 | -1/+8 | |
2014-11-07 | Gtk3: Require mate-desktop 1.9.3 | infirit | 1 | -1/+2 | |
2014-11-05 | gtk3: fix display properties dialog rendering | Denis Gorodnichev | 2 | -10/+77 | |
2014-10-24 | Update NEWSmate-control-center-1.9.0 | Stefano Karapetsas | 1 | -1/+3 | |
2014-10-23 | Sync translations with transifex | mate-i18n | 8 | -159/+163 | |
2014-10-17 | windows: Initialize mouse focus checkbox | Mike Mueller | 1 | -0/+2 | |
Was showing unchecked, even if the mouse focus setting was set to 'sloppy'. | |||||
2014-10-06 | Drop some glib compat checks. | infirit | 2 | -7/+1 | |
2014-10-03 | Use Caja GSettings schema optionally | Balló György | 4 | -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-01 | Make sure we require marco 1.9.1 for the name change | infirit | 1 | -1/+1 | |
2014-09-23 | Update Marco WM name | Stefano Karapetsas | 1 | -1/+1 | |
After https://github.com/mate-desktop/marco/commit/cbf24f5d78719b930fc0cd6c0c80e00e9d62c95a | |||||
2014-08-27 | Merge pull request #116 from ivancekg/pull-requests | Stefano Karapetsas | 1 | -0/+1 | |
remove-segfault-when-more-custom-keybindings-configured | |||||
2014-08-21 | Merge pull request #114 from NiceandGently/master | Stefano Karapetsas | 1 | -4/+0 | |
fix for glib2-2.41.2 | |||||
2014-08-11 | remove-segfault-when-more-custom-keybindings-configured | ABtrack | 1 | -0/+1 | |
2014-07-20 | fix for glib2-2.41.2 | raveit65 | 1 | -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-11 | Sync translations with transifex | mate-i18n | 15 | -633/+643 | |
2014-07-08 | Merge pull request #112 from Gymnasiast/master | Stefano Karapetsas | 1 | -1/+1 | |
Changed left window button layout to usual layout |