summaryrefslogtreecommitdiff
path: root/gtk/gtksignal.h
Commit message (Expand)AuthorAgeFilesLines
* Fix prepending at the start of the list. (#56349, Thomas Leonard.)Owen Taylor2002-05-141-10/+14
* rename "signal" arg to "name" to avoid compiler warnings about shadowingHavoc Pennington2002-02-041-2/+2
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-2/+1
* Deprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov)GTK_MULTIHEAD_MERGEPOINT_22_10_01Owen Taylor2001-10-221-8/+4
* Mon Jul 30 10:49:16 PDT 2001 Suresh ChandrasekharanSuresh Chandrasekharan2001-07-301-1/+1
* make hanlder id a gulong as in GSignal.Tim Janik2001-05-271-1/+1
* Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBSOwen Taylor2001-04-171-25/+43
* removed old emission hook API.Tim Janik2001-03-071-6/+0
* removed gtk_signal_init() compat define.Tim Janik2001-02-041-1/+0
* adapt to GSignal signature changes.Tim Janik2000-10-271-3/+3
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-163/+94
* Use G_GNUC_CONST.Elliot Lee2000-08-301-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* added function to check if a specific signal handler connection existsTim Janik1999-02-241-1/+4
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* grouped function names into application-level, widget-level andTim Janik1999-02-191-34/+39
* export the priority at which events are processed.Tim Janik1998-12-201-7/+0
* added gtk_type_query() which returns a newly allocated structure holdingTim Janik1998-12-081-2/+2
* reverted marius change to expose the type systems internal type info dataTim Janik1998-12-071-6/+9
* added an event watcher for enter/leave based on signal emission hooks.Tim Janik1998-11-301-2/+16
* removed all occourances of #pragma } and #pragma { which were in place toTim Janik1998-10-071-1/+0
* missed thisElliot Lee1998-07-211-5/+1
* deleted most of the argument handling code, since that is now implementedTim Janik1998-07-091-5/+1
* Remove --g-fatal-warnings flag from argv.Owen Taylor1998-06-191-3/+3
* yeppers, accelerator changes to fix the gimp. commit message dedicated toTim Janik1998-06-181-0/+5
* new functions gtk_selection_data_copy and gtk_selection_data_free.Tim Janik1998-06-091-3/+3
* new file used as template for new file to define macros indicating newlyTim Janik1998-05-091-0/+6
* reimplemented the signal storage system to use a linear array rather thanTim Janik1998-05-061-3/+4
* new function to set the adjustments value without causing a currentTim Janik1998-05-031-0/+4
* added new functions to operate on intermediate function pointers.Tim Janik1998-05-021-0/+10
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-091-96/+97
* gtk/gtksignal.[ch] gtk/gtkmain.[ch] gtk/gtkcontainer.[ch]Owen Taylor1998-02-131-0/+8
* new function gtk_signal_handler_pending() returning the id of the nextTim Janik1998-02-101-20/+3
* ok, there have been several severe bugs in the signal handler referencingTim Janik1998-02-101-4/+5
* no longer a private routine; gtksignal.h: export gtk_signal_get_handlersMiguel de Icaza1998-02-091-0/+19
* for the emission of AFTER signals, fetch the objects signals viaTim Janik1998-02-031-0/+5
* GTK_RESIZE_NEEDED is a private flag now.Tim Janik1998-02-021-0/+6
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-2/+2
* new user signal, and possibility to query signal information.Tim Janik1998-01-291-8/+27
* Initial revisionElliot Lee1997-11-241-0/+124