]> Pileus Git - ~andy/gtk/history - gtk/gtksignal.c
Merges from gtk-1-2
[~andy/gtk] / gtk / gtksignal.c
1999-11-22 Raja R HarinathAdapt cast macros to standard.
1999-03-17 Tim JanikTue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org>
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-01-10 Tim Janikif the lookup failed, try to initialize the object...
1998-12-20 Tim Janikexport the priority at which events are processed.
1998-12-11 Manish Singhavoid void pointer math
1998-12-07 Tim Janikwhen marshalling connect_object signals, don't pass...
1998-12-07 Tim Janikreverted marius change to expose the type systems inter...
1998-12-06 Marius VollmerAllow a NULL marshaller. (gtk_signal_connect_by_type...
1998-11-30 Jeff GarzikSurround debug variable with #ifdef to silence gcc.
1998-11-30 Tim Janikmerged testgtkrc with the pre-themes one, removed syste...
1998-11-30 Tim Janikadded an event watcher for enter/leave based on signal...
1998-10-18 Owen TaylorAdded a modular client-message-filter mechanism, that...
1998-10-12 Tim Janikonly unref those handlers that have not yet been discon...
1998-10-03 Tim Janikfor unknown foreign fundamental types, collect an argum...
1998-08-24 Tim Janikbegin the parameter elipsis (...) after the first argum...
1998-08-17 Tim Janikremoved gtk_input_add_interp.
1998-07-21 Elliot LeeUse common marshalling routines instead of having widge...
1998-07-17 Tim Janiksropped the approach of copying all signal specific...
1998-07-15 Tim Janikpass only the signal_id to this function. it needs...
1998-07-14 Tim Janikdisplay the current cursor name.
1998-07-09 Tim Janikdeleted most of the argument handling code, since that...
1998-06-19 Tim Janikreplaced some gtk_object_data_force_id with g_quark_fro...
1998-06-18 Tim Janikyeppers, accelerator changes to fix the gimp. commit...
1998-06-10 Owen TaylorRenamed g_const_pointer => gconstpointer.
1998-06-09 Owen TaylorRemoved g_object_pointer_hash, which was just g_direct_...
1998-06-09 Tim Janiknew functions gtk_selection_data_copy and gtk_selection...
1998-06-07 Tim Janikfixed an assertment.
1998-05-18 Elliot LeeAllow GTK_DEBUG=signals - VERY useful ;-)
1998-05-18 Tim Janikchanged "proximity-in-event", "drop-data-available...
1998-05-13 Owen TaylorA few more GPOINTER_TO_UINT fixes.
1998-05-09 Tim Janiknew file used as template for new file to define macros...
1998-05-08 Tim Janikreflect the presence of signal connections through...
1998-05-07 Tim Janikspeedups speedups speedups....
1998-05-06 Tim Janikreimplemented the signal storage system to use a linear...
1998-05-03 Owen Taylorconfigure.in acheader.h gdk/gdkwindow.c Check for Shape...
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-14 Tim Janikmake use of *_by_id() functions for handler key.
1998-03-11 Owen TaylorVarious minor cleanups related to -W
1998-03-09 Tim Janikmade the <widget>_signals[] arrays of type guint rather...
1998-03-08 Tim Janiktypos and warning fixes.
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...
1998-01-25 Tim Janikadded new widget flag GTK_LEAVE_PENDING. if a widget...
1998-01-18 Tim Janikg_str_hash stuff -timj
1998-01-18 Tim Janikgtk_*_get_arg() and gtk_*_set_arg() implementations...
1998-01-15 Tim Janikremove an invalid cast that shows up with debugging...
1997-12-18 Owen TaylorIt's all in the changelog. Well, almost all.
1997-11-24 Elliot LeeInitial revision