summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* shut up CVSSven Neumann2001-07-111-0/+3
* Switch over to the new include flags AC_SUBST(). (Problem pointed out byOwen Taylor2001-07-052-1/+13
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-292-25/+30
* Fix args to g_type_init ().Owen Taylor2001-06-295-4/+9
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-293-1/+9
* bogus include at the end of gdk-pixbuf-csource.cJoel Becker2001-06-261-1/+0
* use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufsTim Janik2001-06-268-281/+1253
* Revert inline-pixbuf changes until Tim comes back to fix missing filesOwen Taylor2001-06-265-50/+281
* hm, second attempt. it's fight CVS time again.Tim Janik2001-06-265-281/+50
* shut up CVSSven Neumann2001-06-251-0/+1
* Actually update timestamps, so rules don't constantly run.Owen Taylor2001-06-252-3/+10
* UpdatesHavoc Pennington2001-06-132-4/+11
* remove bogus g_return_if_failHavoc Pennington2001-06-084-5/+23
* use Owen's new way of doing stampfiles/generated sourcesHavoc Pennington2001-06-072-17/+26
* fixups for glib-mkenums and glib-genmarshal (not tested yet because withHavoc Pennington2001-06-072-5/+15
* subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variablesHavoc Pennington2001-06-071-4/+6
* clamp the value to the range that was setHavoc Pennington2001-06-052-1/+6
* Handle case where we need to parse the xsetting as if it were an RC fileHavoc Pennington2001-06-042-21/+41
* patch from Szekeres Istvan, bug #52560Havoc Pennington2001-06-042-1/+13
* Initial stab at getting the focus code to work.Jonathan Blandford2001-06-018-128/+3270
* Fix prototype to use "(void)" instead of "()".Darin Adler2001-05-292-1/+5
* Patch from Helmethead <hoshem@mel.comcen.com.au> to fix up bmp decoder to:Jonathan Blandford2001-05-282-259/+313
* reflect Havoc's recent api changeHans Breuer2001-05-252-10/+10
* Remove an excess $(GLIB_LIBS).Owen Taylor2001-05-202-2/+6
* Require libtool-1.4, automake-1.4p1.Owen Taylor2001-05-162-10/+18
* fix some shell typosHavoc Pennington2001-05-0724-598/+1749
* Add dependency on Atk for accessibility support.Owen Taylor2001-05-031-11/+8
* Add $(MATH_LIB).Owen Taylor2001-04-222-1/+5
* fix to properly queue resizes when the image is setHavoc Pennington2001-04-183-0/+66
* Released Gtk+-1.3.3.GTK_1_3_3Tim Janik2001-04-044-4/+17
* disable USE_MMX for msvc build cause the assembler doesn't fit and is outHans Breuer2001-03-311-0/+89
* gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output.Tor Lillqvist2001-03-1914-53/+30
* Finally getting around to checkin per Havoc. This is the fix for bugMike Kestner2001-03-182-1/+9
* Delete.Havoc Pennington2001-03-152-3/+8
* added accumulator data argument to g_signal_newc() functions.Tim Janik2001-03-081-5/+5
* marshaller fixes.Tim Janik2001-03-073-2/+8
* shut up CVSSven Neumann2001-03-051-0/+2
* prepend underscore (gdk_pixbuf_get_named_module): prepend underscoreHavoc Pennington2001-02-205-30/+36
* hmm, someone changed GLib without fixing GTKHavoc Pennington2001-02-192-1/+5
* Copy data and free data with free().Alexander Larsson2001-02-195-13/+16
* docsHavoc Pennington2001-02-182-1/+12
* Use g_free, since the buffer is allocated with g_try_alloc().Alexander Larsson2001-02-072-1/+6
* Updated French translation.Christophe Merlet2001-02-062-1/+5
* patch this to call g_type_init() untill the new inlined pixbuf code makes its...Tim Janik2001-02-041-0/+3
* removed gtk_signal_init() compat define.Tim Janik2001-02-045-14/+12
* rename "private" field in struct to "priv" for C++Havoc Pennington2001-02-023-13/+18
* include glib-object.h instead of gvaluetypes.hHavoc Pennington2001-01-312-1/+5
* fix included modules case.Havoc Pennington2001-01-262-4/+19
* Add built marshaller files to support GdkPixbufLoader signalsHavoc Pennington2001-01-2224-439/+711
* new pixbuf loader, for X bitmap files. Basically a collision betweenJohn Harper2001-01-225-2/+480