summaryrefslogtreecommitdiff
path: root/demos/gtk-demo
Commit message (Expand)AuthorAgeFilesLines
* Use accessor functions to access GtkColorSelectionDialogJavier Jardón2010-07-131-2/+4
* Make GTK+ use an external gdk-pixbufMatthias Clasen2010-06-261-3/+2
* Bug 596428 - GtkAssistant: Support ending with a progress pageMatthew Barnes2010-06-031-2/+53
* Some cleanups after the module cache file changeMatthias Clasen2010-05-181-2/+2
* 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-081-2/+2
* 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 up linker flagsBenjamin Otte2009-12-191-1/+2
* Merge branch 'master' into toolpaletteMatthias Clasen2009-11-261-1/+2
|\
| * Fix compilation warning: Use const gchar* variableJavier Jardón2009-11-091-1/+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