Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the expected results in the testsuitecss-image-scaled | Matthias Clasen | 2018-03-15 | 1 | -1/+1 |
| | | | | | | the -gtk-scaled() change in the previous commit makes it so that we now print out the scale factors. Update the expected output of affected tests to take that into account. | ||||
* | css: Parse hex colors with alpha value | Benjamin Otte | 2018-03-02 | 5 | -24/+32 |
| | | | | | | | The CSS color spec version 4 introduces this, support has hit Safari, Chrome and Firefox, so this looks like a feature that's here to stay. https://drafts.csswg.org/css-color/#hex-notation | ||||
* | css node tests: Update expected output | Timm Bäder | 2017-12-08 | 1 | -2/+2 |
| | |||||
* | testsuite: Update expected results for scale changes | Benjamin Otte | 2017-11-05 | 1 | -8/+8 |
| | |||||
* | stylecontext: Port to use display instead of screen | Benjamin Otte | 2017-10-31 | 1 | -5/+5 |
| | |||||
* | Fix test environments | Matthias Clasen | 2017-10-18 | 4 | -5/+28 |
| | |||||
* | Test suite cosmetics | Matthias Clasen | 2017-10-18 | 11 | -49/+50 |
| | | | | | Reshuffle things a bit more, sort the test files into subdirectories, and shorten their names. | ||||
* | More testsuite cosmetics | Matthias Clasen | 2017-10-18 | 3 | -3/+3 |
| | | | | Unify the test naming some more. | ||||
* | testsuite: Add missing files | Matthias Clasen | 2017-10-18 | 2 | -0/+99 |
| | |||||
* | Distribute all test files | Matthias Clasen | 2017-10-18 | 1 | -4/+2 |
| | |||||
* | Update all css parser tests | Matthias Clasen | 2017-10-18 | 35 | -18/+343 |
| | | | | | I have not tracked down in detail where all these changes originate, this commit just gets things back to working again. | ||||
* | Drop widget style property test | Matthias Clasen | 2017-10-18 | 1 | -3/+0 |
| | |||||
* | Stop testing deprecated css features | Matthias Clasen | 2017-10-18 | 3 | -10/+0 |
| | |||||
* | testsuite: Updated expected GtkSwitch nodes | Timm Bäder | 2017-10-12 | 1 | -2/+2 |
| | | | | The slider comes last now. | ||||
* | Update the css style test | Matthias Clasen | 2017-10-12 | 1 | -5/+5 |
| | | | | The new font-variant support affected the output here. | ||||
* | Make css node and style tests run | Matthias Clasen | 2017-10-12 | 2 | -2/+14 |
| | | | | Just like the previous commit, we need to set G_TEST_SRCDIR. | ||||
* | Make css parser tests run | Matthias Clasen | 2017-10-12 | 1 | -3/+9 |
| | | | | | We need to set G_TEST_SRCDIR and friends for this to do anything. Setting it reveals that a bunch of the tests are broken. | ||||
* | testsuite: cosmetics | Matthias Clasen | 2017-10-11 | 4 | -4/+4 |
| | | | | | Put all tests in a suite, and order them in a nicer way. This makes the test output look better. | ||||
* | Reshuffle the css tests a bit | Matthias Clasen | 2017-10-10 | 8 | -23/+12 |
| | |||||
* | Install css api test again | Matthias Clasen | 2017-10-09 | 1 | -1/+18 |
| | |||||
* | Install css style tests again | Matthias Clasen | 2017-10-09 | 1 | -0/+46 |
| | | | | Reinstate the installed tests for css style. | ||||
* | Install css parser tests again | Matthias Clasen | 2017-10-09 | 1 | -1/+462 |
| | | | | Reinstate the installed tests for the css parser. | ||||
* | Install css node tests again | Matthias Clasen | 2017-10-09 | 1 | -1/+76 |
| | | | | Reinstate the installed tests for css nodes. | ||||
* | Drop Autotools build | Emmanuele Bassi | 2017-08-14 | 4 | -703/+0 |
| | | | | | We are officially switching to Meson as the default build system for GTK+. | ||||
* | tests: Include system headers appropriately | Chun-wei Fan | 2017-07-21 | 3 | -0/+12 |
| | | | | | | | Don't include unistd.h on Windows, and include the appropriate headers on Windows as necessary. https://bugzilla.gnome.org/show_bug.cgi?id=773299 | ||||
* | testsuite: Update expected css node output | Timm Bäder | 2017-07-19 | 11 | -147/+163 |
| | |||||
* | scale: Fix css node ordering and expected results | Timm Bäder | 2017-07-19 | 1 | -43/+36 |
| | | | | | | | | | | | | | | | | | | | Add :dir(ltr) where expected, i.e. everywhere we now have a widget but had a gadget before. Also, fix the expected output to expect mark subnodes in the order specified in the GtkScale does, i.e. ├── mark ├── [label] ╰── indicator for marks at the top of the scale and ├── mark ├── indicator ╰── [label] For marks at the bottom of the scale. | ||||
* | css nodes: Fix expander test case | Timm Bäder | 2017-07-19 | 2 | -8/+8 |
| | | | | Vertical box subnode. | ||||
* | css nodes: Fix entries test case | Timm Bäder | 2017-07-19 | 1 | -7/+8 |
| | | | | | Spinbuttons now have a subnode box and the undershoot nodes belong to the entry node. | ||||
* | meson: Build gtk marshallers | Timm Bäder | 2017-05-03 | 4 | -4/+3 |
| | | | | And fix libgtk_dep/libgdk_dep to link_with the shared lib | ||||
* | meson: Add unit test files | Timm Bäder | 2017-05-03 | 4 | -0/+27 |
| | |||||
* | box: Remove center child | Timm Bäder | 2017-04-25 | 4 | -14/+0 |
| | |||||
* | expander: Use widgets for title box and arrow | Timm Bäder | 2017-04-25 | 2 | -4/+4 |
| | |||||
* | css style tests: Update expected results for gradient tests | Matthias Clasen | 2017-03-31 | 1 | -1/+1 |
| | | | | This is the same as the previous commit. | ||||
* | css parser tests: Fix radial gradient test results | Matthias Clasen | 2017-03-31 | 1 | -5/+5 |
| | | | | This changed in commit 2a5a94b2606ffae08fce634e61c533830f54c3ec. | ||||
* | css parser tests: Fix up the pseudo class test | Matthias Clasen | 2017-03-31 | 4 | -37/+0 |
| | | | | We don't recognize non-standard names anymore. | ||||
* | css parser tests: Update border image test results | Matthias Clasen | 2017-03-31 | 2 | -2/+2 |
| | | | | We lost the ability to dump some images. | ||||
* | css parser tests: Drop tests for -gtk-gradient | Matthias Clasen | 2017-03-31 | 7 | -29/+0 |
| | | | | No longer needed. | ||||
* | css parser tests: Update background-image test results | Matthias Clasen | 2017-03-31 | 3 | -690/+690 |
| | | | | We lost the ability to dump some kinds of images. | ||||
* | css parser tests: Fix integer test results | Matthias Clasen | 2017-03-31 | 2 | -40/+8 |
| | | | | Many of the deprecation have been removed here. | ||||
* | css parser tests: Fix background-blend-mode test | Matthias Clasen | 2017-03-31 | 2 | -2/+2 |
| | | | | The css spec calls it 'saturation', not 'saturate'. | ||||
* | css tests: Update progressbar test results | Matthias Clasen | 2017-03-31 | 1 | -2/+2 |
| | | | | | This was a documented change that has not been reflected in the tests yet. | ||||
* | css tests: Update entry test results | Matthias Clasen | 2017-03-31 | 1 | -1/+3 |
| | | | | Just visibility changes here. | ||||
* | css nodes: Update the combobox test results | Matthias Clasen | 2017-03-31 | 1 | -3/+3 |
| | | | | Some changes in the details here; we removed an old widget name. | ||||
* | css tests: Update the GtkSwitch node tests | Matthias Clasen | 2017-03-31 | 1 | -2/+6 |
| | | | | The node hierarchy for GtkSwitch has changed. | ||||
* | Add a css parser test for border-spacing | Matthias Clasen | 2016-12-10 | 2 | -0/+30 |
| | |||||
* | Remove -gtk-gradient from css parser tests | Matthias Clasen | 2016-12-10 | 2 | -24/+0 |
| | | | | It is not supported anymore. | ||||
* | build: Don't link against libgtk and libgdk | Benjamin Otte | 2016-11-20 | 4 | -4/+0 |
| | | | | | | libgdk is statically linked these days, so if you link against it, all of its symbols will exist twice: Once in libgtk.so and once in your binary. | ||||
* | testsuite: Update buttons.nodes | Timm Bäder | 2016-10-20 | 1 | -4/+2 |
| | | | | We don't create a box anymore here. | ||||
* | Fix unittests | Timm Bäder | 2016-10-18 | 1 | -13/+2 |
| |