summaryrefslogtreecommitdiff
path: root/libnautilus-extensions
Commit message (Expand)AuthorAgeFilesLines
* Removed bogus warning. Need to do some more work to get dragging workingDarin Adler2000-01-251-44/+23
* Rename "row_popup_menu" and "empty_popup_menu" signals toMaciej Stachowiak2000-01-242-20/+17
* Added a controller object that lets GnomeIconContainerDarin Adler2000-01-2411-468/+488
* Made Shift as well as Control modify the selection, and preventedJohn Sullivan2000-01-241-8/+23
* fix to gnomecanvaspixbufHavoc Pennington2000-01-221-2/+2
* Allocate an extra byte in the buffer, for safety's sake. Fix back/fwdElliot Lee2000-01-211-1/+2
* Started some cleanup of the icon view.Darin Adler2000-01-217-641/+327
* Activate on single-click in list view.John Sullivan2000-01-211-13/+58
* disabled the pernicious call to relayout in size_allocate, at leastAndy Hertzfeld2000-01-211-2/+4
* Fixed double free that was causing lots of nasty errors in the fileDarin Adler2000-01-212-1/+33
* Moved fields inside private details structure.John Sullivan2000-01-202-45/+52
* Fixed a bug where dragging an icon would cause the "kbd_selected" icon toDarin Adler2000-01-202-2/+3
* fix warning.Jonathan Blandford2000-01-201-1/+1
* Async notification of navinfo - now we just need an async get_file_infoElliot Lee2000-01-201-2/+0
* Store icon positions as "x,y" in ICON_POSITION instead ofDarin Adler2000-01-202-13/+203
* Made backgrounds work better in the list view. Gradients stillDarin Adler2000-01-201-9/+10
* Fix segfault when viewing a directory without a metafile.Darin Adler2000-01-201-0/+2
* The list view now has a background color just like theDarin Adler2000-01-204-61/+62
* Icon positions are now written out when you drag an icon,Darin Adler2000-01-195-34/+251
* After Andy explained his change to me, I realized that it would alwaysDarin Adler2000-01-191-34/+47
* Allow changing the background of the icon view by dropping colorsDarin Adler2000-01-1912-156/+266
* made icons centered with respect to the textAndy Hertzfeld2000-01-192-5/+12
* Use `gnome_vfs_file_info_unref', not `gnome_vfs_file_info_destroy'.Ettore Perazzoli2000-01-191-8/+0
* don't activate files if the button was held down for too longAndy Hertzfeld2000-01-192-8/+16
* Initialize before using.Miguel de Icaza2000-01-181-2/+2
* made reading metafile from directory where we don't have write permissionsAndy Hertzfeld2000-01-181-1/+1
* *** empty log message ***Andy Hertzfeld2000-01-181-1/+0
* Since the prototypes for GtkObjectInitFunc and GtkClassInitFunc just haveElliot Lee2000-01-184-12/+15
* Added first cut at code to put metafiles in the user's home directory ifDarin Adler2000-01-185-49/+340
* made dragging work right by rendering a pixbuf to a pixmap and mask toAndy Hertzfeld2000-01-172-36/+12
* made the dragging code set up an image of the canvas item being draggedAndy Hertzfeld2000-01-171-11/+39
* made single-click open work made dragging to desktop workAndy Hertzfeld2000-01-173-22/+46
* made dragging within a window actually move the canvas item correctly, andAndy Hertzfeld2000-01-161-27/+62
* Turned on gradients for backgrounds.Darin Adler2000-01-142-34/+120
* Added code to load and save metadata.Darin Adler2000-01-147-21/+676
* Defined and deployed macros for signals that must be overridden byJohn Sullivan2000-01-131-0/+41
* Made the index panel use NautilusBackground.Darin Adler2000-01-125-52/+204
* Added nautilus_gtk_signal_connect_free_data, and deployed it.John Sullivan2000-01-112-0/+32
* Reorder code so "context_click" is actually emitted on a button 3 press.Maciej Stachowiak2000-01-111-14/+14
* Renamed from libnautilus/ntl-view-client.c, libnautilus/ntl-view-client.h,Maciej Stachowiak2000-01-108-934/+10
* use libcanvas_pixbufElliot Lee2000-01-101-1/+1
* Added NautilusBackground class, string functions that allow NULL, madeDarin Adler2000-01-1011-67/+722
* Rename NautilusViewClient to NautilusViewFrame, NautilusContentViewClientMaciej Stachowiak2000-01-106-170/+181
* Made there be just one About window, and added a utility function forJohn Sullivan2000-01-073-2/+117
* Moved self-check framework into libnautilus. Added functions so eachDarin Adler2000-01-077-35/+617
* Fix previous commit.Elliot Lee2000-01-061-1/+1
* Relayout when size changes.Elliot Lee2000-01-061-1/+7
* Eliminate gratuitous scroll bars.Elliot Lee2000-01-061-0/+3
* Backed out nautilus-uri-utilities changes from earlier today.John Sullivan2000-01-043-106/+1
* Added self-check framework. Added first bits of code for FMDirectory.Darin Adler2000-01-043-60/+159