summaryrefslogtreecommitdiff
path: root/gtk/gtksignal.c
Commit message (Expand)AuthorAgeFilesLines
* Remove GtkSignal completelyJavier Jardón2010-05-031-394/+0
* gtk/gtkobject.c s/GtkType/GType/ andMichael Natterer2008-09-231-10/+10
* gtk/gtksignal.[ch] gtk/gtkclist.c gtk/gtklist.c gtk/gtkmain.cMichael Natterer2008-09-221-4/+4
* gtk/gtkclist.[ch] gtk/gtkctree.[ch] gtk/gtkitemfactory.[ch]Michael Natterer2008-08-041-1/+1
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Fix many sparse warnings.Matthias Clasen2004-10-281-1/+1
* 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
* Add a note that yes, we do know what () means and we can't change it.Owen Taylor2002-08-051-1/+2
* Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC,Owen Taylor2002-03-201-3/+3
* rename "signal" arg to "name" to avoid compiler warnings about shadowingHavoc Pennington2002-02-041-4/+4
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-2/+0
* added gtkaccelmap.sgml. other updates.Tim Janik2001-11-131-1/+1
* Remove G_DISABLE_CONST_RETURNS.Owen Taylor2001-10-231-3/+3
* fix PROP_EVENTS.Tim Janik2001-06-191-99/+1
* make hanlder id a gulong as in GSignal.Tim Janik2001-05-271-1/+1
* Remove reallocate-redraws property. This is something that only a widgetOwen Taylor2001-05-181-2/+3
* added accumulator data argument to g_signal_newc() functions.Tim Janik2001-03-081-1/+1
* get rid of object_signal:: GtkObject argument uses, use GObjectTim Janik2000-12-121-2/+18
* provide a toggle button to temporarily disable position recording in theTim Janik2000-11-051-2/+2
* _g_signal_handlers_destroy() is prefixed with '_' now.Tim Janik2000-11-031-16/+16
* make use of g_signal_handlers_block_matched,Tim Janik2000-11-011-11/+10
* adapt to GSignal signature changes.Tim Janik2000-10-271-6/+6
* use g_value_set_static_{string|boxed} where applicable.Tim Janik2000-10-251-1/+28
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1872/+296
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Fix C++ comment.Tor Lillqvist2000-07-201-1/+1
* when unref-ing the handlers, also invalidate them. bug nailed down by KarlTim Janik2000-05-191-2/+10
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-12/+9
* Export the gtk_private_signals and gtk_private_n_signals variables, theyTor Lillqvist2000-04-131-2/+7
* Adapt cast macros to standard.Raja R Harinath1999-11-221-10/+10
* Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org>Tim Janik1999-03-171-1/+1
* added function to check if a specific signal handler connection existsTim Janik1999-02-241-43/+67
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* if the lookup failed, try to initialize the object class and reattempt theTim Janik1999-01-101-5/+16
* export the priority at which events are processed.Tim Janik1998-12-201-14/+0
* avoid void pointer mathManish Singh1998-12-111-1/+1
* when marshalling connect_object signals, don't pass the data pointerTim Janik1998-12-071-1/+1
* reverted marius change to expose the type systems internal type info dataTim Janik1998-12-071-104/+110
* Allow a NULL marshaller. (gtk_signal_connect_by_type): Allow onlyMarius Vollmer1998-12-061-2/+8
* Surround debug variable with #ifdef to silence gcc.Jeff Garzik1998-11-301-0/+5
* merged testgtkrc with the pre-themes one, removed system specificTim Janik1998-11-301-56/+95
* added an event watcher for enter/leave based on signal emission hooks.Tim Janik1998-11-301-6/+104
* Added a modular client-message-filter mechanism, that is used for the DNDOwen Taylor1998-10-181-1/+1
* only unref those handlers that have not yet been disconnected (finallyTim Janik1998-10-121-2/+4
* for unknown foreign fundamental types, collect an argument of the typeTim Janik1998-10-031-3/+2