summaryrefslogtreecommitdiff
path: root/libnautilus-extensions
Commit message (Expand)AuthorAgeFilesLines
* Quick fixes to some NULL-dereference problems in new index title code;John Sullivan2000-02-141-0/+3
* made index panel display "notes" from metadata if present, made it useAndy Hertzfeld2000-02-141-4/+10
* made it no longer use a drag shadow rectangle when dragging a single itemAndy Hertzfeld2000-02-121-0/+4
* Made right-clicking select the clicked item before popping up the menu; alsoJohn Sullivan2000-02-112-0/+10
* Stored pointers to all buttons & menu items that are accessed later; fixedJohn Sullivan2000-02-111-2/+3
* Removed : from the list of line-breaking characters to preserve time formatting.John Sullivan2000-02-111-1/+1
* Icon-text-choosing window now supports "owner", "group", and "permissions".John Sullivan2000-02-111-3/+113
* Sort directories by item count when sorting by size.John Sullivan2000-02-101-5/+57
* Quick hack to get item counts showing for directory sizes.John Sullivan2000-02-101-5/+55
* Reworked the canvas item class used by the iconDarin Adler2000-02-101-8/+11
* Some more icon-text tweaks: UI now prevents multiple lines with same attribute;John Sullivan2000-02-101-6/+65
* Implement truncate.Elliot Lee2000-02-101-1/+2
* In notify_location_change, send progress back (because the Bonobo control,Elliot Lee2000-02-103-0/+466
* Reworked the canvas item class used by the iconDarin Adler2000-02-109-896/+640
* Add assert to try and catch the 'man:ls' bug...Elliot Lee2000-02-091-0/+1
* Finished first decent UI for icon-text choosing.John Sullivan2000-02-091-14/+36
* Add support for FMDirectoryView subclasses to add additional background contextJohn Sullivan2000-02-082-6/+24
* Include the .idl files of other modules that we use. Define -D_REENTRANT,Elliot Lee2000-02-071-1/+2
* Build converters. Stop installing the now-unneeded .schemes file.Elliot Lee2000-02-071-0/+2
* Zooming now shows different pieces of text for each icon at different zoomJohn Sullivan2000-02-043-21/+53
* More groundwork for displaying more textual info under icons at higher zoomJohn Sullivan2000-02-035-16/+50
* Changed icon scaling back to ART_FILTER_BILINEAR again after jrb and federicoJohn Sullivan2000-02-031-6/+2
* Fixed bug where scaled icons in list view were nearly black by revertingJohn Sullivan2000-02-022-44/+103
* If an error happens, we need to reset the location bar to currentElliot Lee2000-02-013-3/+3
* Fixed bug where extra item appeared at each reload or view switch.John Sullivan2000-02-011-23/+26
* Changed the icon factory interface in a few ways: 1) There's no longer aDarin Adler2000-02-016-79/+325
* Fixed bug where Select All in list view didn't put selection info in status bar.John Sullivan2000-02-011-2/+17
* Oops. Spelled it wrong.Darin Adler2000-01-311-1/+1
* Started work on icon stretching. In the process, I am doing someDarin Adler2000-01-315-447/+471
* made the keyboard selection rectangle work again, not as a separate canvasAndy Hertzfeld2000-01-313-27/+34
* Now saves/restores zoom level, and (in list view) sort column & direction.John Sullivan2000-01-311-0/+4
* Changed it to not attempt to create a GC just to measure the text. ThisDarin Adler2000-01-3118-413/+330
* 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