| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | make use of *_by_id() functions for handler key. | Tim Janik | 1998-03-14 | 1 | -284/+226 |
* | applied gtk-shige-980311-0.patch.gz, which removes the erronerous | Tim Janik | 1998-03-12 | 1 | -1/+1 |
* | made the <widget>_signals[] arrays of type guint rather than gint. made | Tim Janik | 1998-03-09 | 1 | -16/+16 |
* | register living objects in a hashtable. | Tim Janik | 1998-03-07 | 1 | -28/+37 |
* | made the object/class cast checks much more descriptive, based on | Tim Janik | 1998-03-07 | 1 | -12/+57 |
* | complete api change to honour message contexts. unfortunaltely this also | Tim Janik | 1998-03-01 | 1 | -1/+1 |
* | TODO updates (major ones ;). | Tim Janik | 1998-02-23 | 1 | -7/+0 |
* | renamed signal GtkWidget::set_parent to GtkWidget::parent_set. since it's | Tim Janik | 1998-02-22 | 1 | -0/+2 |
* | added the sequential argument number to gtk_object_query_args. | Tim Janik | 1998-02-21 | 1 | -13/+20 |
* | present the argument access masks on their announcement. | Tim Janik | 1998-02-19 | 1 | -3/+37 |
* | configure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.c | Owen Taylor | 1998-02-19 | 1 | -34/+50 |
* | Add a DestroyNotify field, and gtk_object_set_data_full() to match. | Owen Taylor | 1998-02-13 | 1 | -22/+42 |
* | clean ups. -timj | Tim Janik | 1998-02-07 | 1 | -3/+9 |
* | for the emission of AFTER signals, fetch the objects signals via | Tim Janik | 1998-02-03 | 1 | -0/+3 |
* | fixed a bad, bad referencing bug that could caused unreferencing of | Tim Janik | 1998-02-02 | 1 | -67/+88 |
* | watch the next ChangeLog update... | Tim Janik | 1998-02-02 | 1 | -14/+17 |
* | GTK_RESIZE_NEEDED is a private flag now. | Tim Janik | 1998-02-02 | 1 | -22/+29 |
* | Added and autoconfigured in a new utility function g_strcasecmp | Manish Singh | 1998-01-31 | 1 | -0/+1 |
* | hm, initital refcount revolution commit ;) | Tim Janik | 1998-01-30 | 1 | -67/+245 |
* | new user signal, and possibility to query signal information. | Tim Janik | 1998-01-29 | 1 | -0/+55 |
* | removed a FIXME that i had forgotten earlier. | Tim Janik | 1998-01-29 | 1 | -1/+0 |
* | forgot a printf() line ;) | Tim Janik | 1998-01-24 | 1 | -1/+0 |
* | gtk_object_query_args() now returns the args in the corret order. | Tim Janik | 1998-01-24 | 1 | -12/+20 |
* | new element n_args in GtkObjectClass. | Tim Janik | 1998-01-23 | 1 | -0/+1 |
* | some gtk_*_set_arg fixes | Tim Janik | 1998-01-21 | 1 | -0/+3 |
* | renamed g_string_equal => g_str_equal renamed g_string_hash => g_str_hash | Owen Taylor | 1998-01-18 | 1 | -2/+2 |