summaryrefslogtreecommitdiff
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* gtk-demo: Fix warnings in changedisplayBenjamin Otte2011-12-161-6/+9
| | | | | Use the brute force fix. I'm not really interested in fixing this properly.
* demo: Add test for hide-titlebar-when-maximizedFlorian Müllner2011-12-151-0/+14
| | | | | | | Add an additional option to the appwindow demo to test the new gtk-hide-titlebar-when-maximized setting. https://bugzilla.gnome.org/show_bug.cgi?id=665616
* Fix demo to use a "normal" transparent value now that it works.Alexander Larsson2011-12-061-1/+1
| | | | The last commit fixed this, so lets have a sane value in the demo code.
* gtk-demo: Add test of transparent GdkWindowsAlexander Larsson2011-12-062-0/+249
| | | | This shows a semi-transparent shadow from a GtkOverlay window
* gtk-demo: Fix segfault in editable cells demoBenjamin Otte2011-11-221-5/+5
| | | | | The strings can be freed when edting the description column. This does not work with constant strings.
* demos: Remove non-working codeBenjamin Otte2011-11-091-23/+0
| | | | | It causes warnings, so it has to go. The cursor doesn't change anyway, no matter if it's there or not.
* gtk-demo: Remove excessive pointer queryingBenjamin Otte2011-11-091-2/+0
|
* gtk-demo: Don't use deprecated codeBenjamin Otte2011-11-021-1/+1
|
* Use G_VALUE_INITJavier Jardón2011-10-151-1/+1
| | | | Instead of an explicit { 0, } when declaring the variable.
* gtk-demo: Don't use tearoff menusBenjamin Otte2011-10-011-13/+5
| | | | Demoing bad things, sheesh.
* Formatting cleanupsMatthias Clasen2011-09-0132-1302/+1279
| | | | | | While we normally try to avoid whitespace fixes, the gtk-demo code is shown as exemplary, so it should be in good shape, formatting-wise.
* gtk-demo: Drop uses of GtkAlignmentMatthias Clasen2011-09-014-47/+26
|
* gtk-demo: replace uses of GtkTable by GtkGridMatthias Clasen2011-08-315-137/+100
|
* gtk-demo: trivial improvementMatthias Clasen2011-08-311-0/+1
| | | | Set activates-default in the assistant demo where it makes sense.
* Silence the build a bit moreMatthias Clasen2011-08-281-1/+1
|
* demo-ui_manager: gtk_misc_set_alignment replacingDiego Celix2011-08-281-1/+2
| | | | | | | | Replacing the function gtk_misc_set_alignment () with gtk_widget_set_halign () and gtk_widget_set_valign () in demos/gtk-demo/ui_manager.c https://bugzilla.gnome.org/show_bug.cgi?id=650762
* demo-sizegroup: gtk_misc_set_alignment replacingDiego Celix2011-08-281-1/+2
| | | | | | | | Replacing the function gtk_misc_set_alignment () with gtk_widget_set_halign () and gtk_widget_set_valign () in demos/gtk-demo/sizegroup.c https://bugzilla.gnome.org/show_bug.cgi?id=650762
* demo-pickers: gtk_misc_set_alignment replacingDiego Celix2011-08-281-5/+10
| | | | | | | | Replacing the function gtk_misc_set_alignment () with gtk_widget_set_halign () and gtk_widget_set_valign () in demos/gtk-demo/pickers.c https://bugzilla.gnome.org/show_bug.cgi?id=650762
* demo-changedisplay:gtk_misc_set_alignment replaceDiego Celix2011-08-281-1/+2
| | | | | | | | Replacing the function gtk_misc_set_alignment () with gtk_widget_set_halign () and gtk_widget_set_valign () in demos/gtk-demo/changedisplay.c https://bugzilla.gnome.org/show_bug.cgi?id=650762
* gtk-demo: Fix the path to demo sources for the win32 buildKalev Lember2011-08-141-1/+1
|
* Use AM_CPPFLAGS instead the obsolete INCLUDESJavier Jardón2011-07-062-2/+2
|
* demos: Remove unused variableBenjamin Otte2011-06-131-1/+0
|
* overlay: add initial version of gtkoverlayIgnacio Casal Quinteiro2011-06-122-0/+182
|
* gtk-demo/colorsel.c: Do not use GtkAlignmentJavier Jardón2011-06-131-4/+3
|
* Replace gtk_misc_set_padding() with GtkWidget:margin propertiesJavier Jardón2011-06-021-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=651605
* gtk-demo: Add an app chooser button demoMatthias Clasen2011-06-011-8/+15
| | | | Add a 'Mail' app chooser to the 'Pickers' example.
* gtk-demo: don't use a non-existent icon nameCosimo Cecchi2011-05-311-1/+1
|
* tests: avoid boxed structs copying where possibleJavier Jardón2011-05-311-4/+3
| | | | | Use the GtkStyleContext accessors for boxed properties where possible, to reduce allocations.
* gtk-demo: Don't store anchor in an unused variableBenjamin Otte2011-05-271-6/+5
|
* gtk-demo: Remove unused variable for text tagsBenjamin Otte2011-05-271-27/+26
|
* Move demos aroundMatthias Clasen2011-05-2616-1198/+42
| | | | | The pixbuf-demo gets its own subdirectory, the other small tests move from demos/ to tests/.
* And actually delete itMatthias Clasen2011-05-261-20/+0
|
* Remove no-longer-needed pixbuf_init hackMatthias Clasen2011-05-263-10/+3
| | | | | Since gdk-pixbuf is now a separate project again, we no longer need to locate it inside our source tree.
* Remove an incomplete, dead copy of testgtkMatthias Clasen2011-05-261-392/+0
|
* gtk3-demo: assistant demo simplicationsMatthias Clasen2011-05-061-25/+11
| | | | Since header and sidebar images are no longer used, don't set them.
* gtk-demo: Don't leave a dangling pointer to a destroyed widgetMatthias Clasen2011-05-061-0/+1
| | | | | When destroying the assistant, clean up the static variable that points to it.
* gtk-demo: Don't right-justify menu itemsBenjamin Otte2011-05-021-1/+0
| | | | We don't want to demo things that are a bad idea (quoted from the docs).
* gtk-demo: Add placeholder text to search entry demoCarlos Garcia Campos2011-03-221-0/+8
|
* gtk-demo: plug a memleak in the editable cells demoMatthias Clasen2011-02-171-5/+5
|
* gtk-demo: Make the menu example work againMatthias Clasen2011-02-171-37/+7
|
* Don't leak the GDir in the iconview exampleMatthias Clasen2011-02-171-0/+1
|
* Bump the version to 3.0.0Matthias Clasen2011-02-102-6/+6
| | | | | | | At the same time, change the library sonames for -3.0 to just -3. This is necessary since the 2.99 releases installed libraries like libgtk-3.0.so.0.9903.0, and we want to prevent the library version number from jumping back. So 3.0 will have libgtk-3.so.0.0.0.
* gtk-demo: Use symbolic icon that existsBastien Nocera2011-02-051-1/+1
| | | | For the Images test.
* Don't use deprecated style apiMatthias Clasen2011-01-102-2/+0
|
* gtk-demo: Undef GDK_DISABLE_DEPRECATED to make test compileBenjamin Otte2011-01-051-0/+3
|
* demos: Update testpixbuf-scale demo for adjustment sealingBenjamin Otte2011-01-051-2/+2
|
* Fix DSO link issuesRobert Ancell2010-12-222-0/+2
|
* gtk-demo: Use g_object_unref instead of gdk_cursor_unrefBenjamin Otte2010-12-211-1/+1
|
* Merge libgdk and libgtkMatthias Clasen2010-12-212-13/+9
| | | | | | | | | | | This commit does a number of things: - remove some dead wchar configury from configure.ac and gdkconfig.h - repurpose gdkconfig.h as header that contains GDK_WINDOWING_foo macros for each included backend, include it in gdk.h and install it in $includedir instead of below $libdir - drop the backend from the library names - build libgdk-3.0.la as a convenience lib and include it in libgtk-3.0.la It does not yet enable building multiple backends at the same time.
* demos/gtk-demo/clipboard.c: Use accessor functions to access GtkSelectionDataJavier Jardón2010-12-151-1/+1
|