summaryrefslogtreecommitdiff
path: root/gtk/gtkplug.c
Commit message (Expand)AuthorAgeFilesLines
* Speak of window IDs rather than XIDs in the docs.Matthias Clasen2002-01-091-2/+2
* gtk/gtkplug.c (gtk_plug_key_press_event): Don't do special handling of keyOwen Taylor2001-12-271-4/+9
* Assign the allocation to widget->allocation. (Fixes #67290, Chris Phelps.)Owen Taylor2001-12-261-0/+2
* 1.3.12, interface, binary age 0.Owen Taylor2001-12-231-0/+1
* (Fixes related to #64428, Michael Meeks)Owen Taylor2001-11-191-2/+13
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-2/+2
* Remove unused static function. (xpm_skip_string): Dito.Daniel Egger2001-11-141-0/+2
* Fix problem with g_return_if_fail return value.Owen Taylor2001-10-221-4/+4
* Fix docs. (#61976)Matthias Clasen2001-10-181-1/+1
* Small warning cleanups.Owen Taylor2001-09-201-0/+2
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-3/+3
* fix a typo.Havoc Pennington2001-08-101-1/+0
* commiting patch after comments from Alex on IRCJames Henstridge2001-07-251-1/+1
* Enforce the widget/child realization/mapping invariants.Owen Taylor2001-07-191-11/+1
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-2/+0
* Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), notOwen Taylor2001-07-051-4/+233
* For XEMBED embedding add a _XEMBED_INFO property to the client withOwen Taylor2001-07-031-30/+246
* Add a GtkWindowGroup struct that allows grouping together multiple windowsOwen Taylor2001-06-141-12/+7
* geez, don't call g_list funcs on GSListHavoc Pennington2001-06-081-26/+12
* gtk/Makefile.am gtk/gtkplug.c on request of Owen, reverted my last changeSven Neumann2001-04-231-6/+0
* put into #ifdef GDK_WINDOWING_X11 to make GTK+ compile for non-X11 targetsSven Neumann2001-04-231-0/+6
* File containing #defines for XEMBED protocol.Owen Taylor2001-04-191-364/+449
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Generate gtk/makefile.mingw.Tor Lillqvist2000-07-251-4/+4
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-1/+1
* (follow-on from previous commit)Elliot Lee2000-06-201-3/+5
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-8/+10
* Sat, 6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>Paolo Molaro2000-05-061-0/+2
* s/refcount/ref_count/.Tim Janik2000-02-131-3/+3
* Must mark also gdk_error_warnings and gdk_error_code as GDKVAR, as theyTor Lillqvist1999-12-111-1/+8
* Adapt cast macros to standard.Raja R Harinath1999-11-221-0/+28
* Fix a reference to window_private->destroyed.Owen Taylor1999-10-031-1/+1
* Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdefOwen Taylor1999-09-291-6/+6
* Add gdk_threads_mutex.Tor Lillqvist1999-09-171-2/+2
* Merge in Win32 version: Define macro GDKVAR for declaring gdk variablesTor Lillqvist1999-03-171-1/+1
* This might seem like a large patch, but it isn't that bad, and nothingTor Lillqvist1999-03-151-0/+150
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+7
* removed debugging statements about embedded XID's. They could have beenOwen Taylor1999-02-211-2/+22
* set RECEIVES_DEFAULT on init, and a button press on the widget doesn'tGeorge Lebl1999-01-251-1/+3
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* Edited section on the ScrolledWindow.Owen Taylor1998-11-241-0/+2
* Added layout widget for scrolling arbitrarily big areas. Added plug/socketOwen Taylor1998-11-241-0/+409