| Commit message (Expand) | Author | Age | Files | Lines |
* | Change _gdk_x11_send_xevent_async() to | Owen Taylor | 2003-07-08 | 1 | -14/+16 |
* | Lookup all the atoms in the target list at once. | Owen Taylor | 2003-07-05 | 1 | -94/+223 |
* | Function to get a range of information about all the children of a window | Owen Taylor | 2003-07-05 | 1 | -67/+67 |
* | Add a function to XSendEvent() and call a calback on failure/success. | Owen Taylor | 2003-07-05 | 1 | -71/+146 |
* | Use application/x-rootwindow-drop for root window drops. (#108670, Alex | Owen Taylor | 2003-06-09 | 1 | -1/+8 |
* | Comprehensively zero all unused parts of client messages (Mainly Motif DND | Owen Taylor | 2003-05-20 | 1 | -5/+29 |
* | Patch from Alex Larsson fixing problem with restacking during DND. | Owen Taylor | 2003-04-21 | 1 | -1/+1 |
* | Trivial cleanups (bug #107664) | Matthias Clasen | 2003-03-08 | 1 | -3/+3 |
* | Return gboolean, not gint. (#107664, Morten Welinder) | Matthias Clasen | 2003-03-06 | 1 | -1/+1 |
* | Always look up and create the Motif drag window as a child of the root | Owen Taylor | 2002-12-04 | 1 | -4/+4 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -0/+4 |
* | docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml | Soeren Sandmann | 2002-11-08 | 1 | -6/+6 |
* | More API docs moved inline. | Matthias Clasen | 2002-10-24 | 1 | -7/+107 |
* | Gdk API doc updates. | Matthias Clasen | 2002-10-22 | 1 | -0/+17 |
* | Add gdk_drag_find_window_for_screen(), so that we can interpret x_root / | Owen Taylor | 2002-10-07 | 1 | -17/+34 |
* | add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile | Manish Singh | 2002-09-25 | 1 | -35/+35 |
* | Renames: | Owen Taylor | 2002-06-20 | 1 | -1/+1 |
* | Ignore all client events that were sent to a window that we don't know | Owen Taylor | 2002-06-13 | 1 | -15/+50 |
* | Fix prepending at the start of the list. (#56349, Thomas Leonard.) | Owen Taylor | 2002-05-14 | 1 | -0/+2 |
* | Doc updates. | Matthias Clasen | 2002-05-02 | 1 | -0/+11 |
* | Start of integration of Erwann Chenede's multihead work from the | Owen Taylor | 2002-04-25 | 1 | -344/+438 |
* | Keep the length of the anti-expose queue finite, by if it gets too long, | Owen Taylor | 2002-02-06 | 1 | -5/+7 |
* | Move here, and save/restore the X error handler to allow people using GTK+ | Owen Taylor | 2002-01-17 | 1 | -219/+68 |
* | Fix problem with g_return_if_fail return value. | Owen Taylor | 2001-10-22 | 1 | -100/+91 |
* | Make gdkx.h the only installed header from gdk/x11. All structures in | Owen Taylor | 2001-09-07 | 1 | -69/+69 |
* | Clip the retrieved image data to the screen, using a server grab to avoid | Havoc Pennington | 2001-06-29 | 1 | -1/+1 |
* | new function for mapping a window without fooling with stacking order, but | Havoc Pennington | 2001-06-28 | 1 | -2/+2 |
* | Remove unused variable. | Owen Taylor | 2001-01-17 | 1 | -2/+0 |
* | Fix a bunch of functions that should have been marked static. | Owen Taylor | 2000-11-02 | 1 | -10/+10 |
* | 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 |
* | add xthickness and ythickness to GtkRcStyle and add the necessary tokens. | Tim Janik | 2000-07-11 | 1 | -1/+7 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 1 | -91/+133 |
* | A bit of editing. | Owen Taylor | 2000-05-15 | 1 | -0/+5 |
* | Merge no-flicker branch into HEAD | Owen Taylor | 2000-03-28 | 1 | -2/+2 |
* | Merges from gtk-1-2 | Owen Taylor | 2000-03-14 | 1 | -21/+31 |
* | Move all X specific code into the x11/ directory. Aside from shuffling | Owen Taylor | 1999-11-08 | 1 | -64/+64 |
* | Fix a reference to window_private->destroyed. | Owen Taylor | 1999-10-03 | 1 | -3/+2 |
* | Started | Owen Taylor | 1999-10-01 | 1 | -2/+5 |
* | [ Merges from gtk-1-2 ] | Federico Mena Quintero | 1999-09-28 | 1 | -38/+38 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+8 |
* | When sending events to windows with a proxy, set the window field in the | Owen Taylor | 1999-02-23 | 1 | -14/+71 |
* | Change signatures for gdk_drag_begin() and gdk_drag_motion() so that the | Owen Taylor | 1999-01-28 | 1 | -57/+173 |
* | Byteswap | Owen Taylor | 1999-01-24 | 1 | -5/+5 |
* | X expects longs, not uint32 for XChangeProperty, when format == 32. | Owen Taylor | 1999-01-23 | 1 | -72/+92 |
* | Set and read the XdndActionList property defined in the Xdnd spec. We do | Owen Taylor | 1999-01-21 | 1 | -11/+110 |
* | Move not-null assertion before pointer de-ref. | Jeff Garzik | 1999-01-21 | 1 | -2/+3 |
* | Fixed some list-manipulation breakage. | Owen Taylor | 1999-01-09 | 1 | -1/+6 |
* | Make gtk_propagate_event() non-static, we need it in gtkdnd.c so that the | Owen Taylor | 1999-01-05 | 1 | -2/+2 |
* | Removed features.h test. | Jeff Garzik | 1999-01-02 | 1 | -6/+22 |