| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: Use markup for links | William Jon McCann | 2014-02-07 | 1 | -2/+2 |
* | docs: use proper quotes | William Jon McCann | 2014-02-05 | 1 | -2/+2 |
* | docs: Use "#" for refsect2 instead of ## | William Jon McCann | 2014-02-04 | 1 | -1/+1 |
* | docs: replace all <examples> with markdown headings | William Jon McCann | 2014-02-04 | 1 | -3/+2 |
* | Docs: Use markdown for lists | Matthias Clasen | 2014-02-02 | 1 | -28/+13 |
* | docs: don't escape entities in example code | William Jon McCann | 2014-01-29 | 1 | -2/+2 |
* | docs: Identify examples that are C code | William Jon McCann | 2014-01-29 | 1 | -1/+1 |
* | docs: use |[ ]| instead of <programlisting></programlisting> | William Jon McCann | 2014-01-29 | 1 | -2/+2 |
* | GtkDrawingArea: Set an accessible role | Matthias Clasen | 2014-01-04 | 1 | -0/+2 |
* | Fix compiler warnings | Adel Gadllah | 2013-02-11 | 1 | -1/+0 |
* | Add gtk_widget_(un)register_window | Alexander Larsson | 2013-02-07 | 1 | -1/+1 |
* | types: Clean up gtkwidget.h includes | Benjamin Otte | 2012-03-03 | 1 | -0/+1 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | Do not use old functions in the docs. | Paolo Borelli | 2011-01-29 | 1 | -3/+3 |
* | Move GtkDrawingArea docs inline | Matthias Clasen | 2011-01-04 | 1 | -5/+111 |
* | Make GtkDrawingArea use GtkStyleContext | Carlos Garnacho | 2011-01-04 | 1 | -2/+2 |
* | Remove an unused pointer from GtkDrawingArea | Matthias Clasen | 2010-12-17 | 1 | -1/+0 |
* | gtk: Don't set colormap anymore when creating GDK windows | Benjamin Otte | 2010-09-26 | 1 | -2/+1 |
* | gtk/gtkdrawingarea.c: use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -16/+23 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+0 |
* | Remove deprecated function from GtkDrawingArea | Christian Dywan | 2010-05-03 | 1 | -13/+0 |
* | 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 flag macros for toplevel, state, no window and composite child | Christian Dywan | 2010-01-04 | 1 | -2/+2 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | respect the GTK_NO_WINDOW flag and don't create an output window if it is | Sven Neumann | 2008-05-25 | 1 | -22/+31 |
* | gtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk/gtkbox.c | Michael Natterer | 2008-02-07 | 1 | -4/+1 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -30/+1 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -1/+2 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | deprecation cleanup | Manish Singh | 2002-10-05 | 1 | -12/+15 |
* | Add a 'type' parameter, make public. | Owen Taylor | 2002-10-03 | 1 | -9/+9 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -2/+0 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | set send_event to TRUE. (gtk_drawing_area_size): queue a resize. | Tim Janik | 2000-05-19 | 1 | -6/+6 |
* | Add gdk_threads_mutex. | Tor Lillqvist | 1999-09-17 | 1 | -2/+2 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+8 |
* | I submitted this patch twice to gtk-devel-list, and received no comments, | Elliot Lee | 1998-11-30 | 1 | -1/+1 |
* | added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. | Tim Janik | 1998-11-23 | 1 | -2/+0 |
* | changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. | Tim Janik | 1998-07-04 | 1 | -2/+2 |
* | call the base class init fucntions from all parent types upon class | Tim Janik | 1998-06-28 | 1 | -2/+3 |
* | Try to figure out if this is Digital Unix and we need -std1 to get the | Owen Taylor | 1998-05-10 | 1 | -1/+1 |
* | configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on | Owen Taylor | 1998-05-03 | 1 | -2/+2 |
* | Changed LGPL address for FSF in all .h and .c files | PDT 1998 Shawn T. Amundson | 1998-04-13 | 1 | -2/+3 |