summaryrefslogtreecommitdiff
path: root/demos
Commit message (Expand)AuthorAgeFilesLines
* 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-153-11/+11
* 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
* gdk: Make gdk_pixbuf_get_from_*() bindableBenjamin Otte2010-10-022-6/+6
* gtk-demo: remove GtkObject typeJavier Jardón2010-09-291-1/+0
* Remove unneded castsJavier Jardón2010-09-291-1/+1
* 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-274-4/+4
* gtk-demo: Use draw signal in toolpalette demoJavier Jardón2010-09-271-14/+8
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-263-7/+7
* gtk-demo: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-262-11/+12
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-262-2/+2
* gtk-demo: Port offscreen example to draw vfuncBenjamin Otte2010-09-261-60/+45
* gtk-demo: Port offscreen example to draw vfuncBenjamin Otte2010-09-261-52/+46
* testpixbuf-save: Use the draw signalBenjamin Otte2010-09-261-10/+5
* testpixbuf-scale: Connect to draw signalBenjamin Otte2010-09-261-17/+14
* pixbuf-demo: Use draw signalBenjamin Otte2010-09-261-11/+5
* gtk-demo: Use draw signal in color selection demoBenjamin Otte2010-09-261-21/+9
* gtk-demo: Connect to draw signal in rotated-textBenjamin Otte2010-09-261-16/+8
* gtk-demo: Connect to draw signal in pixbufs exampleBenjamin Otte2010-09-261-13/+6
* gtk-demo: Connet to draw signal in drawingarea exampleBenjamin Otte2010-09-261-35/+19
* API: gdk_pixbuf_get_from_drawable() => gdk_pixbuf_get_from_window()Benjamin Otte2010-09-262-6/+6
* gtk-demo: Remove colormaps from window attributesBenjamin Otte2010-09-262-4/+2
* demos: No need to set the background, it gets overridden anywayBenjamin Otte2010-09-261-3/+0
* API: Change offscreen windows to use a cairo_surface_tBenjamin Otte2010-09-262-9/+9
* Remove url hooks from GtkAboutDialog and GtkLinkButtonMatthias Clasen2010-09-221-21/+0
* Change GtkEditable typedef from GtkEditableClass to GtkEditabeInterfaceJavier Jardón2010-09-172-3/+3
* demos: Use gtk_size_request_get_size() instead gtk_widget_size_request()Javier Jardón2010-09-151-1/+2
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-152-2/+4
* demos: Do not use deprecated gtk_widget_get_child_requisition()Javier Jardón2010-09-132-2/+4
* Don't use the same name for a function that used to be a variableTor Lillqvist2010-09-091-3/+3
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-2/+2
* Turn the gtk version and age variables into functionsTor Lillqvist2010-09-081-1/+5
* demos: Do not use deprecated APIJavier Jardón2010-09-081-8/+8
* gtk-demo: Drop use of GTK_DIALOG_NO_SEPARATORColin Walters2010-09-021-1/+1
* Rename GtkIconView::orientation propertyMatthias Clasen2010-09-011-2/+2
* demos/testpixbuf-scale.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-4/+7
* demos/gtk-demo/toolpalette.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-7/+16
* demos/gtk-demo/rotated_text.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-3/+9
* demos/gtk-demo/panes.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-6/+18
* demos/gtk-demo/offscreen_window2.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-22/+33
* demos/gtk-demo/offscreen_window.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-25/+36
* demos/gtk-demo/hypertext.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-4/+6
* demos/gtk-demo/drawingarea.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-8/+12
* demos/gtk-demo/colorsel.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-2/+5
* demos/gtk-demo/changedisplay.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-1/+1
* Use standard icon names in demos and testsJavier Jardón2010-08-211-1/+1
* Use G_DEFINE_BOXED_TYPEChristian Persch2010-08-181-12/+4