summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use gi18n.h instead of deprecated gnome-i18n.h header.Martin Wehner2006-03-1826-26/+26
* Don't show error dialog if mount error is "".Alexander Larsson2006-03-071-3/+13
* Close window when it gets put in the trash.Alexander Larsson2006-03-032-2/+9
* Close the window after the file activation, not before. Fixes a crash whenMartin Wehner2006-02-281-8/+8
* Use lazy positioning for volumes only, not all desktop file icons, as thisAlexander Larsson2006-02-271-1/+6
* Don't shortcut the title change when the bookmark name changes. FixesAlexander Larsson2006-02-274-29/+45
* Don't add all possible columns to GtkTreeView when initializingZbigniew Chyla2006-02-271-70/+62
* Avoid heavy operations inside "motion_notify_event" handler: don't callZbigniew Chyla2006-02-271-41/+56
* Don't close window if old file changed when we're loading a new oneAlexander Larsson2006-02-271-1/+13
* Allow saving a sidebar width of 0 (#331475) Patch from Christian NeumairAlexander Larsson2006-02-271-6/+2
* Only allow creation of bookmarks for directories. Fixes #328074.Martin Wehner2006-02-271-14/+71
* 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
* Also consider desktop windows when deciding whether to fallback to home orChristian Neumair2006-02-263-9/+10
* Don't leak bookmark.Martin Wehner2006-02-231-3/+5
* Resolve the dropped uris to their drop target, use the same naming logicMartin Wehner2006-02-231-11/+13
* Set the has_custom_name_flag before setting the name - which wouldMartin Wehner2006-02-231-1/+1
* Open the popup menu non-modal and pass the button event on to the treeMartin Wehner2006-02-231-8/+7
* Add callback to fm_rename_file.Alexander Larsson2006-02-215-21/+176
* Pass the original files, not the target files to property page providers.Alexander Larsson2006-02-151-2/+2
* Add the option to always use the location bar to the preferences dialog.Martin Wehner2006-01-312-0/+23
* Add new grab_focus method.Martin Wehner2006-01-312-0/+9
* Enable bookmarks as drop targets. Closes #43311. Based on a patch fromMartin Wehner2006-01-301-61/+177
* Show the detailed file size in addition to the formatted one in theMartin Wehner2006-01-281-1/+1
* HIGify the icon in the delete from trash dialog. Patch from Luca FerrettiMartin Wehner2006-01-261-4/+8
* Stop cell editing when disposing the view. Fixes #322821.Martin Wehner2006-01-261-13/+20
* Don't try to update the owner and group widgets if the monitored file wasMartin Wehner2006-01-221-0/+8
* Unref and destroy a new content view that has been created but not yetMartin Wehner2006-01-211-1/+9
* Don't leak title.Martin Wehner2006-01-211-3/+5
* Destroy the bookmarks window on shutdown.Martin Wehner2006-01-172-1/+3
* Don't leak last_geometry.Martin Wehner2006-01-162-9/+11
* Don't try to remove dummy rows from the reverse maps. Fixes criticalMartin Wehner2006-01-161-4/+6
* Handle the mount/unmount error case where the mount system handled theAlexander Larsson2006-01-161-0/+10
* Merge parts of the d'n'd and popup menu code from the gtk filechooser intoMartin Wehner2006-01-161-8/+532
* Remove the default_zoom pref callback in finalize, not destroy. FixesMartin Wehner2006-01-141-4/+4
* Update current bookmark name/pixbuf on changes. Partially fixes #44906.Christian Neumair2006-01-131-0/+13
* Don't call eel_timed_wait_stop when the timer triggers. (#302735)Alexander Larsson2006-01-121-6/+8
* Add file list helpers for getting associated applications.Christian Neumair2006-01-112-122/+284
* Use strlen() instead of g_utf8_strlen() since gtk_editable_insert_textRyan Lortie2006-01-111-1/+1
* Set icons for directories relative to the directory location to make itChristian Neumair2005-12-201-18/+78
* Support filtering on arbitrary mime type. Uses the newAlexander Larsson2005-12-201-25/+110
* Don't focus invisible widget.Alexander Larsson2005-12-201-1/+4
* Add NautilusLocationWidgetProviderAlexander Larsson2005-12-201-0/+26
* Some better strings, not resizeable.Alexander Larsson2005-12-205-15/+32
* 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-182-2/+1
* HIG fixes. Use title capitalization for window titles. Fix widget spacing.Dennis Cranston2005-12-171-6/+22
* Use GTK_STOCK_REVERT_TO_SAVED item for icon selection dialog. ClosesMartin Wehner2005-12-161-1/+1
* Correct arguments for add_file, makes rename on new folder/file workAlexander Larsson2005-12-161-1/+1
* Disable network icon on desktop by default.Alexander Larsson2005-12-154-2/+17