Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-16 | libslab: remove unused functions | monsta | 2 | -68/+0 | |
one of them was even distro-specific, wow | |||||
2017-04-26 | libslab bookmark-agent: fix some xdg paths | raveit65 | 1 | -4/+5 | |
2017-04-13 | use g_object_unref instead of deprecated rsvg_handle_free | monsta | 1 | -1/+1 | |
it's deprecated since 2006: https://git.gnome.org/browse/librsvg/commit/?id=2b7c95c7a102351ccc903375c35a17b05b6c24e7 | |||||
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-30 | pre-bump version | raveit65 | 2 | -1/+3 | |
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-13 | release 1.18.0 | raveit65 | 1 | -1/+1 | |
2017-03-13 | sync with transifex | raveit65 | 101 | -45572/+45289 | |
2017-03-13 | update NEWS for 1.18, also add 1.16.1 entries | monsta | 1 | -29/+27 | |
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-08 | font-viewer font-view: fix a runtime warning | raveit65 | 1 | -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-08 | font-viewer font-view: Support TTC fonts | raveit65 | 1 | -5/+8 | |
https://bugzilla.gnome.org/show_bug.cgi?id=752005 taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=11d181c | |||||
2017-03-08 | font-viewer font-model: Support TTC fonts | raveit65 | 2 | -24/+61 | |
https://bugzilla.gnome.org/show_bug.cgi?id=752005 taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=e512b0b | |||||
2017-03-08 | font-viewer font-thumbnailer: Extract face index from URI | raveit65 | 1 | -1/+7 | |
The URI passed to gnome-thumbnail-font can now have a face index, embedded as a URI fragment. The fragment part is parsed as a 32-bit integer, and it may include a "0x" prefix, to support FreeType extension for GX fonts: http://freetype.org/freetype2/docs/reference/ft2-base_interface.html#FT_Open_Face https://bugzilla.gnome.org/show_bug.cgi?id=752005 taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=920c834 | |||||
2017-03-08 | font-viewer: sushi-font-widget: Add face_index argument | raveit65 | 3 | -19/+37 | |
sushi_font_widget_new() now takes face index as the second argument. All callers changed. The face index of the widget can be accessed through the "face-index" property. Setting the "uri" property with g_object_set() no longer starts font loading, while it does when it is set through the constructor. This is to prevent the same font from being loaded twice, when both "uri" and "face-index" are set with g_object_set(). To start loading, you can explicitly call sushi_font_widget_load() after setting the properties. https://bugzilla.gnome.org/show_bug.cgi?id=752005 taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=3c48f73 | |||||
2017-03-08 | font-viewer font-utils: Add face_index argument | raveit65 | 3 | -4/+9 | |
font_utils_get_font_name_for_file() now takes face index as the third argument. All callers changed. | |||||
2017-03-08 | sushi-font-loader: Add face_index argument | raveit65 | 5 | -5/+11 | |
sushi_new_ft_face_from_uri{,_async}() now takes face index as the third argument. All callers changed. https://bugzilla.gnome.org/show_bug.cgi?id=752005 taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=28bab70 | |||||
2017-03-08 | font-viewer: change name to MATE font viewer in desktop file | raveit65 | 1 | -1/+1 | |
2017-03-08 | pre-bump version | raveit65 | 2 | -1/+3 | |
2017-03-08 | font-viewer: fix a runtime warning | raveit65 | 1 | -1/+1 | |
2017-03-08 | font-viewer: fix former deprecation commit of gtk_misc_set_alignment | raveit65 | 1 | -4/+12 | |
2017-03-08 | font-viewer: avoid deprecated gtk_arrow_new | raveit65 | 1 | -1/+1 | |
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-20 | font-viewer: remove declaration of non-existent function | monsta | 1 | -2/+0 | |
fixes a build warning | |||||
2017-02-19 | release 1.17.3v1.17.3 | raveit65 | 1 | -0/+2 | |
2017-02-17 | add style class font-viewer at top level | raveit65 | 1 | -0/+5 | |
2017-02-17 | Fontviewer: Update SushiFontLoader from sushi | raveit65 | 1 | -35/+17 | |
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=bef352f | |||||
2017-02-17 | Fontviewer: Replace io scheduler with g_task_run_in_thread in load_font_infos | raveit65 | 1 | -46/+21 | |
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=63b209cb203e90bdefbd47999c067069fce4351c | |||||
2017-02-17 | Fontviewer: Ported thumbnailing io scheduler job to g_task_run_in_thread | raveit65 | 1 | -9/+12 | |
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=ec331ea | |||||
2017-02-17 | Fontviewer: Replace deprecated method with main context invocation | raveit65 | 2 | -7/+5 | |
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=beb0a7c | |||||
2017-02-17 | Fontviewer: do not use deprecated-gtk_misc_set_alignment-and-margin-left-right | raveit65 | 2 | -6/+8 | |
2017-02-17 | Fontviewer: Fix an uninitialized variable | raveit65 | 1 | -1/+1 | |
The str variable may be freed without ever having been set here, if we take one of the early gotos. taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=9d4ec73 | |||||
2017-02-17 | Fontviewer: Add a title to the info dialog | raveit65 | 1 | -1/+1 | |