| Commit message (Expand) | Author | Age | Files | Lines |
* | gtksocket: Remove mention to gtk_socket_steal() deprecated function | Javier Jardón | 2010-09-08 | 1 | -5/+0 |
* | gtk/gtksocket.c: Use accessor functions to access GtkWindow | Javier Jardón | 2010-08-23 | 1 | -4/+6 |
* | gtk/gtksocket.c: use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -15/+23 |
* | Use GtkBin accessors | Javier Jardón | 2010-07-13 | 1 | -2/+4 |
* | Use accessor functions to acces GtkContainer | Javier Jardón | 2010-07-13 | 1 | -1/+1 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+0 |
* | Merge the xi2-for-master branch | Matthias Clasen | 2010-05-25 | 1 | -1/+1 |
* | Remove deprecated GtkSocket functions | Christian Dywan | 2010-05-03 | 1 | -26/+0 |
* | [docs] Move documentation to inline comments: GtkSocket | Patrick Bernaud | 2010-04-18 | 1 | -0/+71 |
* | 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 | -4/+4 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS) | Javier Jardón | 2010-03-02 | 1 | -3/+5 |
* | Deprecate widget flag: GTK_WIDGET_HAS_FOCUS | Javier Jardón | 2010-03-01 | 1 | -1/+1 |
* | Deprecate flag macros for toplevel, state, no window and composite child | Christian Dywan | 2010-01-04 | 1 | -3/+3 |
* | Don't use structure fields of GtkAccelMap in GtkSocket | Christian Dywan | 2009-10-27 | 1 | -23/+4 |
* | gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.c | Michael Natterer | 2008-08-12 | 1 | -2/+1 |
* | consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance) | Michael Natterer | 2008-08-12 | 1 | -3/+3 |
* | gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtksocket.c gtk/gtkspinbutton.c | Sven Neumann | 2008-08-08 | 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 |
* | Add missing Since: gtk-doc markup for newly added GSEAL API. Change all | Johan Dahlin | 2008-06-20 | 1 | -1/+1 |
* | Seal GtkSocket | Tim Janik | 2008-06-20 | 1 | -0/+19 |
* | Remove second call of GTK_WIDGET_SET_FLAGS (widget, GTK_REALIZED). | Hiroyuki Ikezoe | 2008-05-21 | 1 | -2/+0 |
* | gtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.c | Michael Natterer | 2008-02-07 | 1 | -15/+3 |
* | gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.c | Michael Natterer | 2008-02-06 | 1 | -2/+2 |
* | Fix up some doc comments to shut up gtk-doc. | Matthias Clasen | 2007-11-26 | 1 | -1/+1 |
* | Move some docs inline | Matthias Clasen | 2007-07-11 | 1 | -0/+18 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -35/+4 |
* | Convert GtkSocket to g_type_class_add_private. | Matthias Clasen | 2005-11-21 | 1 | -19/+4 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -4/+5 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | gtk/gtksocket.c Splice out backend-dependend parts to separate files, see | Tor Lillqvist | 2005-07-21 | 1 | -605/+167 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 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 | -1/+2 |
* | Reset current_width and current_height to 0 when ending the embedding. | Matthias Clasen | 2004-07-03 | 1 | -0/+2 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Don't open/close the file, just check for existence with g_file_test(). | Owen Taylor | 2004-03-04 | 1 | -0/+6 |
* | Use gtk_widget_is_focus() instead of GTK_WIDGET_HAS_FOCUS. (#122327, Owen | Soeren Sandmann | 2003-11-20 | 1 | -1/+1 |
* | Only remove PropertyNotify events from the stream if they have been | Matthias Clasen | 2003-09-10 | 1 | -2/+3 |
* | Send the focus on to the parent when there was no focus widget before and | Owen Taylor | 2003-08-25 | 1 | -84/+98 |
* | Patch from Denis Mikhalkin to forward KeyRelease events as well as | Owen Taylor | 2003-08-01 | 1 | -5/+6 |
* | Fix prototype for activate_key. (#108927, Jason D. Hildebrand) | Owen Taylor | 2003-04-22 | 1 | -3/+11 |
* | event->any.window might be NULL. Use gtk_widget_get_display (widget) | Owen Taylor | 2003-01-27 | 1 | -1/+1 |
* | docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml | Soeren Sandmann | 2002-11-08 | 1 | -3/+3 |
* | Deprecation cleanup | Manish Singh | 2002-10-13 | 1 | -12/+13 |
* | Use hyphen instead of underscore in signal names in calls to | Padraig O'Briain | 2002-07-02 | 1 | -2/+2 |