summaryrefslogtreecommitdiff
path: root/libnautilus
Commit message (Expand)AuthorAgeFilesLines
* added a music view component for displaying directories of mp3 files, andAndy Hertzfeld2000-03-061-1/+2
* added libpng to Makefile.amJonathan Blandford2000-03-031-1/+2
* Don't bomb on a zero-length metafile.Maciej Stachowiak2000-03-031-2/+8
* Icon stretching is now persistent in the metafile, patch from SethMaciej Stachowiak2000-03-037-13/+75
* changed thumbnailing code to use gdk-pixbuf to make the thumbnails andAndy Hertzfeld2000-03-031-27/+183
* fixed bugs in thumbnail stuff by quoting parameters to the scaling commandAndy Hertzfeld2000-03-021-4/+5
* implemented automatic thumbnail creation for large imagesAndy Hertzfeld2000-03-027-18/+224
* made the return key activate all selected iconsAndy Hertzfeld2000-02-251-5/+25
* pin icons to specified size, at least initially, currently set to 80Andy Hertzfeld2000-02-251-1/+31
* Make sure to gnome_vfs_async_cancel our GnomeVFSAsyncHandle before settingMaciej Stachowiak2000-02-251-1/+4
* Improve the error message framework and the specific error messages when a fileJohn Sullivan2000-02-252-0/+48
* implemented delete context menu item. It's still not removing entries fromAndy Hertzfeld2000-02-242-0/+70
* Nautilus was getting an assertion failure on startup, so I weakened theMaciej Stachowiak2000-02-241-1/+1
* Added Nautilus::Zoomable and Nautilus::ZoomableFrame interfaces. New filesMaciej Stachowiak2000-02-243-0/+579
* Some of the underlying work to prepare for emblems on the icons.Darin Adler2000-02-2413-354/+455
* Improved the status text that appears in the file manager after changing theJohn Sullivan2000-02-222-8/+49
* include string.h to avoid warningsElliot Lee2000-02-221-0/+1
* Fixed bug where the Eazel-theme icon for the document reverts toDarin Adler2000-02-223-99/+113
* hi-res versions of the standard gnome folder icon, contributed by KennethAndy Hertzfeld2000-02-221-3/+3
* implemented text in icons feature, for eazel-style icons only also, addedAndy Hertzfeld2000-02-224-6/+105
* Fixed crashes introduced in the course of my reorganization - in one caseMaciej Stachowiak2000-02-223-12/+24
* Made right-click context-menu selection behavior in the file manager moreJohn Sullivan2000-02-214-63/+62
* Don't include <gtk/gtkbin.h>; do include <gtk/gtkwidget.h>.Maciej Stachowiak2000-02-213-3/+3
* Moved fields from object struct to separate private struct.Maciej Stachowiak2000-02-206-213/+258
* Changed NautilusViewFrame to allow creation of `Nautilus::View' objectsMaciej Stachowiak2000-02-2014-345/+438
* Set up the step_increment so the vertical and horizontal scroll bars willDarin Adler2000-02-181-2/+17
* 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