summaryrefslogtreecommitdiff
path: root/libnautilus-private
Commit message (Expand)AuthorAgeFilesLines
* Never add a file to both the added_files and changed_files lists. Don'tMartin Wehner2006-07-111-2/+1
* Add functions nautilus_drag_can_accept_files andMartin Wehner2006-07-118-93/+233
* Add nautilus_find_existing_uri_in_hierarchy. Remove undefinedChristian Neumair2006-07-082-2/+26
* Use nautilus-cd-burner icon instead of gnome-dev-cdrom for burn:///.William Jon McCann2006-07-071-1/+1
* Add complete session management, remember maximization state and type ofChristian Neumair2006-06-213-0/+6
* Add items_updated signalAlexander Larsson2006-06-163-0/+145
* Add selinux context columnAlexander Larsson2006-06-165-17/+66
* Add show_advanced_permissions setting Remove show_special_flags setting,Alexander Larsson2006-06-165-10/+252
* Use GdkPixbufLoader for thumbnailing.Christian Neumair2006-05-303-82/+163
* Limit max. returned SVG icon size to requested icon size.Christian Neumair2006-05-291-1/+1
* Use gnome_vfs_volume_monitor_get_volume_for_path instead ofChristian Neumair2006-05-243-68/+24
* use gnome_vfs_get_uri_scheme instead of eel_uri_get_scheme.Paolo Borelli2006-05-241-1/+1
* Cleanup to merge the x any y icon scale factors into one variable.Martin Wehner2006-05-154-33/+20
* Don't special-case the first 0 bytes of the file in the case of reportingFederico Mena Quintero2006-05-081-16/+11
* Use eel_gtk_menu_append_separator.Martin Wehner2006-05-071-6/+3
* Remove bogus period from strings. (#336909)Martin Wehner2006-05-011-2/+2
* Use the same phrasing and format as the GTK+ overwrite dialog. Also, perMartin Wehner2006-05-011-9/+29
* If no ACCESS file info field is available, pretend to have full access. IfChristian Neumair2006-04-271-20/+18
* Fix width of text selection in text-below-icons mode. (it was to wide.)Alexander Larsson2006-04-261-10/+25
* Add LARGE_TOP_LEFT_TEXT attribute and change the text size for the normalAlexander Larsson2006-04-1812-96/+282
* Determine drop target by iterating through drop container target listMartin Wehner2006-04-101-20/+18
* Update progress dialog when setting its operation string, also setChristian Neumair2006-04-081-3/+4
* Only consider the filename suffix when deciding if a file is an SVG image.Daniel Drake2006-03-221-1/+1
* Speed up stock icon registration, as discussed on the mailing list:Christian Neumair2006-03-203-1/+77
* Use gi18n.h instead of deprecated gnome-i18n.h header.Martin Wehner2006-03-1828-30/+31
* Fix text drawing in RTL mode in text beside icons.Alexander Larsson2006-03-061-10/+27
* Don't request the mime list for activation, context menu and the view asMartin Wehner2006-03-051-2/+1
* Add file to work queue of enclosing directory when recomputing deep countMartin Wehner2006-03-051-0/+1
* measure text in nautilus_icon_canvas_item_get_text_rectangle to avoidAlexander Larsson2006-03-033-5/+4
* Cancel get_file_info calls for new files too. Fixes a crash when leaving aMartin Wehner2006-03-011-0/+12
* Don't show directory count for smb shares, as that can cause lots ofAlexander Larsson2006-02-281-1/+6
* Use better icon points for comparing the position of two items in "TextChristian Neumair2006-02-281-12/+38
* Test for the right path in the break condition. Fixes an infinite loopMartin Wehner2006-02-271-2/+2
* Get users' and groups' names via a cache to avoid callingZbigniew Chyla2006-02-274-52/+347
* Correctly handle *_margins as pixel values, not world-coords.Alexander Larsson2006-02-271-23/+26
* Do not place icons both in the no_position_icons and semi_position_iconsFederico Mena Quintero2006-02-271-14/+15
* Allow line-breaks after '-', '_', '.' (although not when a short numberAlexander Larsson2006-02-271-1/+32
* Plug potential leak.Christian Neumair2006-02-261-1/+2
* Use new GNOME_VFS_FILE_INFO_NAME_ONLY flag when counting files. ThisAlexander Larsson2006-02-241-1/+1
* Add a cast to fix build for platforms where GnomeVFSFileSize is notMartin Wehner2006-02-211-2/+4
* Avoid redundant application lookups by sorting the files by mime type andMartin Wehner2006-02-201-10/+106
* Fall back to locale encoding or force utf8 if the utf8 conversion of theMartin Wehner2006-02-161-0/+12
* Fix layout bug on desktop (#153519)Alexander Larsson2006-02-061-4/+2
* Add new grab_focus method.Martin Wehner2006-01-312-0/+13
* Use same grid as positioned icons to not mess up spacing.Christian Neumair2006-01-291-1/+3
* Show the detailed file size in addition to the formatted one in theMartin Wehner2006-01-281-0/+47
* Use nautilus_get_uri_shortname_for_display to avoid crashing g_markup withMartin Wehner2006-01-261-1/+2
* Fix a typo that makes the desktop directory monitors leak.Martin Wehner2006-01-211-1/+1
* Never try to scale icons down to 0px. Fixes scaling for images withMartin Wehner2006-01-201-1/+4
* Don't leak mime_type.Martin Wehner2006-01-201-0/+1