| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix many sparse warnings. | Matthias Clasen | 2004-10-28 | 1 | -5/+5 |
* | *** empty log message ***GTK_2_5_4 | Matthias Clasen | 2004-10-28 | 2 | -1/+10 |
* | 2.5.3GTK_2_5_3 | Matthias Clasen | 2004-09-19 | 1 | -0/+4 |
* | Forgotten ChangeLog | Matthias Clasen | 2004-09-17 | 1 | -0/+5 |
* | *** empty log message *** | Matthias Clasen | 2004-09-15 | 2 | -10/+34 |
* | New option --disable-visibility to disable the use of ELF visibility | Matthias Clasen | 2004-09-15 | 1 | -0/+4 |
* | Handle 4-channel pixbufs when saving to jpeg. | Matthias Clasen | 2004-09-13 | 2 | -1/+8 |
* | Use the short prefix "IA__" for aliases instead of the long suffix | Matthias Clasen | 2004-09-09 | 2 | -1/+6 |
* | Align argument names with source. | Matthias Clasen | 2004-09-01 | 2 | -1/+5 |
* | Add gdk_pixbuf_new_from_file_at_scale(), which is just like | Matthias Clasen | 2004-08-26 | 4 | -17/+76 |
* | remove unused set_need_recomposite() function. | Manish Singh | 2004-08-26 | 2 | -7/+4 |
* | 2.5.2GTK_2_5_2 | Matthias Clasen | 2004-08-25 | 4 | -9/+23 |
* | Use the correct index, and compare correctly, reported by Tommi | Matthias Clasen | 2004-08-24 | 2 | -2/+3 |
* | Use the correct index, reported by Tommi Komulainen. | Matthias Clasen | 2004-08-24 | 2 | -1/+4 |
* | Actually free the temporary pixbuf data. | Matthias Clasen | 2004-08-24 | 1 | -2/+9 |
* | Work around bugs in the runlength encoder by forcing rowstride * height to | Matthias Clasen | 2004-08-24 | 2 | -1/+27 |
* | Fix a mixup in the handling of dest_channels. (#111922, Christophe | Matthias Clasen | 2004-08-22 | 2 | -19/+23 |
* | Fix infinite loop that can occur for bad image data (#150601, Chris Evans, | Owen Taylor | 2004-08-20 | 2 | -1/+16 |
* | Shut up CVS | Manish Singh | 2004-08-18 | 1 | -0/+1 |
* | No need for INCLUDE_INTERNAL_SYMBOLS anymore. | Matthias Clasen | 2004-08-17 | 5 | -12/+69 |
* | Properly determine the number of colors in an OS/2 BMP file. (#150003, | Matthias Clasen | 2004-08-13 | 2 | -1/+10 |
* | Remove C99-isms. (#149967, Vincent Noel) | Matthias Clasen | 2004-08-12 | 2 | -7/+18 |
* | Check all symbols. | Matthias Clasen | 2004-08-12 | 2 | -1/+5 |
* | Make scaling and compositing functions handle edge pixels consistently. | Matthias Clasen | 2004-08-11 | 1 | -0/+3 |
* | underscore prefix the mmx implementations, in order to not export them. | Matthias Clasen | 2004-08-11 | 9 | -90/+99 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-11 | 14 | -96/+222 |
* | updated | Hans Breuer | 2004-08-06 | 3 | -3/+13 |
* | Fix progressive loading of 8bit pcx files. (#148518, Magnus Bergman) | Matthias Clasen | 2004-08-02 | 2 | -1/+6 |
* | 2.5.1GTK_2_5_1 | Matthias Clasen | 2004-08-01 | 1 | -0/+4 |
* | Remove trailing commas from enumerations. (#148035) | Matthias Clasen | 2004-07-21 | 1 | -0/+5 |
* | === Released 2.5.0 ===GTK_2_5_0 | Soeren Sandmann | 2004-07-20 | 1 | -0/+4 |
* | Use 'cannot' instead of 'can not' in messages. (#144226, Morten Welinder) | Matthias Clasen | 2004-07-15 | 3 | -2/+8 |
* | function doesn't return a value, so don't use g_return_val_if_fail() | Manish Singh | 2004-07-09 | 4 | -1/+15 |
* | New functions to disable/enable individual loaders and to obtain license | Matthias Clasen | 2004-07-08 | 17 | -4/+112 |
* | Fix the build. | Matthias Clasen | 2004-07-07 | 2 | -0/+6 |
* | Also gdk-pixbuf.c was changed. | Tor Lillqvist | 2004-07-06 | 1 | -3/+4 |
* | Mark the version variables for proper import and export from Windows DLLs. | Tor Lillqvist | 2004-07-06 | 3 | -6/+38 |
* | Correct the math to calculate bilinear weights. (#112412, Brian Cameron) | Matthias Clasen | 2004-07-03 | 2 | -2/+7 |