summaryrefslogtreecommitdiff
path: root/gtk/gtksocket.c
Commit message (Expand)AuthorAgeFilesLines
* Chain up relevant GObjectClass:notify vfuncsClaudio Saavedra2012-08-071-0/+3
* [socket]: fix gtk-doc warnings.Paolo Borelli2012-05-061-2/+0
* Fix malformed doc commentsMatthias Clasen2012-04-121-7/+1
* Change FSF AddressJavier Jardón2012-02-271-2/+1
* Move gtkstyle and gtkrc to deprecated/Matthias Clasen2011-11-021-0/+1
* gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.hMichael Natterer2011-10-231-1/+0
* React to is-focus change, not ignore itMatthias Clasen2011-02-201-3/+2
* API: gdk: Change get_drag_window() APIBenjamin Otte2011-02-011-4/+4
* API: gtk: Remove client_event vfunc from GtkWidgetBenjamin Otte2011-02-011-13/+0
* Add a gtkx.h header for X11-specific GTK+ apiMatthias Clasen2011-01-291-34/+33
* socket: Use Window instead of GdkNativeWindowBenjamin Otte2011-01-281-6/+6
* gtk: Prefix gtk_window_add_embedded_xid() with underscoreBenjamin Otte2011-01-281-2/+2
* socket: Merge gtksocket-x11.c back into gtksocket.cBenjamin Otte2011-01-281-56/+603
* plug/socket: Remove x11 checks and non-x11 codeBenjamin Otte2011-01-281-7/+1
* plug/socket: Clarify docs about availablility of widgetsBenjamin Otte2011-01-281-2/+3
* Move docs for gtkmain inlineMatthias Clasen2011-01-041-1/+1
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-1/+0
* Make GtkSocket use GtkStyleContextCarlos Garnacho2011-01-041-3/+2
* x11: Rename GdkDisplayX11 to GdkX11DisplayBenjamin Otte2010-12-211-2/+2
* Make gdk_window_{lookup,foreign_new}_for_display backend specificMatthias Clasen2010-12-211-20/+32
* Remove sealed members from GtkSocketMatthias Clasen2010-12-181-117/+122
* Hide GtkWindowGroup membersMatthias Clasen2010-12-171-1/+1
* Remove size_request from GtkSocketMatthias Clasen2010-10-301-15/+38
* socket: Fix compiler issuesBenjamin Otte2010-10-211-0/+1
* Remove gtk_widget_hide_all()Matthias Clasen2010-10-191-3/+1
* Remove GtkObject completelyMatthias Clasen2010-09-261-2/+3
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-2/+1
* gtk: Don't set colormap anymore when creating GDK windowsBenjamin Otte2010-09-261-2/+1
* Tons of transfer annotationsMatthias Clasen2010-09-211-1/+1
* More error trap cleanupsMatthias Clasen2010-09-201-3/+1
* Use gdk_error_trap_pop_ignore() where appropriateMatthias Clasen2010-09-181-4/+4
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-2/+6
* gtksocket: Remove mention to gtk_socket_steal() deprecated functionJavier Jardón2010-09-081-5/+0
* gtk/gtksocket.c: Use accessor functions to access GtkWindowJavier Jardón2010-08-231-4/+6
* gtk/gtksocket.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-15/+23
* Use GtkBin accessorsJavier Jardón2010-07-131-2/+4
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-1/+1
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-1/+1
* Remove deprecated GtkSocket functionsChristian Dywan2010-05-031-26/+0
* [docs] Move documentation to inline comments: GtkSocketPatrick Bernaud2010-04-181-0/+71
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-2/+2
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-4/+4
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)Javier Jardón2010-03-021-3/+5
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-1/+1
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-3/+3
* Don't use structure fields of GtkAccelMap in GtkSocketChristian Dywan2009-10-271-23/+4
* 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