summaryrefslogtreecommitdiff
path: root/src/file-manager/fm-directory-view.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a potential leak in my last commit.gnome-2-4Martin Wehner2004-02-111-2/+3
* Don't crash when trying to rename empty selection. Fixes bug #131861.Martin Wehner2004-02-061-5/+5
* Reread the activation URI of symlinks in case the link target is stale.Dave Camp2003-11-161-3/+10
* (struct FMDirectoryViewDetails): Removed memberEttore Perazzoli2003-09-251-69/+1
* move g_slist_free further down to prevent crash.Fredrik Jösson2003-08-021-2/+2
* Make scripts work better for files on NFS.Anders Carlsson2003-07-071-1/+8
* Trimmed up the context menu, and changed the New items to be Open (forDave Camp2003-06-271-21/+105
* Allow the context menu to supply an icon.Dave Camp2003-06-081-2/+34
* Implement multi-file property dialogs.Dave Camp2003-06-081-16/+2
* Added new files.Alexander Larsson2003-05-151-20/+57
* Forgot to check inAlexander Larsson2003-04-291-52/+77
* AIX port from Laurent.Vivier@bull.net (Laurent Vivier)Alexander Larsson2003-04-231-1/+1
* Remove no longer correct asserts.Alexander Larsson2003-04-071-2/+0
* Create canvas items hidden. New functionAlexander Larsson2003-04-071-16/+38
* Convert file attributes from list of strings to a bitmask. Patch fromAlexander Larsson2003-04-021-29/+16
* Remove Free space from status bar.Alexander Larsson2003-03-251-8/+1
* Free space in status bar.Alexander Larsson2003-03-251-1/+8
* Report selected files when done loading. This makes the selected filesAlexander Larsson2003-03-251-0/+1
* Fix script migration from Nautilus 1.0.x (bug #80704)Frédéric Crozat2003-03-181-8/+32
* Make NautilusDirectory a GObject.Alexander Larsson2003-03-141-3/+3
* Update according to NautilusIconFactory API changes.Alexander Larsson2003-03-061-1/+1
* Don't use deprecated APIs. Patch by iain <iain@prettypeople.org>Alexander Larsson2003-02-281-10/+10
* Move the GNOME_CLIENT_PARAM_SM_CONNECT property setting to theAlexander Larsson2003-02-181-1/+26
* Correct the CORBA_Any usage with context menus.Alexander Larsson2003-01-201-2/+4
* Use pkg-config instead of orbit2-config. (fixes #73299)Alex Duggan2003-01-091-1/+0
* Make the desktop icon view store the screen number with the iconJames Willcox2002-12-191-1/+14
* Add the ability to have mime-type-sensitive context menus.James Willcox2002-11-071-0/+339
* Fix up includes.Alexander Larsson2002-11-061-1/+1
* Broken PipeAnders Carlsson2002-11-061-1/+1
* Only make an EggRecentModel once, instead of for every new window. MovedJames Willcox2002-11-051-12/+2
* Set recent_model to NULL rather than model.Dave Camp2002-10-111-1/+1
* Set the recent-files limit to 0, since we aren't displaying the list atJames Willcox2002-10-101-0/+2
* Added egg-recent files. Add files to the EggRecentModel when launchingDave Camp2002-10-101-0/+16
* Merge the multihead branch into HEAD and :Mark McLoughlin2002-10-021-14/+29
* Make the delete accelerator <Ctrl>t, as otherwise it overrides the one inAlexander Larsson2002-09-301-2/+2
* Merge the new-icon-factory-branch branch to HEAD.Alexander Larsson2002-09-181-17/+26
* Added escape keybinding to the stop button (bug 83691)David Bordoley2002-08-311-68/+8
* pass in info if we have it already.Michael Meeks2002-08-071-36/+0
* Fixup usage of ellipses. Patch from Gregory Merchan <merchan@phys.lsu.edu>Alexander Larsson2002-07-221-6/+3
* Laavanya K R <laavanya.gopalan@wipro.com>Rohit R2002-07-151-2/+6
* Update menu paths and mnemonics. Moved Duplicate, Make Link, Rename, MoveDave Camp2002-07-051-28/+10
* Use nautilus_bonobo_set_label instead ofDave Camp2002-07-021-24/+14
* Remove all old script menus before rebuilding...David Emory Watson2002-07-011-1/+3
* implement viewing/opening and executing of files for the tree viewFrank Worsley2002-06-251-89/+45
* only NIL the idle_id if we are going to return FALSE and disconnectMichael Meeks2002-05-311-2/+1
* Don't add files to old_changed_files if they are not shown.Dave Camp2002-05-311-2/+3
* Add a New Launcher and Edit Launcher menu items for directories of typeGeorge Lebl2002-05-301-0/+101
* Don't exit if the file is local. Sigh, won't people test their code?Anders Carlsson2002-05-241-3/+9
* Move disconnect_model_handlers from finalize to destroy. This fixes aAlex Larsson2002-05-231-1/+2
* hold a ref during the duration of the call, to guard against re-enterancyMichael Meeks2002-05-221-2/+22