summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-02-17file-transfer-dialog: remove empty GtkTableraveit651-6/+0
2017-02-16pre-bump versionraveit652-1/+3
2017-01-27website is accessed via http, not via htts :)monsta1-1/+1
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-24libslab: wrap labels on the left paneAlexei Sorokin1-0/+2
2017-01-24libslab: force the icon sizeAlexei Sorokin1-0/+1
If an icon only provides some huge sizes, not doing that breaks the layout.
2017-01-24appearance: fix vertical expand of content with window resizemonsta1-0/+1
2017-01-20Bump version to 1.17.2v1.17.2Martin Wimpress2-1/+6
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-18Bump version to 1.17.1v1.17.1Martin Wimpress2-12/+19
2017-01-18Sync translations.Martin Wimpress1-192/+184
2017-01-13Update mate-control-center NEWS to use consistent, project wide, ↵Martin Wimpress1-13/+23
markdown-like formatting. This will make generating release announcements easier.
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-02release 1.17.0v1.17.0raveit651-0/+13
2016-12-02add new languageraveit651-0/+1
2016-12-02sync with transifexraveit65103-13114/+12657
2016-12-02move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta47-1793/+100
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17
2016-12-02display: remove excessive #definemonsta1-4/+0
GdkRegion is already used only in GTK+2 code block
2016-11-03mouse: add separate touchpad motion settings on touchpad tabmonsta2-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-03mouse: use GtkAlignment instead of labels with spacesmonsta1-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-03mouse: change natural scroll mnemonic from 'a' to 'n'monsta1-1/+1
2016-11-03mouse: change tab label from General to Mousemonsta1-1/+1
2016-11-02build: require XCursor unconditionallymonsta11-223/+5
and drop bundled cursor files (.pcf) - they are not used at all when XCursor library is in use
2016-11-02mouse: remove unneeded #includemonsta1-4/+0
2016-11-01mouse: remove dead codemonsta1-25/+0
2016-11-01build: require XInput unconditionally - same as done in m-s-dmonsta2-18/+7
2016-10-19GTK3: port libunique->GtkApplicationlukefromdc4-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-19GTK+3: fix build failure with marco 1.17 (which is GTK+3 only now)monsta1-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-20release 1.16.0v1.16.0raveit651-1/+1
2016-09-19update NEWS for 1.16monsta1-30/+18
2016-09-19sync with Transifexmonsta3-27/+27
2016-09-18build: require libmarco-private 1.13.1monsta1-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-18GTK+3: fix mate-display-properties with glib 2.49.6lukefromdc1-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-08release 1.15.2v1.15.2raveit652-1/+10
2016-09-08sync with transiflexraveit6511-280/+283
2016-09-08GTK+3 appearance: don't show Colors tab in Customize Theme dialogmonsta2-1/+11
changing theme colors won't work in GTK+3
2016-07-27Merge branch 'master' of ↵raveit651-1/+1
https://github.com/rogue-spectre/mate-control-center into rogue-spectre-master
2016-07-27Missing coma rogue-spectre1-1/+1
missing coma cause hang for unchanged or recent password error
2016-07-24 add some missing spacerogue-spectre1-0/+1
2016-07-24add some missing spacerogue-spectre1-0/+1
2016-07-15distcheck: explicitly use currently selected GTK+ versionraveit651-1/+3
2016-07-13drop dconf 0.10 compatibility (it's ancient)monsta2-18/+1
2016-07-13drop unused includesmonsta6-7/+0