summaryrefslogtreecommitdiff
path: root/demos
Commit message (Expand)AuthorAgeFilesLines
* 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
* GtkEntryBuffer holds text for GtkEntryStef Walter2009-07-082-0/+66
* Improve printing exampleMatthias Clasen2009-06-281-23/+29
* Bug 586691 – Better GtkInfoBar defaultsDavid Zeuthen2009-06-252-1/+106
* Demo setting an output name for print to fileMatthias Clasen2009-06-251-3/+14
* fix compile warningsBenjamin Otte2009-06-171-3/+3
* Add a message area widgetMatthias Clasen2009-06-051-89/+107
* Add a separate keybinding signal for activating linksMatthias Clasen2009-05-111-6/+3
* Add link support to GtkLabelMatthias Clasen2009-05-112-1/+90
* Add git.mk to generate .gitignore filesBehdad Esfahbod2009-05-042-0/+4
* Minor file descriptor leak in testgtkMichael J. Chudobiak2009-04-111-0/+1
* Bug 437533 – Implement draw_shape PangoRenderer methodBehdad Esfahbod2009-03-271-62/+157