summaryrefslogtreecommitdiff
path: root/src/file-manager/fm-directory-view.c
Commit message (Expand)AuthorAgeFilesLines
* Make restricted file system view and global desktop items play nicely togethernautilus-lockdownSayamindu Dasgupta2007-08-261-13/+3
* Fix crashSayamindu Dasgupta2007-08-261-2/+8
* Beginning of a lockdown framework for Nautilus, and a restricted filesystem v...Sayamindu Dasgupta2007-08-031-3/+14
* Added initial support for global desktop linksSayamindu Dasgupta2007-07-311-0/+12
* improved string and added ngettext support (#326952)Andre Klapper2007-07-231-1/+4
* Add support for xdg-user-dirsAlexander Larsson2007-05-161-27/+76
* Avoid displaying file size if none exists (#390055) Patch from Ed CatmurAlexander Larsson2007-05-091-16/+33
* Fix memleak (#427942) patch from Matthias ClasenAlexander Larsson2007-04-111-0/+2
* Make sure we never schedule an update after the window has been destroyed.Alexander Larsson2007-03-141-4/+8
* Set version to 2.18.0.1Alexander Larsson2007-03-121-76/+27
* Update for releaseNAUTILUS_2_18_0Alexander Larsson2007-03-121-27/+76
* Sparse cleanups from kjartanAlexander Larsson2007-03-021-1/+1
* Capitilize "Link" in link to... names. (#314175) Patch from FredericAlexander Larsson2007-02-061-1/+1
* src/file-manager/fm-directory-view.c src/file-manager/fm-tree-view.cJesse Stockall2007-02-061-9/+16
* Use proper macro for translating the scripts menu item (#389467). PatchMartin Wehner2006-12-271-1/+1
* Use "document-new", "folder-new" named icon from Icon Naming Spec forLuca Ferretti2006-12-181-2/+2
* 2006-11-23 Alexander Larsson <alexl@redhat.com>Alexander Larsson2006-11-231-7/+80
* Don't append final newline for textual URIs. Fixes #360441.Christian Neumair2006-10-191-2/+5
* Only deregister "ignore hidden file preferences" callback if it has beenChristian Neumair2006-10-191-6/+9
* Use GTK+ to handle recent documents.Vincent Untz2006-08-081-16/+2
* Rename nautilus_drag_default_drop_action_for_url toChristian Neumair2006-07-271-6/+6
* Use trash icons from the icon naming specification for trash relatedMartin Wehner2006-07-241-2/+2
* Add extension versioning infrastructure and add nautilus-menu.[ch].Martin Wehner2006-07-241-7/+33
* Add functions nautilus_drag_can_accept_files andMartin Wehner2006-07-111-22/+42
* Add items_updated signalAlexander Larsson2006-06-161-0/+5
* Don't allow floppy formating if the floppy is mounted, since gfloppy can'tAlexander Larsson2006-05-161-2/+4
* Allow to mount/unmout/eject/format a volume when displaying its activationChristian Neumair2006-04-271-0/+257
* Use g_(un)setenv instead of their eel_ counterparts.Martin Wehner2006-04-071-8/+8
* Add fm_directory_view_get_loading().Christian Neumair2006-03-301-0/+15
* Add help button to the Select Pattern dialog. (#331443)Martin Wehner2006-03-221-6/+28
* Commit rest of files of previous commit.Martin Wehner2006-03-181-1/+1
* Don't show error dialog if mount error is "".Alexander Larsson2006-03-071-3/+13
* Close the window after the file activation, not before. Fixes a crash whenMartin Wehner2006-02-281-8/+8
* Only use the idle reveal mechanism for the list view.Martin Wehner2006-02-261-13/+16
* Call reveal_selection in an idle callback to work around a bug inMartin Wehner2006-02-261-2/+31
* HIGify the icon in the delete from trash dialog. Patch from Luca FerrettiMartin Wehner2006-01-261-4/+8
* Handle the mount/unmount error case where the mount system handled theAlexander Larsson2006-01-161-0/+10
* Add file list helpers for getting associated applications.Christian Neumair2006-01-111-121/+279
* Some better strings, not resizeable.Alexander Larsson2005-12-201-2/+3
* HIG fixes for the save search dialog.Dennis Cranston2005-12-191-12/+17
* Adapt callers to eel dialog API changes. Fixes #324262.Martin Wehner2005-12-181-1/+1
* Correct arguments for add_file, makes rename on new folder/file workAlexander Larsson2005-12-161-1/+1
* --- Merged the nautilus-search2 branch ---Alexander Larsson2005-12-121-118/+390
* Don't ask to move broken symlinks to trash in trash (#132751)NAUTILUS_SEARCH2_MERGE_ANCHOR2Alexander Larsson2005-12-121-1/+17
* Keep the original action refed till its activation callback is done.Martin Wehner2005-12-101-0/+6
* Remove title from alerts. (#323134)Alexander Larsson2005-12-091-23/+9
* Schedule the frequency of updates to the view in relation to the activityMartin Wehner2005-11-281-20/+129
* HIG fixes for the delete confirmation dialog. Remove window title &Dennis Cranston2005-11-241-5/+11
* Allow shift-delete even if not visible in ui.Alexander Larsson2005-11-241-4/+1
* Add nautilus_file_list_cancel_call_when_ready.Alexander Larsson2005-11-241-181/+304