summaryrefslogtreecommitdiff
path: root/demos
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * CleanupsMatthias Clasen2009-09-101-2/+0
| * Remove sincos useMatthias Clasen2009-09-021-6/+10
| * Handle geometry change correctlyMatthias Clasen2009-08-311-1/+1
| * Add another offscreen demoMatthias Clasen2009-08-313-2/+505
| * Cosmetic fixesMatthias Clasen2009-08-313-23/+24
| * Add an offscreen window demoMatthias Clasen2009-08-312-0/+576
| * Remove some unused variables (GnomeBug:591218)Javier Jardón2009-08-101-1/+0
| * Add SVG support to GtkPrintBackendFileMarek Kasik2009-08-031-0/+2
* | GtkToolPalette: Use gtk-toolbar-style and gtk-toolbar-icon-size settings.Murray Cumming2009-07-161-1/+7
* | GtkToolItemGroup now has label and label-widget properties.Murray Cumming2009-07-141-1/+6
* | Also flip scrollbars in the toolpalette exampleMatthias Clasen2009-07-141-0/+6
* | ToolPalette: Implement GtkOrientable.Murray Cumming2009-07-141-1/+1
* | gtk+/demos/gtk-demo/: Added GtkToolPalette demo.Murray Cumming2009-07-132-0/+319
|/
* Add paper size combo and orientation combo to print dialogMarek Kasik2009-07-101-0/+1