summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2016-01-15GTK3: don't use deprecated gdk_threads_{enter/leave} ()Wolfgang Ulbrich1-1/+4
Since we don't ever call gdk_threads_init()
2016-01-14Small additional for closing tabs with middle-clickbl0ckeduser1-1/+1
fixes https://github.com/mate-desktop/caja/issues/457
2016-01-13GTK3 general: use eel_create_spotlight_pixbuf()Wolfgang Ulbrich3-0/+25
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=8b13a04
2016-01-13GTK3 window: port to GtkStyleContext, plug a leakWolfgang Ulbrich1-0/+2
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=465f576
2016-01-13GTK3 window: port to GtkStyleContextWolfgang Ulbrich1-0/+26
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=076886e
2016-01-13GTK3 spatial-window: port to GtkStyleContextWolfgang Ulbrich1-0/+4
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=507b56e3a527e28117b259dbf0dce48f1656dd7d
2016-01-13GTK3 notebook: port to GtkStyleContextWolfgang Ulbrich1-0/+27
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=bc5d290
2016-01-13GTK3 location-bar: port to GtkStyleContextWolfgang Ulbrich1-0/+16
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=5fc40ad
2016-01-13GTK3 properties-window: port to GtkStyleContextWolfgang Ulbrich1-4/+80
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=8e5689
2016-01-13GTK3 list-view: port to GtkStyleContextWolfgang Ulbrich1-0/+15
2016-01-13Gtk3 caja-sidebartitle: partial-port-to-GtkStyleContextWolfgang Ulbrich1-1/+104
2016-01-08Middle-click tab closing (#457)bl0ckeduser1-0/+11
2016-01-02remove unused #definesMonsta1-4/+0
2015-12-25pathbar: remove unneeded assertsmonsta1-2/+5
2015-12-22set smclient mode to "no restart" when running as root or on other desktopsmonsta1-0/+3
2015-12-19use g_strcmp0 instead of unsafe strcmpMonsta1-1/+1
2015-12-05GTK3 properties-window: bold and right-aligned are always FALSEWolfgang Ulbrich1-4/+12
So we can remove them taken from: https://git.gnome.org/browse/nautilus/commit/?id=12bcaf9
2015-12-05GTK3 properties-window: set max-width for value labelsraveit651-0/+1
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-16&id=ac83942
2015-12-05GTK3: fm-properties-window, port GtkTable to GtkGridraveit651-39/+880
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-4&id=0026899 https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-4&id=8b99f1f https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-4&id=b4877e5 https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-16&id=0a5838
2015-12-05GTK3: desktop-item-properties, port GtkTable to GtkGridraveit651-1/+54
inspired from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-4&id=29dea2e
2015-12-05GTK3: fm-directory-view, port GtkTable to GtkGridraveit651-0/+69
inspired from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-4&id=c6903f4
2015-12-05GTK3: connect-server-dialog, port GtkTable to GtkGridraveit651-33/+136
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-4&id=7f3e5ce
2015-12-04properties -> custom icon dialog: add /usr/share/icons to Placesmonsta1-0/+1
fixes https://github.com/mate-desktop/caja/issues/283
2015-11-15fix g_object_unref callMonsta1-1/+5
it wasn't properly unref'ed and caused a runtime warning
2015-10-19GTK3: do not use deprecated gtk_misc_set_alignmentraveit6511-1/+97
2015-10-19GTK3: Replace gtk_{v,h}box new with gtk_box_newraveit6520-0/+95
- gtk_{v,h}box usage is deprecated since gtk+-3.2.0
2015-10-14Gtk3 places-sidebar: fixes accidental device ejectraveit651-0/+5
2015-09-28Fix for #383 - tree view open in new windowbl0ckeduser1-1/+14
2015-09-10When opening the first window, don't restore the position of the last closed ↵Clement Lefebvre1-23/+1
window. It's confusing to users (the last closed window is irrelevant within one session with multiple windows open) and it can lead to really bad issues which users consider bugs (why is my first window behaving differently than other windows? why is my first window appearing in the corner of my screen? why when I open caja for the first time my window doesn't appear on the monitor my mouse presently is? etc..)
2015-09-04Switch to org.gnome.SessionManagerClement Lefebvre2-43/+19
2015-08-25connect-server: add support for connecting to AFP-servers/volumesinfirit1-4/+8
Since now gvfs support it. Patch by: Carl-Anton Ingmarsson <[email protected]> nautilus comnmit: 5f018ca8b978a9e488560aeeb8db5febb7259d13 nautilus bug: https://bugzilla.gnome.org/show_bug.cgi?id=674497
2015-08-24list view: jump to parent with left key on collapsed rowsMonsta1-1/+9
fixes https://github.com/mate-desktop/caja/issues/452 from https://github.com/GNOME/nautilus/commit/9eee9ff6ca3e93d5d363725282d8ba393a1e6d01
2015-07-20file properties dialog: bring back two missing tabsMonsta1-0/+14
Notes and Image Properties tabs went missing after https://github.com/mate-desktop/caja/commit/451eef9b275ce006b270a3569d96e531e24dd15a fixes https://github.com/mate-desktop/caja/issues/433
2015-07-20small indent fixesMonsta1-1/+1
2015-07-13don't manage desktop and exit with last window when either runningMonsta1-5/+26
as root or on other desktops thanks to @mtwebster (https://github.com/linuxmint/nemo/commit/acabbaf6ca8e5ffc29851d766339c602777c4427) and @tarakbumba (https://github.com/mate-desktop/caja/pull/409)
2015-07-09Use accessor functions instead of direct accessinfirit1-1/+1
2015-07-07Revert "Help menu/F1 shortcut: show the right help page from m-u-g"Monsta1-1/+1
This reverts commit d01fbc6c9921253bb023d3e40bd763f4a931e840.
2015-07-07Revert "show main caja help page from m-u-g in all dialogs"Monsta7-16/+7
This reverts commit b4e25754bf17ef54569367718eda57ea759108c5.
2015-06-18places-sidebar: enable both creating bookmarks and dropping filesMonsta1-6/+18
- drag a folder to the top or bottom of the bookmark list to add a new bookmark. a horizontal line will be shown and the mouse pointer will have a '+' at its right side. - if there are no bookmarks (and that section isn't shown), drag a folder over the network section's heading. this will add a new bookmark and make the bookmarks list visible. - drag a file or a folder over some existing bookmark to move it into the bookmarked folder. the mouse pointer will have an arrow at its right side. - if you want to copy a file or a folder there instead, perform the same operation but hold ctrl during that. the mouse pointer will have a '+' at its right side. no horizontal line will be shown, so you will be able to distinguish this operation from adding a new bookmark. :) adapted from https://github.com/linuxmint/nemo/commit/f18c4dd842be0998cbe6a519d9904bfd9993ca3e (thanks to @mtwebster) fixes https://github.com/mate-desktop/caja/issues/345 closes https://github.com/mate-desktop/caja/issues/423
2015-06-18places sidebar: fix indentation a bitMonsta1-8/+6
2015-06-17show main caja help page from m-u-g in all dialogsMonsta7-7/+16
this should be corrected when m-u-g will be complete (e.g. will contain help for all these dialogs)
2015-06-17Help menu/F1 shortcut: show the right help page from m-u-gMonsta1-1/+1
2015-06-11Merge pull request #424 from flexiondotorg/masterMartin Wimpress1-14/+115
Revert "places-sidebar: allow dropping of files to bookmarks"
2015-06-11Revert "places-sidebar: allow dropping of files to bookmarks"Martin Wimpress1-14/+115
This reverts commit 910b9141ac634a86d8f53fda534e33787a160efb.
2015-06-08Merge pull request #400 from tarakbumba/fix_automunt_on_locked_screenmonsta2-4/+236
Fix automount on locked screen
2015-05-19GTK3: set top and bottom margin of statusbar to zeroraveit651-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-07Ui: set a default window size for file management preferencesraveit651-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-07Ui: expand list columns in file management preferencesraveit651-2/+2
no need to have a scrollbar for a few entries
2015-04-07Fix g_bus_unwatch_name assertiontarakbumba1-2/+6
Guard the g_bus_unwatch_name() call to only run when we actually have set a watcher to the screensaver.
2015-04-07Fix for https://github.com/mate-desktop/caja/issues/398tarakbumba2-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