summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* Use G_MODULE_BIND_LAZY when opening modules.Matthias Clasen2005-12-161-1/+1
* new utility function which factors out massive code duplication from theMichael Natterer2005-12-141-108/+70
* applied patch from maemo-gtk which avoids the allocation of anMichael Natterer2005-12-141-2/+67
* Fix integer overflows in the xpm loaderMatthias Clasen2005-11-151-2/+5
* use $(GLIB_MKENUMS) instead of glib-mkenums. (#318582, Damien Carbery)Matthias Clasen2005-10-261-2/+2
* Only call gdk_pixbuf_loader_eat_header_write() when count > 0. (#318589,Matthias Clasen2005-10-121-2/+4
* Use a 1k buffer for sniffing image formats, instead of 128 or 256 bytes.Matthias Clasen2005-10-033-3/+3
* Remove unused variable pbuf_count. (#315282, Kjartan Maraas)Matthias Clasen2005-09-051-8/+4
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen2005-08-315-7/+7
* Make this work again.Matthias Clasen2005-08-301-3/+4
* Add a cast to avoid compiler warnings.Matthias Clasen2005-08-305-13/+11
* Check for overflow in one more place. (#313818, Tommi Komulainen)Matthias Clasen2005-08-181-1/+9
* Pay attention to the libjpeg error code and report OOM errors as such.Matthias Clasen2005-08-151-1/+4
* Tighten up ABI checks a bitMatthias Clasen2005-08-071-2/+2
* 2.7.4Matthias Clasen2005-07-221-1/+1
* Make anchored patterns work as they did before.Matthias Clasen2005-07-221-4/+8
* Interpret patterns where the first byte of the mask is '*' as unanchored.Matthias Clasen2005-07-221-23/+37
* Correct copyright informationMatthias Clasen2005-07-128-8/+8
* Add copyright and license informationMatthias Clasen2005-07-129-0/+163
* Look for windres on Win32.Tor Lillqvist2005-07-092-8/+10
* updated <io.h> for open() use G_PI instead of M_PIHans Breuer2005-07-031-0/+1
* Allow -1 for width/height and interpret them as "not constrained".Matthias Clasen2005-07-011-11/+32
* Current GNU tools do understand the PRIVATE keyword, so no need to removeTor Lillqvist2005-06-261-16/+9
* Use glib-i18n.hMatthias Clasen2005-06-231-14/+1
* 2.7.0Matthias Clasen2005-06-201-2/+5
* Fix make checkMatthias Clasen2005-06-152-0/+2
* Check for overflow. (#306394, Morten Welinder)Matthias Clasen2005-06-081-1/+1
* Accept the 108 byte header of BMP v4. (#168799)Matthias Clasen2005-05-271-1/+6
* No need to expose the iter subclass at all in the headers.Matthias Clasen2005-05-253-14/+15
* Add new files.Matthias Clasen2005-05-255-10/+515
* allow to specify the PNG compression level by passing a "compression"Sven Neumann2005-05-242-24/+60
* Check for nm.Matthias Clasen2005-04-291-2/+2
* Don't display too many broken images. (#169870, Roman Kagan, patch by IvanMatthias Clasen2005-04-091-1/+1
* No debugging output, please.Matthias Clasen2005-04-081-1/+1
* Initialize the colormap to zero. (#171762, David Costanzo)Matthias Clasen2005-04-071-1/+1
* [merged from gtk-2-6 branch] let dash_offset shift the start of the lineHans Breuer2005-04-031-2/+7
* Avoid bus errors due to unaligned access. (#168173, Morten Welinder, IvanMatthias Clasen2005-03-301-12/+16
* Fix the update areas for incremental loading of compressed tgas. (#171883,Matthias Clasen2005-03-291-9/+6
* Use the correct update regions for compressed bmps. (#150664, Owen Taylor,Matthias Clasen2005-03-281-1/+1
* reject 0-sized buffers as corrupt header data. Fixes bug #171707.Manish Singh2005-03-281-1/+14
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-3/+3
* Mark param spec strings as static.Matthias Clasen2005-03-211-18/+11
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-1412-100/+221
* gdk-pixbuf-core.h gdk-pixbuf-io.c Implement DLL ABI stablility forTor Lillqvist2005-03-103-3/+90
* Fix a C99ism. (#169741, Morten Welinder)Matthias Clasen2005-03-091-2/+3
* Use canonical form of the name when registering properties.Matthias Clasen2005-03-091-3/+3
* Add the new attributes to the .symbols files.Matthias Clasen2005-03-081-3/+3
* Use G_GNUC_NULL_TERMINATED where appropriate. (#165682, Marc Meissner)Matthias Clasen2005-03-081-3/+3
* Use a generated table of offsets into a big const string to avoidMatthias Clasen2005-03-083-765/+1598