summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Made installation instructions more friendly.Maciej Stachowiak2000-02-011-6/+16
* Fixed bug where Select All in list view didn't put selection info in status bar.John Sullivan2000-02-014-6/+64
* Oops. Spelled it wrong.Darin Adler2000-01-314-6/+5
* Started work on icon stretching. In the process, I am doing someDarin Adler2000-01-3120-1367/+1472
* made the keyboard selection rectangle work again, not as a separate canvasAndy Hertzfeld2000-01-3110-81/+119
* Now saves/restores zoom level, and (in list view) sort column & direction.John Sullivan2000-01-317-14/+210
* implemented the "select all" command in the context menuAndy Hertzfeld2000-01-315-2/+76
* Update debugging messages. Allow synchronous state changes (needed toElliot Lee2000-01-3113-30/+114
* Changed it to not attempt to create a GC just to measure the text. ThisDarin Adler2000-01-3167-1278/+1065
* fixed bug where icons were horizontally mis-positioned after dragging;Andy Hertzfeld2000-01-314-3/+15
* Added convenience functions for getting/setting boolean & integer metadata.John Sullivan2000-01-317-0/+407
* UndoElliot Lee2000-01-313-6/+2
* g_strdup already checks for NULL parameter - no need.Elliot Lee2000-01-303-2/+6
* NautilusDirectory is now in charge of loading directories.Darin Adler2000-01-3016-341/+974
* Put #defines for all metadata keys into new central location.John Sullivan2000-01-3012-12/+159
* Added can_zoom_in and can_zoom_out, and made item context menu disableJohn Sullivan2000-01-305-38/+251
* made fonts scale according to zoom level enabled/disabled zoom items inAndy Hertzfeld2000-01-3014-53/+147
* made the shadow rectangles track the icons properly by adding the centerAndy Hertzfeld2000-01-284-3/+23
* Added icons to bookmarks menu & window; cleaned up some zoom code; fixed a fewJohn Sullivan2000-01-2820-107/+326
* made icons be centered properlyAndy Hertzfeld2000-01-2810-66/+137
* Renamed FMIconCache to NautilusIconFactory and moved it to libnautilus.John Sullivan2000-01-2722-160/+2609
* Made zooming work in list view.John Sullivan2000-01-275-57/+219
* Remove use of gtk_html_parse() - deprecated in latest GtkHTML.Elliot Lee2000-01-272-1/+4
* fixed dragging when zoomed by scaling the pixbuf and offsets whenAndy Hertzfeld2000-01-274-18/+134
* made it position things better when zoomed by multiplying byAndy Hertzfeld2000-01-274-51/+54
* Finished this round of sorting architecture improvements; list view now handlesJohn Sullivan2000-01-277-187/+167
* Dead again!Darin Adler2000-01-271-9/+0
* Added missing includes to get it to compile.Darin Adler2000-01-276-3/+15
* Made the file manager component statically linked in again. Removed.Maciej Stachowiak2000-01-277-23/+97
* Add components/help/converters/* makefiles. Check for NULL directoryElliot Lee2000-01-2713-7/+55
* made it respect the scale factor by removing code fromAndy Hertzfeld2000-01-274-90/+20
* hooked up zooming to the background context menuAndy Hertzfeld2000-01-2713-10/+228
* *** empty log message ***Darin Adler2000-01-271-0/+21
* Fixed a bug that was causing some icons to not get selected or unselectedDarin Adler2000-01-2714-877/+38
* Some work towards changing the file-sorting framework.John Sullivan2000-01-268-20/+528
* Link to $(BONOBO_LIBS) Include <string.h> to get prototype for memset.Elliot Lee2000-01-267-0/+19
* Build with the recent Bonobo global renaming, and Havoc's changes. A patchMaciej Stachowiak2000-01-2667-621/+657
* Trivial files I'd written before getting stuck on the OAF thing, thatHavoc Pennington2000-01-263-0/+98
* Moved list view sort indicator to left side of right-justified columns.John Sullivan2000-01-262-11/+60
* Some changes towards fixing the architecture for sorting in directory views.John Sullivan2000-01-265-52/+88
* made the drag shadow have the same dimensions as the dragged objectAndy Hertzfeld2000-01-264-21/+34
* Fixed an assert I missed.Darin Adler2000-01-264-3/+7
* Added interface to get a NautilusFile for a specific file rather than aDarin Adler2000-01-2619-108/+390
* A few cleanups to file-date-as-string code.John Sullivan2000-01-263-72/+48
* first cut at making small images (<10K) show as themselves. also, cleanedAndy Hertzfeld2000-01-264-30/+118
* A few cleanups to file-date-as-string code.John Sullivan2000-01-261-0/+6
* disabled icon centering code that was causing glitchy updatesAndy Hertzfeld2000-01-264-3/+11
* Redid drag code so that it will work if there are multiple windowsDarin Adler2000-01-2524-623/+662
* Better text for date column in list view.John Sullivan2000-01-2516-27/+671
* icons are now drawn with a custom canvas item instead of with a group.Andy Hertzfeld2000-01-2519-327/+2950