| Commit message (Expand) | Author | Age | Files | Lines |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -1/+2 |
* | Reset current_width and current_height to 0 when ending the embedding. | Matthias Clasen | 2004-07-03 | 1 | -0/+2 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Don't open/close the file, just check for existence with g_file_test(). | Owen Taylor | 2004-03-04 | 1 | -0/+6 |
* | Use gtk_widget_is_focus() instead of GTK_WIDGET_HAS_FOCUS. (#122327, Owen | Soeren Sandmann | 2003-11-20 | 1 | -1/+1 |
* | Only remove PropertyNotify events from the stream if they have been | Matthias Clasen | 2003-09-10 | 1 | -2/+3 |
* | Send the focus on to the parent when there was no focus widget before and | Owen Taylor | 2003-08-25 | 1 | -84/+98 |
* | Patch from Denis Mikhalkin to forward KeyRelease events as well as | Owen Taylor | 2003-08-01 | 1 | -5/+6 |
* | Fix prototype for activate_key. (#108927, Jason D. Hildebrand) | Owen Taylor | 2003-04-22 | 1 | -3/+11 |
* | event->any.window might be NULL. Use gtk_widget_get_display (widget) | Owen Taylor | 2003-01-27 | 1 | -1/+1 |
* | docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml | Soeren Sandmann | 2002-11-08 | 1 | -3/+3 |
* | Deprecation cleanup | Manish Singh | 2002-10-13 | 1 | -12/+13 |
* | Use hyphen instead of underscore in signal names in calls to | Padraig O'Briain | 2002-07-02 | 1 | -2/+2 |
* | Add a "is_focus" property indicating whether a widget is the focus widget | Owen Taylor | 2002-06-06 | 1 | -65/+91 |
* | Only optimize out the full configure handling if we got a gratuitous | Owen Taylor | 2002-05-16 | 1 | -103/+0 |
* | Thu May 16 18:47:29 2002 Owen Taylor <otaylor@redhat.com> ... | Owen Taylor | 2002-05-16 | 1 | -34/+73 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -54/+62 |
* | Fix off-by-one error. (Pointed out by Anders Carlsson) | Owen Taylor | 2002-02-25 | 1 | -2/+2 |
* | Implement accelerator propagation using a custom XEMBED_GTK_KEY_GRAB | Owen Taylor | 2002-02-24 | 1 | -121/+125 |
* | Patch from Matthias Clasen (#54488) | Owen Taylor | 2002-02-23 | 1 | -12/+3 |
* | Return boolean (and FALSE from focus_in / focus_out handlers. (#69528, | Owen Taylor | 2002-01-29 | 1 | -2/+6 |
* | Don't send MODALITY_ON/OFF if socket->same_app (More fixes for #69735) | Owen Taylor | 2002-01-27 | 1 | -3/+6 |
* | Speak of window IDs rather than XIDs in the docs. | Matthias Clasen | 2002-01-09 | 1 | -5/+5 |
* | Doc typo fix. (#68172) | Matthias Clasen | 2002-01-08 | 1 | -3/+4 |
* | gtk/gtkplug.c (gtk_plug_key_press_event): Don't do special handling of key | Owen Taylor | 2001-12-27 | 1 | -1/+1 |
* | Rename 'id' parameter to avoid problems with Objective C. | Owen Taylor | 2001-11-28 | 1 | -3/+3 |
* | Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; | Owen Taylor | 2001-11-17 | 1 | -3/+3 |
* | Remove unused static function. (xpm_skip_string): Dito. | Daniel Egger | 2001-11-14 | 1 | -1/+1 |
* | unset the GTK_REALIZED flag so we don't re-enter when we are destroyed | Michael Meeks | 2001-10-31 | 1 | -0/+2 |
* | Fix problem with g_return_if_fail return value. | Owen Taylor | 2001-10-22 | 1 | -6/+6 |
* | Small warning cleanups. | Owen Taylor | 2001-09-20 | 1 | -3/+1 |
* | put GtkPacker back in here so it won't be in gtk-unused.txt, but don't put | Havoc Pennington | 2001-09-08 | 1 | -4/+3 |
* | Make gdkx.h the only installed header from gdk/x11. All structures in | Owen Taylor | 2001-09-07 | 1 | -5/+5 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -2/+0 |
* | Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), not | Owen Taylor | 2001-07-05 | 1 | -46/+165 |
* | For XEMBED embedding add a _XEMBED_INFO property to the client with | Owen Taylor | 2001-07-03 | 1 | -157/+363 |
* | Remove change check for GTK_TYPE_OBJECT derivation to G_TYPE_OBJECTS - | Owen Taylor | 2001-07-01 | 1 | -2/+4 |
* | Add a GtkWindowGroup struct that allows grouping together multiple windows | Owen Taylor | 2001-06-14 | 1 | -2/+0 |
* | geez, don't call g_list funcs on GSList | Havoc Pennington | 2001-06-08 | 1 | -12/+12 |
* | add missing '}' that got munched by #endif. | Jonathan Blandford | 2001-04-23 | 1 | -1/+2 |
* | gtk/Makefile.am gtk/gtkplug.c on request of Owen, reverted my last change | Sven Neumann | 2001-04-23 | 1 | -38/+3 |
* | File containing #defines for XEMBED protocol. | Owen Taylor | 2001-04-19 | 1 | -45/+441 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -1/+1 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 1 | -2/+7 |
* | (follow-on from previous commit) | Elliot Lee | 2000-06-20 | 1 | -4/+6 |
* | documented necessary changes for 1.4 transition. | Tim Janik | 2000-05-12 | 1 | -8/+10 |
* | s/refcount/ref_count/. | Tim Janik | 2000-02-13 | 1 | -10/+10 |
* | Must mark also gdk_error_warnings and gdk_error_code as GDKVAR, as they | Tor Lillqvist | 1999-12-11 | 1 | -1/+8 |
* | Adapt cast macros to standard. | Raja R Harinath | 1999-11-22 | 1 | -2/+2 |