summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkwindow-x11.c
Commit message (Expand)AuthorAgeFilesLines
* Make scale=2 work againMatthias Clasen2014-11-241-2/+0
* Add gdk_window_get_unscaled_sizeAlexander Larsson2014-11-201-0/+15
* x11: Return the exact pixel coverage in get_frame_extentsAlexander Larsson2014-11-201-4/+8
* x11: Keep track of the exact size in X pixels of windowsOwen W. Taylor2014-11-201-14/+37
* configure.ac: Depend on cairo 1.14.0Javier Jardón2014-11-101-4/+0
* Hide GdkWindow libgtk_only API in the private vtableEmmanuele Bassi2014-11-081-1/+2
* gdkwindow-x11: Fix indentationJasper St. Pierre2014-11-071-7/+7
* Make window scale changes work againMatthias Clasen2014-11-031-0/+5
* GdkWindowX11: Keep the impl window cairo surface around until destroyAlexander Larsson2014-10-301-18/+4
* x11: Scale the frame extents as wellJasper St. Pierre2014-10-271-1/+7
* Fix mispositioned window menu in hi-dpiMatthias Clasen2014-10-221-2/+3
* gdk: Add support for OpenGLAlexander Larsson2014-10-131-0/+3
* gdkwindow-x11: Fix graphical regression from 5e325c4Jasper St. Pierre2014-10-131-0/+3
* gdk: Deprecate static gravitiesBenjamin Otte2014-10-061-78/+0
* x11: Remove overeager checkBenjamin Otte2014-10-051-1/+1
* x11: Remove unneeded and wrong return_if_fail()Benjamin Otte2014-10-051-2/+0
* Remove redundant checks for NULLMarek Kasik2014-10-021-8/+2
* Don't emit a useless warningMatthias Clasen2014-10-011-4/+1
* Make a warning more informativeMatthias Clasen2014-09-051-1/+1
* Don't use guint32 with XChangePropertyMatthias Clasen2014-07-131-2/+2
* gdkwindow: Provide a default implementation of process_updates_recurseJasper St. Pierre2014-06-221-8/+0
* gdkwindow: Remove the internal cairo_surface used for out-of-band paintingJasper St. Pierre2014-06-201-12/+0
* gdkwindow-x11: Rearrange a tiny bitJasper St. Pierre2014-05-221-5/+3
* gdkwindow-x11: Fix buildJasper St. Pierre2014-05-221-1/+1
* gdkwindow-x11: Ungrab the implicit grab before showing the window menuJasper St. Pierre2014-05-221-1/+4
* gdkwindow-x11: Pass through the x/y coordinates to _GTK_SHOW_WINDOW_MENUJasper St. Pierre2014-05-221-0/+5
* gtkwindow: Use window-manager-side window menusJasper St. Pierre2014-05-211-0/+42
* x11: Allow unmaximizing from tiled state tooMatthias Clasen2014-03-171-1/+1
* Implement get_root_origin generically for all backendsJasper St. Pierre2014-03-171-17/+0
* x11: Implement "drag to top to maximize" gesture on emulated window draggingCarlos Garnacho2014-03-171-4/+70
* x11: Fallback to emulated window dragging for touch devicesCarlos Garnacho2014-03-171-4/+22
* Remove the return value of GdkWindowImpl::get_root_coordsJasper St. Pierre2014-02-271-10/+7
* Gdk: fix wrong user_data handling in resize_cairo_surface()Giovanni Campagna2014-02-261-2/+2
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-3/+3
* Do not return things from a void functionTing-Wei Lan2014-02-121-1/+1
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-1/+1
* docs: use proper apostropheWilliam Jon McCann2014-02-071-1/+1
* docs: Use markdown for ulinksWilliam Jon McCann2014-02-041-5/+3
* gdkwindow-x11: Fix compile warningJasper St. Pierre2014-01-311-2/+2
* gdkwindow: Use an InputOnly window for focus_windowJasper St. Pierre2014-01-311-5/+7
* docs: don't use <type> tagsWilliam Jon McCann2014-01-281-1/+1
* X11: Support keyboard-initiated move and resize operationsMatthias Clasen2014-01-121-41/+50
* x11: Add/Fix '(type *)' g-i annotationsRico Tzschichholz2014-01-091-3/+3
* gdk: add gdk_window_set_shadow_width()Ryan Lortie2013-12-121-19/+25
* Revert "gdkwindow-x11: Don't set WM_TAKE_FOCUS if accept_focus is FALSE"Matthias Clasen2013-12-041-7/+2
* x11: Don't crash if a window is on an unmanaged screenBenjamin Otte2013-11-251-0/+2
* gdkwindow-x11: Don't set WM_TAKE_FOCUS if accept_focus is FALSEJasper St. Pierre2013-10-211-2/+7
* GdkWindowX11: Prevent non renderered window to be display by the compositorLionel Landwerlin2013-09-261-3/+11
* Documentation fixesMatthias Clasen2013-09-171-0/+10
* gdkwindow-x11: Multiply opaque region rects by the window scaleJasper St. Pierre2013-09-041-5/+8