summaryrefslogtreecommitdiff
path: root/libnautilus
Commit message (Expand)AuthorAgeFilesLines
...
* fixed bug where icons were horizontally mis-positioned after dragging;Andy Hertzfeld2000-01-311-1/+3
* Added convenience functions for getting/setting boolean & integer metadata.John Sullivan2000-01-312-0/+132
* NautilusDirectory is now in charge of loading directories.Darin Adler2000-01-302-29/+220
* Put #defines for all metadata keys into new central location.John Sullivan2000-01-302-0/+41
* made fonts scale according to zoom level enabled/disabled zoom items inAndy Hertzfeld2000-01-303-12/+28
* made the shadow rectangles track the icons properly by adding the centerAndy Hertzfeld2000-01-281-1/+6
* Added icons to bookmarks menu & window; cleaned up some zoom code; fixed a fewJohn Sullivan2000-01-284-28/+34
* made icons be centered properlyAndy Hertzfeld2000-01-283-22/+43
* Renamed FMIconCache to NautilusIconFactory and moved it to libnautilus.John Sullivan2000-01-275-0/+1208
* fixed dragging when zoomed by scaling the pixbuf and offsets whenAndy Hertzfeld2000-01-271-6/+43
* made it position things better when zoomed by multiplying byAndy Hertzfeld2000-01-271-3/+3
* Finished this round of sorting architecture improvements; list view now handlesJohn Sullivan2000-01-271-4/+4
* Add components/help/converters/* makefiles. Check for NULL directoryElliot Lee2000-01-271-0/+3
* made it respect the scale factor by removing code fromAndy Hertzfeld2000-01-271-30/+4
* hooked up zooming to the background context menuAndy Hertzfeld2000-01-273-1/+50
* Fixed a bug that was causing some icons to not get selected or unselectedDarin Adler2000-01-274-292/+12
* Some work towards changing the file-sorting framework.John Sullivan2000-01-262-4/+166
* Link to $(BONOBO_LIBS) Include <string.h> to get prototype for memset.Elliot Lee2000-01-262-0/+5
* Build with the recent Bonobo global renaming, and Havoc's changes. A patchMaciej Stachowiak2000-01-2614-151/+155
* made the drag shadow have the same dimensions as the dragged objectAndy Hertzfeld2000-01-261-7/+9
* Fixed an assert I missed.Darin Adler2000-01-261-1/+0
* Added interface to get a NautilusFile for a specific file rather than aDarin Adler2000-01-266-36/+123
* A few cleanups to file-date-as-string code.John Sullivan2000-01-261-24/+16
* first cut at making small images (<10K) show as themselves. also, cleanedAndy Hertzfeld2000-01-261-10/+37
* disabled icon centering code that was causing glitchy updatesAndy Hertzfeld2000-01-261-1/+2
* Redid drag code so that it will work if there are multiple windowsDarin Adler2000-01-256-204/+197
* Better text for date column in list view.John Sullivan2000-01-255-9/+216
* icons are now drawn with a custom canvas item instead of with a group.Andy Hertzfeld2000-01-256-109/+976
* 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