Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-24 | tx: pull Marathi translation from server | rbuj | 1 | -258/+221 | |
2021-03-24 | tx: pull Persian translation from server | rbuj | 1 | -262/+225 | |
2021-03-24 | tx: pull Spanish translation from server | rbuj | 1 | -261/+224 | |
2021-03-24 | tx: sync with transifex | raveit65 | 120 | -6909/+14828 | |
2021-03-24 | tx: update resource | raveit65 | 1 | -251/+220 | |
2021-03-24 | file-operations: don't attempt to move into the source dir | ericek111 | 1 | -8/+8 | |
2021-03-24 | keep one .desktop suffix on desktop file renaming | Konstantin Unruh | 1 | -1/+4 | |
2021-03-08 | travis: build with mate-common-1.24.2 from repos | raveit65 | 1 | -11/+0 | |
2021-03-08 | travis: temporarily disable build for ArchLinux | raveit65 | 1 | -1/+1 | |
2020-10-31 | fix distcheck error on archlinux and fedora | raveit65 | 2 | -1/+3 | |
- use BR pango-devel for fedora | |||||
2020-10-31 | Travis CI: use rolling tag for ubuntu docker image | raveit65 | 1 | -1/+1 | |
2020-06-26 | Travis CI: enable irc notifications with tagged commits | Pablo Barciela | 1 | -1/+1 | |
2020-06-21 | travis(ci):fix releasing tarballs | raveit65 | 1 | -1/+3 | |
2020-04-18 | ci: don't run configure with autogen.sh | raveit65 | 1 | -1/+1 | |
2020-04-18 | build: silent build warnings for distcheck | raveit65 | 1 | -0/+1 | |
2020-04-18 | Travis CI: enable irc notifications with broken builds | Pablo Barciela | 1 | -0/+12 | |
2020-04-07 | ci: variables, drop CFLAGS | raveit65 | 1 | -1/+0 | |
2020-04-05 | [ci] avoid deprecated skip_cleanup | raveit65 | 1 | -1/+1 | |
2020-04-04 | Travis CI: build with mate-common-1.24.1 tarball | raveit65 | 1 | -0/+11 | |
2020-04-04 | use MATE_COMPILE_WARNINGS from mate-common | raveit65 | 9 | -55/+12 | |
2020-04-04 | CI: update build environment | raveit65 | 1 | -1/+1 | |
2020-04-03 | Travis CI: update travis.yml | raveit65 | 1 | -7/+9 | |
- fix build error with archlinux on Travis CI - Avoid warning for build config validation - change archlinux docker image name | |||||
2020-03-10 | Travis CI: use Ubuntu 20.04 instead 19.10 | Pablo Barciela | 1 | -1/+1 | |
2020-03-10 | Travis CI: don't update gh-pages | Pablo Barciela | 2 | -39/+1 | |
2020-03-06 | fix runtime warning from newly unused code | lukefromdc | 1 | -10/+1 | |
Remove now unused confirm_delete property Fix warning "caja-undostack-manager.c:323: invalid property id 2 for "confirm-delete" of type 'GParamBoolean' in 'CajaUndoStackManager' " caused by newly unused property | |||||
2020-03-04 | Confirm before deleting during an undo operation | lukefromdc | 1 | -24/+6 | |
Unless user turns 'Ask before emptying trash or deleting files" off. Remove special case direct delete code that broke this behavior Also remove now unused priv->confirm_delete As we no longer use unique code directly deleting files that used it | |||||
2020-02-29 | Updating the link of caja | Loïc | 1 | -1/+1 | |
Updating the link of caja. The old link generated a 404 error. | |||||
2020-02-26 | Update authors | rbuj | 2 | -1/+6 | |
2020-02-18 | travis: update config for new travis validation | raveit65 | 2 | -172/+172 | |
2020-02-15 | tx: update config | raveit65 | 1 | -1/+1 | |
2020-02-14 | tx: update config | raveit65 | 1 | -1/+1 | |
2020-02-14 | tx: udate config | raveit65 | 1 | -1/+1 | |
2020-02-09 | release 1.24.0v1.24.0 | raveit65 | 2 | -1/+9 | |
2020-02-09 | tx: sync with transifex | raveit65 | 6 | -42/+50 | |
2020-02-09 | Set a real title on the desktop window (as provided to ATK) | Jonathan Michalon | 2 | -7/+6 | |
Even if we think that the desktop window title is never seen, it is used by the window selector in "all windows" mode and speech synthesis. | |||||
2020-02-08 | Drop GLIB version check | Wu Xiaotian | 1 | -3/+0 | |
2020-02-05 | build: show compiler flags on configuration summary | rbuj | 1 | -0/+2 | |
2020-02-01 | Fix build using gcc 10 -fno-common flag | rbuj | 3 | -14/+29 | |
2020-01-21 | release 1.23.4v1.23.4 | raveit65 | 2 | -1/+5 | |
2020-01-21 | build: fix wrong executing dir in caja.desktop | raveit65 | 1 | -2/+0 | |
make distcheck use /usr/local/bin and tarball include caja.desktop with that wrong dir after https://github.com/mate-desktop/caja/commit/abc7f2a | |||||
2020-01-19 | release 1.23.3v1.23.3 | raveit65 | 2 | -1/+30 | |
2020-01-19 | tx: sync with transifex | raveit65 | 118 | -16431/+17472 | |
2020-01-12 | fm-properties: Remove use of mate-desktop-thumbnail helper | raveit65 | 2 | -5/+6 | |
don't use mate_desktop_thumbnail_scale_down_pixbuf(). gdk-pixbuf doesn't have the same bugs when shrinking images by large factors. | |||||
2020-01-10 | tx: update resource file | raveit65 | 1 | -136/+145 | |
2020-01-10 | Update copyright to 2020 | raveit65 | 1 | -1/+1 | |
2020-01-10 | Make device ejection notifications translatable | Jonathan Michalon | 2 | -5/+5 | |
2019-12-29 | Keep path same when opening new window from an existing one | Yetoo1 | 3 | -6/+40 | |
solved https://github.com/mate-desktop/caja/issues/1335 | |||||
2019-12-23 | travis: add build requires xorgproto for ArchLinux | raveit65 | 1 | -0/+1 | |
2019-12-23 | editable-label: Don't hyphenate filenames | raveit65 | 1 | -0/+11 | |
more fixes for https://github.com/mate-desktop/caja/issues/1284 Pango 1.44 got the ability to automatically hyphenate on line breaks, which is on by default, but can be set off by a new attribute. As a result, we now hyphenate filenames, which is confusing, because a filename may already include hyphens. To restore the previous behavior, let's not insert hyphens when breaking filenames in multiple lines. Inspired by https://gitlab.gnome.org/GNOME/nautilus/commit/9738d85 | |||||
2019-12-19 | sync with transifex | raveit65 | 118 | -457750/+425577 | |