summaryrefslogtreecommitdiff
path: root/demos
Commit message (Expand)AuthorAgeFilesLines
* 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
* gtk-demo: update drawingarea exampleBenjamin Otte2010-08-121-20/+22
* gtk-demo: Adapt textview example for stipple removalBenjamin Otte2010-08-101-29/+1
* demos: Convert testpixbuf-save to CairoBenjamin Otte2010-08-101-25/+9
* demos: Remove testpixbufBenjamin Otte2010-08-102-658/+0
* demos: remove testpixbuf-drawableBenjamin Otte2010-08-102-119/+0
* about: Add :license-type propertyEmmanuele Bassi2010-08-101-17/+1
* Completely remove any use of GtkWindow allow-grow and allow-shrink propertiesJavier Jardón2010-08-071-1/+0
* gtk-demo: Blit backing pixmap using CairoBenjamin Otte2010-07-261-13/+8
* gtk-demo: Convert color selection example to CairoBenjamin Otte2010-07-261-5/+8
* gtk-demo: Convert drawingarea example to CairoBenjamin Otte2010-07-261-38/+22