gtk2/demos/gtk-demo
Matthias Clasen 902ebaafd5 gtk3-demo: avoid a resizing problem
Two changes that sneaked in during the GtkApplication port
made it so that the window would not let you shrink it again
after you've made it larger. This also yielded very surprising
results when unmaximizing the window: it would come back to
have a minimum width slightly larger than the screen, making
maximization fail from then on.
2014-01-11 18:06:06 -05:00
..
data demo: add icon 2013-11-05 14:14:57 -05:00
alphatest.png
apple-red.png
application-standalone.c Forgotten file 2012-01-15 14:46:31 -05:00
application.c gtk-demo: Use title case consistently 2013-12-12 16:28:07 -05:00
application.ui Remove usage of stock APIs in demo 2013-06-24 14:50:01 -04:00
assistant.c gtk-demo: Remove demo_find_file() function 2013-02-01 17:44:13 +01:00
background.jpg
brick2.png gtk-demo: Add demo of hidpi css assets via -gtk-scaled() 2013-07-03 14:39:25 +02:00
brick.png gtk-demo: Add demo of hidpi css assets via -gtk-scaled() 2013-07-03 14:39:25 +02:00
builder.c gtk-demo/builder: Re-enable deprecated symbols 2013-07-20 10:55:27 +01:00
button_box.c Remove usage of stock APIs in demo 2013-06-24 14:50:01 -04:00
changedisplay.c Remove usage of stock APIs in demo 2013-06-24 14:50:01 -04:00
clipboard.c gtk-demo: Fix compile warnings 2013-06-26 15:51:31 +02:00
colorsel.c gtk-demo: fix colorchooser example 2013-12-03 23:30:52 -05:00
combobox.c gtk-demo: Use title case consistently 2013-12-12 16:28:07 -05:00
css_accordion.c gtk-demo: Remove file lists from demo data 2013-02-01 21:57:40 +01:00
css_accordion.css gtk3-demo: Fix up resource handling 2013-02-14 23:01:19 +01:00
css_basics.c gtk-demo: Remove file lists from demo data 2013-02-01 21:57:40 +01:00
css_basics.css gtk3-demo: Fix up resource handling 2013-02-14 23:01:19 +01:00
css_multiplebgs.c gtk-demo: Add demo of hidpi css assets via -gtk-scaled() 2013-07-03 14:39:25 +02:00
css_multiplebgs.css gtk-demo: Add demo of hidpi css assets via -gtk-scaled() 2013-07-03 14:39:25 +02:00
css_pixbufs.c Use consistent capitalization of demo titles 2013-02-01 21:59:09 -05:00
css_pixbufs.css gtk3-demo: Fix up resource handling 2013-02-14 23:01:19 +01:00
css_shadows.c Remove usage of stock APIs in demo 2013-06-24 14:50:01 -04:00
css_shadows.css gtk3-demo: Fix up resource handling 2013-02-14 23:01:19 +01:00
cssview.css gtk-demo: move styling for the CSS editor to a separate file 2012-05-30 13:17:23 -04:00
demo.gresource.xml Add a header bar example to gtk-demo 2013-12-12 16:28:07 -05:00
demo.ui Remove remnants of localization from gtk-demo 2013-02-11 16:52:37 -05:00
dialog.c Remove usage of stock APIs in demo 2013-06-24 14:50:01 -04:00
drawingarea.c gtk-demo: Use symbolic names for button numbers 2012-01-27 09:47:44 +01:00
editable_cells.c gtk-demo: Fix segfault in editable cells demo 2011-11-22 23:29:04 +01:00
entry_buffer.c Remove usage of stock APIs in demo 2013-06-24 14:50:01 -04:00
entry_completion.c Remove usage of stock APIs in demo 2013-06-24 14:50:01 -04:00
event_axes.c gtk-demo: Use title case consistently 2013-12-12 16:28:07 -05:00
expander.c Remove usage of stock APIs in demo 2013-06-24 14:50:01 -04:00
floppybuddy.gif
flowbox.c Add a flow box example to gtk-demo 2013-10-07 00:05:21 -04:00
geninclude.pl.in Avoid perl warnings 2013-02-01 21:58:34 -05:00
gnome-applets.png
gnome-calendar.png
gnome-foot.png
gnome-fs-directory.png Add a simple file browser based on the icon view. 2004-07-04 20:35:35 +00:00
gnome-fs-regular.png Add a simple file browser based on the icon view. 2004-07-04 20:35:35 +00:00
gnome-gimp.png
gnome-gmush.png
gnome-gsame.png
gnu-keys.png
gtk3-demo.desktop demo: Add desktop file 2013-11-05 14:14:58 -05:00
headerbar.c Add a header bar example to gtk-demo 2013-12-12 16:28:07 -05:00
hypertext.c gtk-demo: Use symbolic names for button numbers 2012-01-27 09:47:44 +01:00
iconview_edit.c gtk-demo: Remove demo_find_file() function 2013-02-01 17:44:13 +01:00
iconview.c Remove usage of stock APIs in demo 2013-06-24 14:50:01 -04:00
images.c demo: use the installed named icon 2013-11-05 15:31:11 -05:00
infobar.c demo: add a multi-line infobar example 2013-08-03 15:15:12 +02:00
links.c gtk-demo: Prove that links work fine now 2012-01-06 05:23:42 +01:00
list_store.c Remove usage of stock APIs in demo 2013-06-24 14:50:01 -04:00
listbox.c demo: use the installed named icon 2013-11-05 15:31:11 -05:00
listbox.ui Replace all margin-left and margin-right with margin-start and margin-end 2013-11-15 02:54:35 +01:00
main.c gtk-demo: Make double-click work again 2013-12-13 19:07:42 +01:00
main.ui gtk3-demo: avoid a resizing problem 2014-01-11 18:06:06 -05:00
Makefile.am Add a header bar example to gtk-demo 2013-12-12 16:28:07 -05:00
makefile.msc.in Fix the build 2013-06-30 11:30:37 -04:00
menus.c gtk-demo: Don't use tearoff menus 2011-10-01 05:59:04 +02:00
menus.ui GtkBuilder: change format of menus 2012-01-25 19:42:19 -05:00
messages.txt gtk-demo: Add GtkListBox demo 2013-06-18 16:10:22 +02:00
offscreen_window2.c gtk-demo: Use title case consistently 2013-12-12 16:28:07 -05:00
offscreen_window.c gtk-demo: Use title case consistently 2013-12-12 16:28:07 -05:00
org.gtk.Demo.gschema.xml Add an example for settings<>action integration 2012-01-24 00:07:03 -05:00
overlay.c Replace all margin-left and margin-right with margin-start and margin-end 2013-11-15 02:54:35 +01:00
panes.c Formatting cleanups 2011-09-01 23:56:58 -04:00
pickers.c gtk-demo: replace uses of GtkTable by GtkGrid 2011-08-31 13:31:34 -04:00
pixbufs.c Convert pixbuf animation demo (both copies) to GdkFrameClock 2013-02-21 09:59:58 -05:00
printing.c gtk-demo: Remove demo_find_file() function 2013-02-01 17:44:13 +01:00
reset.css gtk-demo: Make CSS a resource 2012-05-30 13:17:22 -04:00
revealer.c gtk-demo: Properly cleanup the revealer demo 2013-07-04 17:53:40 -04:00
revealer.ui Remove usage of stock APIs in demo 2013-06-24 14:50:01 -04:00
rotated_text.c Formatting cleanups 2011-09-01 23:56:58 -04:00
search_entry2.c gtk3-demo: Adapt to GtkSearchEntry api changes 2013-07-28 21:51:45 -04:00
search_entry.c gtk-demo: Remove unused variable 2013-06-26 15:51:31 +02:00
sizegroup.c Remove usage of stock APIs in demo 2013-06-24 14:50:01 -04:00
spinner.c Remove usage of stock APIs in demo 2013-06-24 14:50:01 -04:00
stack.c Add a GtkStack example to gtk-demo 2013-04-21 21:51:27 -04:00
stack.ui demo: use the installed named icon 2013-11-05 15:31:11 -05:00
textscroll.c gtk-demo: Use title case consistently 2013-12-12 16:28:07 -05:00
textview.c demo: use the installed named icon 2013-11-05 15:31:11 -05:00
theming_style_classes.c gtk-demo: Remove file lists from demo data 2013-02-01 21:57:40 +01:00
theming.ui gtk-demo: Add a theming example 2012-05-18 01:23:45 -04:00
toolpalette.c demos/gtk-demo/toolpalette.c: Avoid C99ism 2013-09-23 16:39:25 +08:00
transparent.c gtk-demo: Use title case consistently 2013-12-12 16:28:07 -05:00
tree_store.c Formatting cleanups 2011-09-01 23:56:58 -04:00