| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix prepending at the start of the list. (#56349, Thomas Leonard.) | Owen Taylor | 2002-05-14 | 1 | -10/+14 |
* | rename "signal" arg to "name" to avoid compiler warnings about shadowing | Havoc Pennington | 2002-02-04 | 1 | -2/+2 |
* | Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; | Owen Taylor | 2001-11-17 | 1 | -2/+1 |
* | Deprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov)GTK_MULTIHEAD_MERGEPOINT_22_10_01 | Owen Taylor | 2001-10-22 | 1 | -8/+4 |
* | Mon Jul 30 10:49:16 PDT 2001 Suresh Chandrasekharan | Suresh Chandrasekharan | 2001-07-30 | 1 | -1/+1 |
* | make hanlder id a gulong as in GSignal. | Tim Janik | 2001-05-27 | 1 | -1/+1 |
* | Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS | Owen Taylor | 2001-04-17 | 1 | -25/+43 |
* | removed old emission hook API. | Tim Janik | 2001-03-07 | 1 | -6/+0 |
* | removed gtk_signal_init() compat define. | Tim Janik | 2001-02-04 | 1 | -1/+0 |
* | adapt to GSignal signature changes. | Tim Janik | 2000-10-27 | 1 | -3/+3 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -163/+94 |
* | Use G_GNUC_CONST. | Elliot Lee | 2000-08-30 | 1 | -1/+1 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | added function to check if a specific signal handler connection exists | Tim Janik | 1999-02-24 | 1 | -1/+4 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+8 |
* | grouped function names into application-level, widget-level and | Tim Janik | 1999-02-19 | 1 | -34/+39 |
* | export the priority at which events are processed. | Tim Janik | 1998-12-20 | 1 | -7/+0 |
* | added gtk_type_query() which returns a newly allocated structure holding | Tim Janik | 1998-12-08 | 1 | -2/+2 |
* | reverted marius change to expose the type systems internal type info data | Tim Janik | 1998-12-07 | 1 | -6/+9 |
* | added an event watcher for enter/leave based on signal emission hooks. | Tim Janik | 1998-11-30 | 1 | -2/+16 |
* | removed all occourances of #pragma } and #pragma { which were in place to | Tim Janik | 1998-10-07 | 1 | -1/+0 |
* | missed this | Elliot Lee | 1998-07-21 | 1 | -5/+1 |
* | deleted most of the argument handling code, since that is now implemented | Tim Janik | 1998-07-09 | 1 | -5/+1 |
* | Remove --g-fatal-warnings flag from argv. | Owen Taylor | 1998-06-19 | 1 | -3/+3 |
* | yeppers, accelerator changes to fix the gimp. commit message dedicated to | Tim Janik | 1998-06-18 | 1 | -0/+5 |
* | new functions gtk_selection_data_copy and gtk_selection_data_free. | Tim Janik | 1998-06-09 | 1 | -3/+3 |
* | new file used as template for new file to define macros indicating newly | Tim Janik | 1998-05-09 | 1 | -0/+6 |
* | reimplemented the signal storage system to use a linear array rather than | Tim Janik | 1998-05-06 | 1 | -3/+4 |
* | new function to set the adjustments value without causing a current | Tim Janik | 1998-05-03 | 1 | -0/+4 |
* | added new functions to operate on intermediate function pointers. | Tim Janik | 1998-05-02 | 1 | -0/+10 |
* | Changed LGPL address for FSF in all .h and .c files | PDT 1998 Shawn T. Amundson | 1998-04-13 | 1 | -2/+3 |
* | made the <widget>_signals[] arrays of type guint rather than gint. made | Tim Janik | 1998-03-09 | 1 | -96/+97 |
* | gtk/gtksignal.[ch] gtk/gtkmain.[ch] gtk/gtkcontainer.[ch] | Owen Taylor | 1998-02-13 | 1 | -0/+8 |
* | new function gtk_signal_handler_pending() returning the id of the next | Tim Janik | 1998-02-10 | 1 | -20/+3 |
* | ok, there have been several severe bugs in the signal handler referencing | Tim Janik | 1998-02-10 | 1 | -4/+5 |
* | no longer a private routine; gtksignal.h: export gtk_signal_get_handlers | Miguel de Icaza | 1998-02-09 | 1 | -0/+19 |
* | for the emission of AFTER signals, fetch the objects signals via | Tim Janik | 1998-02-03 | 1 | -0/+5 |
* | GTK_RESIZE_NEEDED is a private flag now. | Tim Janik | 1998-02-02 | 1 | -0/+6 |
* | hm, initital refcount revolution commit ;) | Tim Janik | 1998-01-30 | 1 | -2/+2 |
* | new user signal, and possibility to query signal information. | Tim Janik | 1998-01-29 | 1 | -8/+27 |
* | Initial revision | Elliot Lee | 1997-11-24 | 1 | -0/+124 |