Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-06 | Add --disable-self-check for configure | Wu Xiaotian | 1 | -0/+12 | |
Fixed make distcheck, see #1129 | |||||
2019-02-02 | release 1.21.4v1.21.4 | raveit65 | 1 | -1/+1 | |
2019-01-21 | configure.ac: Add check for PKG_CONFIG being set. | Pablo Barciela | 1 | -1/+5 | |
based in debian patch by Mike Gabriel <[email protected]> | |||||
2018-11-17 | release 1.21.3v1.21.3 | raveit65 | 1 | -1/+1 | |
2018-07-03 | release 1.21.2v1.21.2 | raveit65 | 1 | -1/+1 | |
2018-04-03 | pre-bump version | raveit65 | 1 | -1/+1 | |
2018-03-03 | use development version | raveit65 | 1 | -1/+1 | |
2018-03-03 | pre-bumb version | raveit65 | 1 | -1/+1 | |
2018-01-31 | release 1.20v1.20.0 | raveit65 | 1 | -1/+1 | |
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -3/+3 | |
2018-01-14 | move libegg to the top srcdir and drop some leftovers | monsta | 1 | -2/+1 | |
2017-12-27 | release 1.19.3v1.19.3 | raveit65 | 1 | -1/+1 | |
2017-10-11 | release 1.19.2v1.19.2 | raveit65 | 1 | -1/+1 | |
2017-08-25 | release 1.19.1v1.19.1 | raveit65 | 1 | -1/+1 | |
2017-03-30 | pre-bump version | raveit65 | 1 | -1/+1 | |
2017-03-13 | release 1.18.0v1.18.0 | raveit65 | 1 | -1/+1 | |
2017-03-13 | eel: Avoid deprecated gdk_window_set_background functions | Alexei Sorokin | 1 | -1/+1 | |
Fixes partially #506, fixes compiz-reloaded/compiz#40. | |||||
2017-02-01 | pre-bump version | raveit65 | 1 | -1/+1 | |
2017-01-31 | eel: remove some code that seems to do nothing | monsta | 1 | -14/+0 | |
ported from: https://git.gnome.org/browse/nautilus/commit/?id=3c749cf9da882043cc5a5cb938f8831831dec768 | |||||
2017-01-18 | Bump version to 1.17.3v1.17.3 | Martin Wimpress | 1 | -1/+1 | |
2017-01-06 | release 1.17.2v1.17.2 | raveit65 | 1 | -1/+1 | |
2016-11-24 | build: require libmate-desktop >= 1.17.0 | monsta | 1 | -1/+1 | |
just to make sure it won't be built against GTK+2 version | |||||
2016-11-22 | move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build ↵ | lukefromdc | 1 | -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-17 | configure.ac: Check for libnotify | lukefromdc | 1 | -0/+1 | |
Since https://github.com/mate-desktop/caja/commit/edb2cc870fa87cf1c57a61c0af5c578461b20a20 we use /usr/include/libnotify/notify.h so check for it. | |||||
2016-10-22 | GtkApplication: Notify when ejected volumes safe to unplug | lukefromdc | 1 | -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-14 | GTK2: Use emanuele-f 's patch for build failure, fix build w/o libunique | lukefromdc | 1 | -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-08 | GTK3: port libunique ->GtkApplication as build time option | lukefromdc | 1 | -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-08 | pre-bump version | raveit65 | 1 | -1/+1 | |
2016-09-19 | release 1.16.0v1.16.0 | raveit65 | 1 | -1/+1 | |
2016-08-12 | release 1.15.4v1.15.4 | raveit65 | 1 | -1/+1 | |
2016-08-04 | release 1.15.3v1.15.3 | raveit65 | 1 | -1/+1 | |
2016-07-14 | fix stupid mistake | raveit65 | 1 | -2/+2 | |
2016-07-14 | pre-bump version | raveit65 | 1 | -1/+1 | |
2016-07-02 | update to 1.15.1 releasev1.15.1 | raveit65 | 1 | -1/+1 | |
2016-07-02 | configure: increase mate-desktop min. version | raveit65 | 1 | -1/+1 | |
2016-06-08 | release 1.15.0v1.15.0 | raveit65 | 1 | -1/+1 | |
2016-05-21 | update to 1.14.1 release | raveit65 | 1 | -1/+1 | |
2016-04-06 | release 1.14.0 | raveit65 | 1 | -1/+1 | |
2016-02-21 | release 1.13.1v1.13.1 | Wolfgang Ulbrich | 1 | -1/+1 | |
2016-01-15 | Revert "define max/min version of GLib" | Wolfgang Ulbrich | 1 | -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-05 | pre-bump version to 1.13.0 | Wolfgang Ulbrich | 1 | -1/+1 | |
2015-12-23 | Release 1.12.2 | monsta | 1 | -1/+1 | |
2015-12-04 | Bump version to 1.12.1 | Monsta | 1 | -1/+1 | |
2015-11-02 | release 1.12.0v1.12.0 | Wolfgang Ulbrich | 1 | -1/+1 | |
2015-10-06 | pre-bump version to 1.11.0 | raveit65 | 1 | -1/+1 | |
2015-09-06 | Rework gsettings schema building | infirit | 1 | -1/+1 | |
* Bump intltool required version for gsettings support * Extract strings with intltool directly | |||||
2015-09-06 | define max/min version of GLib | infirit | 1 | -0/+6 | |
2015-08-25 | removed suspicious win32 reference | Monsta | 1 | -1/+0 | |
2015-07-21 | Bump version to 1.10.3caja-1.10.3 | monsta | 1 | -1/+1 | |
2015-07-16 | Bump version to 1.10.2caja-1.10.2 | monsta | 1 | -1/+1 | |