Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2016-11-02 | build: require XCursor unconditionally | monsta | 11 | -223/+5 | |
and drop bundled cursor files (.pcf) - they are not used at all when XCursor library is in use | |||||
2016-11-02 | mouse: remove unneeded #include | monsta | 1 | -4/+0 | |
2016-11-01 | mouse: remove dead code | monsta | 1 | -25/+0 | |
2016-11-01 | build: require XInput unconditionally - same as done in m-s-d | monsta | 2 | -18/+7 | |
2016-10-19 | GTK3: port libunique->GtkApplication | lukefromdc | 4 | -16/+113 | |
All GTK3 builds for now, this can go 3-way to permit gtk3/libunique builds if there is any reason for a distro to have issues with using GtkApplication, or for a point/buildfix release | |||||
2016-10-19 | GTK+3: fix build failure with marco 1.17 (which is GTK+3 only now) | monsta | 1 | -0/+5 | |
add a couple of #define's that previously were in marco's src/ui/preview-widget.h which is included here | |||||
2016-09-20 | release 1.16.0v1.16.0 | raveit65 | 1 | -1/+1 | |
2016-09-19 | update NEWS for 1.16 | monsta | 1 | -30/+18 | |
2016-09-19 | sync with Transifex | monsta | 3 | -27/+27 | |
2016-09-18 | build: require libmarco-private 1.13.1 | monsta | 1 | -1/+1 | |
it's a bit late but it won't hurt. sover was bumped in https://github.com/mate-desktop/marco/commit/054f0fc4ac62613ef5734ac65de6bfe67239b183 it was only for GTK+3 build, but makes no harm in GTK+2 as well fixes https://github.com/mate-desktop/mate-control-center/issues/224 | |||||
2016-09-18 | GTK+3: fix mate-display-properties with glib 2.49.6 | lukefromdc | 1 | -0/+4 | |
before that version, glib ignored arguments in custom marshalling and always used its own ones, so the mistake in our code was unnoticed for a long time. this commit adds proper marshalling for GTK+3 build. more info: https://bugzilla.gnome.org/769076 fixes https://github.com/mate-desktop/mate-control-center/issues/251 | |||||
2016-09-08 | release 1.15.2v1.15.2 | raveit65 | 2 | -1/+10 | |
2016-09-08 | sync with transiflex | raveit65 | 11 | -280/+283 | |
2016-09-08 | GTK+3 appearance: don't show Colors tab in Customize Theme dialog | monsta | 2 | -1/+11 | |
changing theme colors won't work in GTK+3 | |||||
2016-07-27 | Merge branch 'master' of ↵ | raveit65 | 1 | -1/+1 | |
https://github.com/rogue-spectre/mate-control-center into rogue-spectre-master | |||||
2016-07-27 | Missing coma | rogue-spectre | 1 | -1/+1 | |
missing coma cause hang for unchanged or recent password error | |||||
2016-07-24 | add some missing space | rogue-spectre | 1 | -0/+1 | |
2016-07-24 | add some missing space | rogue-spectre | 1 | -0/+1 | |
2016-07-15 | distcheck: explicitly use currently selected GTK+ version | raveit65 | 1 | -1/+3 | |
2016-07-13 | drop dconf 0.10 compatibility (it's ancient) | monsta | 2 | -18/+1 | |
2016-07-13 | drop unused includes | monsta | 6 | -7/+0 | |
2016-07-13 | libslab: drop unused code | monsta | 2 | -73/+0 | |
2016-07-04 | appearance: make theme name centered in GTK+3 too | monsta | 1 | -0/+13 | |
2016-07-04 | appearance: place theme name below theme preview in GTK+3 too | monsta | 1 | -1/+1 | |
2016-07-04 | appearance: fix indent in some places | monsta | 1 | -27/+25 | |
2016-07-04 | po: drop languages not present on Transifex | monsta | 4 | -11765/+0 | |
2016-07-02 | release 1.15.1v1.15.1 | raveit65 | 1 | -0/+16 | |
2016-07-02 | bump mate-desktop requires version | raveit65 | 1 | -2/+2 | |
2016-07-02 | sync with transiflex | raveit65 | 6 | -61/+62 | |
2016-07-02 | GTK+-3 mate-theme-info: port GdkColor to GdkRGBA | raveit65 | 2 | -0/+36 | |
2016-07-02 | GTK+-3 appearance-style: port GdkColor to GdkRGBA | raveit65 | 1 | -0/+20 | |
2016-07-02 | GTK+-3 mate-wp-xml: port GdkColor to GdkRGBA | raveit65 | 1 | -0/+24 | |
2016-07-02 | GTK+3 appearance-desktop: port GdkColor to GdkRGBA | raveit65 | 1 | -0/+42 | |
2016-07-02 | GTK+3 mate-wp-item: port GdkColor to GdkRGBA | raveit65 | 2 | -0/+35 | |
2016-06-21 | po: actually add new languages from Transifex | monsta | 1 | -0/+2 | |