summaryrefslogtreecommitdiff
path: root/gtk/gtksignal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* begin the parameter elipsis (...) after the first argument name. thisTim Janik1998-08-241-3/+4
* removed gtk_input_add_interp.merge-to-themes-2-2Tim Janik1998-08-171-24/+0
* Use common marshalling routines instead of having widget-private ones. ItElliot Lee1998-07-211-0/+11
* sropped the approach of copying all signal specific data into aTim Janik1998-07-171-107/+69
* pass only the signal_id to this function. it needs to relookup the signalTim Janik1998-07-151-13/+29
* display the current cursor name.Tim Janik1998-07-141-3/+2
* deleted most of the argument handling code, since that is now implementedTim Janik1998-07-091-172/+76
* replaced some gtk_object_data_force_id with g_quark_from_static_stringTim Janik1998-06-191-33/+34
* yeppers, accelerator changes to fix the gimp. commit message dedicated toTim Janik1998-06-181-1/+38
* Renamed g_const_pointer => gconstpointer.Owen Taylor1998-06-101-6/+6
* Removed g_object_pointer_hash, which was just g_direct_hash.Owen Taylor1998-06-091-9/+9