summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Added icon stretching and did some cleanups.Darin Adler2000-02-167-158/+201
* added logic to break the title in the index panel into two lines so it canAndy Hertzfeld2000-02-165-60/+151
* gtk_quit_add_destroy the NautilusWindow at level 1, so that we can cleanMaciej Stachowiak2000-02-165-0/+5
* sink and ref the notebook and unref in the destructor, so it getsMaciej Stachowiak2000-02-165-5/+18
* Added displacement offset for popup menus, so that the first item does'ntRamiro Estrugo2000-02-156-7/+26
* Moved NautilusBookmark from src/ to libnautilus/, in anticipation of using it inJohn Sullivan2000-02-154-360/+1
* Added small icons to the Back and Forward context menus. Made window back andJohn Sullivan2000-02-1515-236/+300
* improved index tab resize code by not considering the last one if it'sAndy Hertzfeld2000-02-152-6/+12
* first cut at annotation metaviewAndy Hertzfeld2000-02-151-1/+2
* First checkin for right-click menus on the Back and Forward buttons. They work,John Sullivan2000-02-156-14/+503
* Handle the case where you try to make a NautilusDirectory object forDarin Adler2000-02-147-847/+729
* Redid the icon factory to fix a few things:Darin Adler2000-02-142-2/+2
* Quick fixes to some NULL-dereference problems in new index title code;John Sullivan2000-02-144-19/+69
* fixed warning about measuring NULL string that Elliot pointed outAndy Hertzfeld2000-02-142-0/+6
* Revert. More work.Elliot Lee2000-02-142-10/+0
* made index panel display "notes" from metadata if present, made it useAndy Hertzfeld2000-02-145-6/+75
* made a new class, nautilus-index-title, to display the icon, title andAndy Hertzfeld2000-02-148-336/+824
* made tabs layout more dynamic, fitting as many as we can per row insteadAndy Hertzfeld2000-02-135-79/+150
* removed Elliot's weird hack where the size of the index panel would varyAndy Hertzfeld2000-02-125-40/+35
* finally installed the new metaview UI in the index panelAndy Hertzfeld2000-02-127-111/+89
* Made right-clicking select the clicked item before popping up the menu; alsoJohn Sullivan2000-02-111-1/+1
* If an empty string is passed for a status string, just unset it all. If weElliot Lee2000-02-117-10/+75
* Stored pointers to all buttons & menu items that are accessed later; fixedJohn Sullivan2000-02-1110-40/+150
* Enabled "Open" and added "Open in New Window" context menu items; addedJohn Sullivan2000-02-1119-66/+404
* added code to hide the active metaview when the title tab is clicked uponAndy Hertzfeld2000-02-1110-22/+159
* made clicking on tabs activate the proper view, improved tab drawing andAndy Hertzfeld2000-02-117-125/+401
* Check GTK_OBJECT_DESTROYTED to handle the case of a view thatDarin Adler2000-02-112-2/+2
* Set hpaned position for Darin's sanity. Handle view loading failureElliot Lee2000-02-117-20/+39
* Fix so it doesn't try to create a GC when hit testing a tab. This gets ridDarin Adler2000-02-112-86/+86
* Icon-text-choosing window now supports "owner", "group", and "permissions".John Sullivan2000-02-111-0/+6
* Add "Bonobo" to list of log domains to catch.Elliot Lee2000-02-107-27/+57
* finished hit-testing and made it activate the appropriate metaview whenAndy Hertzfeld2000-02-105-54/+114
* more work on index panel, improved tab positioning, started on tabAndy Hertzfeld2000-02-108-147/+280
* After talking to John, removed the asserts from both of these routines.Darin Adler2000-02-101-10/+2
* Fixed assertion failure Andy found in icon-text window.John Sullivan2000-02-102-33/+19
* Some more icon-text tweaks: UI now prevents multiple lines with same attribute;John Sullivan2000-02-102-46/+105
* Reworked the canvas item class used by the iconDarin Adler2000-02-102-0/+4
* In notify_location_change, send progress back (because the Bonobo control,Elliot Lee2000-02-106-102/+136
* To avoid a bug which caused parts of the destroy function calling chain toMaciej Stachowiak2000-02-101-37/+11
* Reworked the canvas item class used by the iconDarin Adler2000-02-103-39/+23
* Fixed assertion failure Andy found in icon-text window.John Sullivan2000-02-101-2/+0
* Implement truncate. Use GINT_TO_POINTER and GPOINTER_TO_INT macros forElliot Lee2000-02-101-3/+3
* more work on the new index tabs; they draw properly now, but they're stillAndy Hertzfeld2000-02-095-32/+245
* Tweak appearance of icon-text window.John Sullivan2000-02-091-3/+15
* Finished first decent UI for icon-text choosing.John Sullivan2000-02-096-83/+325
* Turned -Werror back on.John Sullivan2000-02-082-0/+8
* Don't segfault if an error occurs while loading the start page.Elliot Lee2000-02-082-2/+2
* Add support for FMDirectoryView subclasses to add additional background contextJohn Sullivan2000-02-088-42/+431
* new class for the tabs in the index panel. It's still incomplete and notAndy Hertzfeld2000-02-085-2/+729
* Include the .idl files of other modules that we use. Define -D_REENTRANT,Elliot Lee2000-02-072-3/+5