summaryrefslogtreecommitdiff
path: root/gtk/gtksignal.h
Commit message (Expand)AuthorAgeFilesLines
* 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