summaryrefslogtreecommitdiff
path: root/gtk/gtksignal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* new functions gtk_selection_data_copy and gtk_selection_data_free.Tim Janik1998-06-091-16/+16
* fixed an assertment.Tim Janik1998-06-071-5/+18
* Allow GTK_DEBUG=signals - VERY useful ;-)Elliot Lee1998-05-181-0/+4
* changed "proximity-in-event", "drop-data-available-event",Tim Janik1998-05-181-1/+10
* A few more GPOINTER_TO_UINT fixes.Owen Taylor1998-05-131-3/+4
* new file used as template for new file to define macros indicating newlyTim Janik1998-05-091-27/+89
* reflect the presence of signal connections through unsettingTim Janik1998-05-081-31/+69
* speedups speedups speedups....Tim Janik1998-05-071-44/+98
* reimplemented the signal storage system to use a linear array rather thanTim Janik1998-05-061-472/+518
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-3/+3
* new function to set the adjustments value without causing a currentTim Janik1998-05-031-19/+73
* added new functions to operate on intermediate function pointers.Tim Janik1998-05-021-42/+124
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* make use of *_by_id() functions for handler key.Tim Janik1998-03-141-13/+18
* Various minor cleanups related to -WOwen Taylor1998-03-111-1/+1
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-091-260/+259
* typos and warning fixes.Tim Janik1998-03-081-7/+20
* gtk/gtksignal.[ch] gtk/gtkmain.[ch] gtk/gtkcontainer.[ch]Owen Taylor1998-02-131-20/+39
* new function gtk_signal_handler_pending() returning the id of the nextTim Janik1998-02-101-1/+50
* ok, there have been several severe bugs in the signal handler referencingTim Janik1998-02-101-124/+117
* no longer a private routine; gtksignal.h: export gtk_signal_get_handlersMiguel de Icaza1998-02-091-19/+1
* for the emission of AFTER signals, fetch the objects signals viaTim Janik1998-02-031-9/+48
* GTK_RESIZE_NEEDED is a private flag now.Tim Janik1998-02-021-9/+61
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-155/+156