summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* widget-factory: add the primary-toolbar hint to the toolbarCosimo Cecchi2011-08-221-0/+3
|
* Use GtkFontChooser in testtoplevelembedMatthias Clasen2011-08-161-1/+1
| | | | This was pointed out in bug 656639.
* testgtk: remove dead codeMatthias Clasen2011-08-151-11/+0
|
* Deprecate GtkFontSelection and GtkFontSelectionDialogMatthias Clasen2011-08-152-0/+5
|
* Fix minor issues in the testsMatthias Clasen2011-08-152-14/+14
|
* GtkFontChooserDialog: GtkFontButton now uses GtkFontChooserDialog instead of ↵Alberto Ruiz2011-08-151-7/+5
| | | | GtkFontSelectionDialog
* GtkFontChooserDialog: Add parent window as a parameter in the constructorAlberto Ruiz2011-08-151-1/+1
|
* GtkFontChooser: Expose the new widget in gtk.h and add test casesAlberto Ruiz2011-08-153-2/+119
|
* GtkFontChooser: Renaming the class names and fixing the testsAlberto Ruiz2011-08-152-17/+0
|
* GtkFontChooser: Add a property to control whether the preview entry is shown ↵Alberto Ruiz2011-08-151-0/+11
| | | | or not
* GtkFontChooser: Better test preview textAlberto Ruiz2011-08-151-1/+1
|
* GtkFontChooser: Use GTK_DISABLE_DEPRECATED on the test codeAlberto Ruiz2011-08-152-0/+12
|
* GtkFontChooser: Added test for GtkFontSelectionDialogAlberto Ruiz2011-08-153-7/+50
|
* GtkFontChooser: implement gtk_font_selection_set/get_preview_textAlberto Ruiz2011-08-151-9/+16
|
* GtkFontChooser: gtk_font_selection_set_font_name implementationAlberto Ruiz2011-08-151-0/+2
|
* GtkFontChooser: Setting the font-name property. Test updates. Remove warnings.Alberto Ruiz2011-08-151-0/+9
|
* GtkFontChooser: Add callbacks and improve test to take deprecated widgets ↵Alberto Ruiz2011-08-151-12/+16
| | | | into account
* GtkFontChooser: Fix segmentation fault in deprecated size list populationAlberto Ruiz2011-08-151-3/+4
|
* GtkFontChooser: Add deprecated calls to the testAlberto Ruiz2011-08-151-0/+15
|
* GtkFontChooser: Added a test programAlberto Ruiz2011-08-152-0/+43
|
* GtkGrid: Add a way to insert rows or columnsMatthias Clasen2011-08-081-0/+74
| | | | | | | This is useful functionality that makes it easier to insert things in the middle of an already populated grid. Bug 653817
* widget-factory: small tweaksMatthias Clasen2011-07-252-7/+36
| | | | | Use our canonical example url in the link button, use the placeholder-text feature for the search entry, and add a runtime switch for the dark theme.
* build: Fix makefile for new location of test imageRico Tzschichholz2011-07-231-0/+1
|
* tests: Move declaration tests to new test infrastructureBenjamin Otte2011-07-2177-0/+264
| | | | | This way, we can test more feature of them, in particular check for different errors, which were causing test failures.
* reftests: Add test for border radius clampingBenjamin Otte2011-07-214-0/+47
|
* tests: Move empty css parser test to new CSS testsBenjamin Otte2011-07-202-0/+1
|
* tests: Move stylecontext CSS testsBenjamin Otte2011-07-20125-0/+241
| | | | | Use the new CSS infrastructure for part of the old CSS tests. This way we can probably check for warning messages such as deprecations.
* reftests: Add test for recent fixBenjamin Otte2011-07-193-0/+35
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=654678
* Update expected test outputMatthias Clasen2011-07-173-39/+8
| | | | There was some stipple left there, still.
* Don't run testfocus in 'make check'Matthias Clasen2011-07-171-1/+2
| | | | It is not meant for that.
* Add an initial focus testbedMatthias Clasen2011-07-162-0/+118
| | | | | | | | This is an attempt to explore differences in GTK+'s and gails notions of which widget currently has the focus. Since gail does all its focus updates in an idle, we cannot do the comparisons synchronously, so just check ever so often in a timeout.
* Add a test for atk_get_root()Matthias Clasen2011-07-111-0/+12
|
* tests: Add a test for menusBenjamin Otte2011-07-113-1/+529
|
* Add a test for AtkUtil functionsMatthias Clasen2011-07-082-0/+55
| | | | | This test revealed the horrors commented on in the previous commit.
* tests/a11y/Makefile.am: Use AM_CPPFLAGS instead deprecated INCLUDESJavier Jardón2011-07-071-1/+1
|
* Revert "asd"Javier Jardón2011-07-071-1/+1
| | | | | | Not appropriate commit message This reverts commit f02812c0d65ca6c0dc6e6bb845d6be11714f4af6.
* asdJavier Jardón2011-07-071-1/+1
|
* tests: Update text test for textviewBenjamin Otte2011-07-061-4/+21
| | | | | | | 1) Allow inserting text to move the cursor to after the inserted text 2) Implement selecting text for GtkTextView. Also assert if it's an unsupported widget type. 3) Select an inside part of the widget, not the end.
* Fix two typos in MakefilesRico Tzschichholz2011-07-061-1/+1
|
* Update assistant testsMatthias Clasen2011-07-051-333/+114
|
* Update expected test outputMatthias Clasen2011-07-051-1/+1
| | | | | The recent change to notebook page parent handling is showing up in the output of the notebook.ui test.
* Verify that notify::accessible parent is emittedMatthias Clasen2011-07-051-0/+29
|
* Add an initial focus handling testMatthias Clasen2011-07-052-0/+130
| | | | | This is failing currently, since focus handling is all in defer-to-idle country.
* Change the toolkit attribute from gail to gtkMatthias Clasen2011-07-0528-233/+233
| | | | Update test results to match.
* Initial conversion of GailWidget to GtkWidgetAccessibleMatthias Clasen2011-07-051-31/+31
|
* Convert GailContainer to GtkContainerAccessibleMatthias Clasen2011-07-051-40/+40
|
* Convert GailMenu to GtkMenuAccessibleMatthias Clasen2011-07-051-8/+8
|
* Convert GailWindow to GtkWindowAccessibleMatthias Clasen2011-07-051-114/+333
| | | | | | While doing this, drop the get_mdi_zorder implementation that really should come from the window manager side. Dropping this saves some 500 lines.
* Convert GailButton to GtkButtonAccessibleMatthias Clasen2011-07-0512-1245/+59
| | | | | | This drops the AtkText implementation, and also strips handling of children out. Instead of listening for enter/leave/press/released, just listen for state changes on the widget.
* Add a test for menusMatthias Clasen2011-07-052-0/+228
|