summaryrefslogtreecommitdiff
path: root/gtk/gtksocket.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a "is_focus" property indicating whether a widget is the focus widgetOwen Taylor2002-06-061-65/+91
* Only optimize out the full configure handling if we got a gratuitousOwen Taylor2002-05-161-103/+0
* Thu May 16 18:47:29 2002 Owen Taylor <otaylor@redhat.com> ...Owen Taylor2002-05-161-34/+73
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-54/+62
* Fix off-by-one error. (Pointed out by Anders Carlsson)Owen Taylor2002-02-251-2/+2
* Implement accelerator propagation using a custom XEMBED_GTK_KEY_GRABOwen Taylor2002-02-241-121/+125
* Patch from Matthias Clasen (#54488)Owen Taylor2002-02-231-12/+3
* Return boolean (and FALSE from focus_in / focus_out handlers. (#69528,Owen Taylor2002-01-291-2/+6
* Don't send MODALITY_ON/OFF if socket->same_app (More fixes for #69735)Owen Taylor2002-01-271-3/+6
* Speak of window IDs rather than XIDs in the docs.Matthias Clasen2002-01-091-5/+5
* Doc typo fix. (#68172)Matthias Clasen2002-01-081-3/+4
* gtk/gtkplug.c (gtk_plug_key_press_event): Don't do special handling of keyOwen Taylor2001-12-271-1/+1
* Rename 'id' parameter to avoid problems with Objective C.Owen Taylor2001-11-281-3/+3
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-3/+3
* Remove unused static function. (xpm_skip_string): Dito.Daniel Egger2001-11-141-1/+1