| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up calls to gnome_vfs_extract_short_name, remove explicit unescaping | Pavel Cisler | 2000-10-18 | 4 | -31/+28 |
* | Fixed bugzilla.eazel.com bugs 2222, 3177, 3468, 3650, 3788 | Maciej Stachowiak | 2000-10-18 | 9 | -273/+254 |
* | Use calls by new names. | Darin Adler | 2000-10-18 | 1 | -19/+33 |
* | Remove the fixed font from the list of available fonts. Its a bad one to | Ramiro Estrugo | 2000-10-18 | 1 | -1/+0 |
* | Add new function to only measure a string without doing all the rendering | Ramiro Estrugo | 2000-10-18 | 1 | -21/+15 |
* | Use gdk_fontset_load() instead of gdk_font_load() to make i18n work | Ramiro Estrugo | 2000-10-18 | 4 | -6/+8 |
* | Fixed NULL dereference bug Eli was running into in the | John Sullivan | 2000-10-18 | 1 | -0/+6 |
* | Oops. Canvas items are not widgets, although they ref. count in a similar | Darin Adler | 2000-10-18 | 1 | -3/+3 |
* | Fix reentrancy problem. | Darin Adler | 2000-10-18 | 1 | -0/+7 |
* | Fixed a bunch of FIXMEs now that I "get" widget ref. counting. | Darin Adler | 2000-10-18 | 1 | -15/+16 |
* | Fix assert introduced with my last check-in. | Darin Adler | 2000-10-17 | 1 | -29/+82 |
* | Fix assorted bugs which made NautilusFile think the list was never | Maciej Stachowiak | 2000-10-17 | 9 | -314/+196 |
* | Skip the macros directory. | Darin Adler | 2000-10-17 | 5 | -184/+311 |
* | Made "this application can only handle local files" | John Sullivan | 2000-10-17 | 2 | -25/+8 |
* | Fixed bug 3824 (Files in search list have unknown type) | John Sullivan | 2000-10-17 | 1 | -1/+4 |
* | Part of fix to but 2840 - URI parsing works wrong for URIs with # | Pavel Cisler | 2000-10-17 | 1 | -1/+6 |
* | Added a (conditional) line of spam for when load_directory is called to | John Sullivan | 2000-10-17 | 1 | -0/+3 |
* | Finished up Matt Bissiri's earlier checkin for him. Removed the | John Sullivan | 2000-10-16 | 2 | -14/+34 |
* | Changed the search default to the one at Eazel as planned. | Darin Adler | 2000-10-16 | 1 | -2/+2 |
* | Fix 3558 - Nautilus crashes with a specific sequence of icon dragging ... | Pavel Cisler | 2000-10-16 | 2 | -24/+7 |
* | Define the build timestamp only if given in the environment. | Ramiro Estrugo | 2000-10-16 | 2 | -2/+28 |
* | Fix memory leak. | Ramiro Estrugo | 2000-10-16 | 1 | -1/+2 |
* | Add support for line wrappping. | Ramiro Estrugo | 2000-10-16 | 2 | -6/+258 |
* | Fixed an error where I was escaping the wrong item to create a unique verb | Gene Z. Ragan | 2000-10-16 | 1 | -1/+1 |
* | Renamed and changed interface. | Maciej Stachowiak | 2000-10-16 | 2 | -11/+5 |
* | implemented theme indirection for throbbers, so themes can share throbbers | Andy Hertzfeld | 2000-10-15 | 1 | -3/+20 |
* | Added mime-list support (can fetch the list of mime-types in the subdirs | Robey Pointer | 2000-10-14 | 6 | -1/+225 |
* | Work in progress on creating unique ideas for menu items added to the | Gene Z. Ragan | 2000-10-13 | 2 | -11/+17 |
* | Fixed bug 3592 (rename text widget persists after dragging icon) | John Sullivan | 2000-10-13 | 1 | -0/+2 |
* | fixed bug 3711, sidebar says home directory is a "program", by explicitly | Andy Hertzfeld | 2000-10-13 | 1 | -0/+4 |
* | Added some conditionalized debugging spam to help | John Sullivan | 2000-10-13 | 1 | -0/+13 |
* | Fix 3607 and 3639. Both bugs were caused by the same lame typo. | Pavel Cisler | 2000-10-13 | 1 | -1/+1 |
* | new design for the state machine taking into account the new async states. | Mathieu Lacage | 2000-10-13 | 2 | -0/+123 |
* | Change "file" back to "directory" because it was actually part of the | Maciej Stachowiak | 2000-10-12 | 1 | -1/+1 |
* | Music views now update the color of their label text when the background | Mike Engber | 2000-10-12 | 1 | -9/+15 |
* | Fixed two bugs that got in Pavel's and my way as we were testing | Darin Adler | 2000-10-12 | 1 | -11/+21 |
* | Add a FIXME. | Darin Adler | 2000-10-12 | 1 | -4/+36 |
* | Bye bye to directory metadata. (set_metadata_string_in_metafile): don't | Maciej Stachowiak | 2000-10-12 | 10 | -437/+410 |
* | Fix a bug where the drag&drop selection shadow would sometimes run away | Pavel Cisler | 2000-10-12 | 3 | -6/+22 |
* | Use `nautilus_file_get_existing', not `nautilus_file_get', to check if a | Maciej Stachowiak | 2000-10-12 | 12 | -64/+59 |
* | Fix 3406 - Dropped icon doesn't go where you dropped it. There was a lot | Pavel Cisler | 2000-10-12 | 2 | -18/+15 |
* | fixed bug 3627, when an .xpm file is used as an emblem, it shows up as a | Andy Hertzfeld | 2000-10-12 | 1 | -1/+3 |
* | Remove the Undo command. | Darin Adler | 2000-10-11 | 1 | -25/+28 |
* | Tuck id of desktop window in root so other apps can detect when Nautilus | Mike Engber | 2000-10-11 | 3 | -33/+25 |
* | Added a hash table to make access of files by name fast. | Darin Adler | 2000-10-11 | 5 | -154/+229 |
* | Fixed storage leak. (nautilus_bonobo_get_hidden): Fixed bug where an item | Darin Adler | 2000-10-11 | 2 | -150/+104 |
* | New function to set the "tip" property of a bonobo UI component. | Gene Z. Ragan | 2000-10-11 | 2 | -0/+16 |
* | at Arlo's request, added 2 pixels worth of space between the bottom of an | Andy Hertzfeld | 2000-10-11 | 2 | -4/+8 |
* | New function, does the obvious. (nautilus_bonobo_get_hidden): Check for | John Sullivan | 2000-10-11 | 2 | -5/+14 |
* | s2000-10-10 Gene Z. Ragan <gzr@eazel.com> | Gene Ragan | 2000-10-10 | 2 | -38/+85 |