summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* gtk: Remove GtkRulerBenjamin Otte2010-11-241-69/+0
* Move all GdkDevice members to private and add one missing accessorMichael Natterer2010-11-231-8/+11
* tests: Fixed argument naming inconsistancyChris Kühl2010-11-231-2/+2
* gtkoffscreenbox.c: Replace size_request by get_preferred_width/heightJavier Jardón2010-11-171-3/+32
* Make GtkFileChooserButton behave as expected when expandingMatthias Clasen2010-11-071-2/+2
* tests: fix the buildCosimo Cecchi2010-11-051-3/+3
* tests: add a test for pixbufs implementing the GIcon interfaceCosimo Cecchi2010-11-052-0/+80
* tests: missed these two gtk_box_new() which sneaked in by rebasing...Michael Natterer2010-10-311-2/+2
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-10-3147-265/+274
* Add content size test for scrolled windowMatthias Clasen2010-10-311-0/+51
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-3046-257/+257
* Use gtk_scrollbar_new() instead gtk_[v|h]scrollbar_new()Javier Jardón2010-10-301-4/+4
* Use gtk_scale_new() instead gtk_[v|h]scale_new()Javier Jardón2010-10-301-5/+5
* Use gtk_scale_new_with_range() instead gtk_[v|h]scale_new_with_range()Javier Jardón2010-10-304-15/+26
* Use gtk_paned_new() instead gtk_[v|h]paned_new()Javier Jardón2010-10-305-20/+20
* Use gtk_ruler_new() instead gtk_[v|h]ruler_new()Javier Jardón2010-10-301-2/+2
* Use gtk_separator_new() instead gtk_[v|h]separator_new()Javier Jardón2010-10-306-29/+35
* Use gtk_button_box_new() instead gtk_[v|h]_button_box_new()Javier Jardón2010-10-309-15/+15
* Port tests to GtkScrollable API instead of deprecated GtkLayout APIVincent Untz2010-10-282-9/+9
* Use correct icon name in testtoolbarMatthias Clasen2010-10-271-1/+1
* tests: use accessor functions to access GtkToogleButtonJavier Jardón2010-10-263-18/+23
* Missed adding the scrolled window test in previous commit, added scrolled win...Tristan Van Berkom2010-10-261-0/+165
* Added GtkScrollablePolicy property to scrollable interfaceTristan Van Berkom2010-10-261-1/+7
* Bring back lost functionalityMatthias Clasen2010-10-241-0/+11
* Assign all g_signal_connect() and friends to gulong variablesAlberto Garcia2010-10-223-7/+7
* Fixed problems with combination of height-for-width apis andTristan Van Berkom2010-10-231-1/+4
* Add GtkGridMatthias Clasen2010-10-222-0/+270
* tests: gdk_device_get_history() takes "gint *n_events" again, not guintMichael Natterer2010-10-201-1/+1
* GtkApplication rewriteRyan Lortie2010-10-192-111/+1
* Use new GtkComboBoxEntry in all testsChristian Dywan2010-10-183-80/+58
* Allow GtkComboBox popup to be wider than the combo itself.Tristan Van Berkom2010-10-171-0/+54
* Use the new GtkComboBoxText APIJavier Jardón2010-10-159-68/+68
* Bug 631599 - Allow to use arbitrary surfaces for offscreen windowsMichael Natterer2010-10-141-0/+12
* Deprecate GtkComboBoxEntry in favor of added properties to GtkComboBoxTristan Van Berkom2010-10-133-5/+29
* Add a GtkTable testcaseMatthias Clasen2010-10-131-14/+81
* add tests/testexpand.c used to test the expand props on GtkWidgetHavoc Pennington2010-10-132-0/+157
* Removed all traces of GtkWrapBox from GTK+.Tristan Van Berkom2010-10-132-503/+1
* GtkWindow: Allow setting size from geometryOwen W. Taylor2010-10-111-0/+29
* Fix handling of the geometry widgetOwen W. Taylor2010-10-113-168/+209
* Remove uses of gtk_statusbar_set_has_resize_grip()Cody Russell2010-10-081-23/+1
* Revert "testgtk: Remove snapshot test"Benjamin Otte2010-10-051-0/+167
* tests: don't call gtk_widget_get_allocation() on NULL childrenMichael Natterer2010-10-051-4/+9
* testtext: Use gtk_widget_destroy() instead gtk_object_destroy()Javier Jardón2010-09-291-3/+3
* Remove unneded castsJavier Jardón2010-09-293-60/+51
* gtk_adjustment_new() should return a GtkAdjustment*Javier Jardón2010-09-293-23/+23
* testgtk: Use gtk_widget_set_visual()Benjamin Otte2010-09-281-1/+1
* Fix erroneous usage of height-for-width apis in gtk_widget_real_adjust_size_a...Tristan Van Berkom2010-09-271-0/+35
* Fixing tests/ build for removal of GtkObject type.Tristan Van Berkom2010-09-271-1/+1
* Remove GtkObject completelyMatthias Clasen2010-09-264-8/+8
* Move classes that currently derive from GtkObject to GInitiallyUnownedJavier Jardón2010-09-263-24/+24