summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkwindow-x11.c
Commit message (Expand)AuthorAgeFilesLines
* Be more careful about toplevel possibly being NULL. (#402453, SebastianMatthias Clasen2007-01-301-1/+7
* Apply a patch by Chris Wilson to avoid spurious valgrind warnings fromMatthias Clasen2007-01-041-78/+76
* CleanupsMatthias Clasen2006-10-081-2/+0
* Fix build.Michael Natterer2006-08-311-2/+1
* Fix gdk_window_beepMatthias Clasen2006-08-301-5/+11
* Add a function to beep on a window. For X11, implement this with XkbBell.Matthias Clasen2006-08-301-0/+28
* Add Win32 detail to doc comments.Tor Lillqvist2006-08-231-0/+10
* Use XAllocSizeHints to allocate the XSizeHints struct. (#249285, DavidMatthias Clasen2006-08-151-19/+25
* Zero out some stack-allocated X structures, to avoid valgrind warningsMatthias Clasen2006-08-151-0/+4
* cast the return value of XGetWindowProperty() correctly so we don't returnMichael Natterer2006-07-271-1/+1
* Update the docs. (#345194, Yevgen Muntyan)Matthias Clasen2006-06-201-3/+5
* Make GTK+ work as an untrusted X client. (#136571, Ed Catmur)Matthias Clasen2006-05-251-63/+140
* gtk/gtklayout.c (gtk_layout_realize), gtk/gtkiconview.cSøren Sandmann2006-05-151-0/+7
* Remove extraneous ;Matthias Clasen2006-05-141-1/+1
* Create 'composited' label.Søren Sandmann2006-04-251-0/+30
* Avoid a possible array overrun. (Coverity)Matthias Clasen2006-04-161-1/+1
* Use G_DEFINE_TYPE.Matthias Clasen2006-04-041-35/+3
* Support input shapes: (#331070)Matthias Clasen2006-02-201-71/+209
* Clean up properly if the grab fails. (finish_drag): Don't leak a referenceMatthias Clasen2006-01-111-2/+2
* Ignore icons if they would make the request large enough to cause Xlib toMatthias Clasen2005-11-081-3/+19
* gdk/gdk.symbols gdk/gdkwindow.h added gdk_window_get_type_hint() (patchMichael Natterer2005-11-081-0/+63
* Fix #316871, reported by Dan Winship:Matthias Clasen2005-09-261-1/+9
* Various cleanups. (#315359, Kjartan Maraas)Matthias Clasen2005-09-131-29/+8
* Broken pipeMatthias Clasen2005-09-111-19/+19
* Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen2005-08-311-1/+1
* Handle pixmap == NULL when checking for a colormap. (Allin Cottrell).Owen Taylor2005-08-151-1/+1
* gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_back_pixmap)Owen Taylor2005-08-121-0/+6
* Make tracking the on_all_desktops state work better.Matthias Clasen2005-08-011-1/+8
* Make gdk_window_present() move the window to the current desktop, insteadMatthias Clasen2005-07-111-8/+72
* Support the ICCCM urgency hint. (#61858, Havoc Pennington)Matthias Clasen2005-06-171-0/+31
* Handle cursor theme changes for cached cursors which are not associatedMatthias Clasen2005-06-171-1/+4
* remove unused variable.Manish Singh2005-06-161-1/+1
* Keep a reference to the GdkCursor and add a private getter for it, so thatMatthias Clasen2005-06-151-3/+35
* Remove a lot of pointless g_return_if_fail() non-NULL checks.Matthias Clasen2005-06-151-48/+10
* Small markup fixes.Matthias Clasen2005-06-101-1/+1
* Small markup fixes.Matthias Clasen2005-06-091-9/+10
* Update to changed cairo interface.Owen Taylor2005-05-171-0/+7
* Switch set_cairo_target() virtual function to ref_cairo_surface()Owen Taylor2005-03-171-14/+4
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-1/+4
* Add gdk_drawable_set_cairo_target().Owen Taylor2005-02-031-1/+10
* Fix docs. (#165163, Jeff Franks)Matthias Clasen2005-01-251-1/+1
* Call GDK_DISPLAY_XDISPLAY with a display, not a window. Clean up theManish Singh2005-01-201-14/+17
* Squash strict aliasing warning in _NET_VIRTUAL_ROOTS code.Manish Singh2005-01-201-3/+7
* Precache the _NET_VIRTUAL_ROOTS atom.Matthias Clasen2005-01-191-12/+48
* Add pointer warping to GDK. (#160437)Matthias Clasen2005-01-181-0/+36
* Add sensitivity-changing timeout. Written by Christian Persch.Søren Sandmann2004-12-221-1/+10
* Squash strict aliasing warnings.Owen Taylor2004-11-171-5/+11
* Add a hint about using gdk_drawable_get_size() instead.Matthias Clasen2004-11-091-0/+8
* Fix many sparse warnings.Matthias Clasen2004-10-281-5/+5
* Fix #155658, Sebastian Bacher:Matthias Clasen2004-10-181-0/+2