summaryrefslogtreecommitdiff
path: root/gtk/gtksocket.c
Commit message (Expand)AuthorAgeFilesLines
* gtksocket: Remove mention to gtk_socket_steal() deprecated functionJavier Jardón2010-09-081-5/+0
* gtk/gtksocket.c: Use accessor functions to access GtkWindowJavier Jardón2010-08-231-4/+6
* gtk/gtksocket.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-15/+23
* Use GtkBin accessorsJavier Jardón2010-07-131-2/+4
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-1/+1
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-1/+1
* Remove deprecated GtkSocket functionsChristian Dywan2010-05-031-26/+0
* [docs] Move documentation to inline comments: GtkSocketPatrick Bernaud2010-04-181-0/+71
* 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-4/+4
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)Javier Jardón2010-03-021-3/+5
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-1/+1
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-3/+3
* Don't use structure fields of GtkAccelMap in GtkSocketChristian Dywan2009-10-271-23/+4
* gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.cMichael Natterer2008-08-121-2/+1
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-3/+3
* gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtksocket.c gtk/gtkspinbutton.cSven Neumann2008-08-081-2/+2
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Add missing Since: gtk-doc markup for newly added GSEAL API. Change allJohan Dahlin2008-06-201-1/+1
* Seal GtkSocketTim Janik2008-06-201-0/+19
* Remove second call of GTK_WIDGET_SET_FLAGS (widget, GTK_REALIZED).Hiroyuki Ikezoe2008-05-211-2/+0
* gtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.cMichael Natterer2008-02-071-15/+3
* gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.cMichael Natterer2008-02-061-2/+2
* Fix up some doc comments to shut up gtk-doc.Matthias Clasen2007-11-261-1/+1
* Move some docs inlineMatthias Clasen2007-07-111-0/+18
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-35/+4
* Convert GtkSocket to g_type_class_add_private.Matthias Clasen2005-11-211-19/+4
* Intern some more strings.Matthias Clasen2005-09-011-4/+5
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* gtk/gtksocket.c Splice out backend-dependend parts to separate files, seeTor Lillqvist2005-07-211-605/+167
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-1/+2
* Reset current_width and current_height to 0 when ending the embedding.Matthias Clasen2004-07-031-0/+2
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Don't open/close the file, just check for existence with g_file_test().Owen Taylor2004-03-041-0/+6
* Use gtk_widget_is_focus() instead of GTK_WIDGET_HAS_FOCUS. (#122327, OwenSoeren Sandmann2003-11-201-1/+1
* Only remove PropertyNotify events from the stream if they have beenMatthias Clasen2003-09-101-2/+3
* Send the focus on to the parent when there was no focus widget before andOwen Taylor2003-08-251-84/+98
* Patch from Denis Mikhalkin to forward KeyRelease events as well asOwen Taylor2003-08-011-5/+6
* Fix prototype for activate_key. (#108927, Jason D. Hildebrand)Owen Taylor2003-04-221-3/+11
* event->any.window might be NULL. Use gtk_widget_get_display (widget)Owen Taylor2003-01-271-1/+1
* docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgmlSoeren Sandmann2002-11-081-3/+3
* Deprecation cleanupManish Singh2002-10-131-12/+13
* Use hyphen instead of underscore in signal names in calls toPadraig O'Briain2002-07-021-2/+2