summaryrefslogtreecommitdiff
path: root/gtk/gtksocket.c
Commit message (Expand)AuthorAgeFilesLines
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-1/+2
* Reset current_width and current_height to 0 when ending the embedding.Matthias Clasen2004-07-031-0/+2
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Don't open/close the file, just check for existence with g_file_test().Owen Taylor2004-03-041-0/+6
* Use gtk_widget_is_focus() instead of GTK_WIDGET_HAS_FOCUS. (#122327, OwenSoeren Sandmann2003-11-201-1/+1
* Only remove PropertyNotify events from the stream if they have beenMatthias Clasen2003-09-101-2/+3
* Send the focus on to the parent when there was no focus widget before andOwen Taylor2003-08-251-84/+98
* Patch from Denis Mikhalkin to forward KeyRelease events as well asOwen Taylor2003-08-011-5/+6
* Fix prototype for activate_key. (#108927, Jason D. Hildebrand)Owen Taylor2003-04-221-3/+11
* event->any.window might be NULL. Use gtk_widget_get_display (widget)Owen Taylor2003-01-271-1/+1
* docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgmlSoeren Sandmann2002-11-081-3/+3
* Deprecation cleanupManish Singh2002-10-131-12/+13
* Use hyphen instead of underscore in signal names in calls toPadraig O'Briain2002-07-021-2/+2
* 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