| Commit message (Expand) | Author | Age | Files | Lines |
* | fix PROP_EVENTS. | Tim Janik | 2001-06-19 | 1 | -1/+0 |
* | Doc fixups. | Owen Taylor | 2001-01-09 | 1 | -1/+1 |
* | doh, this was broken beyond believe. | Tim Janik | 2000-12-13 | 1 | -125/+25 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -1/+1 |
* | 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 |
* | documented necessary changes for 1.4 transition. | Tim Janik | 2000-05-12 | 1 | -60/+16 |
* | Adapt cast macros to standard. | Raja R Harinath | 1999-11-22 | 1 | -0/+8 |
* | 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 |
* | fix comment | Tim Janik | 1999-02-06 | 1 | -1/+1 |
* | removed deprecated functions: gtk_clist_set_border, | Tim Janik | 1999-01-17 | 1 | -9/+0 |
* | remove extraneous comma | Manish Singh | 1998-11-23 | 1 | -1/+1 |
* | added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. | Tim Janik | 1998-11-23 | 1 | -11/+15 |
* | renamed from gtk_object_data_set_destroy to fit the gtkobject.h API. | Tim Janik | 1998-10-30 | 1 | -25/+25 |
* | removed functions gtk_object_set_data_destroy and | Tim Janik | 1998-10-08 | 1 | -6/+4 |
* | removed all occourances of #pragma } and #pragma { which were in place to | Tim Janik | 1998-10-07 | 1 | -1/+0 |
* | changed gpointer object_data; to GData*object_data to cure compiler | Tim Janik | 1998-09-18 | 1 | -3/+3 |
* | added gtk_object_set_data_destroy and gtk_object_set_data_destroy_by_id | Tim Janik | 1998-09-17 | 1 | -20/+26 |
* | don't include any gdk headers. added structure definitions for | Tim Janik | 1998-09-05 | 1 | -61/+17 |
* | begin the parameter elipsis (...) after the first argument name. this | Tim Janik | 1998-08-24 | 1 | -1/+4 |
* | display the current cursor name. | Tim Janik | 1998-07-14 | 1 | -12/+0 |
* | new functions which wraps gtk_arg_get_info(). | Tim Janik | 1998-07-12 | 1 | -0/+3 |
* | deleted most of the argument handling code, since that is now implemented | Tim Janik | 1998-07-09 | 1 | -84/+99 |
* | call the base class init fucntions from all parent types upon class | Tim Janik | 1998-06-28 | 1 | -1/+9 |
* | replaced some gtk_object_data_force_id with g_quark_from_static_string | Tim Janik | 1998-06-19 | 1 | -6/+6 |
* | boy! did i really modify that many files? | Tim Janik | 1998-06-16 | 1 | -2/+4 |
* | gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl | Owen Taylor | 1998-06-15 | 1 | -13/+12 |
* | new functions gtk_selection_data_copy and gtk_selection_data_free. | Tim Janik | 1998-06-09 | 1 | -11/+20 |
* | wrapped enum definitions with glib macros. | Tim Janik | 1998-06-08 | 1 | -12/+12 |
* | fixed an assertment. | Tim Janik | 1998-06-07 | 1 | -4/+11 |
* | preserve automake CFLAGS. | Tim Janik | 1998-05-11 | 1 | -5/+5 |
* | new file, gdatasets implement the object data mechanism from GtkObject. a | Tim Janik | 1998-05-11 | 1 | -2/+2 |
* | minor cleanups and merges | Tim Janik | 1998-05-10 | 1 | -2/+2 |
* | reflect the presence of signal connections through unsetting | Tim Janik | 1998-05-08 | 1 | -64/+65 |
* | reimplemented the signal storage system to use a linear array rather than | Tim Janik | 1998-05-06 | 1 | -21/+44 |
* | 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 | -19/+40 |
* | made the <widget>_signals[] arrays of type guint rather than gint. made | Tim Janik | 1998-03-09 | 1 | -8/+8 |
* | typos and warning fixes. | Tim Janik | 1998-03-08 | 1 | -1/+1 |
* | made the object/class cast checks much more descriptive, based on | Tim Janik | 1998-03-07 | 1 | -3/+3 |
* | TODO updates (major ones ;). | Tim Janik | 1998-02-23 | 1 | -1/+0 |
* | don't perform gdk operations on size allocation | Tim Janik | 1998-02-22 | 1 | -0/+1 |
* | added the sequential argument number to gtk_object_query_args. | Tim Janik | 1998-02-21 | 1 | -6/+7 |
* | more debugging fixes. | Tim Janik | 1998-02-19 | 1 | -4/+4 |
* | present the argument access masks on their announcement. | Tim Janik | 1998-02-19 | 1 | -9/+23 |
* | configure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.c | Owen Taylor | 1998-02-19 | 1 | -6/+5 |
* | Add a DestroyNotify field, and gtk_object_set_data_full() to match. | Owen Taylor | 1998-02-13 | 1 | -0/+8 |
* | fixed a bad, bad referencing bug that could caused unreferencing of | Tim Janik | 1998-02-02 | 1 | -2/+15 |
* | GTK_RESIZE_NEEDED is a private flag now. | Tim Janik | 1998-02-02 | 1 | -38/+40 |
* | hm, initital refcount revolution commit ;) | Tim Janik | 1998-01-30 | 1 | -26/+23 |