summaryrefslogtreecommitdiff
path: root/capplets
AgeCommit message (Collapse)AuthorFilesLines
2017-01-02mouse: move xinput check into separate functionmonsta1-8/+15
2017-01-02mouse: use gboolean return values where they're expected to bemonsta1-2/+2
2017-01-02mouse: fix indent a bitmonsta1-3/+3
2016-12-06keyboard: fix vertical expand of content with window resizemonsta1-0/+2
2016-12-02move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta29-1118/+61
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17
2016-12-02display: remove excessive #definemonsta1-4/+0
GdkRegion is already used only in GTK+2 code block
2016-11-03mouse: add separate touchpad motion settings on touchpad tabmonsta2-0/+236
requires two new keys in touchpad schema, added in https://github.com/mate-desktop/mate-settings-daemon/commit/77b1956a67bdc09fef7c76a459ca431008fde8f6 adapted from: https://git.gnome.org/browse/gnome-control-center/commit/?id=59248ed8ba5ff58248f63c0e208c133de538d046 https://git.gnome.org/browse/gnome-control-center/commit/?id=451b7edf373e9e97b9b011eb9561b36ca0e1e13f https://git.gnome.org/browse/gnome-control-center/commit/?id=007696b8fdef1aa5ca08aec8ac994064de7b89b9
2016-11-03mouse: use GtkAlignment instead of labels with spacesmonsta1-186/+40
even though that widget is deprecated, this change makes touchpad tab more consistent with mouse tab, and so it will be a bit easier to replace the deprecations later
2016-11-03mouse: change natural scroll mnemonic from 'a' to 'n'monsta1-1/+1
2016-11-03mouse: change tab label from General to Mousemonsta1-1/+1
2016-11-02build: require XCursor unconditionallymonsta10-197/+2
and drop bundled cursor files (.pcf) - they are not used at all when XCursor library is in use
2016-11-02mouse: remove unneeded #includemonsta1-4/+0
2016-11-01mouse: remove dead codemonsta1-25/+0
2016-11-01build: require XInput unconditionally - same as done in m-s-dmonsta1-6/+2
2016-10-19GTK+3: fix build failure with marco 1.17 (which is GTK+3 only now)monsta1-0/+5
add a couple of #define's that previously were in marco's src/ui/preview-widget.h which is included here
2016-09-18GTK+3: fix mate-display-properties with glib 2.49.6lukefromdc1-0/+4
before that version, glib ignored arguments in custom marshalling and always used its own ones, so the mistake in our code was unnoticed for a long time. this commit adds proper marshalling for GTK+3 build. more info: https://bugzilla.gnome.org/769076 fixes https://github.com/mate-desktop/mate-control-center/issues/251
2016-09-08GTK+3 appearance: don't show Colors tab in Customize Theme dialogmonsta2-1/+11
changing theme colors won't work in GTK+3
2016-07-27Missing coma rogue-spectre1-1/+1
missing coma cause hang for unchanged or recent password error
2016-07-24add some missing spacerogue-spectre1-0/+1
2016-07-13drop dconf 0.10 compatibility (it's ancient)monsta1-12/+0
2016-07-13drop unused includesmonsta1-1/+0
2016-07-04appearance: make theme name centered in GTK+3 toomonsta1-0/+13
2016-07-04appearance: place theme name below theme preview in GTK+3 toomonsta1-1/+1
2016-07-04appearance: fix indent in some placesmonsta1-27/+25
2016-07-02GTK+-3 mate-theme-info: port GdkColor to GdkRGBAraveit652-0/+36
2016-07-02GTK+-3 appearance-style: port GdkColor to GdkRGBAraveit651-0/+20
2016-07-02GTK+-3 mate-wp-xml: port GdkColor to GdkRGBAraveit651-0/+24
2016-07-02GTK+3 appearance-desktop: port GdkColor to GdkRGBAraveit651-0/+42
2016-07-02GTK+3 mate-wp-item: port GdkColor to GdkRGBAraveit652-0/+35
2016-06-17GTK+-3 e-image-chooser: don't use deprecated gtk_widget_size_requestraveit651-2/+6
2016-06-17GTK+-3 eggcellrenderkeys: don't use deprecated gtk_widget_size_requestraveit651-1/+5
2016-06-17GTK+-3 keybinding-properties: don't use deprecated gtk_widget_size_requestraveit651-1/+5
2016-06-17GTK+-3 theme-installer: do not use deprecated gdk_threads_{enter/leave} ()raveit651-0/+4
2016-05-27Change default hinting style of 'Subpixel smoothing' mode to slightPiotr Jurkiewicz1-4/+4
Also render antialiasing samples using HINT_SLIGHT instead HINT_FULL. Change this in order to match change of default hinting style to 'hintslight' introduced in mate-desktop/mate-settings-daemon@f7d59c0353773b5deb4f1d400abd6ebf. Change in mate-settings-daemon was made in order to match new default hinting style settings introduced in fontconfig 2.11.95.
2016-05-27Render hinting samples using ANTIALIAS_RGBAPiotr Jurkiewicz1-4/+4
Change this in order to match change of default antialiasing mode to 'rgba' introduced in mate-desktop/mate-settings-daemon@921505df63f9fa55089b519bd8629210.
2016-05-06add style class appearance-windowraveit651-0/+7
2016-03-25touchpad: fix some acceleratorsmonsta1-3/+3
2016-03-25touchpad: fix alignment of "click emulation" labelsmonsta1-4/+4
2016-03-25Touchpad settings: Support edge and two-finger scrolling independentlyClement Lefebvre2-193/+182
2016-02-28GTK+3 display: Get values from GtkStyleContext states properlyraveit651-4/+13
2016-02-04[GTK+3] use x/y align functions of GtkLabel in GTK+ >= 3.16monsta2-9/+8
2016-02-04[GTK+3] don't set x/y align to 0.5 - it's the default value anywaymonsta4-6/+0
2016-02-04remove some unused variablesmonsta1-1/+0
2016-02-03drop "Ubuntu hacks" because Ubuntu dropped that stuff long agomonsta1-8/+0
see https://bugs.launchpad.net/bugs/744993
2016-01-28use offscreen windows for previewsDenis Gorodnichev1-25/+46
gtk 2.20+ provides offscreen window. use them for previews note by @monsta: commit is patched to leave the current GTK+2 code as is because offscreen windows don't work properly there for some reason...
2016-01-27common: use gtk_icon_theme_load_icon in both GTK+ buildsmonsta1-13/+6
2016-01-27[GTK+3] common: use gtk_widget_get_preferred_sizemonsta1-6/+10
2016-01-27common: fix build warnings about incorrect pointer typesmonsta2-6/+6
2016-01-26GTK3: improve GtkMisc deprecation commitWolfgang Ulbrich5-21/+21
2016-01-21windows: rename box variable to match its actual orientationmonsta1-6/+6