summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Bump the version to 3.0.0Matthias Clasen2011-02-101-2/+2
* Remove latest bits of GtkItemFactoryJavier Jardón2011-02-042-182/+3
* Add a GtkBuilder section to the tutorialMatthias Clasen2011-01-203-1/+89
* Fix linking of drawing exampleMartin Pitt2011-01-191-0/+3
* Add a drawing example to the tutorialMatthias Clasen2011-01-182-1/+206
* Add a packing example to the tutorialMatthias Clasen2011-01-182-1/+74
* Move the GtkApplication example to the right placeMatthias Clasen2011-01-062-1/+101
* Cosmetic changesMatthias Clasen2011-01-061-1/+2
* examples: Update dial adjustment usage for sealingBenjamin Otte2011-01-052-28/+28
* Merge libgdk and libgtkMatthias Clasen2010-12-211-2/+1
* examples/gtkdial: Do not use size_request vfuncJavier Jardón2010-11-131-8/+21
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-3018-58/+58
* Use gtk_scrollbar_new() instead gtk_[v|h]scrollbar_new()Javier Jardón2010-10-301-1/+1
* Use gtk_scale_new() instead gtk_[v|h]scale_new()Javier Jardón2010-10-301-4/+4
* Use gtk_paned_new() instead gtk_[v|h]paned_new()Javier Jardón2010-10-301-1/+1
* Use gtk_ruler_new() instead gtk_[v|h]ruler_new()Javier Jardón2010-10-301-2/+2
* Use gtk_separator_new() instead gtk_[v|h]separator_new()Javier Jardón2010-10-305-9/+9
* Use gtk_button_box_new() instead gtk_[v|h]_button_box_new()Javier Jardón2010-10-302-4/+4
* Do not install the hello-world and window-default example programsRichard Hughes2010-10-201-1/+1
* More distcheck fixes2.91.1Matthias Clasen2010-10-151-0/+1
* More examples removalMatthias Clasen2010-10-151-3/+7
* examples: build examples that are included in the docsMatthias Clasen2010-10-155-157/+15
* docs: Move the introduction of the tutorial in the referenceEmmanuele Bassi2010-10-152-0/+123
* Complete the removal of examples/pixmap to fix make distRichard Hughes2010-10-012-15/+0
* examples/gtkdial/gtkdial.c: Fixing for removal of GtkObject typeJavier Jardón2010-09-291-16/+13
* examples/colorsel/colorsel.c: remove unneded GTK_OBJECT castJavier Jardón2010-09-291-2/+2
* Remove unneded castsJavier Jardón2010-09-293-11/+7
* gtk_adjustment_new() should return a GtkAdjustment*Javier Jardón2010-09-291-1/+1
* gdk: Remove GdkPixmapBenjamin Otte2010-09-261-89/+0
* Use G_CALLBACK() instead deprecated GTK_SIGNAL_FUNC()Javier Jardón2010-09-081-2/+2
* Do not use deprecated API in docs and examplesJavier Jardón2010-09-081-1/+1
* Use accessor functions to access GtkColorSelectionDialogJavier Jardón2010-07-131-1/+3
* examples: Port example to use cairo region APIBenjamin Otte2010-06-291-3/+4
* Convert to UTF-8Matthias Clasen2010-05-211-1/+1
* Move documentation to inline comments: GdkWindowTadej Borovšak2010-05-141-0/+136
* Remove links to code that no longer exists to fix make distRichard Hughes2010-05-077-528/+0
* Remove a missing include in one of the tests that broke the build from a fres...Richard Hughes2010-05-071-1/+0
* Merge branch 'gtk-2-90'Matthias Clasen2010-05-067-404/+5
|\
| * Remove GtkTree completelyJavier Jardón2010-05-032-200/+0
| * Remove GtkText completelyJavier Jardón2010-05-032-197/+0
| * Remove all deprecated stuff from GtkContainerJavier Jardón2010-05-031-2/+2
| * Remove remaining GtkWindow deprecated documentationJavier Jardón2010-05-032-2/+1
| * Remove remaining GtkButtonBox deprecated stuffJavier Jardón2010-05-031-1/+0
| * Remove deprecated code: GtkLabelJavier Jardón2010-05-032-8/+8
* | Update the Makefile for scribble-xinputTor Lillqvist2010-05-031-3/+2
|/
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-092-4/+4
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-1/+1
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)Javier Jardón2010-03-027-7/+7