summaryrefslogtreecommitdiff
path: root/capplets
AgeCommit message (Collapse)AuthorFilesLines
2015-11-13display properties: don't try to free a string literal (fix crash)monsta1-1/+1
crash introduced in https://github.com/mate-desktop/mate-control-center/commit/c6935f255ea711557c3c5e0e3ae8439e59c9a7aa
2015-11-07Fix dangling pointer errorsRoy Zhang1-2/+6
2015-11-07appearance: a bit of consistency in ui fileMonsta1-1/+1
2015-11-04Touchpad properties: Fixed alignment for two-three finger button combosClement Lefebvre1-52/+39
2015-10-28touchpad settings: add option to enable/disable touchpadmonsta2-5/+30
fixes https://github.com/mate-desktop/mate-desktop/issues/178
2015-10-28remove dead codemonsta1-2/+0
accessibility stuff has been dropped in https://github.com/mate-desktop/mate-control-center/commit/909bf45d2c2d567decaf57b7869e0fbdcb7c0ed4
2015-10-15Correct categorisation of Assistive Technologies capplet.Martin Wimpress1-1/+1
2015-10-04appearance: Fix segmentation fault on closingRoy Zhang1-3/+3
This patch fixes #200
2015-10-02Merge pull request #202 from zaps166/patch-1monsta1-1/+1
Bugfix: Changing refresh rate doens't work
2015-09-28Merge pull request #120 from dnk/logoutMartin Wimpress1-1/+3
logout key bindings
2015-09-23Bugfix: Changing refresh rate doens't workBłażej Szczygieł1-1/+1
2015-09-06Restored Interface tab in Appearance cappletExalm6-0/+637
Remove editable accels and toolbar style toggles as they are deprecated in GTK >= 3.10.0
2015-09-04Switch to org.gnome.SessionManagerClement Lefebvre1-3/+3
2015-09-04Display settings: Added support to set the primary monitor.Clement Lefebvre2-102/+181
2015-09-04Display settings: Only make the display name bold, not the output name.Clement Lefebvre1-2/+2
2015-09-04Display settings: Show output names in addition to display names.Clement Lefebvre1-12/+17
2015-09-03Touchpad settings: Added support for natural scrolling, 2 finger and 3 ↵Clement Lefebvre2-109/+412
finger clicks
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-29removed dead codeMonsta1-37/+0
2015-08-03Use GdkVisual accessor functions instead of direct accessinfirit2-2/+2
2015-08-03drop gdkkeysyms-compat usage, use modern key namesMonsta3-47/+37
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-12Replace Gdk drawing with Cairoinfirit1-38/+22
2015-07-08keyboard applet: display correct help pagesMonsta2-2/+3
2015-06-29Add theme changing support for metacity >= 3.16Martin Wimpress1-0/+5
2015-05-08UI GTK3: fix keyboard and mouse properties windowsraveit654-10/+17
2015-03-19use enum from gsettings-desktop-schemarezso1-10/+10
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-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
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-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-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 memoryMonsta1-0/+2
2014-11-28use guint for signals arraymonsta1-1/+1