summaryrefslogtreecommitdiff
path: root/demos/gtk-demo
Commit message (Expand)AuthorAgeFilesLines
* 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-061-1/+1
* 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
* gtk-demo: Add an app chooser button demoMatthias Clasen2011-06-011-8/+15
* 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
* 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
* gtk3-demo: assistant demo simplicationsMatthias Clasen2011-05-061-25/+11
* gtk-demo: Don't leave a dangling pointer to a destroyed widgetMatthias Clasen2011-05-061-0/+1
* gtk-demo: Don't right-justify menu itemsBenjamin Otte2011-05-021-1/+0
* 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-101-3/+3
* gtk-demo: Use symbolic icon that existsBastien Nocera2011-02-051-1/+1
* 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
* Fix DSO link issuesRobert Ancell2010-12-221-0/+1
* gtk-demo: Use g_object_unref instead of gdk_cursor_unrefBenjamin Otte2010-12-211-1/+1
* Merge libgdk and libgtkMatthias Clasen2010-12-211-5/+3
* demos/gtk-demo/clipboard.c: Use accessor functions to access GtkSelectionDataJavier Jardón2010-12-151-1/+1
* gtk-demo: gtk_widget_render_icon() => gtk_widget_render_icon_pixbuf()Benjamin Otte2010-12-155-11/+11
* Port gtk3-demo to GtkStyleContextMatthias Clasen2010-12-047-87/+86
* Bug 619148 - "active ID" properties (GtkComboBox)Ryan Lortie2010-11-301-1/+20
* demos: Replace size_request by get_preferred_width/heightJavier Jardón2010-11-172-6/+64
* Rewrap text in gtk-demoMatthias Clasen2010-11-091-169/+238
* Update msvc buildHans Breuer2010-11-071-4/+5
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-10-3130-57/+60
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-3030-56/+56
* Use gtk_scale_new() instead gtk_[v|h]scale_new()Javier Jardón2010-10-301-1/+1
* Use gtk_scale_new_with_range() instead gtk_[v|h]scale_new_with_range()Javier Jardón2010-10-301-1/+2
* Use gtk_paned_new() instead gtk_[v|h]paned_new()Javier Jardón2010-10-302-3/+3
* Use gtk_separator_new() instead gtk_[v|h]separator_new()Javier Jardón2010-10-302-2/+3
* Use gtk_button_box_new() instead gtk_[v|h]_button_box_new()Javier Jardón2010-10-301-2/+2
* Use new GtkComboBoxEntry in all testsChristian Dywan2010-10-181-13/+6
* Use cairo_surface_destroy instead of g_object_unrefKristian Rietveld2010-10-171-1/+1
* Use the new GtkComboBoxText APIJavier Jardón2010-10-152-6/+6
* Deprecate GtkComboBoxEntry in favor of added properties to GtkComboBoxTristan Van Berkom2010-10-131-1/+8
* Remove uses of gtk_statusbar_set_has_resize_grip()Cody Russell2010-10-081-23/+0
* gtk-demo: remove GtkObject typeJavier Jardón2010-09-291-1/+0
* gtk-demo: Clean up toolpalette drawing codeBenjamin Otte2010-09-271-6/+1
* Fixing demos/ directory to build for removal of GtkObject type.Tristan Van Berkom2010-09-273-3/+3
* gtk-demo: Use draw signal in toolpalette demoJavier Jardón2010-09-271-14/+8
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-262-6/+6
* gtk-demo: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-262-11/+12