summaryrefslogtreecommitdiff
path: root/gtk/gtksignal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* new user signal, and possibility to query signal information.Tim Janik1998-01-291-32/+111
* added new widget flag GTK_LEAVE_PENDING. if a widget has GTK_LEAVE_PENDINGTim Janik1998-01-251-0/+1
* g_str_hash stuff -timjTim Janik1998-01-181-2/+2
* gtk_*_get_arg() and gtk_*_set_arg() implementations. new argTim Janik1998-01-181-0/+6
* remove an invalid cast that shows up with debugging enabled only.Tim Janik1998-01-151-1/+1
* It's all in the changelog. Well, almost all.Owen Taylor1997-12-181-10/+4
* Initial revisionElliot Lee1997-11-241-0/+1322