summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* added a music view component for displaying directories of mp3 files, andAndy Hertzfeld2000-03-062-2/+104
* Handle freeing of window->ni in a fancier way to avoid double-freeMaciej Stachowiak2000-03-0512-22/+71
* Turned -Werror back on; it had been accidentally turned off earlier today.John Sullivan2000-03-031-1/+1
* Default to showing help index (it's the parade of the meta views! :).Elliot Lee2000-03-031-3/+4
* Make NautilusApp a factory for ViewWindows.Elliot Lee2000-03-033-10/+76
* Sample content view component. All it does is display the current URI in aMaciej Stachowiak2000-03-032-0/+10
* Icon stretching is now persistent in the metafile, patch from SethMaciej Stachowiak2000-03-031-5/+28
* Pavel as Ramiro Finish my previous checkin.Ramiro Estrugo2000-03-035-30/+0
* Pavel as Ramiro. Fixed a crash in "Open in New Window".Ramiro Estrugo2000-03-0312-7/+26
* Changed gtk_object_unref to bonobo_object_unref to make bonobo happy.John Sullivan2000-03-022-2/+2
* Implement IDL:Nautilus/Application:1.0 interface and NautilusAppElliot Lee2000-03-0223-125/+541
* implemented automatic thumbnail creation for large imagesAndy Hertzfeld2000-03-021-1/+14
* Fixed refcount bug that was preventing content views from being destroyed whenJohn Sullivan2000-02-292-6/+6
* Fixed the last checkin.Maciej Stachowiak2000-02-292-4/+2
* Added an explicit cast to (const char *) to avoid gcc 2.95.2 complaining.Maciej Stachowiak2000-02-292-0/+4
* Moved a bunch of menu-handling code from ntl-window.c toJohn Sullivan2000-02-2811-1408/+643
* Reworked all menu-handling code to do it the BonoboUIHandler way. This willJohn Sullivan2000-02-2822-1127/+1025
* fixed bug where title tab was initially prelitAndy Hertzfeld2000-02-275-0/+8
* made index tabs receive and display dropped colorsAndy Hertzfeld2000-02-277-11/+123
* made the title tab pre-light properlyAndy Hertzfeld2000-02-275-12/+43
* implemented mouse over highliting for the index tabsAndy Hertzfeld2000-02-2612-28/+250
* Susan's new look for the index tabs plus some clean-upsAndy Hertzfeld2000-02-252-160/+130
* Added confirmation dialog to Delete menu item.John Sullivan2000-02-251-3/+65
* Make sure to gnome_vfs_async_cancel our GnomeVFSAsyncHandle before settingMaciej Stachowiak2000-02-253-7/+18
* Improve the error message framework and the specific error messages when a fileJohn Sullivan2000-02-255-81/+214
* implemented delete context menu item. It's still not removing entries fromAndy Hertzfeld2000-02-244-6/+121
* Two non-user-visible changes: (1) wire up history metaview to react to iconJohn Sullivan2000-02-242-2/+8
* Cleanup after bug fix from yesterday; remove use_new_window field fromJohn Sullivan2000-02-245-38/+1
* Changed label of "Open in New Window" menu item to account for number ofJohn Sullivan2000-02-241-8/+15
* Use EOG as the in-line image viewer. You need to have EOG from CVSMaciej Stachowiak2000-02-242-0/+14
* Added `application' readonly attribute. (Application): Renamed attributeMaciej Stachowiak2000-02-2410-65/+400
* Fixed bug where Open in New Window would only open one new window when multipleJohn Sullivan2000-02-244-12/+110
* Some of the underlying work to prepare for emblems on the icons.Darin Adler2000-02-249-979/+888
* Made list view react to icon theme change.John Sullivan2000-02-231-0/+20
* Made go menu, bookmarks menu, and bookmarks window update icons when icon themeJohn Sullivan2000-02-227-35/+73
* Improved the status text that appears in the file manager after changing theJohn Sullivan2000-02-221-19/+117
* Set order of items packed into box. include stdio.h to avoid warnings.Elliot Lee2000-02-223-4/+13
* Why does CVS catch this?Elliot Lee2000-02-221-1/+1
* implemented text in icons feature, for eazel-style icons only also, addedAndy Hertzfeld2000-02-221-1/+38
* Made right-click context-menu selection behavior in the file manager moreJohn Sullivan2000-02-214-81/+110
* Changed NautilusViewFrame to allow creation of `Nautilus::View' objectsMaciej Stachowiak2000-02-203-16/+3
* Hooked up the menu item for using the Eazel Theme Icons so people can tryDarin Adler2000-02-181-10/+50
* Made bookmarks display just file/directory name (instead of path) by default;John Sullivan2000-02-1820-66/+940
* more work on index panel command buttonsAndy Hertzfeld2000-02-183-27/+39
* implemented command buttons based on mime-types in the index panelAndy Hertzfeld2000-02-183-21/+348
* Hand tuned icons for multiple resolutions.Darin Adler2000-02-183-89/+84
* remember strlen (string) + 1 gives you the length necessary to copy aJonathan Blandford2000-02-172-2/+2
* made the title in the index panel be above the additional info, whichAndy Hertzfeld2000-02-172-14/+16
* Fix the GOAD ID for help index. Add help index. To avoid a warning in caseElliot Lee2000-02-1710-20/+31
* Fix warning. Update for Bonobo UIH changes. Update repo ID for BonoboElliot Lee2000-02-168-32/+26