| Commit message (Expand) | Author | Age | Files | Lines |
* | 2.7.4GTK_2_7_4 | Matthias Clasen | 2005-07-22 | 2 | -1/+8 |
* | Add bug ref | Matthias Clasen | 2005-07-22 | 1 | -1/+1 |
* | Make anchored patterns work as they did before. | Matthias Clasen | 2005-07-22 | 2 | -4/+13 |
* | Interpret patterns where the first byte of the mask is '*' as unanchored. | Matthias Clasen | 2005-07-22 | 2 | -23/+44 |
* | 2.7.3GTK_2_7_3 | Matthias Clasen | 2005-07-15 | 1 | -0/+4 |
* | Correct copyright information | Matthias Clasen | 2005-07-12 | 8 | -8/+8 |
* | Add copyright and license information | Matthias Clasen | 2005-07-12 | 10 | -0/+168 |
* | Look for windres on Win32. | Tor Lillqvist | 2005-07-09 | 3 | -8/+21 |
* | 2.7.2GTK_2_7_2 | Matthias Clasen | 2005-07-08 | 1 | -0/+4 |
* | updated <io.h> for open() use G_PI instead of M_PI | Hans Breuer | 2005-07-03 | 1 | -0/+1 |
* | 2.7.1GTK_2_7_1 | Matthias Clasen | 2005-07-01 | 1 | -0/+4 |
* | Allow -1 for width/height and interpret them as "not constrained". | Matthias Clasen | 2005-07-01 | 2 | -11/+38 |
* | Current GNU tools do understand the PRIVATE keyword, so no need to remove | Tor Lillqvist | 2005-06-26 | 2 | -16/+16 |
* | Use glib-i18n.h | Matthias Clasen | 2005-06-23 | 2 | -14/+5 |
* | 2.7.0GTK_2_7_0 | Matthias Clasen | 2005-06-20 | 2 | -2/+9 |
* | Fix make check | Matthias Clasen | 2005-06-15 | 3 | -0/+8 |
* | Check for overflow. (#306394, Morten Welinder) | Matthias Clasen | 2005-06-08 | 2 | -1/+6 |
* | Accept the 108 byte header of BMP v4. (#168799) | Matthias Clasen | 2005-05-27 | 2 | -1/+10 |
* | No need to expose the iter subclass at all in the headers. | Matthias Clasen | 2005-05-25 | 4 | -14/+19 |
* | Add new files. | Matthias Clasen | 2005-05-25 | 6 | -10/+526 |
* | allow to specify the PNG compression level by passing a "compression" | Sven Neumann | 2005-05-24 | 3 | -24/+67 |
* | Forgotten Changelog | Matthias Clasen | 2005-05-02 | 1 | -0/+3 |
* | Check for nm. | Matthias Clasen | 2005-04-29 | 1 | -2/+2 |
* | Don't display too many broken images. (#169870, Roman Kagan, patch by Ivan | Matthias Clasen | 2005-04-09 | 2 | -1/+6 |
* | Make this work when called from gtk_combo_box_destroy(). (#172999, | Matthias Clasen | 2005-04-08 | 1 | -1/+2 |
* | No debugging output, please. | Matthias Clasen | 2005-04-08 | 2 | -1/+5 |
* | Commit the right ChangeLog | Matthias Clasen | 2005-04-07 | 1 | -0/+5 |
* | Initialize the colormap to zero. (#171762, David Costanzo) | Matthias Clasen | 2005-04-07 | 1 | -1/+1 |
* | [merged from gtk-2-6 branch] let dash_offset shift the start of the line | Hans Breuer | 2005-04-03 | 1 | -2/+7 |
* | Avoid bus errors due to unaligned access. (#168173, Morten Welinder, Ivan | Matthias Clasen | 2005-03-30 | 2 | -12/+21 |
* | Fix the update areas for incremental loading of compressed tgas. (#171883, | Matthias Clasen | 2005-03-29 | 2 | -9/+11 |
* | Use the correct update regions for compressed bmps. (#150664, Owen Taylor, | Matthias Clasen | 2005-03-28 | 2 | -1/+7 |
* | reject 0-sized buffers as corrupt header data. Fixes bug #171707. | Manish Singh | 2005-03-28 | 2 | -1/+19 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 2 | -3/+8 |
* | Mark param spec strings as static. | Matthias Clasen | 2005-03-21 | 2 | -18/+16 |
* | Shut up CVS | Manish Singh | 2005-03-16 | 1 | -0/+1 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-14 | 13 | -100/+236 |
* | 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 |