summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2019-04-08pre-bump versionraveit651-1/+1
2019-03-29eel: replace eel_ref_str with GRefStringrbuj1-1/+1
GNOME/nautilus@b4d200f https://developer.gnome.org/glib/stable/glib-Reference-counted-strings.html
2019-03-07configure.ac: fix portability issue with testDavid H. Gutteridge1-1/+1
"test ... ==" isn't a portable expression, change to POSIX "=".
2019-02-24release 1.22.0v1.22.0raveit651-1/+1
2019-02-06fixed distcheck fail on debianWu Xiaotian1-7/+0
2019-02-06fixed the help string of --disable-self-checkWu Xiaotian1-1/+1
2019-02-06Add --disable-self-check for configureWu Xiaotian1-0/+12
Fixed make distcheck, see #1129
2019-02-02release 1.21.4v1.21.4raveit651-1/+1
2019-01-21configure.ac: Add check for PKG_CONFIG being set.Pablo Barciela1-1/+5
based in debian patch by Mike Gabriel <[email protected]>
2018-11-17release 1.21.3v1.21.3raveit651-1/+1
2018-07-03release 1.21.2v1.21.2raveit651-1/+1
2018-04-03pre-bump versionraveit651-1/+1
2018-03-03use development versionraveit651-1/+1
2018-03-03pre-bumb versionraveit651-1/+1
2018-01-31release 1.20v1.20.0raveit651-1/+1
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-3/+3
2018-01-14move libegg to the top srcdir and drop some leftoversmonsta1-2/+1
2017-12-27release 1.19.3v1.19.3raveit651-1/+1
2017-10-11release 1.19.2v1.19.2raveit651-1/+1
2017-08-25release 1.19.1v1.19.1raveit651-1/+1
2017-03-30pre-bump versionraveit651-1/+1
2017-03-13release 1.18.0v1.18.0raveit651-1/+1
2017-03-13eel: Avoid deprecated gdk_window_set_background functionsAlexei Sorokin1-1/+1
Fixes partially #506, fixes compiz-reloaded/compiz#40.
2017-02-01pre-bump versionraveit651-1/+1
2017-01-31eel: remove some code that seems to do nothingmonsta1-14/+0
ported from: https://git.gnome.org/browse/nautilus/commit/?id=3c749cf9da882043cc5a5cb938f8831831dec768
2017-01-18Bump version to 1.17.3v1.17.3Martin Wimpress1-1/+1
2017-01-06release 1.17.2v1.17.2raveit651-1/+1
2016-11-24build: require libmate-desktop >= 1.17.0monsta1-1/+1
just to make sure it won't be built against GTK+2 version
2016-11-22move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build ↵lukefromdc1-86/+10
option *Remove GTK_VERSION_CHECK (3, 0, 0) and libunique selectors *Remove GTK2 and libunique specific code. *Leaves selector for specific GTK3 versions. *Remove #DEFINES for vbox/hbox previously required for GTK2 compatability *Keep vbox in caja-spatial-window.c, it is necessary for the desktop to work *spatial-window vbox issue at https://github.com/mate-desktop/caja/issues/591
2016-11-17configure.ac: Check for libnotifylukefromdc1-0/+1
Since https://github.com/mate-desktop/caja/commit/edb2cc870fa87cf1c57a61c0af5c578461b20a20 we use /usr/include/libnotify/notify.h so check for it.
2016-10-22GtkApplication: Notify when ejected volumes safe to unpluglukefromdc1-0/+1
Notify users when an external drive is still writing data on attempt to eject, and again when drive is safe to unmount. Notifications behave as they do in Nemo when ejecting/unmounting a flash drive. Tested with GTK 3.22 and a known slow flash drive. This is in GtkApplication builds only, code is from Nemo. FIXME: build system does not limit libnotify dependency to GtkApplication builds and is rather improvised. Adding libnotify to CORE_MODULES via configure.ac did not work, and using Nemo's changes put -lnotify into CORE rather than ALL libs and that caused build failures on failure to link.
2016-10-14GTK2: Use emanuele-f 's patch for build failure, fix build w/o libuniquelukefromdc1-2/+4
Apply https://github.com/mate-desktop/caja/pull/658/commits/4b36a91af42d8efe0f594a95d28ab8448fd73b31 then fix the selectors in source files to use the boolean selectors for libunique
2016-10-08GTK3: port libunique ->GtkApplication as build time optionlukefromdc1-10/+37
Add --disable-libunique configuration option for GTK3 builds. This builds a port from libunique to GtkApplication. keep GTK2 builds unchanged Caja can now be build with GTK2 and libunique, GTK3 and libunique, or GTK3 without libunique using GtkApplication instead GtkApplication port Based on cherrypicked nautilus commits from https://github.com/GNOME/nautilus/commit/a8481ee4bd8d34e792d63598fa5efb47736f9de4 main: adapt to GtkApplication changes through https://github.com/GNOME/nautilus/commit/c3382e0415d51082545f277c380d37be160e8d2d application: move nautilus_application_new() to its own function GTK3/GtkApplication builds: add --force-desktop option This is useful for other DE's All: StartupNotify=false in .desktop files, as caja never connects to notification daemons and in GtkApplication builds this causes busy spinning curors
2016-10-08pre-bump versionraveit651-1/+1
2016-09-19release 1.16.0v1.16.0raveit651-1/+1
2016-08-12release 1.15.4v1.15.4raveit651-1/+1
2016-08-04release 1.15.3v1.15.3raveit651-1/+1
2016-07-14fix stupid mistakeraveit651-2/+2
2016-07-14pre-bump versionraveit651-1/+1
2016-07-02update to 1.15.1 releasev1.15.1raveit651-1/+1
2016-07-02configure: increase mate-desktop min. versionraveit651-1/+1
2016-06-08release 1.15.0v1.15.0raveit651-1/+1
2016-05-21update to 1.14.1 releaseraveit651-1/+1
2016-04-06release 1.14.0raveit651-1/+1
2016-02-21release 1.13.1v1.13.1Wolfgang Ulbrich1-1/+1
2016-01-15Revert "define max/min version of GLib"Wolfgang Ulbrich1-6/+0
To avoid a glib redefine of a version defined by glib itself, which spams only the build log and nobody takes care of it. This reverts commit 3e9b28b2ebc9579bc868e2a8d1dc2d6f6b568c68.
2016-01-05pre-bump version to 1.13.0Wolfgang Ulbrich1-1/+1
2015-12-23Release 1.12.2monsta1-1/+1
2015-12-04Bump version to 1.12.1Monsta1-1/+1
2015-11-02release 1.12.0v1.12.0Wolfgang Ulbrich1-1/+1