summaryrefslogtreecommitdiff
path: root/modules/engines/pixbuf
Commit message (Expand)AuthorAgeFilesLines
* Fix ./-> typo. (Federic Crozat)Owen Taylor2004-03-182-1/+6
* Fix problem with NULL details. (#112066, MINAMI Hirokazu, Matthias Clasen)Owen Taylor2004-03-172-1/+6
* make pixbuf_cache static to avoid possible symbol conflicts.Mark McLoughlin2003-07-152-1/+6
* Call AC_LIBTOOL_WIN32_DLL. Set OS_WIN32 conditional on Windows.Tor Lillqvist2003-03-022-1/+9
* Update ChangeLog creditsGTK_ENGINES_2_2_0Owen Taylor2002-09-071-1/+1
* Account for the possibility of detail == NULL (#89561, Hongli Lai)Owen Taylor2002-09-072-2/+9
* Add a fake STEPPER function that is used for drawing scrollbar steppers,GTK_ENGINES_1_9_0Owen Taylor2002-04-214-168/+105
* link pixbuf engine against the gtk+ libraries, so that it can be used withJames Henstridge2002-03-062-0/+8
* Add gradient rendering -- if the source width/height is zero, render aOwen Taylor2002-02-072-8/+179
* Fix hint computation again.Owen Taylor2002-01-282-4/+9
* Fix problems in computing MISSING hint.Owen Taylor2002-01-282-2/+7
* Optimize the case where a component is entirely transparent by skippingOwen Taylor2002-01-286-8/+55
* Move back into gtk-enginesOwen Taylor2002-01-201-0/+2
* Catch invalid borders, and warn.Owen Taylor2002-01-192-0/+18
* fix image file namesOwen Taylor2002-01-191-3/+3
* add missed fileOwen Taylor2002-01-191-0/+65
* Add an extrodinarily ugly example.Owen Taylor2002-01-1911-64/+333
* Fix for changes to draw_focus.Owen Taylor2002-01-182-7/+6
* GtkRcStyle::parse has a GtkSettings parameter now. Pass it throughHans Breuer2001-09-213-11/+27
* Fix trailing comma on enumeration. (#54071)Owen Taylor2001-05-032-1/+5
* made the "parent_class" pointer static.Michael Natterer2001-03-052-6/+15
* use draw_vline method of parent_class, not draw_hlineSven Neumann2001-02-202-1/+6
* A few updates for GTypePlugin.Owen Taylor2001-02-018-20/+29
* Updates to work with GTK+-2.0 theme engine architecture. It won't evenOwen Taylor2000-07-188-1161/+1334
* Add -Wall for gcc.PIXBUF_ENGINE_GTK_1_2Owen Taylor2000-07-094-52/+84
* Moved into docs/ subdirOwen Taylor2000-03-066-7/+24
* Start automake-ifyingOwen Taylor2000-03-061-0/+14
* Handle drawing transparency without a mask correctly.Owen Taylor2000-03-065-24/+41
* Initial revisionOwen Taylor2000-02-076-0/+2549