]> Pileus Git - ~andy/gtk/history - gtk/gtksignal.h
System fnmatch wasn't going to be UTF-8 clean, neither was our version.
[~andy/gtk] / gtk / gtksignal.h
2002-05-14 Owen TaylorFix prepending at the start of the list. (#56349, Thoma...
2002-02-04 Havoc Penningtonrename "signal" arg to "name" to avoid compiler warning...
2001-11-17 Owen TaylorMake gtkmarshal.list/gtkmarshal.h only for compatibilit...
2001-10-22 Owen TaylorDeprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov)
2001-07-30 Suresh ChandrasekharanMon Jul 30 10:49:16 PDT 2001 Suresh Chandrasekharan
2001-05-27 Tim Janikmake hanlder id a gulong as in GSignal.
2001-04-17 Owen TaylorDon't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
2001-03-07 Tim Janikremoved old emission hook API.
2001-02-04 Tim Janikremoved gtk_signal_init() compat define.
2000-10-27 Tim Janikadapt to GSignal signature changes.
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-08-30 Elliot LeeUse G_GNUC_CONST.
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
1999-02-24 Tim Janikadded function to check if a specific signal handler...
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-02-19 Tim Janikgrouped function names into application-level, widget...
1998-12-20 Tim Janikexport the priority at which events are processed.
1998-12-08 Tim Janikadded gtk_type_query() which returns a newly allocated...
1998-12-07 Tim Janikreverted marius change to expose the type systems inter...
1998-11-30 Tim Janikadded an event watcher for enter/leave based on signal...
1998-10-07 Tim Janikremoved all occourances of #pragma } and #pragma {...
1998-07-21 Elliot Leemissed this
1998-07-09 Tim Janikdeleted most of the argument handling code, since that...
1998-06-19 Owen TaylorRemove --g-fatal-warnings flag from argv.
1998-06-18 Tim Janikyeppers, accelerator changes to fix the gimp. commit...
1998-06-09 Tim Janiknew functions gtk_selection_data_copy and gtk_selection...
1998-05-09 Tim Janiknew file used as template for new file to define macros...
1998-05-06 Tim Janikreimplemented the signal storage system to use a linear...
1998-05-03 Tim Janiknew function to set the adjustments value without causi...
1998-05-02 Tim Janikadded new functions to operate on intermediate function...
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-03-09 Tim Janikmade the <widget>_signals[] arrays of type guint rather...
1998-02-13 Owen Taylorgtk/gtksignal.[ch] gtk/gtkmain.[ch] gtk/gtkcontainer...
1998-02-10 Tim Janiknew function gtk_signal_handler_pending() returning...
1998-02-10 Tim Janikok, there have been several severe bugs in the signal...
1998-02-09 Miguel de Icazano longer a private routine; gtksignal.h: export gtk_si...
1998-02-03 Tim Janikfor the emission of AFTER signals, fetch the objects...
1998-02-02 Tim JanikGTK_RESIZE_NEEDED is a private flag now.
1998-01-30 Tim Janikhm, initital refcount revolution commit ;)
1998-01-29 Tim Janiknew user signal, and possibility to query signal inform...
1997-11-24 Elliot LeeInitial revision