Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Remove unused args | Jasper St. Pierre | 2014-05-22 | 2 | -20/+0 |
| | |||||
* | tests: Adapt to gtk_widget_reparent deprecations | Matthias Clasen | 2014-05-22 | 2 | -0/+10 |
| | |||||
* | tests: Update for GtkMisc deprecations | Matthias Clasen | 2014-05-22 | 1 | -0/+4 |
| | |||||
* | tests: Drop manual property editor | Matthias Clasen | 2014-05-22 | 19 | -1987/+9 |
| | | | | No need for this anymore, now that we have the inspector everywhere. | ||||
* | Avoid deprecation warnings | Matthias Clasen | 2014-05-13 | 1 | -0/+1 |
| | | | | This is testing deprecated API, after all... | ||||
* | Drop most uses of GtkMisc in tests | Matthias Clasen | 2014-05-13 | 4 | -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 manually | Matthias Clasen | 2014-05-02 | 1 | -21/+6 |
| | | | | Thats what introspection is for. | ||||
* | stack: Add counterparts of OVER_UP_DOWN transition | Philip Chimento | 2014-05-02 | 1 | -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 sections | Matthias Clasen | 2014-04-29 | 1 | -1/+2 |
| | | | | ...unless they are empty. | ||||
* | testmenubutton: Add a toggle for use-popover | Matthias Clasen | 2014-04-28 | 1 | -0/+7 |
| | |||||
* | Add an example of iconic rendering | Matthias Clasen | 2014-04-28 | 2 | -0/+64 |
| | | | | | | testpopover now shows several examples of icon buttons. https://bugzilla.gnome.org/show_bug.cgi?id=727477 | ||||
* | Fix testmenubutton | Matthias Clasen | 2014-04-26 | 1 | -1/+1 |
| | | | | The menu model examples was messing up the order of its items. | ||||
* | tests: add missing files to EXTRA_DIST | Matthias Clasen | 2014-04-25 | 1 | -1/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=728846 | ||||
* | Add missing templates to testdialog | Matthias Clasen | 2014-04-25 | 3 | -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 testselection | Benjamin Otte | 2014-04-10 | 1 | -15/+16 |
| | |||||
* | tests: Make testlockbutton not use deprecated API | Benjamin Otte | 2014-04-10 | 1 | -6/+1 |
| | |||||
* | testgtk: Don't use deprecated functions in selection test | Benjamin Otte | 2014-04-10 | 1 | -13/+15 |
| | |||||
* | testgtk: Remove rc file test | Benjamin Otte | 2014-04-10 | 1 | -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 test | Benjamin Otte | 2014-04-10 | 1 | -10/+5 |
| | |||||
* | testgtk: Don't use deprecated functions in event watcher test | Benjamin Otte | 2014-04-10 | 1 | -10/+3 |
| | |||||
* | testgtk: Don't use deprecated functions in scrolled windows test | Benjamin Otte | 2014-04-10 | 1 | -19/+17 |
| | |||||
* | testgtk: Don't use deprecated functions in dialogs test | Benjamin Otte | 2014-04-10 | 1 | -35/+32 |
| | |||||
* | testgtk: Make dialogs example work without static variable | Benjamin Otte | 2014-04-10 | 1 | -8/+21 |
| | | | | Makes it a bit more complicated, but meh. | ||||
* | testgtk: Clean up dialog example | Benjamin Otte | 2014-04-10 | 1 | -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 test | Benjamin Otte | 2014-04-10 | 1 | -7/+4 |
| | |||||
* | testgtk: Don't use deprecated functions in scrolling test | Benjamin Otte | 2014-04-10 | 1 | -8/+5 |
| | |||||
* | testgtk: Don't call deprecated function in mainloop test | Benjamin Otte | 2014-04-10 | 1 | -156/+5 |
| | |||||
* | tests: Add deprecation guards | Benjamin Otte | 2014-04-10 | 1 | -0/+2 |
| | |||||
* | Add a delayed state test case | Matthias Clasen | 2014-04-06 | 1 | -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 example | Matthias Clasen | 2014-04-06 | 1 | -0/+25 |
| | | | | Print out signals, so we see how often they are emitted. | ||||
* | Add a list box selection testcase | Matthias Clasen | 2014-04-06 | 2 | -0/+81 |
| | |||||
* | Drop an unnecessary include | Matthias Clasen | 2014-04-02 | 1 | -1/+0 |
| | | | | These tests are better if they can be built standalone. | ||||
* | Add a big combobox test case | Matthias Clasen | 2014-04-02 | 1 | -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 emblems | Matthias Clasen | 2014-03-24 | 2 | -0/+43 |
| | | | | | This is a testcase for https://bugzilla.gnome.org/show_bug.cgi?id=726830 | ||||
* | Add at testcase for a message dialog with icon | Matthias Clasen | 2014-03-18 | 1 | -0/+28 |
| | | | | | Icons in message dialogs may be deprecated, but we still need to place them properly, so add a testcase. | ||||
* | Test size constraints | Matthias Clasen | 2014-03-14 | 1 | -0/+9 |
| | | | | This adds some min/max size hints to testimage. | ||||
* | tests: fix testcalendar | Carlos Garnacho | 2014-03-07 | 1 | -1/+2 |
| | | | | Missing argument in gtk_style_context_get(), fooled by varargs. | ||||
* | testdialogs: Add message dialog examples | Matthias Clasen | 2014-03-03 | 1 | -0/+53 |
| | | | | | Related to https://bugzilla.gnome.org/show_bug.cgi?id=723668 | ||||
* | Make testpopover more versatile | Matthias Clasen | 2014-02-22 | 1 | -13/+76 |
| | | | | Allow testing alignment and positioning. | ||||
* | tests: Connect signals in visuals test | Benjamin Otte | 2014-02-20 | 1 | -0/+1 |
| | | | | This is useful for demoing animations. | ||||
* | tests: Don't use show_all() for a builder file | Benjamin Otte | 2014-02-20 | 1 | -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 sizing | Matthias Clasen | 2014-02-16 | 2 | -0/+183 |
| | |||||
* | tests: fix volume button | William Jon McCann | 2014-02-13 | 1 | -1/+5 |
| | |||||
* | tests: add a visibility toggle to the action bar test | William Jon McCann | 2014-02-12 | 1 | -7/+21 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=723929 | ||||
* | Add a test for model-based popovers | Matthias Clasen | 2014-02-07 | 3 | -1/+192 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=723014 | ||||
* | Add a testcase for various dialog headerbar scenarios | Matthias Clasen | 2014-02-02 | 2 | -0/+315 |
| | |||||
* | tests: fix button underline in testassistant | William Jon McCann | 2014-01-29 | 1 | -0/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=723212 | ||||
* | Remove deprecations and warnings from tests | Matthias Clasen | 2014-01-24 | 1 | -16/+1 |
| | | | | This removes one instance of gtk_dialog_get_action_area. | ||||
* | Remove deprecation warnings from demos and tests | Matthias Clasen | 2014-01-24 | 1 | -2/+2 |
| | | | | | There were a few uses of gtk_widget_get_root_window that need to be removed. | ||||
* | Add an expand button box type | William Jon McCann | 2014-01-17 | 1 | -0/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=720059 |