| Commit message (Expand) | Author | Age | Files | Lines |
* | renamed GUnowned to GInitiallyUnowned. | Tim Janik | 2005-12-22 | 1 | -2/+2 |
* | parent type fixups in structure declarations. | Tim Janik | 2005-12-22 | 1 | -2/+2 |
* | derive GtkObject from GUnowned, so it initially has a floating reference | Tim Janik | 2005-12-22 | 1 | -1/+1 |
* | Use g_object_is_floating. | Matthias Clasen | 2005-12-05 | 1 | -1/+1 |
* | deprecated floating/sink API and implemented it in terms of the GObject | Tim Janik | 2005-11-23 | 1 | -0/+6 |
* | gtk/gtkfilechooserdialog.[hc] Remove the G_GNUC_NULL_TERMINATED marker | Matthias Clasen | 2005-07-25 | 1 | -1/+1 |
* | Use G_GNUC_NULL_TERMINATED where appropriate. (#165682, Marc Meissner) | Matthias Clasen | 2005-03-08 | 1 | -3/+3 |
* | Remove a couple of obsolete comments, fix another comment. (#109737, | Owen Taylor | 2003-04-21 | 1 | -15/+5 |
* | Add deprecation guards around gtk_object_new(). | Matthias Clasen | 2003-03-04 | 1 | -4/+3 |
* | Remove left-over GTK_OBJECT_CONNECTED macro that was defined in terms ofGTK_MULTIHEAD_MERGEPOINT_14_03_02 | Owen Taylor | 2002-03-13 | 1 | -1/+0 |
* | Rename the GTK_DESTROYED flag to GTK_IN_DESTRUCTION, remove the | Owen Taylor | 2001-11-19 | 1 | -2/+1 |
* | Deprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov)GTK_MULTIHEAD_MERGEPOINT_22_10_01 | Owen Taylor | 2001-10-22 | 1 | -16/+11 |
* | 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 |