summaryrefslogtreecommitdiff
path: root/capplets
AgeCommit message (Collapse)AuthorFilesLines
2017-12-20WidthOfScreen and HeightOfScreen implementationPablo Barciela1-38/+3
This commit reverts: https://github.com/mate-desktop/mate-control-center/commit/fe782c673262e861334bb48265abf5075ff02680 https://github.com/mate-desktop/mate-control-center/commit/061f3780a3af6224a804d239f9b9dfc5c81873f6 And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height gdk_screen_width gdk_screen_height
2017-12-15Add the support for cursor sizes of 96 and 128. It could be useful for ↵Alex ARNAUD1-1/+1
low-vision persons to be able to increase the size of the their cursors greater than 64. If the cursor theme doesn't provide cursor sizes greater than 64 the behavior is the same.
2017-12-01Fixes font dpi with "org.mate.desktop.font-rendering.dpi" by defaultPablo Barciela1-3/+25
2017-08-19gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker1-0/+9
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window
2017-08-15appearance-font.c: avoid deprecated gdk_screen_get_width/height_mmZenWalker1-1/+14
2017-08-15avoid deprecated gdk_screen_get_width/heightZenWalker1-4/+6
2017-08-15display scrollarea: avoid deprecated gtk_adjustment_changedraveit651-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-15keybindings eggcellrendererkey: avoid deprecated GDK pointer and keyboard typesraveit651-11/+84
2017-08-15display scrollarea: fix a -Wuninitialized build warningraveit651-0/+1
2017-08-15display scrollarea: avoid deprecated gdk_window_get_pointerraveit651-1/+21
2017-07-24capplet-util: don't use deprecated gtk_show_uriraveit651-0/+8
2017-07-14mouse: fix a build warningraveit651-1/+1
introduced by https://github.com/mate-desktop/mate-control-center/commit/ba301f8
2017-07-02mouse: warn about enabling multi-finger emulationPatrick Monnerat2-5/+43
libinput disables software buttons when clickfinger is enabled.
2017-05-16about-me-password UI: set max_width_chars for description-labelraveit651-0/+1
This reduce the width of the dialog
2017-05-16eel-alert-dialog: replace some GtkStock itemsraveit651-13/+13
2017-05-16keybindings: fix a couple of build warningsmonsta1-2/+2
2017-04-06keybindings: Fix and add mnemonics in the custom command dialogColomban Wendling1-30/+20
Also remove an unnecessary intermediate box, we can pack in the grid directly. Fix for breakage introduced in #274.
2017-04-03keybindings: Allow to select an installed application through a dialogColomban Wendling2-12/+93
2017-03-28Add support for switching themes on Metacity >= 3.20.Martin Wimpress1-1/+6
2017-03-17appearance-ui: add primary-toolbar style class for toolbar in interface previewraveit651-0/+3
fixes https://github.com/flexiondotorg/ubuntu-mate-themes/issues/52
2017-03-13keyboard-properties-xkbot: avoid deprecated GtkAlignmentv1.18.0raveit651-5/+9
2017-03-13theme-thumbnail: avoid deprecated GtkAlignmentraveit651-4/+4
2017-03-11mouse-properties.ui: use {x/y}alignment for labelsraveit651-12/+12
2017-03-11appearance.ui: fix warningsraveit651-106/+118
2017-03-09mouse-properties UI: use xalign widget for labelsraveit651-6/+6
2017-03-02network-properties.ui: avoid deprecated widgetsraveit651-362/+289
2017-03-02mouse-properties.ui: avoid deprecated widgetsraveit651-156/+151
2017-03-02keyboard-properties-options-dialog.ui: avoid deprecated widgetsraveit651-33/+45
2017-03-02keyboard-properties-model-chooser.ui: avoid deprecated widgetsraveit651-53/+73
2017-03-02keyboard-properties-layout-chooser.ui: avoid deprecated widgetsraveit651-117/+130
2017-03-02keyboard-properties-dialog.ui: avoid deprecated widgetsraveit651-253/+539
2017-03-02keyboard-properties-a11y-notifications.ui: avoid deprecated widgetsraveit651-138/+255
2017-03-02mate-keybinding-properties.ui: avoid deprecated widgetsraveit651-165/+202
2017-03-01mate-default-applications-properties.ui: avoid deprecated widgetsraveit651-1161/+1357
2017-03-01at-enable-dialog.ui: avoid deprecated widgetsraveit651-97/+150
2017-03-01about-me ui: avoid deprecated widgetsraveit653-87/+186
2017-03-01appearance.ui: avoid deprecated widgetsraveit651-1263/+1489
2017-02-17file-transfer-dialog: remove empty GtkTableraveit651-6/+0
2017-01-27Fix two memory leaksColomban Wendling1-2/+2
2017-01-27Fix live updating of the various theme detailsColomban Wendling1-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-26appearance: fix vertical expand on resize in another waymonsta1-2/+4
this one can be backported to 1.16 (won't cause runtime warnings in GTK+2 build)
2017-01-25keyboard: fix vertical expand of content on resize in a few dialogsmonsta3-0/+6
these are layout chooser, model chooser and options dialogs
2017-01-24appearance: fix vertical expand of content with window resizemonsta1-0/+1
2017-01-20mouse: use input helper to detect both libinput and synaptics touchpadsmonsta1-65/+2
same as done upstream: https://git.gnome.org/browse/gnome-control-center/commit/?id=01fbd4fee0271571d8d685be124e7c6e7c48dbde
2017-01-20mouse: add input helper from m-s-dmonsta3-1/+160
same as done upstream: https://git.gnome.org/browse/gnome-control-center/commit/?id=741723eaf86d9e68ae979b960eb2da3cf4b331d1
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