summaryrefslogtreecommitdiff
path: root/gtk/gtktypeutils.h
Commit message (Expand)AuthorAgeFilesLines
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* there is no reason to include <gtk/gtktypebuiltins.h> in the middle of theMichael Natterer2008-06-251-40/+34
* deprecate gtk_type_init() unconditionally (also for GTK_COMPILATION). MoveMichael Natterer2008-06-241-12/+4
* deprecate GtkDestroyNotify.Michael Natterer2008-06-181-1/+1
* deprecate GtkType, GtkSignalFunc and GTK_SIGNAL_FUNC().Michael Natterer2008-06-181-12/+18
* deprecate gtk_type_class().Michael Natterer2008-06-181-9/+4
* really move the GtkType typedef to an undeprecated section.Michael Natterer2008-06-171-4/+2
* deprecate GTK_CHECK_CAST, GTK_CHECK_CLASS_CAST, GTK_CHECK_GET_CLASS,Michael Natterer2008-06-171-6/+5
* whitespace cleanup: remove trailing whitespace and excess newlines andMichael Natterer2008-05-281-3/+3
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+4
* Move GtkTranslateFunc to gtktypeutils.h so we can completely deprecateJohan Dahlin2008-03-061-0/+7
* Mark as const.Matthias Clasen2004-11-281-1/+1
* brooooooooken pipe.Kristian Rietveld2003-09-031-1/+1
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-201-3/+11
* use #defines instead of enum for GtkFundamentalType compat, to preventManish Singh2002-09-291-21/+21
* Switch style of stamp file usage.Owen Taylor2002-03-021-13/+3
* We no longer need to create the signals here ... they come from theOwen Taylor2001-11-181-26/+27
* Make GtkFunction return boolean, not gint. (Daniel Elstner).Owen Taylor2001-11-011-1/+1
* [ Patch from Sebastian Wilhelmi, 52790 ]Owen Taylor2001-08-231-2/+2
* grum, gtk_type_class() is not GNUC_CONST it has the _important_ sideTim Janik2001-05-101-1/+1
* Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBSOwen Taylor2001-04-171-4/+4
* marshaller fixes.Tim Janik2001-03-071-2/+1
* fix screwup with shadowed variables that had broken size request in someHavoc Pennington2001-02-171-1/+1
* removed gtk_signal_init() compat define.Tim Janik2001-02-041-2/+2
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-6/+3
* Use G_GNUC_CONST.Elliot Lee2000-08-301-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3
* Include files outside of the extern "C" block. Makes some C++ compilerSebastian Wilhelmi2000-07-191-0/+8
* make the current version number 1.3.1 (binary age 0, interface age 0).Tim Janik2000-06-241-10/+10
* Spelling/grammar fixes in comments.Nils Barth2000-05-211-1/+1
* Plug same refcount leaks as in the X11 backend.gdk-object-branchpointTor Lillqvist2000-05-161-1/+11
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-228/+100
* s/refcount/ref_count/.Tim Janik2000-02-131-0/+1
* gdk/gdkcolor.c (gdk_colormap_new) Fix memory leak: colormap->colors wasTor Lillqvist1999-09-131-1/+1
* warn about &widget->requisition, even for toplevels.Tim Janik1999-02-241-1/+3
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* removed Paolo Molaro's type creation hooks again, since they 1) don't careTim Janik1999-01-111-7/+0
* Mon, 11 Jan 1999 08:09:08 +0100 Paolo Molaro <lupus@debian.org>Paolo Molaro1999-01-111-2/+6
* added gtk_type_query() which returns a newly allocated structure holdingTim Janik1998-12-081-0/+14
* reverted marius change to expose the type systems internal type info dataTim Janik1998-12-071-2/+0
* Allow a NULL marshaller. (gtk_signal_connect_by_type): Allow onlyMarius Vollmer1998-12-061-0/+2
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-2/+2
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-1/+3
* check if column[i].button is valid before calling gtk_widget_intersect onManish Singh1998-11-081-1/+1
* removed all occourances of #pragma } and #pragma { which were in place toTim Janik1998-10-071-1/+0
* for unknown foreign fundamental types, collect an argument of the typeTim Janik1998-10-031-0/+8
* don't include any gdk headers. added structure definitions forTim Janik1998-09-051-1/+74
* Changed GtkSignalFunc back to () from (void). (again!)Owen Taylor1998-08-131-1/+1
* Fixed the GtkSignalFunc typedef to read "(void)" instead of "()", whichNat Friedman1998-08-131-1/+1