summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-icon-canvas-item.c
Commit message (Expand)AuthorAgeFilesLines
* Handle alpha in draw_frameAlexander Larsson2007-05-221-7/+6
* Sparse cleanups from kjartanAlexander Larsson2007-03-021-2/+2
* No need to make GTypeInfo and GInterfaceInfo static. Bug #362034.Christian Persch2007-01-181-5/+5
* Disable the mask code for now...Alexander Larsson2006-12-081-11/+6
* Draw selection rect using cairo.Alexander Larsson2006-12-081-138/+68
* Add more themeing features for icon view icons. Patch from JackTheDipperAlexander Larsson2006-11-301-14/+181
* A11y fix for handing renames better (#338353)Alexander Larsson2006-11-231-0/+4
* Fix width of text selection in text-below-icons mode. (it was to wide.)Alexander Larsson2006-04-261-10/+25
* Add LARGE_TOP_LEFT_TEXT attribute and change the text size for the normalAlexander Larsson2006-04-181-52/+119
* Use gi18n.h instead of deprecated gnome-i18n.h header.Martin Wehner2006-03-181-2/+2
* Fix text drawing in RTL mode in text beside icons.Alexander Larsson2006-03-061-10/+27
* measure text in nautilus_icon_canvas_item_get_text_rectangle to avoidAlexander Larsson2006-03-031-1/+2
* Allow line-breaks after '-', '_', '.' (although not when a short numberAlexander Larsson2006-02-271-1/+32
* Handle emblem size correctly when zoomed. Patch from Christian NeumairAlexander Larsson2005-11-141-2/+8
* Handle the case of missing highlight frame better. Patch from ChristianAlexander Larsson2005-11-141-3/+5
* Improve drawing of the outline for icon stretching, make the knob imageMatthias Clasen2005-10-281-23/+62
* Make changes to "desktop_is_home_dir" GConf key instant apply. FixesChristian Neumair2005-09-261-8/+37
* Add normal_alpha style property that is used when frame_text is on.Alexander Larsson2005-07-061-1/+1
* Don't mark object property names/descriptions for translation. FixesChristian Neumair2005-06-031-10/+10
* remove nautilus-theme.[c-h] from the build process. remove the need to useDiego Gonzalez2005-04-041-3/+2
* New svg icon from Corey Woodworth <CoreyWoodworth@gmail.com>Martin Wehner2005-03-311-4/+9
* Make text-beside-icons look much neater by centering text along the midpoint ofIain Holmes2004-10-291-1/+1
* Make the nautilus_icon_canvas_item_get_image return an image containingAlexander Larsson2004-10-221-14/+98
* Readjust padding from last change.Alexander Larsson2004-10-061-2/+2
* Correct centering of text when icon is selected (#154088) Patch fromAlexander Larsson2004-10-011-5/+10
* Tell compute_text_rectangle() to assume canvas coordinates. Fixes #117356.Martin Wehner2004-05-241-1/+1
* Fix bounds for text, #125558 Patch from Martin WehnerAlexander Larsson2004-02-111-2/+1
* Implement AtkAction in an idle handler to avoid causing the AT to hang ifPadraig O'Briain2004-01-271-15/+61
* Return TRUE when function succeeds.Padraig O'Briain2003-12-031-14/+46
* Fix the buildJames Willcox2003-11-191-1/+0
* Add implementation of AtkAction for NautilusIconCanvasItemAccessible..Padraig O'Briain2003-11-191-0/+205
* libnautilus-private/nautilus-icon-canvas-item.cPadraig O'Briain2003-10-081-2/+4
* See role to ICON instead of LABEL. Correct setting of role. (FixesPadraig O'Briain2003-07-301-3/+3
* Skip assert for commonly run code.Alexander Larsson2003-07-081-27/+51
* Don't add LABEL_LINE_SPACING to the total height if there is no additionalDave Camp2003-07-051-1/+6
* Try colorizing selected pixbufs with the selection color.Dave Camp2003-06-291-5/+15
* Only draw exposed area. Patch from sandmann@daimi.au.dkAlexander Larsson2003-06-121-3/+19
* Add a mode for text-beside-icons.Dave Camp2003-06-091-45/+119
* fixed bug #112830Gaute Lindkvist2003-05-141-1/+1
* AIX port from Laurent.Vivier@bull.net (Laurent Vivier)Alexander Larsson2003-04-231-2/+2
* New function which sets which state ATK_STATE_FOCUSED, if appropriate.Padraig O'Briain2003-03-191-0/+50
* Move rename widget left one pixel to handle frame width.Alexander Larsson2003-03-171-2/+2
* Update according to NautilusIconFactory API changes.Alexander Larsson2003-03-061-6/+97
* EEL_CANVAS, not GNOME_CANVAS.Alexander Larsson2003-03-041-7/+233
* Don't use alpha when checking for hits on the icon.Dave Camp2003-02-281-9/+3
* Don't use deprecated APIs. Patch by iain <iain@prettypeople.org>Alexander Larsson2003-02-281-5/+4
* Correctly do w2c transformations. Fixes struts.Alexander Larsson2002-12-121-12/+15
* In single click mode use a hand cursor instead of underlining.Jan Arne Petersen2002-11-061-27/+12
* Draw the selection rectangle in the active color if the widget doesn'tDave Camp2002-10-061-1/+1
* Use PANGO_WRAP_WORD_CHAR. Requires pango HEAD.Alexander Larsson2002-10-041-0/+1