summaryrefslogtreecommitdiff
path: root/gtk/gtksocket.c
Commit message (Expand)AuthorAgeFilesLines
* Add a "is_focus" property indicating whether a widget is the focus widgetOwen Taylor2002-06-061-65/+91
* Only optimize out the full configure handling if we got a gratuitousOwen Taylor2002-05-161-103/+0
* Thu May 16 18:47:29 2002 Owen Taylor <otaylor@redhat.com> ...Owen Taylor2002-05-161-34/+73
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-54/+62
* Fix off-by-one error. (Pointed out by Anders Carlsson)Owen Taylor2002-02-251-2/+2
* Implement accelerator propagation using a custom XEMBED_GTK_KEY_GRABOwen Taylor2002-02-241-121/+125
* Patch from Matthias Clasen (#54488)Owen Taylor2002-02-231-12/+3
* Return boolean (and FALSE from focus_in / focus_out handlers. (#69528,Owen Taylor2002-01-291-2/+6
* Don't send MODALITY_ON/OFF if socket->same_app (More fixes for #69735)Owen Taylor2002-01-271-3/+6
* Speak of window IDs rather than XIDs in the docs.Matthias Clasen2002-01-091-5/+5
* Doc typo fix. (#68172)Matthias Clasen2002-01-081-3/+4
* gtk/gtkplug.c (gtk_plug_key_press_event): Don't do special handling of keyOwen Taylor2001-12-271-1/+1
* Rename 'id' parameter to avoid problems with Objective C.Owen Taylor2001-11-281-3/+3
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-3/+3
* Remove unused static function. (xpm_skip_string): Dito.Daniel Egger2001-11-141-1/+1
* unset the GTK_REALIZED flag so we don't re-enter when we are destroyedMichael Meeks2001-10-311-0/+2
* Fix problem with g_return_if_fail return value.Owen Taylor2001-10-221-6/+6
* Small warning cleanups.Owen Taylor2001-09-201-3/+1
* put GtkPacker back in here so it won't be in gtk-unused.txt, but don't putHavoc Pennington2001-09-081-4/+3
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-5/+5
* 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-46/+165
* For XEMBED embedding add a _XEMBED_INFO property to the client withOwen Taylor2001-07-031-157/+363
* Remove change check for GTK_TYPE_OBJECT derivation to G_TYPE_OBJECTS -Owen Taylor2001-07-011-2/+4
* Add a GtkWindowGroup struct that allows grouping together multiple windowsOwen Taylor2001-06-141-2/+0
* geez, don't call g_list funcs on GSListHavoc Pennington2001-06-081-12/+12
* add missing '}' that got munched by #endif.Jonathan Blandford2001-04-231-1/+2
* gtk/Makefile.am gtk/gtkplug.c on request of Owen, reverted my last changeSven Neumann2001-04-231-38/+3
* File containing #defines for XEMBED protocol.Owen Taylor2001-04-191-45/+441
* 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
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-2/+7
* (follow-on from previous commit)Elliot Lee2000-06-201-4/+6
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-8/+10
* s/refcount/ref_count/.Tim Janik2000-02-131-10/+10
* 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-2/+2
* Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdefOwen Taylor1999-09-291-2/+2
* Add gdk_threads_mutex.Tor Lillqvist1999-09-171-2/+2
* Less logging verbiage.Tor Lillqvist1999-07-121-0/+7
* 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/+19
* 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-15/+65
* Fix glib_config_args gtk_config_args confusion. (pointed out by RolandOwen Taylor1999-02-181-24/+20
* Fixed some bugs with set_default_size.Owen Taylor1999-02-101-0/+2
* Marked plug window as destroyed before destroying the window.Owen Taylor1998-12-181-1/+1
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* deprecated gtk_widget_freeze_accelerators andTim Janik1998-11-281-1/+5
* Added layout widget for scrolling arbitrarily big areas. Added plug/socketOwen Taylor1998-11-241-0/+688