summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2020-06-30common: migrate to GDBusWu Xiaotian1-2/+0
2020-06-25release 1.25.0v1.25.0raveit651-1/+1
2020-04-08use default MATE_COMPILE_WARNINGS levelraveit651-1/+1
2020-02-09release 1.24.0v1.24.0raveit651-1/+1
2020-02-06build: show compiler/flags info on configure summaryrbuj1-0/+5
2020-02-06build: do not override WARN_CFLAGSrbuj1-10/+0
2020-01-31autoconf: AC_PROG_CC was called before AX_CHECK_ENABLE_DEBUGrbuj1-5/+5
2020-01-19update to 1.23.3v1.23.3raveit651-1/+1
2019-11-07migrate from intltool to gettextWu Xiaotian1-4/+2
2019-08-13release 1.23.2v1.23.2raveit651-1/+1
2019-08-12mouse: Add support for Acceleration ProfilesVictor Kareh1-2/+2
Currently libinput supports Adaptive and Flat acceleration profiles. We can use these to change mouse behavior. Synaptic touchpads are not supported through libinput, so I have not included a UI change for this (even though it's technically supported in gsettings). The Default acceleration profile reads the value from the libinput defaults and sets them as the current profile. Usually ends up being Adaptive.
2019-07-18release 1.23.1v1.23.1raveit651-1/+1
2019-07-12drop libXxf86 dependencyraveit651-7/+0
The X server hasn't implemented it in over 10 years. and it was dropped from debian since a long time. fixes https://github.com/mate-desktop/mate-control-center/issues/481
2019-06-18time-admin: Remove po-timezonesrbuj1-1/+0
2019-06-15bump require of m-s-d and m-draveit651-2/+2
2019-06-15Add support for checking .ui accessibility with gla11ySamuel Thibault1-0/+1
2019-06-14Authentication to add modification timezhuyaliang1-2/+3
2019-06-14enable to build time-admin for mate-control-centerzhuyaliang1-0/+4
2019-06-13Change the icon for instant messaging applicationrbuj1-0/+1
Icons pulled from https://pagure.io/im-chooser/blob/master/f/data
2019-05-11capplets: Use gresources for UI filesrbuj1-0/+16
2019-03-23pre-bump versionraveit651-1/+1
2019-03-23Use icons provided by themes and remove not used iconsrbuj1-1/+0
2019-02-25release 1.22.0v1.22.0raveit651-1/+1
2019-02-08fixed distcheck fail on debianWu Xiaotian1-13/+0
2018-12-05require mate-settings-daemon-1.21.2raveit651-1/+1
2018-11-30require m-s-d 1.21.1 due to new control-center key in schemamonsta1-1/+1
2018-10-11pre-bump versionlukefromdc1-1/+1
2018-10-11Depend on mate-desktop 1.21.2 due to new gschema keylukefromdc1-1/+1
2018-08-30get/set user face icon use accounts serviceyetist1-0/+19
- If get icon from AccountsService failed, fallback to use ~/.face file. - If not setup user icon file, use "avatar-default" icon as default image to show. - Check dependencies of accountsservice, default is enable when accountsservice dependency exists. Added by raveit65 <[email protected]>.
2018-08-27release 1.21.1v1.21.1raveit651-1/+1
2018-08-27require mate-desktop-1.21.1raveit651-1/+1
2018-05-27release 1.21.0v1.21.0raveit651-1/+1
2018-05-27bump required version of mate-menusraveit651-1/+1
2018-01-30release 1.20raveit651-1/+1
2018-01-30require GTK+ 3.22 and GLib 2.50monsta1-2/+2
2018-01-24release 1.19.3v1.19.3raveit651-1/+1
2017-12-26release 1.19.2v1.19.2raveit651-1/+1
2017-08-15release 1.19.1v1.19.1raveit651-1/+1
2017-03-30pre-bump versionraveit651-1/+1
2017-03-13release 1.18.0raveit651-1/+1
2017-03-08pre-bump versionraveit651-1/+1
2017-02-17Font-viewer: add FontViewModelraveit651-1/+1
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=184661h
2017-02-16pre-bump versionraveit651-1/+1
2017-01-27website is accessed via http, not via htts :)monsta1-1/+1
2017-01-20Bump version to 1.17.2v1.17.2Martin Wimpress1-1/+1
2017-01-18Bump version to 1.17.1v1.17.1Martin Wimpress1-1/+1
2016-12-02move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-58/+24
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17
2016-11-02build: require XCursor unconditionallymonsta1-26/+3
and drop bundled cursor files (.pcf) - they are not used at all when XCursor library is in use
2016-11-01build: require XInput unconditionally - same as done in m-s-dmonsta1-12/+5
2016-10-19GTK3: port libunique->GtkApplicationlukefromdc1-2/+7
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