summaryrefslogtreecommitdiff
path: root/src/nautilus-sidebar.c
Commit message (Expand)AuthorAgeFilesLines
* Storage leak fixes. Today I concentrated on leaks that happenDarin Adler2000-09-231-1/+1
* Fixed bug 3236 (Window titles are indistinguishable in taskbar)John Sullivan2000-09-221-3/+3
* Fixed bug 2090, Sidebar panel shrinks when back from text or image view toGene Z. Ragan2000-09-211-2/+3
* Fixed bug 3019, renaming special icons should be impossible or harmless.Gene Z. Ragan2000-09-191-2/+1
* fix bug 2685. the fix is a 3 liner. evil gtk.Mathieu Lacage2000-09-121-0/+4
* Fixed bug 2317 (Right-click on sidebar uses menu items inJohn Sullivan2000-09-111-4/+5
* opps. remove debugging output. still a lot left in theMathieu Lacage2000-09-081-2/+0
* Moves the tree view to the new standard way of dnd. This now makes itMathieu Lacage2000-09-081-0/+2
* fixed bug 1246, by moving the sidebar event initialization code from theAndy Hertzfeld2000-09-081-0/+3
* Changed all nautilus dialog calls to take a window titleJohn Sullivan2000-09-011-3/+15
* Added more bug numbers to FIXMEs. 77 to go. I am exhaustedJohn Sullivan2000-08-291-4/+4
* Some FIXME work. Removed some obsolete FIXMEs, and addedJohn Sullivan2000-08-281-4/+0
* Moved functions to gnome-vfs.Darin Adler2000-08-251-14/+17
* fixed bugs 643 and 605, by not allowing multiple uris or remote images toAndy Hertzfeld2000-08-221-4/+21
* Add a evil hack to keep track of background changes. I have a better fixRamiro Estrugo2000-08-211-1/+1
* Second cut at syncing our desktop background with GNOME's (bug 1047) NowMike Engber2000-08-151-3/+3
* fixed "hole" in the arlo sidebar tabs by using composite instead of copyAndy Hertzfeld2000-08-121-2/+4
* Made copyright headers consistent in style; also made sure to refer toMaciej Stachowiak2000-08-111-5/+8
* Use the new application registry api. Also remove the hack for "merging"George Lebl2000-08-091-3/+6
* Fix bug 1941 -- Context menus need to be clicked twice.Pavel Cisler2000-08-071-1/+2
* Fixed bug 1908: Title in sidebar vanishes on theme change.John Sullivan2000-08-041-40/+35
* Finished rest of bug 762 (Framework for dealing withJohn Sullivan2000-07-311-0/+6
* made directory backgrounds interpret "./" when building background uri soAndy Hertzfeld2000-07-291-3/+7
* Change include style from <libtrilobite/xxx.h> to "xxx.h" to fix theDarin Adler2000-07-191-7/+12
* Changed history list to include a separate position field instead ofDarin Adler2000-07-111-7/+3
* made the text color in the sidebar label and tabs automatically chooseAndy Hertzfeld2000-07-091-2/+10
* fixed long-standing bug where the sidebar tabs would display the wrongAndy Hertzfeld2000-07-061-4/+7
* added a new theme for Arlo; added a "combine mode to nautilus backgroundAndy Hertzfeld2000-06-301-1/+12
* connected directory backgrounds up to the theming mechanism, and madeAndy Hertzfeld2000-06-291-13/+21
* Changed to use new call that's for receiving dropped images.Darin Adler2000-06-281-59/+46
* Added a couple of NULL uri checks to get us cleanly past the case whereJohn Sullivan2000-06-281-2/+6
* added theme framework so clients can access theme data and made theAndy Hertzfeld2000-06-281-44/+17
* made convenience routine nautilus_is_remote_uri and removed similar codeAndy Hertzfeld2000-06-281-10/+10
* made the sidebar draw the background determined by the current theme whenAndy Hertzfeld2000-06-271-8/+117
* fixed sidebar theming by adding a gtk_signal_handler_block_by_func callAndy Hertzfeld2000-06-271-0/+10
* Removed a bunch of incorrect calls to bonobo_object_unref. An error in theDarin Adler2000-06-271-1/+1
* Fixed use of hash table in here. The old code would destroy the wrong key.Darin Adler2000-06-261-2/+4
* implemented an xml-based general theme mechanism, and used it for theAndy Hertzfeld2000-06-261-8/+108
* made tapping on the splitter show or hide the sidebarAndy Hertzfeld2000-06-231-1/+1
* added sidebar panel enable/disable to sidebar context menuAndy Hertzfeld2000-06-221-0/+96
* added a context menu to the sidebar with a reset background item, and alsoAndy Hertzfeld2000-06-221-0/+47
* New generated files that needed to be ignored.Darin Adler2000-06-161-7/+20
* Convert a bunch of illegal mime types "special/*" to legal equivalents.Pavel Cisler2000-06-161-1/+1
* Task 1057: Terminal-based programs should open into a new terminal windowMaciej Stachowiak2000-06-131-6/+12
* various clean-ups for the link set configuration windowAndy Hertzfeld2000-06-131-1/+1
* made it reload the appropriate window after installing or removing a linkAndy Hertzfeld2000-06-121-1/+1
* made link set install and remove really work, and added a link setAndy Hertzfeld2000-06-121-0/+78
* corrected scale factor used for vector icons, and updated the icons in theAndy Hertzfeld2000-06-111-5/+5
* Move the nautilus-widgets classes to libnautilus-extensions.Ramiro Estrugo2000-06-101-1/+1
* Added NAUTILUS_PREFIX so we can locate our installed files correctlyDarin Adler2000-06-091-47/+49