| Commit message (Expand) | Author | Age | Files | Lines |
* | gdk-pixbuf-core.h gdk-pixbuf-io.c Implement DLL ABI stablility for | Tor Lillqvist | 2005-03-10 | 4 | -3/+97 |
* | Fix a C99ism. (#169741, Morten Welinder) | Matthias Clasen | 2005-03-09 | 2 | -2/+8 |
* | Use canonical form of the name when registering properties. | Matthias Clasen | 2005-03-09 | 2 | -3/+6 |
* | Add the new attributes to the .symbols files. | Matthias Clasen | 2005-03-08 | 2 | -3/+5 |
* | Use G_GNUC_NULL_TERMINATED where appropriate. (#165682, Marc Meissner) | Matthias Clasen | 2005-03-08 | 2 | -3/+8 |
* | Use a generated table of offsets into a big const string to avoid | Matthias Clasen | 2005-03-08 | 4 | -765/+1610 |
* | Check the number of scanned items. (#168906, Morten Welinder) | Matthias Clasen | 2005-03-03 | 2 | -0/+12 |
* | Make the gif loader handle oom when loading animations. (#168857, Tommi | Matthias Clasen | 2005-03-03 | 3 | -7/+71 |
* | Revert the previous change, since it breaks bin compat. | Matthias Clasen | 2005-03-01 | 2 | -2/+2 |
* | Forgotten file | Matthias Clasen | 2005-03-01 | 1 | -1/+1 |
* | gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.c | Matthias Clasen | 2005-03-01 | 1 | -1/+1 |
* | Add necessary protection | Matthias Clasen | 2005-02-28 | 4 | -9/+20 |
* | Add .note.GNU-stack sections to Mark these as not requiring an executable | Matthias Clasen | 2005-02-28 | 5 | -0/+14 |
* | Document BMP saving support. | Matthias Clasen | 2005-02-24 | 3 | -7/+128 |
* | Fix a typo. (#168173, Ivan Wong) | Matthias Clasen | 2005-02-24 | 2 | -1/+5 |
* | Don't read over the end of the buffer if '#' appears at the very end. | Matthias Clasen | 2005-02-16 | 2 | -1/+6 |
* | rule for gdk_pixbuf.def | Hans Breuer | 2005-02-07 | 2 | -0/+9 |
* | Pass in the max number of bytes to read. (pnm_read_ascii_scanline): And | Matthias Clasen | 2005-02-07 | 3 | -9/+24 |
* | Close the loader before unreffing it in the error case. (#164915, Crispin | Matthias Clasen | 2005-01-23 | 2 | -1/+10 |
* | Add an OS_LINUX conditional. | Matthias Clasen | 2005-01-13 | 1 | -1/+1 |
* | Remove GLIB_DIVERT_BEFORE_HELP() on initialization of gdktarget, that was | Owen Taylor | 2005-01-13 | 2 | -1/+8 |
* | 2.6.1GTK_2_6_1 | Matthias Clasen | 2005-01-08 | 1 | -0/+4 |
* | Some more | Matthias Clasen | 2005-01-04 | 1 | -3/+1 |
* | Remove leftover debug printf | Matthias Clasen | 2005-01-04 | 1 | -5/+0 |
* | Error on compressed images with negative height. Also make uncompressed | Matthias Clasen | 2005-01-04 | 2 | -8/+43 |
* | Really fix the math to make the vectors sum up to 1, making | Matthias Clasen | 2005-01-02 | 2 | -2/+8 |
* | gdk-pixbuf-animation.c (gdk_pixbuf_animation_new_from_file) Avoid | Matthias Clasen | 2004-12-27 | 2 | -3/+8 |
* | print out the version and binary name in the header comment. Problem | Jonathan Blandford | 2004-12-22 | 2 | -3/+12 |
* | 2.6.0 | Matthias Clasen | 2004-12-16 | 1 | -0/+4 |
* | filter out PRIVATE. | Manish Singh | 2004-12-10 | 2 | -1/+5 |
* | gdk-pixbuf-animation.c gdk-pixbuf-io.c io-xbm.c io-xpm.c | Tor Lillqvist | 2004-12-05 | 12 | -74/+284 |
* | 2.5.6GTK_2_5_6 | Matthias Clasen | 2004-12-03 | 1 | -0/+4 |
* | gdk-pixbuf/Makefile.am (gdk_pixbuf.def) gdk/Makefile.am (gdk.def) Work | Tor Lillqvist | 2004-12-03 | 1 | -1/+1 |
* | Fix a typo in the docs. (#159955, Masao Mutoh) | Matthias Clasen | 2004-11-30 | 2 | -3/+8 |
* | Use the perl found by configure. (#149826, Morten Welinder) | Matthias Clasen | 2004-11-29 | 2 | -3/+8 |
* | ytpo fix, so attributes are really propagated. | Manish Singh | 2004-11-28 | 2 | -1/+6 |
* | Mark get_type() functions generated by glib-mkenums as const. | Matthias Clasen | 2004-11-28 | 3 | -7/+13 |
* | filter out G_GNUC stuff when doing the compare. | Manish Singh | 2004-11-25 | 2 | -1/+5 |
* | Don't mark gdk_pixbuf_error_quark() as const, to be consistent with all | Matthias Clasen | 2004-11-23 | 5 | -7/+30 |
* | _gdk_pixbuf_lock now returns a gboolean. | Manish Singh | 2004-11-16 | 3 | -2/+9 |
* | Be extra careful when locking and handle the case that the module may | Matthias Clasen | 2004-11-16 | 4 | -23/+56 |
* | *** empty log message *** | Matthias Clasen | 2004-11-15 | 2 | -1/+9 |
* | Don't use _gdk_pixbuf_load_module_unlocked() in the !USE_GMODULE case. | Matthias Clasen | 2004-11-12 | 2 | -6/+9 |
* | 2.5.5GTK_2_5_5 | Matthias Clasen | 2004-11-12 | 1 | -0/+4 |
* | Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters): | Matthias Clasen | 2004-11-12 | 20 | -109/+203 |
* | Use embedded tab rather than '\t' escape sequence. (#157949) | J. Ali Harlow | 2004-11-11 | 1 | -1/+1 |
* | Use g_filename_display_name() instead of g_filename_to_utf8() when putting | Matthias Clasen | 2004-11-11 | 3 | -63/+50 |
* | Document current restrictions for property values. (#157409, Matthew H. | Matthias Clasen | 2004-11-05 | 2 | -0/+24 |
* | Break the declaration of the three version variables, so that gtk-doc can | Matthias Clasen | 2004-11-01 | 2 | -1/+8 |
* | updated | Hans Breuer | 2004-10-29 | 2 | -4/+17 |