| Commit message (Expand) | Author | Age | Files | Lines |
* | Move single-include guards inside include guards | Matthias Clasen | 2012-12-28 | 1 | -4/+4 |
* | Deprecate GTK_OBJECT_FLAGS() and GtkObjectFlags enum | Javier Jardón | 2010-06-16 | 1 | -2/+2 |
* | Deprecate flag macros for toplevel, state, no window and composite child | Christian Dywan | 2010-01-04 | 1 | -2/+20 |
* | no need to include <gtk/gtkenums.h> in headers which somehow include | Michael Natterer | 2008-10-30 | 1 | -0/+1 |
* | gtk/gtkclist.h gtk/gtkctree.h gtk/gtklist.h gtk/gtklistitem.h | Michael Natterer | 2008-09-23 | 1 | -5/+5 |
* | gtk/gtkclist.[ch] gtk/gtkctree.[ch] gtk/gtkitemfactory.[ch] | Michael Natterer | 2008-08-04 | 1 | -4/+4 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | reviewed by: <Carlos Garnacho <garnacho@gnome.org> | Kjartan Maraas | 2008-06-20 | 1 | -1/+1 |
* | Seal GtkObject | Tim Janik | 2008-06-20 | 1 | -1/+2 |
* | gtk/gtkcellrendereraccel.h gtk/gtkiconview.h use G_TYPE macros instead of | Michael Natterer | 2008-06-16 | 1 | -7/+7 |
* | whitespace cleanup: remove trailing whitespace and excess newlines and | Michael Natterer | 2008-05-28 | 1 | -5/+5 |
* | define __GTK_H_INSIDE__ around including all other headers. | Michael Natterer | 2008-05-28 | 1 | -0/+4 |
* | 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 |