summaryrefslogtreecommitdiff
path: root/gtk/gtkplug.c
Commit message (Expand)AuthorAgeFilesLines
* Prevent a segfault in GtkPlugMatthias Clasen2011-01-311-14/+13
* Add a gtkx.h header for X11-specific GTK+ apiMatthias Clasen2011-01-291-14/+17
* plug: Use Window instead of GdkNativeWindowBenjamin Otte2011-01-281-9/+9
* plug: Merge gtkplug-x11.c back into gtkplug.cBenjamin Otte2011-01-281-122/+415
* plug/socket: Remove x11 checks and non-x11 codeBenjamin Otte2011-01-281-16/+2
* plug/socket: Clarify docs about availablility of widgetsBenjamin Otte2011-01-281-2/+9
* Make GtkPlug use GtkStyleContextCarlos Garnacho2011-01-041-3/+2
* win32: ported backend specific code to now backend specific APIHans Breuer2011-01-021-0/+7
* x11: Rename GdkDisplayX11 to GdkX11DisplayBenjamin Otte2010-12-211-2/+2
* Make gdk_window_{lookup,foreign_new}_for_display backend specificMatthias Clasen2010-12-211-2/+15
* Remove sealed members from GtkSocketMatthias Clasen2010-12-181-7/+8
* Hide GtkWindowGroup membersMatthias Clasen2010-12-171-1/+1
* gtkplug: Do not leak in gtk_plug_realize()Javier Jardón2010-11-181-1/+1
* Split off gtkprivate.hEmmanuele Bassi2010-10-201-0/+1
* Remove GtkObject completelyMatthias Clasen2010-09-261-3/+3
* plug: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-3/+3
* gtk: Don't set colormap anymore when creating GDK windowsBenjamin Otte2010-09-261-2/+1
* Tons of transfer annotationsMatthias Clasen2010-09-211-2/+2
* More error trap cleanupsMatthias Clasen2010-09-201-1/+0
* Use gdk_error_trap_pop_ignore() where appropriateMatthias Clasen2010-09-181-1/+1
* gtk/gtkplug.c: Use accessor functions to access GtkWindowJavier Jardón2010-08-311-13/+14
* Added _gtk_widget_get_wmclass() internal functionJavier Jardón2010-08-311-3/+8
* GtkPlug: move public members to private structuresJavier Jardón2010-08-271-65/+96
* gtk/gtkplug.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-44/+64
* 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