Commit Graph

33 Commits

Author SHA1 Message Date
cdc2f07a1e demo: use the installed named icon 2013-11-05 15:31:11 -05:00
0280ef3413 Make gtk-demo use the newer app icon 2013-10-07 16:30:33 -04:00
98b39ce911 Add a flow box example to gtk-demo 2013-10-07 00:05:21 -04:00
6a4f82a1f4 gtk-demo: Add demo of hidpi css assets via -gtk-scaled() 2013-07-03 14:39:25 +02:00
6f83657288 Fix the build
Remove references to removed files
2013-06-30 11:30:37 -04:00
708dd8cc52 Remove usage of stock APIs in demo
With the exception of GtkAction.
2013-06-24 14:50:01 -04:00
b18c938b14 gtk-demo: Add GtkListBox demo 2013-06-18 16:10:22 +02:00
51e238653d GtkSearchEntry: Delay the changed signal by default
Emit the "changed" signal after 150 msecs, so that searching
through big lists, or doing online searches feels more responsive.

This is something already done in various applications to make
search-as-you type more responsive (gnome-shell, gnome-documents,
gnome-control-center, etc.). The 150 msecs is the value currently
used by gnome-shell, so keep it (invisibly) consistent.

https://bugzilla.gnome.org/show_bug.cgi?id=700229
2013-05-17 19:45:46 +02:00
86688c6fde Add a revealer example to gtk-demo
I tried to make a 'revealer ballet'. Judge for yourself if
I succeeded.
2013-04-22 12:42:39 -04:00
49511c7f42 Add a GtkStack example to gtk-demo 2013-04-21 21:51:27 -04:00
cf1eecca6b Don't strip whitespace from ui files
That turns them into gibberish when we show them in the ui.
2013-02-01 20:17:13 -05:00
bc473257c7 gtk-demo: Replace logo with a transparent one
That way, we don't have to make it transparent in all the demos.
2013-02-01 21:57:40 +01:00
b3d1121d78 gtk-demo: Move resources into the tests they belong
This also gets rid of the nasty @import("resource:///...") lines in the
css files.
2013-02-01 21:57:40 +01:00
ba24f39d95 gtk-demo: Remove custom CSS demo
Custom CSS is something that we don't want to advertise as there are too
many pitfalls for using it correctly. So remove the demo for it.
2013-02-01 21:57:40 +01:00
75937d925c gtk-demo: Load icon from resource 2013-02-01 17:42:45 +01:00
73e203b290 xxx: Add source files 2013-02-01 17:42:45 +01:00
aaab99bb4d gtk-demo: Don't use subfolders for resources
This confuses the notebook that is displaying them.
2013-02-01 17:42:45 +01:00
7acf6296f4 gtk-demo: Don't use aliases for filenames
This is necessary so the files displayed in the left notebook match the
files referenced in the source code.
2013-02-01 17:42:45 +01:00
159dabd0a5 gtk-demo: Port pixbufs example to resources 2013-02-01 17:42:45 +01:00
68ee7c6848 gtk-demo: Port textview example to resources 2013-02-01 17:42:45 +01:00
a4749d4f3a gtk-demo: Port images example to resources 2013-02-01 17:42:44 +01:00
8bdfd35d9c gtk-demo: Port iconview example to use resources 2013-02-01 17:42:44 +01:00
cf6a40830c gtk-demo: Port appwindow example to resources 2013-02-01 17:42:44 +01:00
4f93194039 gtk-demo: Port builder example to resources 2013-02-01 17:42:44 +01:00
05abba3acb gtk-demo: Include the source files as resources 2013-02-01 17:42:43 +01:00
ec829be39f gtk-demo: Add missing file to resources 2012-10-01 15:53:17 +02:00
c6a78d76bd gtk-demo: Add a CSS shadows demo 2012-09-21 18:50:50 +02:00
677941dc48 gtk-demo: Add animated pixbufs example 2012-09-17 20:39:11 +02:00
c5629fd06a gtk-demo: add a demo for CSS multiple backgrounds 2012-05-30 13:17:23 -04:00
561e24b77b gtk-demo: move styling for the CSS editor to a separate file
So it can be shared by multiple demos
2012-05-30 13:17:23 -04:00
98fa2a39bc gtk-demo: add a test for a CSS accordion 2012-05-30 13:17:23 -04:00
075b259321 gtk-demo: Make CSS a resource
Also, improve the CSS to give you that basic feel.
2012-05-30 13:17:22 -04:00
45d0313001 gtk-demo: Rename resources file
More tests want to use resources, so make that possible.
2012-05-30 13:17:22 -04:00