Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-17 | file-transfer-dialog: remove empty GtkTable | raveit65 | 1 | -6/+0 | |
2017-01-27 | Fix two memory leaks | Colomban Wendling | 1 | -2/+2 | |
2017-01-27 | Fix live updating of the various theme details | Colomban Wendling | 1 | -0/+1 | |
This got broken in b3e27b1d6a0f11c5835f5829bac3861e2147b17e, which ported to GSettings but stopped calling the supplied callback. 070e7cb765a788c8e27ff3615d3ed36981d3518d restored the initial update, but not the live ones. Fixes #256. | |||||
2017-01-26 | appearance: fix vertical expand on resize in another way | monsta | 1 | -2/+4 | |
this one can be backported to 1.16 (won't cause runtime warnings in GTK+2 build) | |||||
2017-01-25 | keyboard: fix vertical expand of content on resize in a few dialogs | monsta | 3 | -0/+6 | |
these are layout chooser, model chooser and options dialogs | |||||
2017-01-24 | appearance: fix vertical expand of content with window resize | monsta | 1 | -0/+1 | |
2017-01-20 | mouse: use input helper to detect both libinput and synaptics touchpads | monsta | 1 | -65/+2 | |
same as done upstream: https://git.gnome.org/browse/gnome-control-center/commit/?id=01fbd4fee0271571d8d685be124e7c6e7c48dbde | |||||
2017-01-20 | mouse: add input helper from m-s-d | monsta | 3 | -1/+160 | |
same as done upstream: https://git.gnome.org/browse/gnome-control-center/commit/?id=741723eaf86d9e68ae979b960eb2da3cf4b331d1 | |||||
2017-01-02 | mouse: move xinput check into separate function | monsta | 1 | -8/+15 | |
2017-01-02 | mouse: use gboolean return values where they're expected to be | monsta | 1 | -2/+2 | |
2017-01-02 | mouse: fix indent a bit | monsta | 1 | -3/+3 | |
2016-12-06 | keyboard: fix vertical expand of content with window resize | monsta | 1 | -0/+2 | |
2016-12-02 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 29 | -1118/+61 | |
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17 | |||||
2016-12-02 | display: remove excessive #define | monsta | 1 | -4/+0 | |
GdkRegion is already used only in GTK+2 code block | |||||
2016-11-03 | mouse: add separate touchpad motion settings on touchpad tab | monsta | 2 | -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-03 | mouse: use GtkAlignment instead of labels with spaces | monsta | 1 | -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-03 | mouse: change natural scroll mnemonic from 'a' to 'n' | monsta | 1 | -1/+1 | |
2016-11-03 | mouse: change tab label from General to Mouse | monsta | 1 | -1/+1 | |
2016-11-02 | build: require XCursor unconditionally | monsta | 10 | -197/+2 | |
and drop bundled cursor files (.pcf) - they are not used at all when XCursor library is in use | |||||
2016-11-02 | mouse: remove unneeded #include | monsta | 1 | -4/+0 | |
2016-11-01 | mouse: remove dead code | monsta | 1 | -25/+0 | |
2016-11-01 | build: require XInput unconditionally - same as done in m-s-d | monsta | 1 | -6/+2 | |
2016-10-19 | GTK+3: fix build failure with marco 1.17 (which is GTK+3 only now) | monsta | 1 | -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-18 | GTK+3: fix mate-display-properties with glib 2.49.6 | lukefromdc | 1 | -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-08 | GTK+3 appearance: don't show Colors tab in Customize Theme dialog | monsta | 2 | -1/+11 | |
changing theme colors won't work in GTK+3 | |||||
2016-07-27 | Missing coma | rogue-spectre | 1 | -1/+1 | |
missing coma cause hang for unchanged or recent password error | |||||
2016-07-24 | add some missing space | rogue-spectre | 1 | -0/+1 | |
2016-07-13 | drop dconf 0.10 compatibility (it's ancient) | monsta | 1 | -12/+0 | |
2016-07-13 | drop unused includes | monsta | 1 | -1/+0 | |
2016-07-04 | appearance: make theme name centered in GTK+3 too | monsta | 1 | -0/+13 | |
2016-07-04 | appearance: place theme name below theme preview in GTK+3 too | monsta | 1 | -1/+1 | |
2016-07-04 | appearance: fix indent in some places | monsta | 1 | -27/+25 | |
2016-07-02 | GTK+-3 mate-theme-info: port GdkColor to GdkRGBA | raveit65 | 2 | -0/+36 | |
2016-07-02 | GTK+-3 appearance-style: port GdkColor to GdkRGBA | raveit65 | 1 | -0/+20 | |
2016-07-02 | GTK+-3 mate-wp-xml: port GdkColor to GdkRGBA | raveit65 | 1 | -0/+24 | |
2016-07-02 | GTK+3 appearance-desktop: port GdkColor to GdkRGBA | raveit65 | 1 | -0/+42 | |
2016-07-02 | GTK+3 mate-wp-item: port GdkColor to GdkRGBA | raveit65 | 2 | -0/+35 | |
2016-06-17 | GTK+-3 e-image-chooser: don't use deprecated gtk_widget_size_request | raveit65 | 1 | -2/+6 | |
2016-06-17 | GTK+-3 eggcellrenderkeys: don't use deprecated gtk_widget_size_request | raveit65 | 1 | -1/+5 | |
2016-06-17 | GTK+-3 keybinding-properties: don't use deprecated gtk_widget_size_request | raveit65 | 1 | -1/+5 | |
2016-06-17 | GTK+-3 theme-installer: do not use deprecated gdk_threads_{enter/leave} () | raveit65 | 1 | -0/+4 | |
2016-05-27 | Change default hinting style of 'Subpixel smoothing' mode to slight | Piotr Jurkiewicz | 1 | -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-27 | Render hinting samples using ANTIALIAS_RGBA | Piotr Jurkiewicz | 1 | -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-06 | add style class appearance-window | raveit65 | 1 | -0/+7 | |
2016-03-25 | touchpad: fix some accelerators | monsta | 1 | -3/+3 | |
2016-03-25 | touchpad: fix alignment of "click emulation" labels | monsta | 1 | -4/+4 | |
2016-03-25 | Touchpad settings: Support edge and two-finger scrolling independently | Clement Lefebvre | 2 | -193/+182 | |
2016-02-28 | GTK+3 display: Get values from GtkStyleContext states properly | raveit65 | 1 | -4/+13 | |
2016-02-04 | [GTK+3] use x/y align functions of GtkLabel in GTK+ >= 3.16 | monsta | 2 | -9/+8 | |
2016-02-04 | [GTK+3] don't set x/y align to 0.5 - it's the default value anyway | monsta | 4 | -6/+0 | |