summaryrefslogtreecommitdiff
path: root/gtk/gtktypeutils.c
Commit message (Expand)AuthorAgeFilesLines
* deprecate gtk_type_class().Michael Natterer2008-06-181-0/+12
* Intern some more strings.Matthias Clasen2005-09-011-1/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-201-0/+2
* Switch style of stamp file usage.Owen Taylor2002-03-021-63/+14
* Update to use the new g_boxed_type_register_static API.Alex Larsson2001-09-101-16/+1
* Remove change check for GTK_TYPE_OBJECT derivation to G_TYPE_OBJECTS -Owen Taylor2001-07-011-1/+1
* Fix args to g_type_init().Owen Taylor2001-06-291-1/+1
* Add GdkEventSetting event for notification of changes to system settings,Owen Taylor2001-04-021-1/+1
* Add boxed type for GtkRequistion. Use it for ::size-request.Owen Taylor2001-04-021-2/+2
* added rc-style argument GtkSpinButton::shadow_type. removedTim Janik2001-03-181-2/+0
* updatedHans Breuer2001-03-091-0/+2
* marshaller fixes.Tim Janik2001-03-071-17/+16
* and on goes the crusade. it just takes another dozen patchup commitsTim Janik2001-02-041-3/+0
* removed gtk_signal_init() compat define.Tim Janik2001-02-041-2/+2
* bracket in #ifdef GTK_ENABLE_BROKEN.Havoc Pennington2001-01-311-0/+1
* doh, this was broken beyond believe.Tim Janik2000-12-131-1/+1
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-16/+19
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3
* Generate gtk/makefile.mingw.Tor Lillqvist2000-07-251-1/+6
* Part 1 of a multipart commitElliot Lee2000-07-241-1/+1
* Add check for db2htmlOwen Taylor2000-07-061-0/+6
* make the current version number 1.3.1 (binary age 0, interface age 0).Tim Janik2000-06-241-17/+5
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-907/+167
* Merges from gtk-1-2Owen Taylor2000-03-141-24/+1
* 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-57/+0
* Mon, 11 Jan 1999 08:09:08 +0100 Paolo Molaro <lupus@debian.org>Paolo Molaro1999-01-111-2/+58
* eek, fixed an embarrasing bug that caused this function to always returnTim Janik1998-12-201-0/+2
* added gtk_type_query() which returns a newly allocated structure holdingTim Janik1998-12-081-5/+25
* reverted marius change to expose the type systems internal type info dataTim Janik1998-12-071-17/+0
* Allow a NULL marshaller. (gtk_signal_connect_by_type): Allow onlyMarius Vollmer1998-12-061-0/+17
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-4/+4
* removed default initialization check, people must use gtk_type_init();Tim Janik1998-11-291-46/+56
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-6/+9
* *** empty log message ***lukka1998-11-181-1/+9
* relookup type node after class creation and parent class' objectTim Janik1998-11-161-13/+22
* check if column[i].button is valid before calling gtk_widget_intersect onManish Singh1998-11-081-1/+1
* Fixed warning message to print out parent class name correctly.Owen Taylor1998-10-081-1/+1
* for unknown foreign fundamental types, collect an argument of the typeTim Janik1998-10-031-0/+59
* make sure we don't segfault when looking up a non-existant value nameTim Janik1998-10-021-8/+9
* don't include any gdk headers. added structure definitions forTim Janik1998-09-051-15/+102
* use g_get_current_dir() instead of getcwd().Tim Janik1998-08-181-16/+17
* restricted the --g*fatal-* arguments to --g-fatal-warnings again. thisTim Janik1998-08-181-8/+8
* relookup nodes after external functions have been called. also relookupTim Janik1998-08-111-5/+23
* fixup, so that enum values are looked up.Tim Janik1998-07-271-1/+37
* display the current cursor name.Tim Janik1998-07-141-115/+111
* call the base classes' object_init_func for derived objects with theTim Janik1998-07-121-3/+11