summaryrefslogtreecommitdiff
path: root/tests/visuals
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Replace all margin-left and margin-right with margin-start and margin-endYosef Or Boczko2013-11-151-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=710238
* Add git.mk to more placesJasper St. Pierre2013-01-241-0/+2
|
* Add a visual test for vertical inline toolbarsCosimo Cecchi2012-10-103-1/+125
|
* visuals: add a visual test for suggested-action buttonsCosimo Cecchi2012-08-202-1/+92
| | | | And selection-mode toolbars.
* visuals: add a visual demo for GtkLevelBarCosimo Cecchi2012-07-162-0/+149
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=677892
* Revert "visuals: add a visual demo for GtkLevelBar"Matthias Clasen2012-07-112-149/+0
| | | | | | This reverts commit ffdd7a5e185879006d405ffd69f68ff60f5fccfa. Pushed by mistake.
* visuals: add a visual demo for GtkLevelBarCosimo Cecchi2012-07-112-0/+149
| | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=677892 https://bugzilla.gnome.org/show_bug.cgi?id=679409
* visuals: add a testbed for OSD toolbarsCosimo Cecchi2012-05-252-0/+219
|
* visuals: add some visuals UI files for h/v linked button boxesCosimo Cecchi2012-05-113-1/+135
|
* Change FSF AddressJavier Jardón2012-02-271-2/+0
|
* tests/visuals: Squash a compiler warningColin Walters2012-01-171-2/+3
|
* visuals: remove copy paste leftoverCosimo Cecchi2012-01-121-2/+0
|
* visuals: add a runner for visual GtkBuilder filesCosimo Cecchi2012-01-124-0/+446
This is useful to sketch out in GtkBuilder widgets in different states all at once, so that we can check theming is right for them. Add some initial UI files for primary-toolbar and inline-toolbar widgets.