| Commit message (Expand) | Author | Age | Files | Lines |
* | Plug same refcount leaks as in the X11 backend.gdk-object-branchpoint | Tor Lillqvist | 2000-05-16 | 1 | -1/+1 |
* | documented necessary changes for 1.4 transition. | Tim Janik | 2000-05-12 | 1 | -217/+96 |
* | Adapt cast macros to standard. | Raja R Harinath | 1999-11-22 | 1 | -0/+43 |
* | warn about &widget->requisition, even for toplevels. | Tim Janik | 1999-02-24 | 1 | -5/+9 |
* | 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 |
* | removed deprecated functions: gtk_clist_set_border, | Tim Janik | 1999-01-17 | 1 | -48/+0 |
* | s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/. | Tim Janik | 1998-12-02 | 1 | -1/+1 |
* | I submitted this patch twice to gtk-devel-list, and received no comments, | Elliot Lee | 1998-11-30 | 1 | -2/+2 |
* | added an event watcher for enter/leave based on signal emission hooks. | Tim Janik | 1998-11-30 | 1 | -1/+1 |
* | added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. | Tim Janik | 1998-11-23 | 1 | -34/+156 |
* | renamed from gtk_object_data_set_destroy to fit the gtkobject.h API. | Tim Janik | 1998-10-30 | 1 | -1/+1 |
* | removed functions gtk_object_set_data_destroy and | Tim Janik | 1998-10-08 | 1 | -7/+5 |
* | update to Gtk+ version 1.1.3, binary age 1, interface age 1. | Tim Janik | 1998-09-23 | 1 | -3/+8 |
* | reallocate the required memory block, rather than allocating it newly from | Tim Janik | 1998-09-21 | 1 | -14/+8 |
* | added gtk_object_set_data_destroy and gtk_object_set_data_destroy_by_id | Tim Janik | 1998-09-17 | 1 | -147/+52 |
* | use g_atexit() instead of ATEXIT. | Tim Janik | 1998-09-08 | 1 | -2/+1 |
* | don't include any gdk headers. added structure definitions for | Tim Janik | 1998-09-05 | 1 | -79/+0 |
* | removed some unused variables | Manish Singh | 1998-08-24 | 1 | -1/+2 |
* | begin the parameter elipsis (...) after the first argument name. this | Tim Janik | 1998-08-24 | 1 | -7/+13 |
* | use g_get_current_dir() instead of getcwd(). | Tim Janik | 1998-08-18 | 1 | -2/+2 |
* | restricted the --g*fatal-* arguments to --g-fatal-warnings again. this | Tim Janik | 1998-08-18 | 1 | -8/+8 |
* | Use common marshalling routines instead of having widget-private ones. It | Elliot Lee | 1998-07-21 | 1 | -1/+1 |
* | handle negative values similar to gtk_widget_set_uposition(). that is: | Tim Janik | 1998-07-16 | 1 | -2/+5 |
* | display the current cursor name. | Tim Janik | 1998-07-14 | 1 | -1/+1 |
* | new functions which wraps gtk_arg_get_info(). | Tim Janik | 1998-07-12 | 1 | -0/+11 |
* | strictly check for the associated get/set arg functions. if an arg is | Tim Janik | 1998-07-10 | 1 | -9/+5 |
* | deleted most of the argument handling code, since that is now implemented | Tim Janik | 1998-07-09 | 1 | -713/+319 |
* | changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. | Tim Janik | 1998-07-04 | 1 | -2/+2 |
* | call the base class init fucntions from all parent types upon class | Tim Janik | 1998-06-28 | 1 | -23/+53 |
* | new function gtk_container_child_arg_set, similar to | Tim Janik | 1998-06-24 | 1 | -9/+11 |
* | replaced some gtk_object_data_force_id with g_quark_from_static_string | Tim Janik | 1998-06-19 | 1 | -29/+21 |
* | boy! did i really modify that many files? | Tim Janik | 1998-06-16 | 1 | -15/+23 |
* | Removed g_object_pointer_hash, which was just g_direct_hash. | Owen Taylor | 1998-06-09 | 1 | -10/+1 |
* | new functions gtk_selection_data_copy and gtk_selection_data_free. | Tim Janik | 1998-06-09 | 1 | -7/+39 |
* | fixed an assertment. | Tim Janik | 1998-06-07 | 1 | -8/+46 |
* | typedef gint gboolean; this is needed to provide portability with | Tim Janik | 1998-05-14 | 1 | -1/+1 |
* | [security audit by Alan Cox] | Tim Janik | 1998-05-12 | 1 | -1/+11 |
* | compilation fixups | Tim Janik | 1998-05-11 | 1 | -5/+13 |
* | preserve automake CFLAGS. | Tim Janik | 1998-05-11 | 1 | -39/+16 |
* | new file, gdatasets implement the object data mechanism from GtkObject. a | Tim Janik | 1998-05-11 | 1 | -64/+15 |
* | reflect the presence of signal connections through unsetting | Tim Janik | 1998-05-08 | 1 | -7/+7 |
* | allocate object data chunks through a global object data structure list. | Tim Janik | 1998-05-07 | 1 | -39/+59 |
* | reimplemented the signal storage system to use a linear array rather than | Tim Janik | 1998-05-06 | 1 | -5/+5 |
* | configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on | Owen Taylor | 1998-05-03 | 1 | -3/+3 |
* | Merged changes from gtk-1-0. Check ChangeLog for details. | Owen Taylor | 1998-05-01 | 1 | -24/+33 |
* | Changed LGPL address for FSF in all .h and .c files | PDT 1998 Shawn T. Amundson | 1998-04-13 | 1 | -2/+3 |
* | Try to guess if we can use the mb* functions safely. (For glibc, they do | Owen Taylor | 1998-03-17 | 1 | -1/+1 |
* | removed the ugly check whether we need gtk_widget_destroy or | Tim Janik | 1998-03-15 | 1 | -4/+6 |
* | refuse to allocate with a greater height than requested. | Tim Janik | 1998-03-14 | 1 | -2/+2 |
* | gpointer gtk_object_get_user_data (GtkObject *object) { if | Tim Janik | 1998-03-14 | 1 | -1/+1 |