| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert to UTF-8 | Matthias Clasen | 2010-05-21 | 1 | -1/+1 |
* | Move documentation to inline comments: GdkWindow | Tadej Borovšak | 2010-05-14 | 1 | -0/+136 |
* | Remove links to code that no longer exists to fix make dist | Richard Hughes | 2010-05-07 | 7 | -528/+0 |
* | Remove a missing include in one of the tests that broke the build from a fres... | Richard Hughes | 2010-05-07 | 1 | -1/+0 |
* | Merge branch 'gtk-2-90' | Matthias Clasen | 2010-05-06 | 7 | -404/+5 |
|\ |
|
| * | Remove GtkTree completely | Javier Jardón | 2010-05-03 | 2 | -200/+0 |
| * | Remove GtkText completely | Javier Jardón | 2010-05-03 | 2 | -197/+0 |
| * | Remove all deprecated stuff from GtkContainer | Javier Jardón | 2010-05-03 | 1 | -2/+2 |
| * | Remove remaining GtkWindow deprecated documentation | Javier Jardón | 2010-05-03 | 2 | -2/+1 |
| * | Remove remaining GtkButtonBox deprecated stuff | Javier Jardón | 2010-05-03 | 1 | -1/+0 |
| * | Remove deprecated code: GtkLabel | Javier Jardón | 2010-05-03 | 2 | -8/+8 |
* | | Update the Makefile for scribble-xinput | Tor Lillqvist | 2010-05-03 | 1 | -3/+2 |
|/ |
|
* | Don't use GTK_WIDGET_STATE in internal code anymore | Javier Jardón | 2010-03-09 | 2 | -4/+4 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED) | Javier Jardón | 2010-03-06 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_REALIZED | Javier Jardón | 2010-03-03 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_MAPPED | Javier Jardón | 2010-03-03 | 1 | -1/+1 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT) | Javier Jardón | 2010-03-02 | 7 | -7/+7 |
* | Deprecate widget flag: GTK_WIDGET_VISIBLE | Javier Jardón | 2010-03-01 | 1 | -1/+1 |
* | Do not use static GTypeInfo and GInterfaceInfo | Nicola Fontana | 2009-11-06 | 2 | -2/+2 |
* | fix build for gtkdial example | Tomasz Mon | 2009-04-28 | 1 | -4/+6 |
* | examples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext.c gdk/gdkpango.c | Michael Natterer | 2008-08-12 | 1 | -2/+1 |
* | updated the (quite outdated) examples to use canonical signal names as | Sven Neumann | 2008-08-11 | 23 | -396/+400 |
* | Revert name change | Cody Russell | 2008-07-01 | 6 | -6/+6 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 6 | -6/+6 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 6 | -6/+6 |
* | undeprecate. | Michael Natterer | 2008-06-17 | 2 | -4/+4 |
* | s/GtkType/GType/ | Michael Natterer | 2008-06-17 | 1 | -1/+1 |
* | examples/gtkdial/gtkdial.h use G_BEGIN/END_DECLS. | Michael Natterer | 2008-05-26 | 1 | -7/+5 |
* | Changed 'void int main()' to 'int main()'. (#522211, Liqing Huang) | Cody Russell | 2008-03-14 | 1 | -1/+0 |
* | Remove all .cvsignore files. | Michael Natterer | 2007-12-13 | 38 | -43/+0 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 2 | -3/+3 |
* | Re-extract. | Matthias Clasen | 2005-01-03 | 36 | -280/+246 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 42 | -0/+42 |
* | Remove deprecated functions in examples. (#129074, Olexiy Avramchenko) | Matthias Clasen | 2003-12-12 | 7 | -26/+17 |
* | Added 4-sided padding as properties with gtk_alignment_get_padding() and | Murray Cumming | 2003-05-30 | 1 | -1/+1 |
* | Don't include strings.h, it's not needed anymore. (#112388) | Matthias Clasen | 2003-05-06 | 1 | -1/+0 |
* | *** RETRY - last commit aborted half way through | GMT 2003 Tony Gale | 2003-01-23 | 5 | -52/+47 |
* | docs/tutorial/gtk-tut.sgml: Adopted chapter 21.3 "Creating a Composite | GMT 2003 Tony Gale | 2003-01-23 | 2 | -13/+13 |
* | Add a <StockItem> to the itemfactory example. (#103211) | Matthias Clasen | 2003-01-14 | 1 | -1/+1 |
* | use G_PI instead of M_PI. | Sven Neumann | 2002-12-20 | 1 | -11/+11 |
* | minor fixes | GMT 2002 Tony Gale | 2002-12-07 | 2 | -8/+6 |
* | Numerous fixes to the calendar example. (#97956, Owen Taylor) | Matthias Clasen | 2002-11-21 | 1 | -110/+102 |
* | initialize anchor_path to NULL. | Manish Singh | 2002-11-20 | 1 | -1/+1 |
* | minor cleanups, remove refs to gtk_menu_append | GMT 2002 Tony Gale | 2002-10-27 | 1 | -1/+1 |
* | Lots of trivial doc fixes. | Matthias Clasen | 2002-10-11 | 1 | -2/+5 |
* | Add the one missing example from the tutorial, colorsel, to source control. | Matthias Clasen | 2002-09-16 | 3 | -0/+144 |
* | cleanups | BST 2002 Tony Gale | 2002-08-26 | 1 | -65/+127 |
* | update packaging script for current tutorial | BST 2002 Tony Gale | 2002-08-25 | 7 | -23/+29 |
* | update g_connect_signal usage | BST 2002 Tony Gale | 2002-08-24 | 14 | -44/+43 |
* | minor menu example comment fix (feeling my way back in after a long | Tony Gale | 2002-08-15 | 1 | -1/+1 |