summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* removed gtk_*_store_get, and moved to GtkTreeModel.Jonathan Blandford2001-02-171-24/+0
* convert the X coordinates so they're with respect to the line, rather thanHavoc Pennington2001-02-173-7/+84
* New files. Implement GtkTreeModelMapping.Alexander Larsson2001-02-161-17/+67
* fix bug where it always set the foreground, even if we were only using aHavoc Pennington2001-02-131-1/+13
* better error message if you try to add a widget to a bin that already hasHavoc Pennington2001-02-091-1/+14
* remove validation idleHavoc Pennington2001-02-081-2/+57
* removed gtk_signal_init() compat define.Tim Janik2001-02-042-3/+9
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-26/+0
* Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().Owen Taylor2001-02-021-0/+10
* bracket in #ifdef GTK_ENABLE_BROKEN.Havoc Pennington2001-01-312-0/+2
* adapt to handle PangoColorHavoc Pennington2001-01-262-8/+155
* Splitted gtk_image_clear into gtk_image_clear() and gtk_image_reset().42001-01-241-0/+2
* rename member fields from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seemsHavoc Pennington2001-01-231-9/+9
* Add built marshaller files to support GdkPixbufLoader signalsHavoc Pennington2001-01-221-17/+21
* sync to tree changesHavoc Pennington2001-01-191-1/+39
* add test stuff for CellRendererToggleHavoc Pennington2001-01-161-17/+198
* handle case where sibling == iter (gtk_tree_store_insert_after): handleHavoc Pennington2001-01-101-2/+176
* don't draw if label->layout is NULL due to a pending resizeHavoc Pennington2001-01-091-8/+61
* handle case where there are no rows in the modelHavoc Pennington2001-01-092-31/+268
* Show menu items before adding to option menu.Jonathan Blandford2001-01-081-3/+3
* hack on this someHavoc Pennington2001-01-082-5/+170
* hack on this a bitHavoc Pennington2001-01-062-29/+729
* Rename some stuff:Havoc Pennington2001-01-041-1/+1
* Adapt to uscore-ification of gtktextiterprivateHavoc Pennington2001-01-041-6/+8
* Rearrange all the scroll-while-dragging-or-selecting code to be different,Havoc Pennington2000-12-311-1/+1
* more workHavoc Pennington2000-12-211-10/+109
* :get_property): remove g_value_init calls, as they are no longer needed.Jonathan Blandford2000-12-211-10/+14
* new directory to contain tests, gtk/test* should move here sometime (withHavoc Pennington2000-12-212-0/+254
* wow, that implementation was pretty non-working.Havoc Pennington2000-12-181-1/+1
* General cleanup of the log attr iteration stuff. This should make e.g. theHavoc Pennington2000-12-162-56/+55
* Add two virtualized functions gdk_drawable_get_clip_region - to get theOwen Taylor2000-12-151-2/+2
* fix unicode validation when reading a fileHavoc Pennington2000-12-151-11/+3
* remove unused call to get_last_line()Havoc Pennington2000-12-141-6/+3
* get rid of object_signal:: GtkObject argument uses, use GObjectTim Janik2000-12-121-6/+18
* Add a function to determine if a window is the focus widget within itsOwen Taylor2000-12-111-22/+48
* Handle chopping off \r\n and 0x2029 in addition to \n before passing toHavoc Pennington2000-12-112-7/+7
* sync to homeJonathan Blandford2000-11-221-11/+20
* Add convertion functions to let you convert to and from relative path'sJonathan Blandford2000-11-211-33/+83
* Semi-finish widget embedding. Need guffaw scrolling to be implemented inHavoc Pennington2000-11-201-4/+50
* Apply patch from Mikael Hermansson to temporarily stop blinking while theHavoc Pennington2000-11-161-1/+1
* Implement essential color cycling featureHavoc Pennington2000-11-151-0/+274
* Invalidate the side windows when we invalidate the main window.Havoc Pennington2000-11-151-34/+0
* change "offset" to "rise"Havoc Pennington2000-11-151-2/+2
* Draw underlines one pixel higher.Havoc Pennington2000-11-152-2/+2
* fix bug where GC didn't always get updated properlyHavoc Pennington2000-11-141-18/+18
* Free the filename of the module file.Havoc Pennington2000-11-131-5/+34
* change demo install dir to datadir/gtk+-2.0/demoHavoc Pennington2000-11-132-3/+4
* Add an "invisible_char" argument to set the char displayed when visibilityHavoc Pennington2000-11-131-1/+18
* Fix problem with using result of g_get_charset() backwards - pointed outOwen Taylor2000-11-121-3/+11
* Make parent_class static.Owen Taylor2000-11-122-5/+27