| Commit message (Expand) | Author | Age | Files | Lines |
* | Added a modular client-message-filter mechanism, that is used for the DND | Owen Taylor | 1998-10-18 | 1 | -1/+1 |
* | only unref those handlers that have not yet been disconnected (finally | Tim Janik | 1998-10-12 | 1 | -2/+4 |
* | for unknown foreign fundamental types, collect an argument of the type | Tim Janik | 1998-10-03 | 1 | -3/+2 |
* | begin the parameter elipsis (...) after the first argument name. this | Tim Janik | 1998-08-24 | 1 | -3/+4 |
* | removed gtk_input_add_interp.merge-to-themes-2-2 | Tim Janik | 1998-08-17 | 1 | -24/+0 |
* | Use common marshalling routines instead of having widget-private ones. It | Elliot Lee | 1998-07-21 | 1 | -0/+11 |
* | sropped the approach of copying all signal specific data into a | Tim Janik | 1998-07-17 | 1 | -107/+69 |
* | pass only the signal_id to this function. it needs to relookup the signal | Tim Janik | 1998-07-15 | 1 | -13/+29 |
* | display the current cursor name. | Tim Janik | 1998-07-14 | 1 | -3/+2 |
* | deleted most of the argument handling code, since that is now implemented | Tim Janik | 1998-07-09 | 1 | -172/+76 |
* | replaced some gtk_object_data_force_id with g_quark_from_static_string | Tim Janik | 1998-06-19 | 1 | -33/+34 |
* | yeppers, accelerator changes to fix the gimp. commit message dedicated to | Tim Janik | 1998-06-18 | 1 | -1/+38 |
* | Renamed g_const_pointer => gconstpointer. | Owen Taylor | 1998-06-10 | 1 | -6/+6 |
* | Removed g_object_pointer_hash, which was just g_direct_hash. | Owen Taylor | 1998-06-09 | 1 | -9/+9 |
* | new functions gtk_selection_data_copy and gtk_selection_data_free. | Tim Janik | 1998-06-09 | 1 | -16/+16 |
* | fixed an assertment. | Tim Janik | 1998-06-07 | 1 | -5/+18 |
* | Allow GTK_DEBUG=signals - VERY useful ;-) | Elliot Lee | 1998-05-18 | 1 | -0/+4 |
* | changed "proximity-in-event", "drop-data-available-event", | Tim Janik | 1998-05-18 | 1 | -1/+10 |
* | A few more GPOINTER_TO_UINT fixes. | Owen Taylor | 1998-05-13 | 1 | -3/+4 |
* | new file used as template for new file to define macros indicating newly | Tim Janik | 1998-05-09 | 1 | -27/+89 |
* | reflect the presence of signal connections through unsetting | Tim Janik | 1998-05-08 | 1 | -31/+69 |
* | speedups speedups speedups.... | Tim Janik | 1998-05-07 | 1 | -44/+98 |
* | reimplemented the signal storage system to use a linear array rather than | Tim Janik | 1998-05-06 | 1 | -472/+518 |
* | configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on | Owen Taylor | 1998-05-03 | 1 | -3/+3 |
* | new function to set the adjustments value without causing a current | Tim Janik | 1998-05-03 | 1 | -19/+73 |
* | added new functions to operate on intermediate function pointers. | Tim Janik | 1998-05-02 | 1 | -42/+124 |
* | Changed LGPL address for FSF in all .h and .c files | PDT 1998 Shawn T. Amundson | 1998-04-13 | 1 | -2/+3 |
* | make use of *_by_id() functions for handler key. | Tim Janik | 1998-03-14 | 1 | -13/+18 |
* | Various minor cleanups related to -W | Owen Taylor | 1998-03-11 | 1 | -1/+1 |
* | made the <widget>_signals[] arrays of type guint rather than gint. made | Tim Janik | 1998-03-09 | 1 | -260/+259 |
* | typos and warning fixes. | Tim Janik | 1998-03-08 | 1 | -7/+20 |
* | gtk/gtksignal.[ch] gtk/gtkmain.[ch] gtk/gtkcontainer.[ch] | Owen Taylor | 1998-02-13 | 1 | -20/+39 |
* | new function gtk_signal_handler_pending() returning the id of the next | Tim Janik | 1998-02-10 | 1 | -1/+50 |
* | ok, there have been several severe bugs in the signal handler referencing | Tim Janik | 1998-02-10 | 1 | -124/+117 |
* | no longer a private routine; gtksignal.h: export gtk_signal_get_handlers | Miguel de Icaza | 1998-02-09 | 1 | -19/+1 |
* | for the emission of AFTER signals, fetch the objects signals via | Tim Janik | 1998-02-03 | 1 | -9/+48 |
* | GTK_RESIZE_NEEDED is a private flag now. | Tim Janik | 1998-02-02 | 1 | -9/+61 |
* | hm, initital refcount revolution commit ;) | Tim Janik | 1998-01-30 | 1 | -155/+156 |
* | new user signal, and possibility to query signal information. | Tim Janik | 1998-01-29 | 1 | -32/+111 |
* | added new widget flag GTK_LEAVE_PENDING. if a widget has GTK_LEAVE_PENDING | Tim Janik | 1998-01-25 | 1 | -0/+1 |
* | g_str_hash stuff -timj | Tim Janik | 1998-01-18 | 1 | -2/+2 |
* | gtk_*_get_arg() and gtk_*_set_arg() implementations. new arg | Tim Janik | 1998-01-18 | 1 | -0/+6 |
* | remove an invalid cast that shows up with debugging enabled only. | Tim Janik | 1998-01-15 | 1 | -1/+1 |
* | It's all in the changelog. Well, almost all. | Owen Taylor | 1997-12-18 | 1 | -10/+4 |
* | Initial revision | Elliot Lee | 1997-11-24 | 1 | -0/+1322 |