summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-08-14po: don't list non-existent files in POTFILES.skipmonsta1-10/+0
2017-08-03avoid deprecated gdk_screen_make_display_nameZenWalker1-4/+7
2017-08-01avoid deprecated gdk_display_get_screen and gdk_display_get_n_screensZenWalker1-7/+3
2017-07-24capplet-util: don't use deprecated gtk_show_uriraveit651-0/+8
2017-07-18update issue_templateraveit651-0/+3
2017-07-14typing-break: avoid deprecated GtkMiscraveit651-0/+17
- replace gtk_misc_get_alignment () - replace gtk_misc_get_padding ()
2017-07-14typing-break: avoid deprecated gtk_alignment_new ()raveit651-20/+12
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-06-16release 1.19.0v1.19.0raveit651-0/+30
2017-06-16sync with transifexraveit65101-4466/+4480
2017-06-08create issue_template.mdraveit651-0/+16
2017-05-30libslab: make ThemedIcon use style_updated instead of style_setmonsta1-3/+3
makes icons in m-c-c shell properly react to icon theme change
2017-05-30libslab: correct icon loading codemonsta1-4/+5
fixes loading app icons from /usr/share/pixmaps when the icon theme doesn't have an icon with chosen name fixes https://github.com/mate-desktop/mate-control-center/issues/283
2017-05-28libslab nameplate-tile: replace GtkAlignment with a GtkBoxraveit651-3/+7
2017-05-28libslab tile.c: replace deprecated gtk_widget_set_state ()raveit652-8/+8
2017-05-28libslab shellwindow: replace GtkAlignment with a GtkBoxraveit652-4/+7
The scrolledwindow child needs to be vertical expand in this case.
2017-05-28libslab slab-section: avoid deprecated GtkAlignmentraveit651-9/+6
2017-05-28libslab app-shell: avoid deprecated gtk_alignment_new ()raveit651-7/+5
2017-05-28app-resizer: fix a build warningraveit651-1/+1
2017-05-20Restore Polish translation credits from GNOMEPiotr Drąg1-6/+10
2017-05-16libslab searchbar: remove deprecated ussage of GtkAlignmentraveit651-5/+3
2017-05-16libslab nameplate-tile: avoid deprecated gtk_button_set_focus_on_click ()raveit651-0/+4
2017-05-16libslab nameplate-tile: remove one deprecated ussage of GtkAlignmentraveit651-5/+3
2017-05-16libslab: don't use deprecated gdk_app_launch_context_new ()raveit652-2/+2
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-05-16libslab: remove unused functionsmonsta2-68/+0
one of them was even distro-specific, wow
2017-04-26libslab bookmark-agent: fix some xdg pathsraveit651-4/+5
2017-04-13use g_object_unref instead of deprecated rsvg_handle_freemonsta1-1/+1
it's deprecated since 2006: https://git.gnome.org/browse/librsvg/commit/?id=2b7c95c7a102351ccc903375c35a17b05b6c24e7
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-30pre-bump versionraveit652-1/+3
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-13release 1.18.0raveit651-1/+1
2017-03-13sync with transifexraveit65101-45572/+45289
2017-03-13update NEWS for 1.18, also add 1.16.1 entriesmonsta1-29/+27
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-08font-viewer font-view: fix a runtime warningraveit651-6/+32
font-view: strip empty lines when they're the last line https://git.gnome.org/browse/gnome-font-viewer/commit/?h=gnome-3-6&id=f51507c font-view: strip "Version" string from the version field No need to show "Version" twice https://git.gnome.org/browse/gnome-font-viewer/commit/?h=gnome-3-6&id=2e481de
2017-03-08font-viewer font-view: Support TTC fontsraveit651-5/+8
https://bugzilla.gnome.org/show_bug.cgi?id=752005 taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=11d181c