Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-15 | display scrollarea: avoid deprecated gtk_adjustment_changed | raveit65 | 1 | -1/+3 | |
gtk_adjustment_changed has been deprecated since version 3.18 and GTK+ emits “changed” itself whenever any of the properties (other than value) change. see https://developer.gnome.org/gtk3/unstable/GtkAdjustment.html#gtk-adjustment-changed | |||||
2017-08-15 | keybindings eggcellrendererkey: avoid deprecated GDK pointer and keyboard types | raveit65 | 1 | -11/+84 | |
2017-08-15 | display scrollarea: fix a -Wuninitialized build warning | raveit65 | 1 | -0/+1 | |
2017-08-15 | display scrollarea: avoid deprecated gdk_window_get_pointer | raveit65 | 1 | -1/+21 | |
2017-07-24 | capplet-util: don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+8 | |
2017-07-14 | mouse: fix a build warning | raveit65 | 1 | -1/+1 | |
introduced by https://github.com/mate-desktop/mate-control-center/commit/ba301f8 | |||||
2017-07-02 | mouse: warn about enabling multi-finger emulation | Patrick Monnerat | 2 | -5/+43 | |
libinput disables software buttons when clickfinger is enabled. | |||||
2017-05-16 | about-me-password UI: set max_width_chars for description-label | raveit65 | 1 | -0/+1 | |
This reduce the width of the dialog | |||||
2017-05-16 | eel-alert-dialog: replace some GtkStock items | raveit65 | 1 | -13/+13 | |
2017-05-16 | keybindings: fix a couple of build warnings | monsta | 1 | -2/+2 | |
2017-04-06 | keybindings: Fix and add mnemonics in the custom command dialog | Colomban Wendling | 1 | -30/+20 | |
Also remove an unnecessary intermediate box, we can pack in the grid directly. Fix for breakage introduced in #274. | |||||
2017-04-03 | keybindings: Allow to select an installed application through a dialog | Colomban Wendling | 2 | -12/+93 | |
2017-03-28 | Add support for switching themes on Metacity >= 3.20. | Martin Wimpress | 1 | -1/+6 | |
2017-03-17 | appearance-ui: add primary-toolbar style class for toolbar in interface preview | raveit65 | 1 | -0/+3 | |
fixes https://github.com/flexiondotorg/ubuntu-mate-themes/issues/52 | |||||
2017-03-13 | keyboard-properties-xkbot: avoid deprecated GtkAlignmentv1.18.0 | raveit65 | 1 | -5/+9 | |
2017-03-13 | theme-thumbnail: avoid deprecated GtkAlignment | raveit65 | 1 | -4/+4 | |
2017-03-11 | mouse-properties.ui: use {x/y}alignment for labels | raveit65 | 1 | -12/+12 | |
2017-03-11 | appearance.ui: fix warnings | raveit65 | 1 | -106/+118 | |
2017-03-09 | mouse-properties UI: use xalign widget for labels | raveit65 | 1 | -6/+6 | |
2017-03-02 | network-properties.ui: avoid deprecated widgets | raveit65 | 1 | -362/+289 | |
2017-03-02 | mouse-properties.ui: avoid deprecated widgets | raveit65 | 1 | -156/+151 | |
2017-03-02 | keyboard-properties-options-dialog.ui: avoid deprecated widgets | raveit65 | 1 | -33/+45 | |
2017-03-02 | keyboard-properties-model-chooser.ui: avoid deprecated widgets | raveit65 | 1 | -53/+73 | |
2017-03-02 | keyboard-properties-layout-chooser.ui: avoid deprecated widgets | raveit65 | 1 | -117/+130 | |
2017-03-02 | keyboard-properties-dialog.ui: avoid deprecated widgets | raveit65 | 1 | -253/+539 | |
2017-03-02 | keyboard-properties-a11y-notifications.ui: avoid deprecated widgets | raveit65 | 1 | -138/+255 | |
2017-03-02 | mate-keybinding-properties.ui: avoid deprecated widgets | raveit65 | 1 | -165/+202 | |
2017-03-01 | mate-default-applications-properties.ui: avoid deprecated widgets | raveit65 | 1 | -1161/+1357 | |
2017-03-01 | at-enable-dialog.ui: avoid deprecated widgets | raveit65 | 1 | -97/+150 | |
2017-03-01 | about-me ui: avoid deprecated widgets | raveit65 | 3 | -87/+186 | |
2017-03-01 | appearance.ui: avoid deprecated widgets | raveit65 | 1 | -1263/+1489 | |
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 |