summaryrefslogtreecommitdiff
path: root/demos
Commit message (Expand)AuthorAgeFilesLines
* Bug Bug 703789 - gtk.immodules still referencedJohn Ralls2013-07-281-1/+1
* demos/gtk-demo/rotated_text.c: Remove C99ismChun-wei Fan2012-07-261-4/+5
* gtk-demo: add semikolon to make it build againMichael Natterer2012-05-271-1/+2
* Make gtk2 demos comply with gsealConnor Behan2012-05-2618-108/+147
* Fix gtk-demo drawingarea exampleMatthias Clasen2011-11-301-1/+1
* gtk-demo: plug a memleak in the editable cells demoMatthias Clasen2011-02-191-5/+5
* Don't leak the GDir in the iconview exampleMatthias Clasen2011-02-191-0/+1
* gtk-demo: offscreen examples use deprecated functionsBenjamin Otte2010-11-182-2/+2
* gtk-demo: Remove unused functionsBenjamin Otte2010-11-181-19/+0
* Use new GtkComboBoxEntry in all testsMatthias Clasen2010-10-181-13/+6
* Use the new GtkComboBoxText APIMatthias Clasen2010-10-163-11/+11
* Deprecate GtkComboBoxEntry in favor of added properties to GtkComboBoxMatthias Clasen2010-10-131-1/+8
* Backport the uri hook cleanupMatthias Clasen2010-09-241-2/+0
* gtk-demo: Adapt textview example for stipple removalBenjamin Otte2010-08-171-29/+1
* gtk-demo: update drawingarea exampleBenjamin Otte2010-08-121-20/+22
* gdk: Deprecate GdkRGB functionsBenjamin Otte2010-08-082-0/+6
* demos: Convert to drawing with Cairo instead of GdkRGBBenjamin Otte2010-08-081-14/+8
* demos: No need to set the rgb colormap hereBenjamin Otte2010-08-081-2/+0
* demos: Convert testpixbuf-save to CairoBenjamin Otte2010-08-081-25/+9
* gtk-demo: Make pixbufs demo use CairoBenjamin Otte2010-08-081-11/+6
* demos: Use Cairo instead of gdk_draw_pixbuf()Benjamin Otte2010-08-072-10/+16
* gtk-demo: Blit backing pixmap using CairoBenjamin Otte2010-08-071-13/+8
* gtk-demo: Convert drawingarea example to CairoBenjamin Otte2010-08-071-38/+22
* gtk-demo: Convert color selection example to CairoBenjamin Otte2010-08-071-5/+8
* Make GTK+ build against an external gdk-pixbufMatthias Clasen2010-06-262-17/+4
* Bug 596428 - GtkAssistant: Support ending with a progress pageMatthew Barnes2010-06-031-2/+53
* Fix compilation warning: use entry var correctly initilizedJavier Jardón2010-03-091-4/+4
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-1/+1
* Add accessible alternatives to entry icon functionalityMatthias Clasen2010-03-081-86/+138
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-062-2/+2
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-03-062-2/+2
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-032-4/+4
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)Javier Jardón2010-03-022-2/+2
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-0135-49/+49
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-012-2/+2
* Fix some compilation warningsJavier Jardón2010-01-191-7/+10
* Fix compilation warning: use the correct conversion specifierJavier Jardón2010-01-041-1/+3
* Add icc-profile option to gdk-pixbuf for the TIFF image formatRichard Hughes2009-12-211-0/+43
* Fix up linker flagsBenjamin Otte2009-12-192-2/+5
* Add color management support to gdk_pixbuf_saveRichard Hughes2009-12-182-0/+120
* Merge branch 'master' into toolpaletteMatthias Clasen2009-11-262-3/+4
|\
| * Fix compilation warning: Use const gchar* variableJavier Jardón2009-11-091-1/+2
| * Fix compilation warning: Cast to guchar*Javier Jardón2009-11-091-2/+2
* | Some cleanups for the toolpalette demoMatthias Clasen2009-11-261-123/+157
* | toolpalette: Added dnd code to the gtk-demoJohannes Schmid2009-11-181-1/+424
* | Merge branch 'master' into toolpaletteJohannes Schmid2009-10-289-60/+1312
|\ \ | |/
| * gtk-demo: Remove C99-ism from list_store exampleEmmanuele Bassi2009-10-151-1/+1
| * Fix GtkSpinner using style before it's setBastien Nocera2009-10-151-0/+4
| * Add GtkSpinner::animation-duration style propertyBastien Nocera2009-10-141-1/+3
| * Bug 319607 – Add a throbber (activity widget) to GTK+Bastien Nocera2009-10-143-36/+199