summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* preserve automake CFLAGS.Tim Janik1998-05-115-87/+43
* new file, gdatasets implement the object data mechanism from GtkObject. aTim Janik1998-05-112-66/+17
* Started documentation of GtkCTree.Stefan Jeske1998-05-103-27/+40
* bugfixes, cleanups and macro reduction, nothing major though ;)Tim Janik1998-05-102-27/+13
* minor cleanups and mergesTim Janik1998-05-103-16/+20
* Try to figure out if this is Digital Unix and we need -std1 to get theOwen Taylor1998-05-109-109/+143
* new file used as template for new file to define macros indicating newlyTim Janik1998-05-097-27/+215
* reflect the presence of signal connections through unsettingTim Janik1998-05-086-129/+169
* asure that the type system has been initialized.Tim Janik1998-05-072-3/+7
* allocate object data chunks through a global object data structure list.Tim Janik1998-05-071-39/+59
* speedups speedups speedups....Tim Janik1998-05-071-44/+98
* postfix -lg* libraries with LT_RELEASE.Tim Janik1998-05-073-5/+4
* ChangeLogArturo Espinosa1998-05-061-2/+2
* Removed code that caused an endless loop.Stefan Jeske1998-05-061-16/+1
* reimplemented the signal storage system to use a linear array rather thanTim Janik1998-05-0623-788/+945
* New function to wrap XSetDashes; modified gtkctree.c to use it.Stefan Jeske1998-05-052-11/+7
* New function (just like gtk_clist_moveto).Stefan Jeske1998-05-042-165/+219
* One or two trivial changes from the gtk-1-0 branch.Owen Taylor1998-05-041-0/+3
* Merges from the gtk-1-0 branchOwen Taylor1998-05-044-26/+5
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-0387-253/+487
* hmmmm, corrections?Tim Janik1998-05-031-3/+1
* new function to set the adjustments value without causing a currentTim Janik1998-05-034-37/+111
* new function to set the current focus_child of a container, does properTim Janik1998-05-034-50/+77
* added new functions to operate on intermediate function pointers.Tim Janik1998-05-022-42/+134
* merging owen's bug fixOwen Taylor1998-05-021-0/+5
* only emit "value_changed" if we really passed a new value.Tim Janik1998-05-022-14/+39
* do not just return if the combo-list is empty since that will cause theTim Janik1998-05-021-29/+31
* removed unneeded GtkCTree::draw_lines (gtk_ctree_get_node_info): NewLars Hamann1998-05-013-541/+615
* Further changes to the way the window is popped up so that it will beOwen Taylor1998-05-011-8/+66
* New function to reset the RC styles for a heirarchyOwen Taylor1998-05-015-1/+172
* ctree importTim Janik1998-05-012-0/+4044
* prefixed all clist flags with GTK_ to avoid name clashes. redefinedTim Janik1998-05-017-162/+966
* Merged changes from gtk-1-0. Check ChangeLog for details.Owen Taylor1998-05-0129-342/+705
* Allow the user to use the popup list like a menu.Owen Taylor1998-04-307-104/+247
* merging changes from owen:Owen Taylor1998-04-241-0/+12
* changed ref_count field to be of type guint. added check for ref_count>0;Tim Janik1998-04-243-8/+91
* Remember whether the widget was visible before we unparent it.Federico Mena Quintero1998-04-231-1/+3
* ts ts ts, GList structures have a ->prev field as well!!!Tim Janik1998-04-221-2/+10
* prepend the running_timeouts list with the tmp_list link itself, not withTim Janik1998-04-221-2/+4
* new function ala gtk_radio_button_set_group. (gtk_radio_menu_item_init):Tim Janik1998-04-183-29/+65
* corrected a brace position (Damon Chaplin), which i got wrong whenTim Janik1998-04-151-1/+1
* Don't read the character past the end of the text.Owen Taylor1998-04-142-4/+30
* removed duplicate call to gtk_widget_set_policy.Michael K. Johnson1998-04-131-2/+0
* check for accelerator table to be != NULL.Tim Janik1998-04-131-4/+8
* An old allocation error.Owen Taylor1998-04-132-2/+3
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-13185-396/+581
* Set a flag so instead of clearing the area in advance. That lookedOwen Taylor1998-04-137-30/+44
* Removed incorrect part of assertion that was causing failures forOwen Taylor1998-04-111-2/+1
* Fixed a sign problem (typedef gint guint!). Added some checks to make sureOwen Taylor1998-04-111-3/+3
* don't shut down the tooltip on expose events.Tim Janik1998-04-112-1/+7