summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Remove disabled testtext exampleBenjamin Otte2010-12-022-3088/+0
* app-chooser-button: add gtk_app_chooser_button_set_active_custom_item()Cosimo Cecchi2010-12-011-0/+3
* gtk: Allow hiding the trough/slider in GtkScaleBastien Nocera2010-12-011-0/+24
* app-chooser: other misc doc fixesCosimo Cecchi2010-11-301-2/+2
* Merge branch 'master' into open-with-dialogCosimo Cecchi2010-11-306-80/+115
|\
| * Add a GtkSwitchMatthias Clasen2010-11-291-0/+10
| * Add GtkSwitch, a "light-switch" like widgetEmmanuele Bassi2010-11-292-1/+92
| * 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
* | app-chooser-button: change the API approach for custom itemsCosimo Cecchi2010-11-291-3/+27
* | app-chooser-button: rename GtkAppChooserComboBox -> GtkAppChooserButtonCosimo Cecchi2010-11-292-16/+16
* | tests: fix indentationCosimo Cecchi2010-11-251-1/+1
* | app-chooser-combobox: add a method to trigger the GtkAppChooserDialogCosimo Cecchi2010-11-251-0/+3
* | Coding style fixupsMatthias Clasen2010-11-242-14/+12
* | Coding style fixesMatthias Clasen2010-11-241-39/+36
* | Improve packing in testappchooserMatthias Clasen2010-11-241-1/+1
* | app-chooser-combobox: make refresh properly work with custom itemsCosimo Cecchi2010-11-242-0/+9
* | app-chooser-combobox: add an initial implementationCosimo Cecchi2010-11-241-0/+104
* | tests: remove radio mode from the testCosimo Cecchi2010-11-241-8/+1
* | app-chooser: rename GtkOpenWith to GtkAppChooserCosimo Cecchi2010-11-232-17/+17
* | tests: update to the new APICosimo Cecchi2010-11-231-35/+60
* | Add some window border to test open withWilliam Jon McCann2010-11-231-0/+1
* | Add a default file to open with testWilliam Jon McCann2010-11-231-2/+8
* | tests: update to new APICosimo Cecchi2010-11-231-40/+9
* | open-with: first attempt to split the dialog into a widget + interfaceCosimo Cecchi2010-11-231-28/+6
* | tests: use new open with mode in the testsCosimo Cecchi2010-11-231-16/+19
* | open-with: change the API to make it symmetric for GFile or content-typeCosimo Cecchi2010-11-231-27/+39
* | tests: rewrite the GtkOpenWithDialog test to make it more interactiveCosimo Cecchi2010-11-231-39/+186
* | open-with: initial implementation of GtkOpenWithDialogCosimo Cecchi2010-11-232-0/+94
|/
* 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