Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-17 | Fontviewer: font-model, add API to get an iter from a FT_Face | raveit65 | 5 | -36/+139 | |
We'll need this to update the Install button state when a new font is installed. taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=1a21320 | |||||
2017-02-17 | Fontviewer: refresh Install button appearance when model changes | raveit65 | 1 | -0/+12 | |
So that we can e.g. change it to "Installed" when the font is copied over to ~/.fonts. taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=94dbcc0 | |||||
2017-02-17 | Fontviewer: font-model, install file monitors on fontconfig font directories | raveit65 | 1 | -0/+78 | |
So we can update our model when a font file is added there. taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=b3c81f6 | |||||
2017-02-17 | Fontviewer: main-toolbar sync with Documents | raveit65 | 2 | -242/+405 | |
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=c859694 https://git.gnome.org/browse/gnome-font-viewer/commit/?id=e0d2a23 Fontviewer: gd-toolbar sync to latest libgd suitable for mate | |||||
2017-02-17 | Fontviewer: don't recreate a different SushiFontWidget every time | raveit65 | 1 | -18/+19 | |
Creating one initializes a FreeType library object, so it's not cheap. It's better to just change the URI on the existing widget, like Sushi does, if possible. taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=39a188f | |||||
2017-02-17 | Fontviewer: move FontConfig init/deinit to the application class | raveit65 | 2 | -2/+14 | |
Safely init FontConfig once for the whole app, and de-init it when quitting. taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=beec585 | |||||
2017-02-17 | Fontviewer: font-model: set a fallback icon if we fail thumbnailing the font ↵ | raveit65 | 1 | -11/+46 | |
file taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=a244951 | |||||
2017-02-17 | Fontviewer: Update SushiFontLoader and SushiFontWidget from sushi | raveit65 | 3 | -70/+161 | |
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=026e378 https://git.gnome.org/browse/gnome-font-viewer/commit/?id=044842e https://git.gnome.org/browse/gnome-font-viewer/commit/?id=63268c1 https://git.gnome.org/browse/gnome-font-viewer/commit/?id=0d617cf https://git.gnome.org/browse/gnome-font-viewer/commit/?id=4940840 https://git.gnome.org/browse/gnome-font-viewer/commit/?id=f0aac98 and others | |||||
2017-02-17 | Fontviewer: make sure rendered text is black on white | raveit65 | 1 | -2/+4 | |
Also, don't use deprecated GTK API 'gtk_widget_modify_bg' to set this. | |||||
2017-02-17 | Font-viewer: adjust desktop file | raveit65 | 1 | -2/+7 | |
2017-02-17 | Font-viewer: add an application menu | raveit65 | 1 | -0/+68 | |
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=3261384 | |||||
2017-02-17 | Font-viewer: thumbnailer port to cairo rendering | raveit65 | 2 | -245/+137 | |
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=6fffe82 | |||||
2017-02-17 | Font-viewer: first pass at integrating an overview mode | raveit65 | 1 | -46/+238 | |
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=511eb7a | |||||
2017-02-17 | Font-viewer: thumbnailer respect the passed-in size argument | raveit65 | 1 | -1/+1 | |
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=f5d6bfe | |||||
2017-02-17 | Font-viewer: add FontViewModel | raveit65 | 4 | -3/+540 | |
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=184661h | |||||
2017-02-17 | Font-viewer: use new toolbar-style interface | raveit65 | 1 | -47/+81 | |
2017-02-17 | Font-viewer: import GdMainToolbar | raveit65 | 3 | -2/+565 | |
2017-02-17 | Font-viewer: remove ftstream-vfs | raveit65 | 3 | -191/+2 | |
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=0522313 | |||||
2017-02-17 | Font-viewer: font-view port to SushiFontWidget and GtkApplication | raveit65 | 1 | -395/+207 | |
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=79a3e86 | |||||
2017-02-17 | Font-viewer: thumbnailer use SushiFontLoader | raveit65 | 1 | -4/+7 | |
2017-02-17 | Font-viewer: import SushiFontLoader and SushiFontWidget | raveit65 | 5 | -2/+980 | |
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=f50e4c4 | |||||
2017-02-17 | file-transfer-dialog: remove empty GtkTable | raveit65 | 1 | -6/+0 | |
2017-02-16 | pre-bump version | raveit65 | 2 | -1/+3 | |
2017-01-27 | website is accessed via http, not via htts :) | monsta | 1 | -1/+1 | |
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 | libslab: wrap labels on the left pane | Alexei Sorokin | 1 | -0/+2 | |
2017-01-24 | libslab: force the icon size | Alexei Sorokin | 1 | -0/+1 | |
If an icon only provides some huge sizes, not doing that breaks the layout. | |||||
2017-01-24 | appearance: fix vertical expand of content with window resize | monsta | 1 | -0/+1 | |
2017-01-20 | Bump version to 1.17.2v1.17.2 | Martin Wimpress | 2 | -1/+6 | |
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-18 | Bump version to 1.17.1v1.17.1 | Martin Wimpress | 2 | -12/+19 | |
2017-01-18 | Sync translations. | Martin Wimpress | 1 | -192/+184 | |
2017-01-13 | Update mate-control-center NEWS to use consistent, project wide, ↵ | Martin Wimpress | 1 | -13/+23 | |
markdown-like formatting. This will make generating release announcements easier. | |||||
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 | release 1.17.0v1.17.0 | raveit65 | 1 | -0/+13 | |
2016-12-02 | add new language | raveit65 | 1 | -0/+1 | |
2016-12-02 | sync with transifex | raveit65 | 103 | -13114/+12657 | |
2016-12-02 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 47 | -1793/+100 | |
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 | |