summaryrefslogtreecommitdiff
path: root/libnautilus-extensions
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 4052 (sidebar file count is not updated as settings areDarin Adler2000-10-261-12/+18
* Fix bug 3998 (Move to Trash crashes Nautilus if item with thatDarin Adler2000-10-262-12/+12
* Link names weren't properly escaped causing them not to get selected.Mike Engber2000-10-261-6/+16
* Fix bug 2571: action not computed corected for dnd in list view. Also, theMathieu Lacage2000-10-264-55/+62
* Make prelighted icons not prelighted when you leave the list view withoutMathieu Lacage2000-10-261-4/+13
* spaces... spaces. make dnd work in list view by removing some old codeMathieu Lacage2000-10-262-3/+3
* Fixed problems that were causing crash when Services button pressed.John Sullivan2000-10-261-15/+21
* New set of functions for manipulating a set of case-insensitive stringsDarin Adler2000-10-256-157/+273
* new_folder_xfer_callback was not escaping the space in duplicate_name,Mike Engber2000-10-251-1/+1
* nautilus_list_set_selection used to pass a bogus NautilusCListRow* toMike Engber2000-10-251-6/+3
* Removed. It was a bad try. Stuff is now in eazel-services-extensions.h.Ramiro Estrugo2000-10-254-0/+130
* Make sure text layout honors the vertical and horizontal offsets.Ramiro Estrugo2000-10-251-18/+13
* worked on bug 3898, selection in the aa icon view is too slow. Fixed byAndy Hertzfeld2000-10-253-17/+93
* Remove a bunch of extraneous includes.Ramiro Estrugo2000-10-251-14/+0
* Fix a typo that caused a failure to not report that it failed.Robey Pointer2000-10-251-1/+1
* lots of layout tweaks to please Arlo; it's still not finished yet since IAndy Hertzfeld2000-10-251-17/+13
* These two fns now properly handle key == value (won't double free)Mike Engber2000-10-241-5/+7
* Fix embarrassing check-in sloppinessMike Engber2000-10-243-26/+30
* Fixed APIs of new utils to match existing, similar, fns.Mike Engber2000-10-242-32/+44
* Some work towards reducing load_directory calls.Darin Adler2000-10-248-255/+157
* Fix 3971 - "duplicate" from context-click menu adds space to beginning ofPavel Cisler2000-10-241-1/+5
* Last part of fix to 2989 - Disk thrashing on Nautilus startup. WhenPavel Cisler2000-10-241-1/+2
* Fixed bug 1945, Image viewer component does not display XPMs Fixed bugGene Z. Ragan2000-10-241-16/+1
* Added callback for copy_move operation - to support selecting iconsMike Engber2000-10-244-9/+133
* Fixed 3568: Bonobo verbs and data leak when menus rebuiltJohn Sullivan2000-10-232-9/+45
* made the updates section of the summary use the new, image-based tabs.Andy Hertzfeld2000-10-231-1/+1
* added image-based tabs to the summary view. Also, fixed problem where theAndy Hertzfeld2000-10-233-0/+993
* Made timed-wait dialog remember the dialog. Was being triggered during aMichael Fleming2000-10-221-1/+13
* at Arlo's urging, I removed the emblem scale pinning that was added lastAndy Hertzfeld2000-10-211-17/+11
* Fix for bug 1768, to put a hard limit on the number of files for PR2. WeRebecca Schulman2000-10-204-8/+48
* Fixed bug 3805, Nautilus tries to parse text files on the desktop as XML.Gene Z. Ragan2000-10-201-2/+14
* Moved some shared Makefile stuff to a shared include file so we don't useDarin Adler2000-10-202-19/+13
* Fixed bug 3902 (Some search results do not have fileJohn Sullivan2000-10-201-3/+4
* Moved here from libnautilus-extensions; bunches of cleanup to matchMaciej Stachowiak2000-10-203-505/+0
* Add new eazel-install: icon for Arlo and make the icon factory use itRobey Pointer2000-10-201-1/+1
* Fixed bug 2948, list view does not prelight under cursor when draggingGene Z. Ragan2000-10-202-12/+90
* Do some routine housekeeping that will help make the futureDarin Adler2000-10-1912-48/+45
* * libnautilus-extensions/nautilus-icon-container.c:Mike Engber2000-10-192-1/+72
* Fixed some cases where the error message for why aJohn Sullivan2000-10-191-0/+1
* Tweak to previous checkin, use "? bytes" instead of just "?" for unreadableJohn Sullivan2000-10-191-1/+1
* Fixed bugzilla bug 3648 (not clear what "xxx" underJohn Sullivan2000-10-191-7/+13
* Ooops, fix a stupid mistake in my last checkin that broke file changePavel Cisler2000-10-191-1/+1
* Fixed bug 3705, Bookmark icons do not appear in the menu itemGene Z. Ragan2000-10-194-5/+56
* Fix new incompatability with gnome-vfs (EOF is now an "error").Robey Pointer2000-10-191-4/+12
* Clean up calls to gnome_vfs_extract_short_name, remove explicit unescapingPavel Cisler2000-10-184-31/+28
* Fixed bugzilla.eazel.com bugs 2222, 3177, 3468, 3650, 3788Maciej Stachowiak2000-10-189-273/+254
* Use calls by new names.Darin Adler2000-10-181-19/+33
* Remove the fixed font from the list of available fonts. Its a bad one toRamiro Estrugo2000-10-181-1/+0
* Add new function to only measure a string without doing all the renderingRamiro Estrugo2000-10-181-21/+15
* Use gdk_fontset_load() instead of gdk_font_load() to make i18n workRamiro Estrugo2000-10-184-6/+8