summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-list.c
Commit message (Expand)AuthorAgeFilesLines
* Turned a pair of FIXMEs into comments explaining why there's no need toJohn Sullivan2000-10-021-5/+6
* Bonobo objects own themselves, so we should not do a ref/sink on them.Darin Adler2000-09-281-3/+3
* Fixed bug 1010 (delay between when an item gets selectedJohn Sullivan2000-09-281-5/+4
* Fixed bug bug 3264 (Tree view shows no branches for directories,Darin Adler2000-09-261-1/+1
* Storage leak fixes. Today I concentrated on leaks that happenDarin Adler2000-09-231-3/+0
* Fixed bug 2213 (Shouldn't be able to drop files intoJohn Sullivan2000-09-181-7/+26
* fix bug 2874 remove color/background/emblem dnd from the tree view. addMathieu Lacage2000-09-161-17/+33
* Fixed part of bug 1537 (double-clicking in single-clickJohn Sullivan2000-09-131-5/+2
* Fixed bug 1649 (keyboard focus stays in location bar whenJohn Sullivan2000-09-121-0/+5
* port to new shared function. port to new shared function. add a newMathieu Lacage2000-09-091-21/+70
* fix bug 2417. cursor is now updated. remove debugging output.Mathieu Lacage2000-09-091-12/+0
* add support for NautilusDragInfo. add new scroll calculation fucntion.Mathieu Lacage2000-09-071-0/+82
* First work toward bug 2353, fixes bug 2570, 1289Mathieu Lacage2000-09-071-87/+197
* Fix all the warnings -Wuninitialized found. Quite a number of them werePavel Cisler2000-09-051-3/+2
* * cut-n-paste-code/widgets/nautilus-druid/nautilus-druid-page-standJohn Sullivan2000-08-291-6/+7
* Made the type-select mechanism for list and icon views not eat alt-keyJohn Sullivan2000-08-241-2/+2
* More work on bug 1653 (new menu layout). Now there's aJohn Sullivan2000-08-241-1/+5
* Checked in this patch from Ken Kocienda, which fixesJohn Sullivan2000-08-231-1/+2
* Finished bug 1750 ("Reveal in New Window" feature forJohn Sullivan2000-08-211-6/+25
* More of the implementation of all the trash functions. About 1/3 done now.Darin Adler2000-08-161-14/+13
* Fixed bug 2172 (Need to support right-button-dragging inJohn Sullivan2000-08-161-54/+145
* Fixed bug 2159 (crash when trying to drag a selected itemJohn Sullivan2000-08-151-7/+10
* Fixed bugs 1985 and 1986 (infinite loops using Mozilla). Both wereDarin Adler2000-08-071-2/+2
* Call gtk_widget_draw on the title widget. This fixes the problem where theGeorge Lebl2000-08-071-0/+12
* use G_GINT64_CONSTANT instead of LL to be more "alpha clean"George Lebl2000-08-071-5/+7
* Only bugfixes so I suspect I'm allowed to check these in.George Lebl2000-08-041-0/+1
* Added a declaration to work around a bug or version issue that someDarin Adler2000-08-041-1/+0
* Update the colors before each draw to deal with background color changes.Pavel Cisler2000-07-181-1/+4
* Made it so that the actual sort column is properly higlighted rather thanPavel Cisler2000-07-181-50/+17
* Fix a number of problems in nautilus_list_clear_from_row. Tweak thePavel Cisler2000-07-181-44/+31
* Rework more of NautilusList drawing. Added nautilus_list_draw andPavel Cisler2000-07-171-10/+178
* More work on list view look. Make the colors be derived from the currentPavel Cisler2000-07-151-27/+57
* Work in progress on new list view look. Allocate GdkGCs needed to draw thePavel Cisler2000-07-141-67/+148
* Fix typo Fix srcdir != builddir:Elliot Lee2000-07-131-0/+2
* Fixed 1095 - need to draw dragged icon when dragging from list view.Pavel Cisler2000-07-061-14/+21
* libnautilus-extensions/nautilus-icon-container.c, Implement missingRamiro Estrugo2000-07-051-40/+4
* Did most of bug 1371: Implemented a drop context menu that allows users toPavel Cisler2000-07-051-2/+3
* Fixed 1215 - inter-volume move now removes the source files. Made it soPavel Cisler2000-07-051-1/+6
* Start adding support for dislaying dragged icon while dragging in a listPavel Cisler2000-07-031-6/+41
* Got rid of the crufty old way drag&drop motion used to handle updating thePavel Cisler2000-06-291-2/+4
* Rewrite draw_row introducing draw_cell and splitting up the drawing codePavel Cisler2000-06-191-537/+539
* Fixed bug where dropping colors into list view crashed by settingJohn Sullivan2000-06-091-0/+2
* Fixed bugs related to selection and activation in directoryJohn Sullivan2000-06-091-13/+50
* Fix a memory thrasher Darin and John were running into.Pavel Cisler2000-06-081-1/+0
* Final batch (for now) of adding bug numbers to FIXMEs.John Sullivan2000-06-071-1/+1
* Task 518. Support for changing preferecens individuallyRamiro Estrugo2000-06-021-3/+3
* Fixed a problem where gtk_drag_begin was being called repetitively. MadePavel Cisler2000-06-021-15/+20
* Move more code from nautilus-icon-dnd.c to the common nautilus-drag.c. AddPavel Cisler2000-06-021-35/+27
* More list view drag&drop work. Move more code from nautilus-icon-dnd.c toPavel Cisler2000-06-021-17/+38
* More drag&drop support calls shared between list and icon view.Pavel Cisler2000-05-301-2/+32