Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-12-22 | Merge pull request #217 from infirit/yelp | Stefano Karapetsas | 8 | -9/+9 | |
Update help uri to the correct location | |||||
2013-12-22 | Update help uri to the correct location | infirit | 8 | -9/+9 | |
2013-12-01 | Merge pull request #202 from City-busz/fix-max-child-size | Stefano Karapetsas | 1 | -0/+3 | |
Fix assertion failture on max_child_size | |||||
2013-11-30 | Fix assertion failture on max_child_size | Balló György | 1 | -0/+3 | |
This fixes the crasher when opening properties. | |||||
2013-11-29 | Merge pull request #198 from eyelash/icon-size | Stefano Karapetsas | 2 | -45/+5 | |
fix a GTK3 bug and simplify things | |||||
2013-11-13 | Fix g_thread_init deprecation | Stefano Karapetsas | 1 | -0/+2 | |
2013-11-08 | Merge pull request #197 from eyelash/toolbar-height | Stefano Karapetsas | 2 | -2/+0 | |
toolbar improvements | |||||
2013-11-07 | remove the border of the zoom control | Elias Aebi | 1 | -1/+0 | |
2013-11-07 | remove the border of the view as combo box | Elias Aebi | 1 | -1/+0 | |
2013-11-06 | put the containers instead of the contents into the size group and remove ↵ | Elias Aebi | 2 | -16/+4 | |
the now unnecessary frame container | |||||
2013-11-05 | Merge pull request #195 from eyelash/primary-toolbar | Stefano Karapetsas | 1 | -0/+3 | |
add the primary-toolbar style class to the primary toolbar | |||||
2013-11-03 | remove a custom size allocation that broke stuff on GTK3 | Elias Aebi | 1 | -28/+0 | |
2013-11-03 | use the same icon size for the location button (the button that lets you ↵ | Elias Aebi | 1 | -1/+1 | |
toggle between button and text-based location bar) as for the close side pane button and the pathbar icons | |||||
2013-11-03 | add the primary-toolbar style class to the primary toolbar (only for the ↵ | Elias Aebi | 1 | -0/+3 | |
GTK3 version) | |||||
2013-10-31 | Merge pull request #193 from infirit/master | Stefano Karapetsas | 3 | -5/+2 | |
Fix pkgconfig files and small cleanup of configure.ac | |||||
2013-10-31 | Remove forgotten GTK_API_VERSION and GTK_REQUIRED (now in case) | infirit | 1 | -3/+0 | |
2013-10-31 | Use GTK_API_VERSION in pkgconfig files | infirit | 2 | -2/+2 | |
2013-10-26 | Bump version to 1.7.0caja-1.7.0 | Stefano Karapetsas | 1 | -1/+1 | |
2013-10-21 | Merge pull request #188 from infirit/master | Stefano Karapetsas | 45 | -23152/+10 | |
Add disable-icon-update for distcheck / various cleanups | |||||
2013-10-20 | Add update-icon-cache config option for makedistcheck | infirit | 3 | -3/+10 | |
Otherwise the cache file is left behind and make distcheck fails. | |||||
2013-10-20 | Remove ltmain.sh, autofoo will bring it in | infirit | 1 | -9655/+0 | |
2013-10-20 | Remove m4 and rely on autofoo to pull them in | infirit | 7 | -8893/+0 | |
2013-10-20 | Remove pregenerated doc files, will be generated on every build | infirit | 34 | -4601/+0 | |
2013-10-19 | Rename INCLUDES to AM_CPPFLAGS in Makefile | Stefano Karapetsas | 1 | -1/+1 | |
2013-10-19 | Merge pull request #182 from infirit/master | Stefano Karapetsas | 8 | -74/+6 | |
Use GTK_API_VERSION for GIR and correct typo | |||||
2013-10-18 | Correct typo as pointed out by raveit65 on irc | infirit | 1 | -1/+1 | |
2013-10-18 | Use GTK_API_VERSION for GIR | infirit | 2 | -1/+2 | |
2013-10-18 | Remove obsolete distro folder | infirit | 2 | -69/+0 | |
2013-10-18 | Complete mate-file-manager -> caja rename | infirit | 3 | -3/+3 | |
2013-10-17 | Package name is caja | Stefano Karapetsas | 1 | -1/+1 | |
2013-10-11 | Sync translations with transifex | Stefano Karapetsas | 13 | -5378/+5164 | |
2013-10-06 | Properly free GHashTable in properties window | Stefano Karapetsas | 3 | -1/+35 | |
Closes #178 https://github.com/mate-desktop/mate-file-manager/issues/178 I had to recover two functions previously removed in eel-glib-extensions. | |||||
2013-09-26 | Add manpage for caja-autorun-software | Stefano Karapetsas | 2 | -0/+15 | |
Closes #114 https://github.com/mate-desktop/mate-file-manager/issues/114 | |||||
2013-09-22 | Merge branch 'master' of github.com:mate-desktop/mate-file-manager | Stefano Karapetsas | 2 | -3/+5 | |
2013-09-22 | Add check if mimetype is null before apply thumbnail frame | Stefano Karapetsas | 1 | -6/+7 | |
To avoid segfaults on file deletions | |||||
2013-09-20 | Merge pull request #112 from aubade/browserfix | Stefano Karapetsas | 1 | -1/+4 | |
Make browser windows always open new folders in the same window, even when Spatial enabled | |||||
2013-09-19 | Possible fix for crash during file rename in external devices | Stefano Karapetsas | 1 | -2/+1 | |
Bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1005660 Solution from: https://git.gnome.org/browse/nautilus/commit/src/nautilus-icon-view.c?h=gnome-3-2&id=a67212a | |||||
2013-09-18 | Possible fix for crash during audio preview | Stefano Karapetsas | 1 | -0/+2 | |
See https://bugzilla.redhat.com/show_bug.cgi?id=959444 | |||||
2013-09-17 | Merge pull request #154 from romovs/master | Stefano Karapetsas | 2 | -11/+11 | |
fixed thumbnail frame not being displayed for some files | |||||
2013-09-05 | fixed thumbnail frame not being displayed for some files. also fixes #135. | romovs | 2 | -11/+11 | |
2013-09-03 | Merge pull request #162 from infirit/master | Stefano Karapetsas | 1 | -1/+1 | |
Fix spatial mode crash and shift+double click | |||||
2013-09-01 | Fix spatial mode crash and shift+double click | infirit | 1 | -1/+1 | |
Fixes issues: https://github.com/mate-desktop/mate-file-manager/issues/120 https://github.com/mate-desktop/mate-file-manager/issues/161 | |||||
2013-08-06 | Sync translations with transifex | Stefano Karapetsas | 18 | -3332/+10834 | |
2013-08-01 | Merge pull request #146 from infirit/master | Stefano Karapetsas | 8 | -8/+8 | |
Replace ghelp: with help: for user-guide | |||||
2013-08-01 | Replace ghelp: with help: for user-guide | infirit | 8 | -8/+8 | |
2013-07-26 | Fix introspection dirs | Stefano Karapetsas | 1 | -2/+2 | |
2013-07-25 | configure: Translate spanish comments | Stefano Karapetsas | 1 | -6/+5 | |
2013-07-25 | src: Add GTK3/GDK3 support | Stefano Karapetsas | 3 | -8/+40 | |
2013-07-25 | libcaja-private: Add GDK3 support | Stefano Karapetsas | 2 | -0/+38 | |
2013-07-25 | eel: Add GDK3 support | Stefano Karapetsas | 1 | -0/+17 | |