| Commit message (Expand) | Author | Age | Files | Lines |
* | Be more careful about toplevel possibly being NULL. (#402453, Sebastian | Matthias Clasen | 2007-01-30 | 1 | -1/+7 |
* | Apply a patch by Chris Wilson to avoid spurious valgrind warnings from | Matthias Clasen | 2007-01-04 | 1 | -78/+76 |
* | Cleanups | Matthias Clasen | 2006-10-08 | 1 | -2/+0 |
* | Fix build. | Michael Natterer | 2006-08-31 | 1 | -2/+1 |
* | Fix gdk_window_beep | Matthias Clasen | 2006-08-30 | 1 | -5/+11 |
* | Add a function to beep on a window. For X11, implement this with XkbBell. | Matthias Clasen | 2006-08-30 | 1 | -0/+28 |
* | Add Win32 detail to doc comments. | Tor Lillqvist | 2006-08-23 | 1 | -0/+10 |
* | Use XAllocSizeHints to allocate the XSizeHints struct. (#249285, David | Matthias Clasen | 2006-08-15 | 1 | -19/+25 |
* | Zero out some stack-allocated X structures, to avoid valgrind warnings | Matthias Clasen | 2006-08-15 | 1 | -0/+4 |
* | cast the return value of XGetWindowProperty() correctly so we don't return | Michael Natterer | 2006-07-27 | 1 | -1/+1 |
* | Update the docs. (#345194, Yevgen Muntyan) | Matthias Clasen | 2006-06-20 | 1 | -3/+5 |
* | Make GTK+ work as an untrusted X client. (#136571, Ed Catmur) | Matthias Clasen | 2006-05-25 | 1 | -63/+140 |
* | gtk/gtklayout.c (gtk_layout_realize), gtk/gtkiconview.c | Søren Sandmann | 2006-05-15 | 1 | -0/+7 |
* | Remove extraneous ; | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Create 'composited' label. | Søren Sandmann | 2006-04-25 | 1 | -0/+30 |
* | Avoid a possible array overrun. (Coverity) | Matthias Clasen | 2006-04-16 | 1 | -1/+1 |
* | Use G_DEFINE_TYPE. | Matthias Clasen | 2006-04-04 | 1 | -35/+3 |
* | Support input shapes: (#331070) | Matthias Clasen | 2006-02-20 | 1 | -71/+209 |
* | Clean up properly if the grab fails. (finish_drag): Don't leak a reference | Matthias Clasen | 2006-01-11 | 1 | -2/+2 |
* | Ignore icons if they would make the request large enough to cause Xlib to | Matthias Clasen | 2005-11-08 | 1 | -3/+19 |
* | gdk/gdk.symbols gdk/gdkwindow.h added gdk_window_get_type_hint() (patch | Michael Natterer | 2005-11-08 | 1 | -0/+63 |
* | Fix #316871, reported by Dan Winship: | Matthias Clasen | 2005-09-26 | 1 | -1/+9 |
* | Various cleanups. (#315359, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -29/+8 |
* | Broken pipe | Matthias Clasen | 2005-09-11 | 1 | -19/+19 |
* | Intern type names before registering the type to avoid unnecessary copies. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Handle pixmap == NULL when checking for a colormap. (Allin Cottrell). | Owen Taylor | 2005-08-15 | 1 | -1/+1 |
* | gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_back_pixmap) | Owen Taylor | 2005-08-12 | 1 | -0/+6 |
* | Make tracking the on_all_desktops state work better. | Matthias Clasen | 2005-08-01 | 1 | -1/+8 |
* | Make gdk_window_present() move the window to the current desktop, instead | Matthias Clasen | 2005-07-11 | 1 | -8/+72 |
* | Support the ICCCM urgency hint. (#61858, Havoc Pennington) | Matthias Clasen | 2005-06-17 | 1 | -0/+31 |
* | Handle cursor theme changes for cached cursors which are not associated | Matthias Clasen | 2005-06-17 | 1 | -1/+4 |
* | remove unused variable. | Manish Singh | 2005-06-16 | 1 | -1/+1 |
* | Keep a reference to the GdkCursor and add a private getter for it, so that | Matthias Clasen | 2005-06-15 | 1 | -3/+35 |
* | Remove a lot of pointless g_return_if_fail() non-NULL checks. | Matthias Clasen | 2005-06-15 | 1 | -48/+10 |
* | Small markup fixes. | Matthias Clasen | 2005-06-10 | 1 | -1/+1 |
* | Small markup fixes. | Matthias Clasen | 2005-06-09 | 1 | -9/+10 |
* | Update to changed cairo interface. | Owen Taylor | 2005-05-17 | 1 | -0/+7 |
* | Switch set_cairo_target() virtual function to ref_cairo_surface() | Owen Taylor | 2005-03-17 | 1 | -14/+4 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-16 | 1 | -1/+4 |
* | Add gdk_drawable_set_cairo_target(). | Owen Taylor | 2005-02-03 | 1 | -1/+10 |
* | Fix docs. (#165163, Jeff Franks) | Matthias Clasen | 2005-01-25 | 1 | -1/+1 |
* | Call GDK_DISPLAY_XDISPLAY with a display, not a window. Clean up the | Manish Singh | 2005-01-20 | 1 | -14/+17 |
* | Squash strict aliasing warning in _NET_VIRTUAL_ROOTS code. | Manish Singh | 2005-01-20 | 1 | -3/+7 |
* | Precache the _NET_VIRTUAL_ROOTS atom. | Matthias Clasen | 2005-01-19 | 1 | -12/+48 |
* | Add pointer warping to GDK. (#160437) | Matthias Clasen | 2005-01-18 | 1 | -0/+36 |
* | Add sensitivity-changing timeout. Written by Christian Persch. | Søren Sandmann | 2004-12-22 | 1 | -1/+10 |
* | Squash strict aliasing warnings. | Owen Taylor | 2004-11-17 | 1 | -5/+11 |
* | Add a hint about using gdk_drawable_get_size() instead. | Matthias Clasen | 2004-11-09 | 1 | -0/+8 |
* | Fix many sparse warnings. | Matthias Clasen | 2004-10-28 | 1 | -5/+5 |
* | Fix #155658, Sebastian Bacher: | Matthias Clasen | 2004-10-18 | 1 | -0/+2 |