summaryrefslogtreecommitdiff
path: root/gtk/gtkplug.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 596125 — Property string fixesPhilip Withnall2010-08-101-1/+1
* Check if childs actually exists before using itJavier Jardón2010-07-221-2/+4
* Use GtkBin accessorsJavier Jardón2010-07-131-7/+13
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-4/+5
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+0
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_MAPPED)Javier Jardón2010-03-061-2/+2
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+1
* Move documentation to inline comments: GtkPlugPatrick Bernaud2010-03-051-0/+21
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-5/+5
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-2/+2
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-4/+4
* [docs] Fix GtkPlug::embedded signal documentationCarlos Garcia Campos2010-02-221-2/+1
* Emit GtkPlug::embedded signal when plug/socket are in the same process tooCarlos Garcia Campos2010-02-221-0/+2
* Fix a refcounting issues in GtkPlugMatthias Clasen2010-02-091-14/+21
* 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