summaryrefslogtreecommitdiff
path: root/gtk/gtkobject.c
Commit message (Expand)AuthorAgeFilesLines
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-34/+156
* renamed from gtk_object_data_set_destroy to fit the gtkobject.h API.Tim Janik1998-10-301-1/+1
* removed functions gtk_object_set_data_destroy andTim Janik1998-10-081-7/+5
* update to Gtk+ version 1.1.3, binary age 1, interface age 1.Tim Janik1998-09-231-3/+8
* reallocate the required memory block, rather than allocating it newly fromTim Janik1998-09-211-14/+8
* added gtk_object_set_data_destroy and gtk_object_set_data_destroy_by_idTim Janik1998-09-171-147/+52
* use g_atexit() instead of ATEXIT.Tim Janik1998-09-081-2/+1
* don't include any gdk headers. added structure definitions forTim Janik1998-09-051-79/+0
* removed some unused variablesManish Singh1998-08-241-1/+2
* begin the parameter elipsis (...) after the first argument name. thisTim Janik1998-08-241-7/+13
* use g_get_current_dir() instead of getcwd().Tim Janik1998-08-181-2/+2
* restricted the --g*fatal-* arguments to --g-fatal-warnings again. thisTim Janik1998-08-181-8/+8
* Use common marshalling routines instead of having widget-private ones. ItElliot Lee1998-07-211-1/+1
* handle negative values similar to gtk_widget_set_uposition(). that is:Tim Janik1998-07-161-2/+5
* display the current cursor name.Tim Janik1998-07-141-1/+1
* new functions which wraps gtk_arg_get_info().Tim Janik1998-07-121-0/+11
* strictly check for the associated get/set arg functions. if an arg isTim Janik1998-07-101-9/+5
* deleted most of the argument handling code, since that is now implementedTim Janik1998-07-091-713/+319
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-2/+2
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-23/+53
* new function gtk_container_child_arg_set, similar toTim Janik1998-06-241-9/+11
* replaced some gtk_object_data_force_id with g_quark_from_static_stringTim Janik1998-06-191-29/+21
* boy! did i really modify that many files?Tim Janik1998-06-161-15/+23
* Removed g_object_pointer_hash, which was just g_direct_hash.Owen Taylor1998-06-091-10/+1
* new functions gtk_selection_data_copy and gtk_selection_data_free.Tim Janik1998-06-091-7/+39
* fixed an assertment.Tim Janik1998-06-071-8/+46
* typedef gint gboolean; this is needed to provide portability withTim Janik1998-05-141-1/+1
* [security audit by Alan Cox]Tim Janik1998-05-121-1/+11
* compilation fixupsTim Janik1998-05-111-5/+13
* preserve automake CFLAGS.Tim Janik1998-05-111-39/+16
* new file, gdatasets implement the object data mechanism from GtkObject. aTim Janik1998-05-111-64/+15
* reflect the presence of signal connections through unsettingTim Janik1998-05-081-7/+7
* allocate object data chunks through a global object data structure list.Tim Janik1998-05-071-39/+59
* reimplemented the signal storage system to use a linear array rather thanTim Janik1998-05-061-5/+5
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-3/+3
* Merged changes from gtk-1-0. Check ChangeLog for details.Owen Taylor1998-05-011-24/+33
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Try to guess if we can use the mb* functions safely. (For glibc, they doOwen Taylor1998-03-171-1/+1
* removed the ugly check whether we need gtk_widget_destroy orTim Janik1998-03-151-4/+6
* refuse to allocate with a greater height than requested.Tim Janik1998-03-141-2/+2
* gpointer gtk_object_get_user_data (GtkObject *object) { ifTim Janik1998-03-141-1/+1
* make use of *_by_id() functions for handler key.Tim Janik1998-03-141-284/+226
* applied gtk-shige-980311-0.patch.gz, which removes the erronerousTim Janik1998-03-121-1/+1
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-091-16/+16
* register living objects in a hashtable.Tim Janik1998-03-071-28/+37
* made the object/class cast checks much more descriptive, based onTim Janik1998-03-071-12/+57
* complete api change to honour message contexts. unfortunaltely this alsoTim Janik1998-03-011-1/+1
* TODO updates (major ones ;).Tim Janik1998-02-231-7/+0
* renamed signal GtkWidget::set_parent to GtkWidget::parent_set. since it'sTim Janik1998-02-221-0/+2
* added the sequential argument number to gtk_object_query_args.Tim Janik1998-02-211-13/+20