| Commit message (Expand) | Author | Age | Files | Lines |
* | Quick fixes to some NULL-dereference problems in new index title code; | John Sullivan | 2000-02-14 | 1 | -0/+3 |
* | made index panel display "notes" from metadata if present, made it use | Andy Hertzfeld | 2000-02-14 | 1 | -4/+10 |
* | made it no longer use a drag shadow rectangle when dragging a single item | Andy Hertzfeld | 2000-02-12 | 1 | -0/+4 |
* | Made right-clicking select the clicked item before popping up the menu; also | John Sullivan | 2000-02-11 | 2 | -0/+10 |
* | Stored pointers to all buttons & menu items that are accessed later; fixed | John Sullivan | 2000-02-11 | 1 | -2/+3 |
* | Removed : from the list of line-breaking characters to preserve time formatting. | John Sullivan | 2000-02-11 | 1 | -1/+1 |
* | Icon-text-choosing window now supports "owner", "group", and "permissions". | John Sullivan | 2000-02-11 | 1 | -3/+113 |
* | Sort directories by item count when sorting by size. | John Sullivan | 2000-02-10 | 1 | -5/+57 |
* | Quick hack to get item counts showing for directory sizes. | John Sullivan | 2000-02-10 | 1 | -5/+55 |
* | Reworked the canvas item class used by the icon | Darin Adler | 2000-02-10 | 1 | -8/+11 |
* | Some more icon-text tweaks: UI now prevents multiple lines with same attribute; | John Sullivan | 2000-02-10 | 1 | -6/+65 |
* | Implement truncate. | Elliot Lee | 2000-02-10 | 1 | -1/+2 |
* | In notify_location_change, send progress back (because the Bonobo control, | Elliot Lee | 2000-02-10 | 3 | -0/+466 |
* | Reworked the canvas item class used by the icon | Darin Adler | 2000-02-10 | 9 | -896/+640 |
* | Add assert to try and catch the 'man:ls' bug... | Elliot Lee | 2000-02-09 | 1 | -0/+1 |
* | Finished first decent UI for icon-text choosing. | John Sullivan | 2000-02-09 | 1 | -14/+36 |
* | Add support for FMDirectoryView subclasses to add additional background context | John Sullivan | 2000-02-08 | 2 | -6/+24 |
* | Include the .idl files of other modules that we use. Define -D_REENTRANT, | Elliot Lee | 2000-02-07 | 1 | -1/+2 |
* | Build converters. Stop installing the now-unneeded .schemes file. | Elliot Lee | 2000-02-07 | 1 | -0/+2 |
* | Zooming now shows different pieces of text for each icon at different zoom | John Sullivan | 2000-02-04 | 3 | -21/+53 |
* | More groundwork for displaying more textual info under icons at higher zoom | John Sullivan | 2000-02-03 | 5 | -16/+50 |
* | Changed icon scaling back to ART_FILTER_BILINEAR again after jrb and federico | John Sullivan | 2000-02-03 | 1 | -6/+2 |
* | Fixed bug where scaled icons in list view were nearly black by reverting | John Sullivan | 2000-02-02 | 2 | -44/+103 |
* | If an error happens, we need to reset the location bar to current | Elliot Lee | 2000-02-01 | 3 | -3/+3 |
* | Fixed bug where extra item appeared at each reload or view switch. | John Sullivan | 2000-02-01 | 1 | -23/+26 |
* | Changed the icon factory interface in a few ways: 1) There's no longer a | Darin Adler | 2000-02-01 | 6 | -79/+325 |
* | Fixed bug where Select All in list view didn't put selection info in status bar. | John Sullivan | 2000-02-01 | 1 | -2/+17 |
* | Oops. Spelled it wrong. | Darin Adler | 2000-01-31 | 1 | -1/+1 |
* | Started work on icon stretching. In the process, I am doing some | Darin Adler | 2000-01-31 | 5 | -447/+471 |
* | made the keyboard selection rectangle work again, not as a separate canvas | Andy Hertzfeld | 2000-01-31 | 3 | -27/+34 |
* | Now saves/restores zoom level, and (in list view) sort column & direction. | John Sullivan | 2000-01-31 | 1 | -0/+4 |
* | Changed it to not attempt to create a GC just to measure the text. This | Darin Adler | 2000-01-31 | 18 | -413/+330 |
* | fixed bug where icons were horizontally mis-positioned after dragging; | Andy Hertzfeld | 2000-01-31 | 1 | -1/+3 |
* | Added convenience functions for getting/setting boolean & integer metadata. | John Sullivan | 2000-01-31 | 2 | -0/+132 |
* | NautilusDirectory is now in charge of loading directories. | Darin Adler | 2000-01-30 | 2 | -29/+220 |
* | Put #defines for all metadata keys into new central location. | John Sullivan | 2000-01-30 | 2 | -0/+41 |
* | made fonts scale according to zoom level enabled/disabled zoom items in | Andy Hertzfeld | 2000-01-30 | 3 | -12/+28 |
* | made the shadow rectangles track the icons properly by adding the center | Andy Hertzfeld | 2000-01-28 | 1 | -1/+6 |
* | Added icons to bookmarks menu & window; cleaned up some zoom code; fixed a few | John Sullivan | 2000-01-28 | 4 | -28/+34 |
* | made icons be centered properly | Andy Hertzfeld | 2000-01-28 | 3 | -22/+43 |
* | Renamed FMIconCache to NautilusIconFactory and moved it to libnautilus. | John Sullivan | 2000-01-27 | 5 | -0/+1208 |
* | fixed dragging when zoomed by scaling the pixbuf and offsets when | Andy Hertzfeld | 2000-01-27 | 1 | -6/+43 |
* | made it position things better when zoomed by multiplying by | Andy Hertzfeld | 2000-01-27 | 1 | -3/+3 |
* | Finished this round of sorting architecture improvements; list view now handles | John Sullivan | 2000-01-27 | 1 | -4/+4 |
* | Add components/help/converters/* makefiles. Check for NULL directory | Elliot Lee | 2000-01-27 | 1 | -0/+3 |
* | made it respect the scale factor by removing code from | Andy Hertzfeld | 2000-01-27 | 1 | -30/+4 |
* | hooked up zooming to the background context menu | Andy Hertzfeld | 2000-01-27 | 3 | -1/+50 |
* | Fixed a bug that was causing some icons to not get selected or unselected | Darin Adler | 2000-01-27 | 4 | -292/+12 |
* | Some work towards changing the file-sorting framework. | John Sullivan | 2000-01-26 | 2 | -4/+166 |
* | Link to $(BONOBO_LIBS) Include <string.h> to get prototype for memset. | Elliot Lee | 2000-01-26 | 2 | -0/+5 |