summaryrefslogtreecommitdiff
path: root/tests/testgtk.c
Commit message (Expand)AuthorAgeFilesLines
...
* new function gtk_container_child_arg_set, similar toTim Janik1998-06-241-1/+16
* added a frame with radio buttons to select the resize_mode for theTim Janik1998-06-241-7/+68
* new CTree line style GTK_CTREE_LINES_TABBEDLars Hamann1998-06-221-17/+101
* - Bug fix for precision problem causing occasional double emission ofStefan Jeske1998-06-191-4/+3
* Remove --g-fatal-warnings flag from argv.Owen Taylor1998-06-191-4/+4
* yeppers, accelerator changes to fix the gimp. commit message dedicated toTim Janik1998-06-181-19/+60
* Changed GtkSpinButtonUpdatePolicy enum, added keyboardStefan Jeske1998-06-171-11/+5
* gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.plOwen Taylor1998-06-151-1/+39
* New API to set the shadow type of the arrow panel.Stefan Jeske1998-06-131-0/+6
* wrapped enum definitions with glib macros.Tim Janik1998-06-081-0/+1
* Added function gtk_clist_swap to swap two rows in a clist; I also haveJay Painter1998-06-021-2/+2
* Added style_set handler.Owen Taylor1998-05-221-0/+15
* Basic thread-awareness:Owen Taylor1998-05-161-1/+1
* A few more GPOINTER_TO_UINT fixes.Owen Taylor1998-05-131-1/+3
* Fixed up a stat() that Sopwith missed when changing stat => lstat.Owen Taylor1998-05-131-12/+13
* (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch)Owen Taylor1998-05-121-0/+39
* The commit to the stable branch is on its way...Federico Mena Quintero1998-05-121-19/+0
* preserve automake CFLAGS.Tim Janik1998-05-111-2/+2
* Started documentation of GtkCTree.Stefan Jeske1998-05-101-4/+7
* Try to figure out if this is Digital Unix and we need -std1 to get theOwen Taylor1998-05-101-0/+26
* asure that the type system has been initialized.Tim Janik1998-05-071-3/+3
* Removed code that caused an endless loop.Stefan Jeske1998-05-061-16/+1
* New function to wrap XSetDashes; modified gtkctree.c to use it.Stefan Jeske1998-05-051-1/+4
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-55/+55
* removed unneeded GtkCTree::draw_lines (gtk_ctree_get_node_info): NewLars Hamann1998-05-011-21/+21
* New function to reset the RC styles for a heirarchyOwen Taylor1998-05-011-0/+66
* prefixed all clist flags with GTK_ to avoid name clashes. redefinedTim Janik1998-05-011-47/+810
* Merged changes from gtk-1-0. Check ChangeLog for details.Owen Taylor1998-05-011-0/+103
* removed duplicate call to gtk_widget_set_policy.Michael K. Johnson1998-04-131-2/+0
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* don't shut down the tooltip on expose events.Tim Janik1998-04-111-1/+6
* Picky --enable-ansi cleanups.Owen Taylor1998-04-101-1/+1
* (Found by Mattias.Gronlund" <Mattias.Gronlund@sa.erisoft.se>)Owen Taylor1998-04-091-0/+6
* forgot to set the initial `0' cursor.Tim Janik1998-03-311-3/+4
* Improved main loop test. (Quits main loop properly, makes it more obviousOwen Taylor1998-03-301-10/+40
* Added wrapping capabilities to GtkSpinButton. New function :Tim Janik1998-03-291-1/+5
* implemented new flag shrink_on_detach (TRUE by default) which will causeTim Janik1998-03-241-2/+28
* Added optional word wrap, controlled by new functionOwen Taylor1998-03-231-6/+26
* leave container_class->add and container_class->remove untouched if weTim Janik1998-03-231-2/+32
* fixes to locale checksOwen Taylor1998-03-221-13/+40
* Don't respond to drops when grab is in effect. (workaround)Owen Taylor1998-03-221-4/+10
* major overhaul of the code, fixed all known bugs (hopefully ;).Tim Janik1998-03-211-1/+14
* #define M_PI if it isn't already initialize transparent properly, to makeManish Singh1998-03-191-3/+3
* ( From: James Henstridge <james@daa.com.au> )Owen Taylor1998-03-181-27/+39
* exported gtk_spin_button_spin since it is used in testgtk, and besidesTim Janik1998-03-171-1/+191
* added new flag GTK_EXCLUSIVE_GRAB. allow exclusive grabs.Tim Janik1998-03-151-0/+2
* changed run type of GtkTipsQuery::widget_entered to GTK_RUN_LAST, so itTim Janik1998-03-151-10/+27
* fix popup calculations (removal of FIXMEs), changes from Lars Hamann.Tim Janik1998-03-131-3/+11
* return TRUE for GtkWidget::delete_event to avoid destruction of our floatTim Janik1998-03-121-186/+52
* new_pixmap wasn't using its filename argument. Add descriptionsRussell Nelson1998-03-121-1/+1