Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-08 | Merge pull request #400 from tarakbumba/fix_automunt_on_locked_screen | monsta | 2 | -4/+236 | |
Fix automount on locked screen | |||||
2015-05-19 | GTK3: set top and bottom margin of statusbar to zero | raveit65 | 1 | -0/+7 | |
This reduce the size of the statusbar that it looks like GTK2 version. The size can now controled with .frame.flat and/or .flat.button selector by the theme. | |||||
2015-04-07 | Ui: set a default window size for file management preferences | raveit65 | 1 | -0/+2 | |
This fixes wrong window size in GTK3 version. For GTK2 best size is 600x600, best size for GTK3 is 800x600. But the smallest size works perfect for both GTK+ versions. | |||||
2015-04-07 | Ui: expand list columns in file management preferences | raveit65 | 1 | -2/+2 | |
no need to have a scrollbar for a few entries | |||||
2015-04-07 | Fix g_bus_unwatch_name assertion | tarakbumba | 1 | -2/+6 | |
Guard the g_bus_unwatch_name() call to only run when we actually have set a watcher to the screensaver. | |||||
2015-04-07 | Fix for https://github.com/mate-desktop/caja/issues/398 | tarakbumba | 2 | -4/+232 | |
On the Shmoocon at 2011 there was a presentation by Jon Larimer demonstrating how to abuse vulnerabilities and bugs, or even just creating socially or security compromising thumbnails in mounting and thumbnailing, which happens on automounting USB drives. This is a particular issue when this happens on a locked box where the attacker doesn't otherwise have access to the user account: http://www.net-security.org/secworld.php?id=10544 Disable automounting if the MATE screen saver is currently locked. See also https://bugzilla.gnome.org/show_bug.cgi?id=642020 This commit is merely based on : https://git.gnome.org/browse/nautilus/commit/?h=gnome-2-32&id=b7262fa945ef1ea936c15f0d248ad7a024d97dca | |||||
2015-03-19 | places-sidebar: fix crash | Monsta | 1 | -2/+4 | |
taken from upstream commits: https://git.gnome.org/browse/nautilus/commit/?id=cda2c75df4b95a481e8b774081ec1240d47fa45f https://git.gnome.org/browse/nautilus/commit/?id=4764a856c7a6e5a84d4067e7b105c09a93ffdbe4 Closes https://github.com/mate-desktop/caja/pull/395 | |||||
2015-03-05 | GTK3: add missing style class view to FMIconContainer | raveit65 | 1 | -0/+4 | |
Closes https://github.com/mate-desktop/caja/pull/392 Closes https://github.com/mate-desktop/caja/issues/382 | |||||
2015-01-21 | Disable desktop if we arent inside MATE | Stefano Karapetsas | 1 | -0/+4 | |
2015-01-13 | drop support for GLib < 2.36 | Monsta | 25 | -142/+18 | |
Closes https://github.com/mate-desktop/caja/pull/372 | |||||
2015-01-12 | show mate-user-guide help | Monsta | 1 | -12/+5 | |
2015-01-12 | use mate_gdk_spawn_command_line_on_screen like other MATE apps do | Monsta | 2 | -43/+13 | |
Closes https://github.com/mate-desktop/caja/pull/370 | |||||
2015-01-10 | audio-preview: Add support for GStreamer 1.0 | Balló György | 1 | -2/+8 | |
2015-01-10 | some NULL pointer checks | Monsta | 1 | -0/+4 | |
2015-01-07 | drop support for ancient versions of exempi and exif | Monsta | 1 | -19/+9 | |
2014-12-29 | Revert "dbus-manager: add a skeleton of NautilusDBusManager" | infirit | 1 | -5/+0 | |
This reverts commit 08bc0644ebc869ff1db320cc2bdfc4a471a6f9ac. | |||||
2014-12-29 | fixed: Adjust Default _zoom level always get the last "old" value | 高群凯 | 1 | -1/+2 | |
The callback function update_auto_enum should be connected before the default_zoom_level_changed, otherwise the new_level always get the last "old" value in default_zoom_level_changed and the desktop-view display strange. | |||||
2014-12-16 | dbus-manager: add a skeleton of NautilusDBusManager | infirit | 1 | -0/+5 | |
2014-12-10 | zero-init all signals arrays | Monsta | 9 | -9/+9 | |
2014-12-10 | properly zero-init a variable | monsta | 1 | -1/+1 | |
2014-12-10 | added checks for NULL pointer where it's needed | Monsta | 1 | -1/+1 | |
2014-12-10 | don't leak memory | monsta | 1 | -0/+2 | |
2014-12-10 | connect-server-dialog: don't leak memory | Monsta | 1 | -0/+2 | |
2014-12-10 | file-manager: don't leak memory | Monsta | 3 | -4/+6 | |
2014-11-06 | Fix segmentation fault if extensions dont provide information file | Stefano Karapetsas | 1 | -2/+2 | |
2014-11-03 | Add about dialog for extensions | Stefano Karapetsas | 2 | -6/+60 | |
2014-10-27 | Allow extensions to define an ini file with name, icon and description | Stefano Karapetsas | 1 | -10/+31 | |
2014-10-27 | implementation of extension interface and status management (gsoc2014) | Alexander van der Meij | 9 | -1160/+737 | |
2014-10-21 | Check result of symlink function to avoid warnings | Stefano Karapetsas | 1 | -10/+9 | |
Translate also Perberos spanish comments | |||||
2014-10-21 | Fix g_desktop_app_info_set_desktop_env deprecation | Stefano Karapetsas | 1 | -0/+2 | |
2014-10-05 | Use g_get_user_config_dir instead of harcoding to $HOME/.config | infirit | 3 | -4/+4 | |
2014-06-27 | Add option in the UI to set IEC units usage | Stefano Karapetsas | 2 | -0/+72 | |
Closes https://github.com/mate-desktop/caja/issues/293 | |||||
2014-05-17 | propagate button-release event when ejecting, fixes #169 | alexandervdm | 1 | -3/+2 | |
See also gnome bug https://bugzilla.gnome.org/show_bug.cgi?id=646302 | |||||
2014-05-10 | Merge pull request #275 from NiceandGently/master | Stefano Karapetsas | 1 | -3/+3 | |
fix some compile warnings | |||||
2014-04-24 | Use MateAboutDialog | Stefano Karapetsas | 1 | -2/+3 | |
2014-04-16 | replace g_free call on GFile objects, fixes #196 | alexandervdm | 1 | -1/+1 | |
2014-03-22 | fix some compile warnings | raveit65 | 1 | -3/+3 | |
2014-03-21 | places-sidebar: allow dropping of files to bookmarks | raveit65 | 1 | -115/+14 | |
2014-03-21 | sidebar: rearranged of caja sidebar to 1.4 style | raveit65 | 1 | -154/+156 | |
2014-03-21 | Show trash in tree panel | Stefano Karapetsas | 1 | -4/+3 | |
Closes https://github.com/mate-desktop/caja/issues/233 Also unused commented code in fm-tree-view.c | |||||
2014-03-19 | Remove ConsoleKit usage | Stefano Karapetsas | 2 | -161/+0 | |
Closes https://github.com/mate-desktop/caja/issues/125 Closes https://github.com/mate-desktop/caja/issues/226 | |||||
2014-03-18 | Possible solution for x-caja-desktop issue | Stefano Karapetsas | 2 | -8/+24 | |
2014-02-20 | Merge pull request #260 from Zaffy/master | Sander Sweers | 1 | -1/+1 | |
Fixed crash in caja-pathbar.c (issue #209) | |||||
2014-02-20 | Add Main category to desktop files (close #252) | infirit | 1 | -1/+2 | |
Also add NoDisplay=true to make sure they do not show up in the menu. | |||||
2014-02-20 | Fixed crash in caja-pathbar.c (issue #209) | Zaffy | 1 | -1/+1 | |
2014-02-12 | Re add bookmark section in connect server dialog | Stefano Karapetsas | 1 | -1/+49 | |
2014-02-10 | Add Keyword to desktop files, patch by Mike Gabriel (sunweaver) | infirit | 1 | -0/+1 | |
2014-01-27 | Add option to show file sizes with IEC units instead of SI units | Stefano Karapetsas | 2 | -6/+19 | |
Contains also a typo fix for the previous commit Closes #203 https://github.com/mate-desktop/caja/issues/203 | |||||
2014-01-27 | Add "Open parent location" in menu if we are in search view | Stefano Karapetsas | 1 | -0/+94 | |
It is shown if only one file is selected, and if it isn't a directory | |||||
2013-12-22 | Update help uri to the correct location | infirit | 8 | -9/+9 | |