| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: Drop the old tutorial | Matthias Clasen | 2010-10-15 | 1 | -16080/+0 |
* | gtk_adjustment_new() should return a GtkAdjustment* | Javier Jardón | 2010-09-29 | 1 | -32/+28 |
* | Use G_CALLBACK() instead deprecated GTK_SIGNAL_FUNC() | Javier Jardón | 2010-09-08 | 1 | -9/+9 |
* | Do not use deprecated API in docs and examples | Javier Jardón | 2010-09-08 | 1 | -11/+3 |
* | Completely remove any use of GtkWindow allow-grow and allow-shrink properties | Javier Jardón | 2010-08-07 | 1 | -1/+0 |
* | [docs] Remove deprecated gdk_draw_bitmap() and gdk_draw_pixmap() | Javier Jardón | 2010-06-25 | 1 | -2/+0 |
* | [docs] Fix a typo in the tutorial | Javier Jardón | 2010-05-20 | 1 | -1/+0 |
* | Remove GTK_WIDGET_* macros | Javier Jardón | 2010-05-03 | 1 | -2/+2 |
* | Remove gtk_fixed_get_has_window() and gtk_fixed_set_has_window() | Javier Jardón | 2010-05-03 | 1 | -4/+4 |
* | Remove GtkCurve completely | Javier Jardón | 2010-05-03 | 1 | -12/+0 |
* | Remove GtkGammaCurve completely | Javier Jardón | 2010-05-03 | 1 | -2/+1 |
* | Remove gtkmain stuff from docs and tutorial. | Javier Jardón | 2010-05-03 | 1 | -4/+4 |
* | Remove remaining GtkWindow deprecated documentation | Javier Jardón | 2010-05-03 | 1 | -1/+1 |
* | Remove remaining GtkButtonBox deprecated stuff | Javier Jardón | 2010-05-03 | 1 | -1/+0 |
* | Revert "Make GTK+ Tutorial gnome-doc-utils compliant" | Claude Paroz | 2010-04-22 | 1 | -0/+16110 |
* | Make GTK+ Tutorial gnome-doc-utils compliant | Claude Paroz | 2010-04-22 | 1 | -16110/+0 |
* | Remove most G_OBJECT casts in the tutorial | Christian Dywan | 2010-03-12 | 1 | -139/+139 |
* | Reword explanation of delete-event and destroy | Christian Dywan | 2010-03-12 | 1 | -4/+4 |
* | Spell delete-event with hyphen and don't cast to G_OBJECT | Christian Dywan | 2010-03-12 | 1 | -36/+36 |
* | Don't use GTK_WIDGET_STATE in internal code anymore | Javier Jardón | 2010-03-09 | 1 | -8/+8 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED) | Javier Jardón | 2010-03-06 | 1 | -2/+2 |
* | Deprecate widget flag: GTK_WIDGET_REALIZED | Javier Jardón | 2010-03-03 | 1 | -2/+2 |
* | Deprecate widget flag: GTK_WIDGET_MAPPED | Javier Jardón | 2010-03-03 | 1 | -2/+2 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT) | Javier Jardón | 2010-03-02 | 1 | -6/+6 |
* | Do not use static GTypeInfo and GInterfaceInfo | Nicola Fontana | 2009-11-06 | 1 | -3/+3 |
* | Update some links in the tutorial | Matthias Clasen | 2009-06-20 | 1 | -5/+5 |
* | small fix for "Paned Window Widgets" example | Ryan Lortie | 2008-12-29 | 1 | -2/+1 |
* | Fix a typo in the tutorial. | Christian Dywan | 2008-09-30 | 1 | -1/+1 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -10/+10 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -10/+10 |
* | Remove an extra space and swap word order (#518166, Matt Kraai) | Johan Dahlin | 2008-03-03 | 1 | -2/+2 |
* | Add a missing space (#517954, Matt Kraai) | Johan Dahlin | 2008-03-03 | 1 | -1/+1 |
* | Fix tutorial documentation to say 'gtk_main_quit()' instead of | Cody Russell | 2008-02-29 | 1 | -1/+1 |
* | Use gtk_widget_get_parent_window() instead of widget->parent->window. | Stefan Kost | 2007-12-10 | 1 | -3/+3 |
* | removed unbalanced tag that broke the XML. | Tim Janik | 2007-05-08 | 1 | -1/+0 |
* | fixed buglet from #351759. | Tim Janik | 2006-08-17 | 1 | -1/+1 |
* | Remove outdated lists of authors and maintainers. (#348538, Owen Taylor) | Matthias Clasen | 2006-08-06 | 1 | -26/+2 |
* | Replace "effect" by "affect" where appropriate. (#165108, Dan Winship) | Matthias Clasen | 2005-01-24 | 1 | -2/+2 |
* | Re-extract. | Matthias Clasen | 2005-01-03 | 1 | -1/+2 |
* | Some updates for the drawing section. (#161414, Robert Ancell) | Matthias Clasen | 2005-01-03 | 1 | -21/+35 |
* | Make it build. | Matthias Clasen | 2005-01-03 | 1 | -2/+2 |
* | Clarify section on g_signal_connect_swapped. (#120543, David Bourguignon) | Matthias Clasen | 2005-01-03 | 1 | -14/+15 |
* | Remove deprecated functions in examples. (#129074, Olexiy Avramchenko) | Matthias Clasen | 2003-12-12 | 1 | -26/+21 |
* | Don't include strings.h, it's not needed anymore. (#112388) | Matthias Clasen | 2003-05-06 | 1 | -1/+0 |
* | cleanups from Sebastian Rittau (#104832) | GMT 2003 Tony Gale | 2003-02-02 | 1 | -319/+334 |
* | Fix a few typos, introduced by my last patch. | Sebastian Rittau | 2003-01-24 | 1 | -4/+4 |
* | Remove duplicate copy of tictactoe.h | GMT 2003 Tony Gale | 2003-01-24 | 1 | -70/+5 |
* | docs/tutorial/gtk-tut.sgml: Adopted chapter 21.3 "Creating a Composite | GMT 2003 Tony Gale | 2003-01-23 | 1 | -226/+216 |
* | Add a <StockItem> to the itemfactory example. (#103211) | Matthias Clasen | 2003-01-14 | 1 | -4/+7 |
* | minor fixes | GMT 2002 Tony Gale | 2002-12-07 | 1 | -9/+9 |