summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* tests: Remove unused argsJasper St. Pierre2014-05-222-20/+0
|
* tests: Adapt to gtk_widget_reparent deprecationsMatthias Clasen2014-05-222-0/+10
|
* tests: Update for GtkMisc deprecationsMatthias Clasen2014-05-221-0/+4
|
* tests: Drop manual property editorMatthias Clasen2014-05-2219-1987/+9
| | | | No need for this anymore, now that we have the inspector everywhere.
* Avoid deprecation warningsMatthias Clasen2014-05-131-0/+1
| | | | This is testing deprecated API, after all...
* Drop most uses of GtkMisc in testsMatthias Clasen2014-05-134-38/+19
| | | | | | | Replace them by GtkWidget h/valign. The only remaining uses are those where a size group is involved; they can't be replaced until GtkLabel stops looking at GtkMisc alignment for size allocation.
* teststack: don't enumerate transitions manuallyMatthias Clasen2014-05-021-21/+6
| | | | Thats what introspection is for.
* stack: Add counterparts of OVER_UP_DOWN transitionPhilip Chimento2014-05-021-0/+3
| | | | | | | The GtkStackTransitionType enum now has OVER_DOWN_UP, OVER_LEFT_RIGHT, and OVER_RIGHT_LEFT values to complement OVER_UP_DOWN. https://bugzilla.gnome.org/show_bug.cgi?id=726676
* GtkMenuSectionBox: Always show separators for labeled sectionsMatthias Clasen2014-04-291-1/+2
| | | | ...unless they are empty.
* testmenubutton: Add a toggle for use-popoverMatthias Clasen2014-04-281-0/+7
|
* Add an example of iconic renderingMatthias Clasen2014-04-282-0/+64
| | | | | | testpopover now shows several examples of icon buttons. https://bugzilla.gnome.org/show_bug.cgi?id=727477
* Fix testmenubuttonMatthias Clasen2014-04-261-1/+1
| | | | The menu model examples was messing up the order of its items.
* tests: add missing files to EXTRA_DISTMatthias Clasen2014-04-251-1/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=728846
* Add missing templates to testdialogMatthias Clasen2014-04-253-2/+37
| | | | | | | This makes the template test cases not crash. The templates also serve to test the new action widget support. https://bugzilla.gnome.org/show_bug.cgi?id=728846
* tests: Don't use deprecated functions in testselectionBenjamin Otte2014-04-101-15/+16
|
* tests: Make testlockbutton not use deprecated APIBenjamin Otte2014-04-101-6/+1
|
* testgtk: Don't use deprecated functions in selection testBenjamin Otte2014-04-101-13/+15
|
* testgtk: Remove rc file testBenjamin Otte2014-04-101-72/+0
| | | | The test didn't work anymore since RC files stopped being used in 3.0.
* testgtk: Don't use deprecated functions in progress bar testBenjamin Otte2014-04-101-10/+5
|
* testgtk: Don't use deprecated functions in event watcher testBenjamin Otte2014-04-101-10/+3
|
* testgtk: Don't use deprecated functions in scrolled windows testBenjamin Otte2014-04-101-19/+17
|
* testgtk: Don't use deprecated functions in dialogs testBenjamin Otte2014-04-101-35/+32
|
* testgtk: Make dialogs example work without static variableBenjamin Otte2014-04-101-8/+21
| | | | Makes it a bit more complicated, but meh.
* testgtk: Clean up dialog exampleBenjamin Otte2014-04-101-16/+13
| | | | | Don't pass a static variable to a callback, when the static variable could just be deinfed in the callback.
* testgtk: Don't use deprecated functions in flipping testBenjamin Otte2014-04-101-7/+4
|
* testgtk: Don't use deprecated functions in scrolling testBenjamin Otte2014-04-101-8/+5
|
* testgtk: Don't call deprecated function in mainloop testBenjamin Otte2014-04-101-156/+5
|
* tests: Add deprecation guardsBenjamin Otte2014-04-101-0/+2
|
* Add a delayed state test caseMatthias Clasen2014-04-061-3/+112
| | | | | | This adds a switch with delayed state change to testswitch, demonstrating the functionality that was added in the previous commit.
* Improve list selection exampleMatthias Clasen2014-04-061-0/+25
| | | | Print out signals, so we see how often they are emitted.
* Add a list box selection testcaseMatthias Clasen2014-04-062-0/+81
|
* Drop an unnecessary includeMatthias Clasen2014-04-021-1/+0
| | | | These tests are better if they can be built standalone.
* Add a big combobox test caseMatthias Clasen2014-04-021-0/+14
| | | | | I've seen many bugs about long combo box popups getting misplaced or wrongly sized. Time to add a testcase.
* Add a testcase for icons with emblemsMatthias Clasen2014-03-242-0/+43
| | | | | This is a testcase for https://bugzilla.gnome.org/show_bug.cgi?id=726830
* Add at testcase for a message dialog with iconMatthias Clasen2014-03-181-0/+28
| | | | | Icons in message dialogs may be deprecated, but we still need to place them properly, so add a testcase.
* Test size constraintsMatthias Clasen2014-03-141-0/+9
| | | | This adds some min/max size hints to testimage.
* tests: fix testcalendarCarlos Garnacho2014-03-071-1/+2
| | | | Missing argument in gtk_style_context_get(), fooled by varargs.
* testdialogs: Add message dialog examplesMatthias Clasen2014-03-031-0/+53
| | | | | Related to https://bugzilla.gnome.org/show_bug.cgi?id=723668
* Make testpopover more versatileMatthias Clasen2014-02-221-13/+76
| | | | Allow testing alignment and positioning.
* tests: Connect signals in visuals testBenjamin Otte2014-02-201-0/+1
| | | | This is useful for demoing animations.
* tests: Don't use show_all() for a builder fileBenjamin Otte2014-02-201-1/+1
| | | | | It's enough to gtk_widget_show() the window as all the widgets in a builder file a marked properly for visibility.
* Add a testcase for box sizingMatthias Clasen2014-02-162-0/+183
|
* tests: fix volume buttonWilliam Jon McCann2014-02-131-1/+5
|
* tests: add a visibility toggle to the action bar testWilliam Jon McCann2014-02-121-7/+21
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=723929
* Add a test for model-based popoversMatthias Clasen2014-02-073-1/+192
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=723014
* Add a testcase for various dialog headerbar scenariosMatthias Clasen2014-02-022-0/+315
|
* tests: fix button underline in testassistantWilliam Jon McCann2014-01-291-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=723212
* Remove deprecations and warnings from testsMatthias Clasen2014-01-241-16/+1
| | | | This removes one instance of gtk_dialog_get_action_area.
* Remove deprecation warnings from demos and testsMatthias Clasen2014-01-241-2/+2
| | | | | There were a few uses of gtk_widget_get_root_window that need to be removed.
* Add an expand button box typeWilliam Jon McCann2014-01-171-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=720059