Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-06 | Restored Interface tab in Appearance capplet | Exalm | 6 | -0/+637 | |
Remove editable accels and toolbar style toggles as they are deprecated in GTK >= 3.10.0 | |||||
2015-09-04 | Switch to org.gnome.SessionManager | Clement Lefebvre | 1 | -3/+3 | |
2015-09-04 | Display settings: Added support to set the primary monitor. | Clement Lefebvre | 2 | -102/+181 | |
2015-09-04 | Display settings: Only make the display name bold, not the output name. | Clement Lefebvre | 1 | -2/+2 | |
2015-09-04 | Display settings: Show output names in addition to display names. | Clement Lefebvre | 1 | -12/+17 | |
2015-09-03 | Touchpad settings: Added support for natural scrolling, 2 finger and 3 ↵ | Clement Lefebvre | 2 | -109/+412 | |
finger clicks | |||||
2015-08-29 | appearance-font: No more usage of Xft2 | infirit | 2 | -8/+0 | |
We require pango already so no need to conditionally build. | |||||
2015-08-29 | appearance-font: Use pango and cairo to rander fonts | Roy Zhang | 1 | -223/+85 | |
This patch fixes #135 | |||||
2015-08-29 | mouse: Use GSourceFunc instead of GtkFunction | Roy Zhang | 1 | -6/+2 | |
GtkFunction has been deprecated since version 2.24, and now we only support GTK+ 2.0 version >= 2.24. | |||||
2015-08-29 | removed dead code | Monsta | 1 | -37/+0 | |
2015-08-03 | Use GdkVisual accessor functions instead of direct access | infirit | 2 | -2/+2 | |
2015-08-03 | drop gdkkeysyms-compat usage, use modern key names | Monsta | 3 | -47/+37 | |
2015-08-03 | Fix build on non standard prefix | infirit | 1 | -1/+1 | |
Do not include the subdir as we already get the subdir from pkconfig. fixes #171 thanks to Bruno De Fraine | |||||
2015-07-27 | keyboard properties: don't set parent widget on show layout dialog | Monsta | 1 | -1/+0 | |
fixes a GTK+ warning | |||||
2015-07-22 | appearance: Allow to save notification theme optionally | infirit | 2 | -4/+27 | |
Closes #42 | |||||
2015-07-15 | appearance-font: Replace Gdk drawing with cairo | infirit | 1 | -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-12 | Replace Gdk drawing with Cairo | infirit | 1 | -38/+22 | |
2015-07-08 | keyboard applet: display correct help pages | Monsta | 2 | -2/+3 | |
2015-06-29 | Add theme changing support for metacity >= 3.16 | Martin Wimpress | 1 | -0/+5 | |
2015-05-08 | UI GTK3: fix keyboard and mouse properties windows | raveit65 | 4 | -10/+17 | |
2015-03-19 | use enum from gsettings-desktop-schema | rezso | 1 | -10/+10 | |
2015-03-15 | Put mate-network-properties in the correct categories. | Martin Wimpress | 1 | -1/+1 | |
2015-03-15 | Put mate-keybindings into the correct categories. | Martin Wimpress | 1 | -1/+1 | |
Closes https://github.com/mate-desktop/mate-control-center/pull/147 | |||||
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 | |||||
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-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 | [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 | 1 | -0/+2 | |
2014-11-28 | use guint for signals array | monsta | 1 | -1/+1 | |
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-05 | gtk3: fix display properties dialog rendering | Denis Gorodnichev | 2 | -10/+77 | |
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-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-11 | remove-segfault-when-more-custom-keybindings-configured | ABtrack | 1 | -0/+1 | |