| Commit message (Expand) | Author | Age | Files | Lines |
* | Hand tuned icons for multiple resolutions. | Darin Adler | 2000-02-18 | 1 | -0/+73 |
* | forgot to commit this | Jonathan Blandford | 2000-02-18 | 1 | -0/+6 |
* | Fixed a confusing typo. | John Sullivan | 2000-02-17 | 1 | -1/+1 |
* | made the title in the index panel be above the additional info, which | Andy Hertzfeld | 2000-02-17 | 1 | -0/+8 |
* | Show the stinking tree. :) | Elliot Lee | 2000-02-17 | 1 | -0/+4 |
* | Change empty directory string from "empty" to "0 items". | John Sullivan | 2000-02-17 | 1 | -0/+7 |
* | Fix the GOAD ID for help index. Add help index. To avoid a warning in case | Elliot Lee | 2000-02-17 | 1 | -0/+12 |
* | Fixups for VFS usage. Search info path for files. | Elliot Lee | 2000-02-16 | 1 | -0/+3 |
* | Fix warning. Update for Bonobo UIH changes. Update repo ID for Bonobo | Elliot Lee | 2000-02-16 | 1 | -0/+11 |
* | Added icon stretching and did some cleanups. | Darin Adler | 2000-02-16 | 1 | -3/+87 |
* | added logic to break the title in the index panel into two lines so it can | Andy Hertzfeld | 2000-02-16 | 1 | -0/+8 |
* | gtk_quit_add_destroy the NautilusWindow at level 1, so that we can clean | Maciej Stachowiak | 2000-02-16 | 1 | -0/+4 |
* | sink and ref the notebook and unref in the destructor, so it gets | Maciej Stachowiak | 2000-02-16 | 1 | -0/+9 |
* | Pay attention to the GnomeVFSFileInfo flags to determine whether to read | Elliot Lee | 2000-02-16 | 1 | -0/+9 |
* | History metaview now lists all locations visited in this session, from most | John Sullivan | 2000-02-16 | 1 | -0/+24 |
* | Added small icons to history metaview. | John Sullivan | 2000-02-15 | 1 | -1/+20 |
* | Added styleguide. | Ramiro Estrugo | 2000-02-15 | 1 | -0/+6 |
* | Added displacement offset for popup menus, so that the first item does'nt | Ramiro Estrugo | 2000-02-15 | 1 | -0/+13 |
* | Added modules blurb to HACKING file. | Ramiro Estrugo | 2000-02-15 | 1 | -0/+6 |
* | Moved NautilusBookmark from src/ to libnautilus/, in anticipation of using it in | John Sullivan | 2000-02-15 | 1 | -0/+15 |
* | Added small icons to the Back and Forward context menus. Made window back and | John Sullivan | 2000-02-15 | 1 | -0/+37 |
* | improved index tab resize code by not considering the last one if it's | Andy Hertzfeld | 2000-02-15 | 1 | -0/+6 |
* | fixed notes component by initializing gnome-vfs, changed metadata type to | Andy Hertzfeld | 2000-02-15 | 1 | -0/+8 |
* | first cut at annotation metaview | Andy Hertzfeld | 2000-02-15 | 1 | -0/+17 |
* | First checkin for right-click menus on the Back and Forward buttons. They work, | John Sullivan | 2000-02-15 | 1 | -0/+32 |
* | Undo the cast. | Darin Adler | 2000-02-14 | 1 | -0/+7 |
* | Need a cast in here so people can build while I wait for the OK from | Darin Adler | 2000-02-14 | 1 | -1/+10 |
* | Use GPOINTER_TO_UINT() instead of a manual cast. | Elliot Lee | 2000-02-14 | 1 | -0/+3 |
* | Handle the case where you try to make a NautilusDirectory object for | Darin Adler | 2000-02-14 | 1 | -0/+17 |
* | Redid the icon factory to fix a few things: | Darin Adler | 2000-02-14 | 1 | -13/+44 |
* | Quick fixes to some NULL-dereference problems in new index title code; | John Sullivan | 2000-02-14 | 1 | -0/+45 |
* | Send status strings for now, until nautilus knows how to generate them | Elliot Lee | 2000-02-14 | 1 | -0/+5 |
* | fixed warning about measuring NULL string that Elliot pointed out | Andy Hertzfeld | 2000-02-14 | 1 | -0/+5 |
* | Revert. More work. | Elliot Lee | 2000-02-14 | 1 | -0/+4 |
* | made index panel display "notes" from metadata if present, made it use | Andy Hertzfeld | 2000-02-14 | 1 | -0/+11 |
* | made a new class, nautilus-index-title, to display the icon, title and | Andy Hertzfeld | 2000-02-14 | 1 | -1/+14 |
* | made tabs layout more dynamic, fitting as many as we can per row instead | Andy Hertzfeld | 2000-02-13 | 1 | -0/+9 |
* | made it no longer use a drag shadow rectangle when dragging a single item | Andy Hertzfeld | 2000-02-12 | 1 | -0/+5 |
* | removed Elliot's weird hack where the size of the index panel would vary | Andy Hertzfeld | 2000-02-12 | 1 | -0/+7 |
* | finally installed the new metaview UI in the index panel | Andy Hertzfeld | 2000-02-12 | 1 | -6/+19 |
* | Made right-clicking select the clicked item before popping up the menu; also | John Sullivan | 2000-02-11 | 1 | -0/+20 |
* | If an empty string is passed for a status string, just unset it all. If we | Elliot Lee | 2000-02-11 | 1 | -0/+5 |
* | Stored pointers to all buttons & menu items that are accessed later; fixed | John Sullivan | 2000-02-11 | 1 | -0/+20 |
* | Enabled "Open" and added "Open in New Window" context menu items; added | John Sullivan | 2000-02-11 | 1 | -0/+70 |
* | added code to hide the active metaview when the title tab is clicked upon | Andy Hertzfeld | 2000-02-11 | 1 | -0/+9 |
* | made clicking on tabs activate the proper view, improved tab drawing and | Andy Hertzfeld | 2000-02-11 | 1 | -0/+9 |
* | Removed : from the list of line-breaking characters to preserve time formatting. | John Sullivan | 2000-02-11 | 1 | -0/+6 |
* | Set hpaned position for Darin's sanity. Handle view loading failure | Elliot Lee | 2000-02-11 | 1 | -0/+6 |
* | Check GTK_OBJECT_DESTROYTED to handle the case of a view that | Darin Adler | 2000-02-11 | 1 | -0/+6 |
* | Fix so it doesn't try to create a GC when hit testing a tab. This gets rid | Darin Adler | 2000-02-11 | 1 | -8/+15 |