summaryrefslogtreecommitdiff
path: root/gtk/gtkplug-x11.c
Commit message (Collapse)AuthorAgeFilesLines
* Translate KeyPress/KeyRelease in gtkplug-x11Carlos Garnacho2011-01-071-50/+38
| | | | | | | This makes XEmbed work properly again. Only event->key.group and is_modifier are left blank at the moment. Exposing the necessary XKB bits should be considered, but it's not urgent for the current usecases.
* Disable the GtkPlug xi2 hack more thoroughlyMatthias Clasen2010-12-211-0/+2
|
* plug: Comment hack for xinput that used private x11 backend APIBenjamin Otte2010-12-211-3/+6
|
* Make gdk_window_{lookup,foreign_new}_for_display backend specificMatthias Clasen2010-12-211-2/+2
| | | | | At the same time, make GDK_IS_DISPLAY_X11 available in gdkx.h, and add some exemplaric ifdefs to GTK+ code.
* Hide GtkWindowGroup membersMatthias Clasen2010-12-171-0/+1
| | | | | | In the process of removing all sealed members from headers. At the same time, add a gtkwindowprivate.h header and move all internal functions from gtkwindow.h there.
* API: Remove GDK_WINDOW_XWINDOW() macroBenjamin Otte2010-12-021-5/+5
| | | | | | | Use GDK_WINDOW_XID() instead. THis was done using sed, so there might be issues resulting to that. Feel free to fix.
* Move all GdkDevice members to private and add one missing accessorMichael Natterer2010-11-231-1/+1
|
* Remove GtkObject completelyMatthias Clasen2010-09-261-0/+1
|
* gtk: gdk_drawable_get_display() => gdk_window_get_display()Benjamin Otte2010-09-261-1/+1
|
* gtk: gdk_drawable_get_screen/visual => gdk_window_get_screen/visualBenjamin Otte2010-09-261-1/+1
|
* GtkPlug: move public members to private structuresJavier Jardón2010-08-271-18/+27
|
* gtk/gtkplug-x11.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-4/+4
|
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=623845
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-1/+71
|
* Small cleanups to debug messages for GtkPlug/GtkSocketOwen Taylor2008-09-191-4/+4
| | | | | | | | | | | 2008-09-19 Owen Taylor <otaylor@redhat.com> Small cleanups to debug messages for GtkPlug/GtkSocket * gtk/gtksocket-x11.c: Fix debug message to say "Socket" not "Plug" * gtk/gtkplug-x11.c: Remove excess newlines from the ends of debug messages. svn path=/trunk/; revision=21458
* Revert name changeCody Russell2008-07-011-1/+1
| | | | svn path=/trunk/; revision=20724
* Practically everything changed.Cody Russell2008-06-301-1/+1
| | | | | | | | | | | | | 2008-06-30 Cody Russell <bratsche@gnome.org> * Practically everything changed. Change all references of GIMP Toolkit (and variations of it) to GTK+ Toolkit, showing no mercy at all to our beloved ancestry. (#540529) svn path=/trunk/; revision=20709
* Make it possible to track the embeddedness of statusicon (#387215, MartynMatthias Clasen2006-12-221-2/+6
| | | | | | | | | | | | | 2006-12-22 Matthias Clasen <mclasen@redhat.com> Make it possible to track the embeddedness of statusicon (#387215, Martyn Russell, patch by Christian Persch) * gtk/gtkstatusicon.c: Add orientation and embedded properties. * gtk/gtkplug.c: * gtk/gtkplug-x11.c: Add an embedded property. * tests/teststatusicon.c: Test the new properties.
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-1/+1
| | | | | | | | 2006-09-10 Matthias Clasen <mclasen@redhat.com> * Commit a patch by Behdad to fix typos, omissions and other errors in the symbol aliasing, and add checks for local PLT entries. (#354687, Behdad Esfahbod)
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-2/+2
| | | | | | 2005-09-13 Matthias Clasen <mclasen@redhat.com> * gtk/*.c: Various cleanups. (#315360, Kjartan Maraas)
* gtk/gtksocket-stub.c gtk/gtkplug-stub.c gtk/gtksocket-x11.cTor Lillqvist2005-07-211-0/+328
2005-07-21 Tor Lillqvist <tml@novell.com> * gtk/gtksocket-stub.c * gtk/gtkplug-stub.c * gtk/gtksocket-x11.c * gtk/gtkplug-x11.c * gtk/gtksocket-win32.c * gtk/gtkplug-win32.c * gtk/gtkwin32embed.h * gtk/gtkwin32embed.c: New files, containing the backend-specific parts of GtkPlug/Socket.