summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-scalable-font.c
Commit message (Expand)AuthorAgeFilesLines
* Add new function to only measure a string without doing all the renderingRamiro Estrugo2000-10-181-21/+15
* Add special cases to handle fallback icon. (destroy_fallback_icon): UseDarin Adler2000-09-301-12/+2
* Bonobo objects own themselves, so we should not do a ref/sink on them.Darin Adler2000-09-281-1/+1
* Fixed bug bug 3264 (Tree view shows no branches for directories,Darin Adler2000-09-261-1/+3
* Storage leak fixes. Today I concentrated on leaks that happenDarin Adler2000-09-231-12/+10
* Remove a brain fart of mine that was causing a serious memory leakRamiro Estrugo2000-09-141-4/+4
* After some investigation found that fixme (#2553) was complete bollocks,George Lebl2000-09-141-1/+1
* Add checks to fix things on Solaris regarding mounting, environmentSeth Nickell2000-09-121-0/+4
* Simplify the highlight color initialization.Ramiro Estrugo2000-09-071-3/+9
* Add function to create a GdkPixbuf from a string. Also fixed a debugginRamiro Estrugo2000-09-071-3/+56
* Add support for drawing underlined text. I also added a FIXME for theRamiro Estrugo2000-09-071-42/+62
* Add support for drawint inverted text. Also cleanup the rendering functionRamiro Estrugo2000-09-071-62/+144
* Add text layout functions copied from libgnomeui/gnome-icon-text.[ch] andRamiro Estrugo2000-09-071-0/+302
* Make the empty line height 1/2 of the font size to cram more stuff intoRamiro Estrugo2000-09-071-2/+7
* Add support for rendering text on pixbufs without alpha channels.Ramiro Estrugo2000-09-061-5/+7
* Add hook for scalable fonts test which im going to add soon.Ramiro Estrugo2000-09-051-0/+42
* Fix all the warnings -Wuninitialized found. Quite a number of them werePavel Cisler2000-09-051-0/+1
* Add a FIXME for a performance issue.Ramiro Estrugo2000-09-051-0/+5
* Simpify the text line drawing function to not reuqire passing in theRamiro Estrugo2000-09-051-63/+87
* More work on task 1588.Ramiro Estrugo2000-09-051-182/+90
* Work on task 1588.Ramiro Estrugo2000-09-041-130/+356
* Added more bug numbers to FIXMEs. 49 to go.John Sullivan2000-08-291-1/+1
* Bug 2286 - sidebar text gets cut off. The problem was that the textRamiro Estrugo2000-08-231-0/+2
* Finished task 571 (Make a Trash "virtual directory" with trashDarin Adler2000-08-221-1/+1
* Remove some dumbass assertions that were never meant to be there.Ramiro Estrugo2000-08-211-2/+0
* Add a simple font family map. The idea is to make it very simple toRamiro Estrugo2000-08-211-35/+104
* Add support for case insensitive string lists.Ramiro Estrugo2000-08-211-9/+9
* Tasks: 1612, 1274, 1511 and 1588.Ramiro Estrugo2000-08-211-0/+1056