summaryrefslogtreecommitdiff
path: root/gtk/gtkplug.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-8/+8
* Keep GtkPlug in sync with the global list of toplevels.Matthias Clasen2009-01-231-2/+2
* 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-2/+2
* gtk/gtkdnd-quartz.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkfilesel.cSven Neumann2008-08-111-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
* Bug 539363 – Segfault when creating GtkPlugsBjörn Lindqvist2008-06-211-1/+1
* must return a value of the appropriate type with g_return_val_if_failHans Breuer2008-06-201-1/+1
* Add missing Since: gtk-doc markup for newly added GSEAL API. Change allJohan Dahlin2008-06-201-1/+5
* Add gtk_plug_get_socket_windowTim Janik2008-06-201-1/+36
* Seal GtkPlugTim Janik2008-06-201-0/+16
* use g_object_ref() and unref() instead of the deprecated gtk_widget_ref()Michael Natterer2008-06-161-5/+5
* gtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.cMichael Natterer2008-02-071-11/+3
* Move some docs inlineMatthias Clasen2007-07-111-0/+7
* Notify the "embedded" property also on normal construction and whenChristian Persch2006-12-251-1/+6
* Make it possible to track the embeddedness of statusicon (#387215, MartynMatthias Clasen2006-12-221-0/+44
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-39/+10
* Use the slice allocator for many small allocations.Matthias Clasen2006-01-041-2/+8
* Fix the buildMatthias Clasen2005-12-201-1/+1
* Documentation fixes.Matthias Clasen2005-12-191-22/+22
* Keep track of cursor position also in root window coordinates. Prune outTor Lillqvist2005-09-021-0/+2
* Intern some more strings.Matthias Clasen2005-09-011-2/+3
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Fixes "notification area leaks space" (bug #312687)Mark McLoughlin2005-08-091-1/+1
* gtk/gtksocket.c Splice out backend-dependend parts to separate files, seeTor Lillqvist2005-07-211-312/+126
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+5
* Fix many sparse warnings.Matthias Clasen2004-10-281-1/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Call gdk_window_enable_synchronized_configure()Soeren Sandmann2004-08-051-0/+2
* Avoid errors when removing the plug from the socket. (#128546, ChristopherMatthias Clasen2004-02-181-2/+5
* Put the supported protocol version in in the right field of theMatthias Clasen2003-10-071-1/+1
* Send the focus on to the parent when there was no focus widget before andOwen Taylor2003-08-251-91/+49
* Document 2.2 API additions.Matthias Clasen2002-11-281-0/+4
* docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgmlSoeren Sandmann2002-11-081-2/+2
* Deprecation cleanupManish Singh2002-10-131-13/+14
* Add a 'type' parameter, make public.Owen Taylor2002-10-031-21/+21
* Renames:Owen Taylor2002-06-201-2/+2
* Add a "is_focus" property indicating whether a widget is the focus widgetOwen Taylor2002-06-061-30/+15
* Undo an accidental revert of fixes of May 16. (Caught by Padraig O'Briain)Owen Taylor2002-05-201-4/+28
* Fix a missing unref in the local/passive case. (#82067, Michael Meeks)Owen Taylor2002-05-171-30/+9
* Only optimize out the full configure handling if we got a gratuitousOwen Taylor2002-05-161-30/+0
* Thu May 16 18:47:29 2002 Owen Taylor <otaylor@redhat.com> ...Owen Taylor2002-05-161-4/+28
* gtk/gtkfilesel.c gtk/gtkplug.c gtk/gtkwidget.c gtk/gtkwindow.c a few typosVitaly Tishkov2002-05-131-3/+3
* changed the order of the arguments. #80278Erwann Chenede -2002-05-031-5/+5
* Doc fixes.Owen Taylor2002-04-301-1/+0
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-30/+98
* Save x and y in window_private.Alexander Larsson2002-04-211-1/+5