summaryrefslogtreecommitdiff
path: root/docs/tutorial
Commit message (Expand)AuthorAgeFilesLines
* Use G_CALLBACK() instead deprecated GTK_SIGNAL_FUNC()Javier Jardón2010-09-081-9/+9
* Do not use deprecated API in docs and examplesJavier Jardón2010-09-081-11/+3
* Completely remove any use of GtkWindow allow-grow and allow-shrink propertiesJavier Jardón2010-08-071-1/+0
* Actually build the tutorial if enabledColin Walters2010-07-091-2/+4
* [docs] Remove deprecated gdk_draw_bitmap() and gdk_draw_pixmap()Javier Jardón2010-06-251-2/+0
* [docs] Fix a typo in the tutorialJavier Jardón2010-05-201-1/+0
* Remove GTK_WIDGET_* macrosJavier Jardón2010-05-031-2/+2
* Remove gtk_fixed_get_has_window() and gtk_fixed_set_has_window()Javier Jardón2010-05-031-4/+4
* Remove GtkCurve completelyJavier Jardón2010-05-031-12/+0
* Remove GtkGammaCurve completelyJavier Jardón2010-05-031-2/+1
* Remove gtkmain stuff from docs and tutorial.Javier Jardón2010-05-031-4/+4
* Remove remaining GtkWindow deprecated documentationJavier Jardón2010-05-031-1/+1
* Remove remaining GtkButtonBox deprecated stuffJavier Jardón2010-05-031-1/+0
* Revert "Make GTK+ Tutorial gnome-doc-utils compliant"Claude Paroz2010-04-2266-245/+411
* Make GTK+ Tutorial gnome-doc-utils compliantClaude Paroz2010-04-2266-411/+245
* Remove most G_OBJECT casts in the tutorialChristian Dywan2010-03-121-139/+139
* Reword explanation of delete-event and destroyChristian Dywan2010-03-121-4/+4
* Spell delete-event with hyphen and don't cast to G_OBJECTChristian Dywan2010-03-121-36/+36
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-8/+8
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-2/+2
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-2/+2
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-2/+2
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)Javier Jardón2010-03-021-6/+6
* [docs] Remove GTK+ 1.2 tutorial from masterJavier Jardón2010-01-1214-68826/+0
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2009-11-061-3/+3
* Substitute gtk_widget_ref/unref with g_object_ref/unrefJavier Jardón2009-10-142-4/+4
* Substitute gtk_style_unref for g_object_unref in documentation exampleJavier Jardón2009-10-141-1/+1
* Use g_object_ref/unref instead deprecated gdk_*_ref/unref functionsJavier Jardón2009-10-142-7/+7
* Update some links in the tutorialMatthias Clasen2009-06-201-5/+5
* Add git.mk to generate .gitignore filesBehdad Esfahbod2009-05-041-0/+2
* small fix for "Paned Window Widgets" exampleRyan Lortie2008-12-291-2/+1
* Fix a typo in the tutorial.Christian Dywan2008-09-301-1/+1
* Revert name changeCody Russell2008-07-015-34/+34
* Practically everything changed.Cody Russell2008-06-305-34/+34
* Remove an extra space and swap word order (#518166, Matt Kraai)Johan Dahlin2008-03-031-2/+2
* Add a missing space (#517954, Matt Kraai)Johan Dahlin2008-03-031-1/+1
* Fix tutorial documentation to say 'gtk_main_quit()' instead ofCody Russell2008-02-291-1/+1
* Remove all .cvsignore files.Michael Natterer2007-12-131-19/+0
* Use gtk_widget_get_parent_window() instead of widget->parent->window.Stefan Kost2007-12-101-3/+3
* call g_test_init() from gtk_test_init().15:39:40 Tim Janik2007-11-221-1/+3
* removed unbalanced tag that broke the XML.Tim Janik2007-05-081-1/+0
* fixed buglet from #351759.Tim Janik2006-08-171-1/+1
* Remove outdated lists of authors and maintainers. (#348538, Owen Taylor)Matthias Clasen2006-08-061-26/+2
* Replace "effect" by "affect" where appropriate. (#165108, Dan Winship)Matthias Clasen2005-01-242-7/+7
* Re-extract.Matthias Clasen2005-01-031-1/+2
* Some updates for the drawing section. (#161414, Robert Ancell)Matthias Clasen2005-01-031-21/+35
* Make it build.Matthias Clasen2005-01-031-2/+2
* Clarify section on g_signal_connect_swapped. (#120543, David Bourguignon)Matthias Clasen2005-01-031-14/+15
* Remove deprecated functions in examples. (#129074, Olexiy Avramchenko)Matthias Clasen2003-12-121-26/+21
* Patch from James Henstridge to update to automake-1.7 (#109542)Owen Taylor2003-05-061-8/+12