summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* make motion around the ring much slower but finer-grained (gtk_hsv_focus):Havoc Pennington2001-03-241-0/+2
* fix warningsHavoc Pennington2001-03-242-58/+48
* Add ability to override the focus chain for a container explicitlyHavoc Pennington2001-03-221-0/+111
* some cleanups, fixed mnemonic_widget handling, added PROP_MNEMONIC_WIDGET.Tim Janik2001-03-221-4/+0
* Add support for stock and normal imagemenuitems.Alexander Larsson2001-03-211-72/+164
* Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removedAlexander Larsson2001-03-211-23/+20
* Handle quoting of / with \; properly handle __ in paths, quote " and \n inOwen Taylor2001-03-191-21/+32
* added rc-style argument GtkSpinButton::shadow_type. removedTim Janik2001-03-181-2/+15
* s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMNJonathan Blandford2001-03-161-3/+1
* add varargs for properties to set on the tag.Havoc Pennington2001-03-162-52/+45
* Changed prototype to allow for getting the location of the cell relativeJonathan Blandford2001-03-152-62/+172
* Fix up focus code a lot.Jonathan Blandford2001-03-131-6/+5
* add support for invisible cells. (gtk_tree_view_bin_expose): dittoJonathan Blandford2001-03-081-5/+5
* add prerequesite on gobjects.Jonathan Blandford2001-03-084-9/+291
* re-enabled event watcher emission hooks.Tim Janik2001-03-081-11/+10
* added accumulator data argument to g_signal_newc() functions.Tim Janik2001-03-081-12/+12
* Make G_CONST_RETURN.Owen Taylor2001-03-081-1/+1
* uglify so that size request gets tested.Havoc Pennington2001-03-081-4/+3
* removed old emission hook API.Tim Janik2001-03-071-4/+4
* remove trailer (gtk_entry_set_property): remove trailerHavoc Pennington2001-03-071-1/+35
* new function, turns off decorations for a window.Havoc Pennington2001-03-072-3/+5
* marshaller fixes.Tim Janik2001-03-072-114/+118
* renamed "child_toggled" to "has_child_toggled".Jonathan Blandford2001-03-051-2/+18
* Add plug-socket tests. (Won't work worth a darn until I commit the rest ofOwen Taylor2001-03-034-0/+261
* use _gdk_region_get_xrectangles()Havoc Pennington2001-03-021-4/+63
* shut up CVSSven Neumann2001-03-021-0/+8
* Move handling of buttons fully in gtktreeviewcolumn. This code is lessJonathan Blandford2001-03-022-31/+185
* Proxy out to _gtk_tree_row_reference_deleted. (inserted_callback): ProxyJonathan Blandford2001-02-282-1/+135
* test the window state stuffHavoc Pennington2001-02-271-0/+194
* Changed name to be set_cell_data_func to make it clear what the functinoJonathan Blandford2001-02-212-6/+2
* Add a "markup" property.Alexander Larsson2001-02-201-6/+2
* add insert_child_anchor signal, bug #50245Havoc Pennington2001-02-191-4/+3
* test was backward, so deprecated functions were excluded by defaultHavoc Pennington2001-02-191-0/+21
* Comment out property assignments, these don't work yet.92001-02-191-2/+2
* 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