summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-icon-canvas-item.c
Commit message (Expand)AuthorAgeFilesLines
* at Arlo's request, added 2 pixels worth of space between the bottom of anAndy Hertzfeld2000-10-111-4/+7
* fixed bug 3283, bits of icons protrude outside the stretch box, by makingAndy Hertzfeld2000-10-031-20/+26
* fishished bug 3239, stretchable icon needs bounding box in aa-mode, byAndy Hertzfeld2000-10-021-98/+120
* fixed a series of bugs involving the stretch handles (3084, 3281, others);Andy Hertzfeld2000-09-301-50/+75
* tweaked selection highlighting to Arlo's taste.Andy Hertzfeld2000-09-271-3/+4
* tweaked the new, semi-transparent selection highlighting a bit byAndy Hertzfeld2000-09-261-3/+5
* Fixed code so that alpha is set properly.Gene Z. Ragan2000-09-251-8/+24
* Forgot to remove FIXME. It is now gone.Gene Z. Ragan2000-09-251-4/+1
* Fixed bug 2877, Keyboard selection feedback broken in iocn view for smoothGene Z. Ragan2000-09-251-11/+157
* optimized the new selection highlighting by fetching the highlight frameAndy Hertzfeld2000-09-231-17/+7
* implemented Arlo's new design for icon selection highlighting. It's stillAndy Hertzfeld2000-09-231-5/+32
* fixed bugs 3084, 3119, 3134, icon stretch handles are not drawn in theAndy Hertzfeld2000-09-211-3/+4
* Fixed bug 640 (icon cache never frees images (awaiting GdkPixbufDarin Adler2000-09-201-14/+15
* changed the default click policy from single click to double click becauseAndy Hertzfeld2000-09-151-1/+1
* Fixed uninitialized variable problems found by compiling with -ODarin Adler2000-09-131-1/+3
* Unmark strings that are unlikely candidates for localization at theDarin Adler2000-09-131-4/+8
* Remove the SMOOTH_FONTS define and code from before aa fonts.Ramiro Estrugo2000-09-121-101/+0
* fixed bug 2060, Arlo's proposed text layout, which only takes effect inAndy Hertzfeld2000-09-081-5/+14
* Turn on smooth fonts in the icon view. This is controlled by theRamiro Estrugo2000-09-071-6/+255
* Simplify the highlight color initialization.Ramiro Estrugo2000-09-071-22/+6
* The new font was not getting assigned.Ramiro Estrugo2000-09-071-0/+2
* Add arguments and setter functions to set the font and font size in smoothRamiro Estrugo2000-09-061-63/+151
* Removed some special-case file names that aren't needed any more.Darin Adler2000-09-051-1/+3
* Fix all the warnings -Wuninitialized found. Quite a number of them werePavel Cisler2000-09-051-0/+8
* Deal with the fact that nautilus_pixmap_file can return a NULL if the fileGeorge Lebl2000-09-021-1/+5
* Added more bug numbers to FIXMEs. 94 to go.John Sullivan2000-08-281-4/+7
* fixed "hole" in the arlo sidebar tabs by using composite instead of copyAndy Hertzfeld2000-08-121-1/+1
* last minute tweak for demo release for label color used to displayEAZEL_NAUTILUS_DEMO_2_ANCHORAndy Hertzfeld2000-08-081-1/+1
* made assigned emblems appear earlier in the list than intrinsic ones,Andy Hertzfeld2000-08-071-2/+18
* fixed bug 1849, where the left edge of icons get cut off in anti-aliasedAndy Hertzfeld2000-08-051-0/+4
* added attach point attribute to the icon canvas item, and used it toAndy Hertzfeld2000-08-021-2/+43
* rewrote stretch_frame_image to stretch the frame properly, by repeatingAndy Hertzfeld2000-08-011-3/+2
* only save and restore the foreground color if we're actually drawing;Andy Hertzfeld2000-08-011-3/+4
* Use RGB value for the label color. Also fix bug where we would not restoreDarin Adler2000-08-011-8/+6
* fixed task 1729, icon labels need to adapt their color to the background.Andy Hertzfeld2000-07-271-0/+6
* Added some code to check if file is a mountable item. If so, the properGene Z. Ragan2000-07-251-3/+3
* Some icon layout fixes.Darin Adler2000-06-231-103/+88
* improved the positioning of the anti-aliased stretch handles by using theAndy Hertzfeld2000-06-211-10/+12
* added a nice knob image to use as stretch handles instead of a blackAndy Hertzfeld2000-06-171-56/+26
* added new icons from Susan, and fixed bug where images with special charsAndy Hertzfeld2000-06-151-2/+3
* Some build fixes.Darin Adler2000-06-131-1/+2
* made tiled image backgrounds draw properly on the anti-aliased canvasAndy Hertzfeld2000-06-061-5/+8
* finished sound preview task by superimposing an icon to indicateAndy Hertzfeld2000-05-311-2/+31
* fixed bug where we'd crash when drawing at the lowest zoom level inAndy Hertzfeld2000-05-311-1/+19
* preview a broader range of sounds using "play", and (completely unrelated)Andy Hertzfeld2000-05-301-2/+54
* implemented task 259, simple UI for previewing sounds, by making the iconAndy Hertzfeld2000-05-301-1/+6
* Oops. Missed one case of "metaview" -> "sidebar-view".Darin Adler2000-05-251-34/+45
* made the text beneath the icons draw properly for the anti-aliased canvas.Andy Hertzfeld2000-05-241-0/+59
* made emblems draw properly in anti-aliased modeAndy Hertzfeld2000-05-231-3/+9
* made a preference for using the anti-aliased canvas, and hooked it up soAndy Hertzfeld2000-05-231-30/+85