summaryrefslogtreecommitdiff
path: root/libnautilus
Commit message (Expand)AuthorAgeFilesLines
* Hooked up the menu item for using the Eazel Theme Icons so people can tryDarin Adler2000-02-183-21/+100
* Made bookmarks display just file/directory name (instead of path) by default;John Sullivan2000-02-183-11/+86
* more work on index panel command buttonsAndy Hertzfeld2000-02-181-4/+4
* implemented command buttons based on mime-types in the index panelAndy Hertzfeld2000-02-183-0/+166
* Hand tuned icons for multiple resolutions.Darin Adler2000-02-185-89/+406
* Change empty directory string from "empty" to "0 items".John Sullivan2000-02-171-1/+1
* Fix the GOAD ID for help index. Add help index. To avoid a warning in caseElliot Lee2000-02-172-1/+9
* Added icon stretching and did some cleanups.Darin Adler2000-02-1617-183/+629
* Pay attention to the GnomeVFSFileInfo flags to determine whether to readElliot Lee2000-02-161-15/+15
* Added displacement offset for popup menus, so that the first item does'ntRamiro Estrugo2000-02-152-4/+58
* Moved NautilusBookmark from src/ to libnautilus/, in anticipation of using it inJohn Sullivan2000-02-153-0/+358
* fixed notes component by initializing gnome-vfs, changed metadata type toAndy Hertzfeld2000-02-151-0/+1
* First checkin for right-click menus on the Back and Forward buttons. They work,John Sullivan2000-02-152-0/+32
* Undo the cast.Darin Adler2000-02-141-1/+1
* Need a cast in here so people can build while I wait for the OK fromDarin Adler2000-02-141-2/+2
* Use GPOINTER_TO_UINT() instead of a manual cast.Elliot Lee2000-02-141-1/+1
* Handle the case where you try to make a NautilusDirectory object forDarin Adler2000-02-141-2/+5
* Redid the icon factory to fix a few things:Darin Adler2000-02-145-435/+573
* Quick fixes to some NULL-dereference problems in new index title code;John Sullivan2000-02-141-0/+3
* made index panel display "notes" from metadata if present, made it useAndy Hertzfeld2000-02-141-4/+10
* made it no longer use a drag shadow rectangle when dragging a single itemAndy Hertzfeld2000-02-121-0/+4
* Made right-clicking select the clicked item before popping up the menu; alsoJohn Sullivan2000-02-112-0/+10
* Stored pointers to all buttons & menu items that are accessed later; fixedJohn Sullivan2000-02-111-2/+3
* Removed : from the list of line-breaking characters to preserve time formatting.John Sullivan2000-02-111-1/+1
* Icon-text-choosing window now supports "owner", "group", and "permissions".John Sullivan2000-02-111-3/+113
* Sort directories by item count when sorting by size.John Sullivan2000-02-101-5/+57
* Quick hack to get item counts showing for directory sizes.John Sullivan2000-02-101-5/+55
* Reworked the canvas item class used by the iconDarin Adler2000-02-101-8/+11
* Some more icon-text tweaks: UI now prevents multiple lines with same attribute;John Sullivan2000-02-101-6/+65
* Implement truncate.Elliot Lee2000-02-101-1/+2
* In notify_location_change, send progress back (because the Bonobo control,Elliot Lee2000-02-103-0/+466
* Reworked the canvas item class used by the iconDarin Adler2000-02-109-896/+640
* Add assert to try and catch the 'man:ls' bug...Elliot Lee2000-02-091-0/+1
* Finished first decent UI for icon-text choosing.John Sullivan2000-02-091-14/+36
* Add support for FMDirectoryView subclasses to add additional background contextJohn Sullivan2000-02-082-6/+24
* Include the .idl files of other modules that we use. Define -D_REENTRANT,Elliot Lee2000-02-071-1/+2
* Build converters. Stop installing the now-unneeded .schemes file.Elliot Lee2000-02-071-0/+2
* Zooming now shows different pieces of text for each icon at different zoomJohn Sullivan2000-02-043-21/+53
* More groundwork for displaying more textual info under icons at higher zoomJohn Sullivan2000-02-035-16/+50
* Changed icon scaling back to ART_FILTER_BILINEAR again after jrb and federicoJohn Sullivan2000-02-031-6/+2
* Fixed bug where scaled icons in list view were nearly black by revertingJohn Sullivan2000-02-022-44/+103
* If an error happens, we need to reset the location bar to currentElliot Lee2000-02-013-3/+3
* Fixed bug where extra item appeared at each reload or view switch.John Sullivan2000-02-011-23/+26
* Changed the icon factory interface in a few ways: 1) There's no longer aDarin Adler2000-02-016-79/+325
* Fixed bug where Select All in list view didn't put selection info in status bar.John Sullivan2000-02-011-2/+17
* Oops. Spelled it wrong.Darin Adler2000-01-311-1/+1
* Started work on icon stretching. In the process, I am doing someDarin Adler2000-01-315-447/+471
* made the keyboard selection rectangle work again, not as a separate canvasAndy Hertzfeld2000-01-313-27/+34
* Now saves/restores zoom level, and (in list view) sort column & direction.John Sullivan2000-01-311-0/+4
* Changed it to not attempt to create a GC just to measure the text. ThisDarin Adler2000-01-3116-403/+328