summaryrefslogtreecommitdiff
path: root/demos
Commit message (Expand)AuthorAgeFilesLines
* 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
* gtk-demo: Make pixbufs demo use CairoBenjamin Otte2010-07-261-11/+6
* demos: No need to set the rgb colormap hereBenjamin Otte2010-07-261-2/+0
* demos: Convert to drawing with Cairo instead of GdkRGBBenjamin Otte2010-07-261-14/+8
* demos: Use Cairo instead of gdk_draw_pixbuf()Benjamin Otte2010-07-262-10/+16
* Use accessor functions to access GtkPanedJavier Jardón2010-07-131-14/+22
* Use accessor functions to access GtkDialogJavier Jardón2010-07-138-12/+37
* Use GtkBin accessorsJavier Jardón2010-07-132-2/+2
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-132-12/+17
* Use accessor functions to access GtkColorSelectionDialogJavier Jardón2010-07-131-2/+4
* Make GTK+ use an external gdk-pixbufMatthias Clasen2010-06-262-17/+4
* Bug 596428 - GtkAssistant: Support ending with a progress pageMatthew Barnes2010-06-031-2/+53
* Some cleanups after the module cache file changeMatthias Clasen2010-05-183-5/+5
* Install gtk-demo as gtk3-demoMatthias Clasen2010-05-101-5/+5
* Make it easy for apps to have dark themesBastien Nocera2010-05-101-0/+16
* Make 3.0 parallel-installable to 2.xMatthias Clasen2010-05-082-4/+4
* Support 'symbolic' themed iconsMatthias Clasen2010-04-282-0/+51
* 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