summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Updated.Owen Taylor2001-04-037-6/+63
* changed gtk_item_factory_dump_items() and gtk_item_factory_dump_rc()Tim Janik2001-04-031-1/+1
* Bug fix to make trees work again when not sorted.Jonathan Blandford2001-04-021-1/+1
* Add GdkEventSetting event for notification of changes to system settings,Owen Taylor2001-04-021-1/+1
* Applied patch from Ron Steinke to add signal accumulators so that signalsOwen Taylor2001-04-021-0/+1
* Reference param spec when caching property values, since we unref it laterOwen Taylor2001-04-021-1/+0
* Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPEOwen Taylor2001-04-021-0/+1
* fixed a bunch of notifications, added reference counts around emissionsTim Janik2001-04-011-7/+6
* added value_changed signal which proxies for the adjustment. CleanedMike Kestner2001-03-301-1/+33
* Add private function to get the aux info structure fo the widget.Owen Taylor2001-03-291-0/+320
* Massive reordering/sorting work. Now pretty much works.Jonathan Blandford2001-03-291-6/+8
* Added Thai UTF-8 text which also has the wrong written syntax.Chookij Vanatham2001-03-291-1/+1
* Add missing NULL on valist.Owen Taylor2001-03-291-2/+2
* new function to handle reordering of trees. Seems to mostly work w/ theJonathan Blandford2001-03-281-1/+1
* Fix arguments to reordered signal.Jonathan Blandford2001-03-281-3/+3
* More work on implementing sortable interface.Jonathan Blandford2001-03-282-7/+137
* 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