| Commit message (Expand) | Author | Age | Files | Lines |
* | reviewed by: Darin Adler <darin@eazel.com> | John Sullivan | 2001-03-30 | 1 | -2/+6 |
* | Fix bugs: | Ramiro Estrugo | 2001-03-28 | 1 | -6/+6 |
* | reviewed by: Darin Adler <darin@eazel.com> | John Harper | 2001-03-02 | 1 | -8/+22 |
* | reviewed by Ramiro Estrugo <ramiro@eazel.com> | John Harper | 2001-02-28 | 1 | -1/+1 |
* | reviewed by: Seth Nickell <snickell@stanford.edu> | Ramiro Estrugo | 2001-02-27 | 1 | -3/+3 |
* | reviewed by: John Harper <jsh@eazel.com> | Gene Z. Ragan | 2001-02-26 | 1 | -40/+66 |
* | reviewed by: Gene Z. Ragan <gzr@eazel.com> | Ramiro Estrugo | 2001-02-23 | 1 | -42/+62 |
* | reviewed by: John Sullivan <sullivan@eazel.com> | Darin Adler | 2001-02-23 | 1 | -3/+3 |
* | reviewed by: Arik Devens <arik@eazel.com> | Ramiro Estrugo | 2001-02-14 | 1 | -0/+1 |
* | reviewed by: Pavel Cisler <pavel@eazel.com> | Ramiro Estrugo | 2001-01-18 | 1 | -4/+1 |
* | fixed bug 4731, expanding folders cause oscillation, by hit-testing to the | Andy Hertzfeld | 2001-01-13 | 1 | -3/+9 |
* | reviewed by: Gene Z. Ragan | Mike Engber | 2001-01-13 | 1 | -51/+26 |
* | fixed bug 5338, switching to and from "tighter layout" messes up icon | Andy Hertzfeld | 2001-01-11 | 1 | -11/+8 |
* | reviewed by: Gene Ragan <gzr@eazel.com> | Ramiro Estrugo | 2001-01-03 | 1 | -0/+1 |
* | Incorporated Bud's patch to the disk size calculation in the hardware | Andy Hertzfeld | 2001-01-03 | 1 | -29/+1 |
* | reviewed by: Pavel Cisler <pavel@eazel.com> | Ramiro Estrugo | 2000-12-22 | 1 | -3/+0 |
* | reviewed by: Maciej Stachowiak <mjs@eazel.com> | Ramiro Estrugo | 2000-12-19 | 1 | -0/+1 |
* | reviewed by: John Sullivan <sullivan@eazel.com> | Darin Adler | 2000-12-19 | 1 | -1/+2 |
* | Fixed bug 2472, text_height and text_width shouldn't be left alone when | Gene Z. Ragan | 2000-12-18 | 1 | -6/+5 |
* | liberalized the alpha threshold for hit-testing, so semi-transparent areas | Andy Hertzfeld | 2000-12-16 | 1 | -1/+1 |
* | removed performance bottleneck where we measure the label text too many | Andy Hertzfeld | 2000-12-15 | 1 | -1/+33 |
* | fixed problem with selection causing relayout, by always allocating the | Andy Hertzfeld | 2000-12-15 | 1 | -12/+8 |
* | Some #defines to help me profile draw_measure_label_text. Off in the | Pavel Cisler | 2000-12-15 | 1 | -0/+56 |
* | reviewed by: Darin Adler <darin@eazel.com> | Pavel Cisler | 2000-11-14 | 1 | -8/+8 |
* | fixed bug 4192, strange feedback while stretching icons, by using libart | Andy Hertzfeld | 2000-11-03 | 1 | -222/+70 |
* | worked on bug 3898, selection in the aa icon view is too slow. Fixed by | Andy Hertzfeld | 2000-10-25 | 1 | -11/+52 |
* | at Arlo's request, added 2 pixels worth of space between the bottom of an | Andy Hertzfeld | 2000-10-11 | 1 | -4/+7 |
* | fixed bug 3283, bits of icons protrude outside the stretch box, by making | Andy Hertzfeld | 2000-10-03 | 1 | -20/+26 |
* | fishished bug 3239, stretchable icon needs bounding box in aa-mode, by | Andy Hertzfeld | 2000-10-02 | 1 | -98/+120 |
* | fixed a series of bugs involving the stretch handles (3084, 3281, others); | Andy Hertzfeld | 2000-09-30 | 1 | -50/+75 |
* | tweaked selection highlighting to Arlo's taste. | Andy Hertzfeld | 2000-09-27 | 1 | -3/+4 |
* | tweaked the new, semi-transparent selection highlighting a bit by | Andy Hertzfeld | 2000-09-26 | 1 | -3/+5 |
* | Fixed code so that alpha is set properly. | Gene Z. Ragan | 2000-09-25 | 1 | -8/+24 |
* | Forgot to remove FIXME. It is now gone. | Gene Z. Ragan | 2000-09-25 | 1 | -4/+1 |
* | Fixed bug 2877, Keyboard selection feedback broken in iocn view for smooth | Gene Z. Ragan | 2000-09-25 | 1 | -11/+157 |
* | optimized the new selection highlighting by fetching the highlight frame | Andy Hertzfeld | 2000-09-23 | 1 | -17/+7 |
* | implemented Arlo's new design for icon selection highlighting. It's still | Andy Hertzfeld | 2000-09-23 | 1 | -5/+32 |
* | fixed bugs 3084, 3119, 3134, icon stretch handles are not drawn in the | Andy Hertzfeld | 2000-09-21 | 1 | -3/+4 |
* | Fixed bug 640 (icon cache never frees images (awaiting GdkPixbuf | Darin Adler | 2000-09-20 | 1 | -14/+15 |
* | changed the default click policy from single click to double click because | Andy Hertzfeld | 2000-09-15 | 1 | -1/+1 |
* | Fixed uninitialized variable problems found by compiling with -O | Darin Adler | 2000-09-13 | 1 | -1/+3 |
* | Unmark strings that are unlikely candidates for localization at the | Darin Adler | 2000-09-13 | 1 | -4/+8 |
* | Remove the SMOOTH_FONTS define and code from before aa fonts. | Ramiro Estrugo | 2000-09-12 | 1 | -101/+0 |
* | fixed bug 2060, Arlo's proposed text layout, which only takes effect in | Andy Hertzfeld | 2000-09-08 | 1 | -5/+14 |
* | Turn on smooth fonts in the icon view. This is controlled by the | Ramiro Estrugo | 2000-09-07 | 1 | -6/+255 |
* | Simplify the highlight color initialization. | Ramiro Estrugo | 2000-09-07 | 1 | -22/+6 |
* | The new font was not getting assigned. | Ramiro Estrugo | 2000-09-07 | 1 | -0/+2 |
* | Add arguments and setter functions to set the font and font size in smooth | Ramiro Estrugo | 2000-09-06 | 1 | -63/+151 |
* | Removed some special-case file names that aren't needed any more. | Darin Adler | 2000-09-05 | 1 | -1/+3 |
* | Fix all the warnings -Wuninitialized found. Quite a number of them were | Pavel Cisler | 2000-09-05 | 1 | -0/+8 |