summaryrefslogtreecommitdiff
path: root/gtk/gtkplug.c
Commit message (Expand)AuthorAgeFilesLines
* container: Deprecate resize modeBenjamin Otte2013-10-051-0/+4
* Disable frame sync for GtkPlugOwen W. Taylor2013-07-221-0/+7
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+2
* plug: Don't unregister windows that were never registeredBenjamin Otte2013-04-081-2/+0
* gtkplug: Remove a no-op funcJasper St. Pierre2013-02-151-2/+0
* Add gtk_widget_(un)register_windowAlexander Larsson2013-02-071-3/+3
* gtk: Make functions static that don't need to be non-staticBenjamin Otte2012-10-021-6/+6
* GtkPlug: fix handling of key events for different layoutsOwen W. Taylor2012-04-301-4/+4
* Fix malformed doc commentsMatthias Clasen2012-04-121-3/+0
* Change FSF AddressJavier Jardón2012-02-271-2/+1
* GtkPlug: preserve map/unmap invariantsMatthias Clasen2011-09-021-3/+8
* plug: Use gtk_widget_class_set_accessible_role()Benjamin Otte2011-07-181-0/+2
* 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