summaryrefslogtreecommitdiff
path: root/gdk/gdkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* gdk: Fix invalidation w/ pixel cache when changing child window geometry.Alexander Larsson2015-11-091-7/+17
* Don't use g_slist_next in gdkMatthias Clasen2015-10-201-3/+3
* Remove overhead in gdk_window_get_user_dataMatthias Clasen2015-09-281-2/+0
* gdkwindow: Fix list_insert_link_beforeAlexander Larsson2015-09-211-0/+3
* gdkwindow: avoid multiple walking of children listChristian Hergert2015-09-141-2/+11
* gdkwindow: Avoid list allocation and object refs during repaintAlexander Larsson2015-09-141-10/+25
* gdkwindow: Store children list nodes in GdkWindow structureAlexander Larsson2015-09-131-18/+51
* gdk window: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-10/+11
* gdk window: Remove an unneeded variableMatthias Clasen2015-09-061-4/+1
* Trivial formatting fixMatthias Clasen2015-08-281-2/+1
* gdk: Proxy touchpad events through the client-side window hierarchyCarlos Garnacho2015-08-121-1/+100
* gdk: Add GDK_TOUCHPAD_GESTURE_MASK to GdkEventMaskCarlos Garnacho2015-08-121-1/+3
* Added api to set a window to fullscreen on a given monitor.Jeremy Whiting2015-07-251-0/+26
* gdk: Add some parameter checkingMatthias Clasen2015-07-171-0/+2
* Fix up doc commentsMatthias Clasen2015-06-231-2/+1
* Fix return value error in gdk_window_set_pass_throughTing-Wei Lan2015-06-171-1/+1
* gdkwindow: avoid updating background pattern if it matches previousChristian Hergert2015-06-161-0/+15
* gdk: Add gdk_window_set_pass_throughAlexander Larsson2015-06-151-4/+121
* Remove an unused variableMatthias Clasen2015-06-131-2/+0
* Fix 'void function should not return void expression' warning for clangTing-Wei Lan2015-06-131-1/+4
* Fix use-after-free in gdk_window_end_paint()Руслан Ижбулатов2015-04-301-1/+1
* Improve the docs for gdk_window_set_opaque_regionMatthias Clasen2015-04-181-3/+3
* gdkwindow: Fix potential NULL pointer dereferencePhilip Withnall2015-03-091-0/+3
* docs: Expand input handling documentation to cover event masksPhilip Withnall2015-02-191-0/+4
* Do not use "return" when chaining up to a void functionPaolo Borelli2015-02-171-5/+5
* gl: Drop profile for gdk_window_create_gl_context()Emmanuele Bassi2015-02-121-5/+1
* gl: Drop OpenGL legacy profileEmmanuele Bassi2015-02-091-13/+1
* GL: Split GL context creation in two phasesEmmanuele Bassi2015-02-091-5/+26
* Be safe against stray booleansMatthias Clasen2015-02-011-1/+1
* Fix an oversightMatthias Clasen2015-01-301-4/+2
* Resume events when disconnecting from a frame clockTom Hughes2015-01-301-0/+9
* GDK GL context's should associate with "window->impl_window" not "window"Niels Nesse2015-01-281-3/+3
* Fix core context creation in GdkGLContextNiels Nesse2015-01-281-1/+0
* Initialize variablesMatthias Clasen2015-01-241-0/+2
* Fix a typo in the docsMatthias Clasen2015-01-181-1/+1
* Remove some outdated referencesMatthias Clasen2015-01-181-9/+11
* gdkwindow: Clean up whitespace slightlyJasper St. Pierre2014-11-221-1/+0
* gdkwindow: Don't pass the region to the impl when beginning a paintJasper St. Pierre2014-11-221-2/+2
* Add gdk_window_get_unscaled_sizeAlexander Larsson2014-11-201-0/+31
* gdk: Make debug-updates a per-display settingMatthias Clasen2014-11-101-4/+8
* Move rendering mode into GdkDisplayMatthias Clasen2014-11-101-1/+3
* configure.ac: Depend on cairo 1.14.0Javier Jardón2014-11-101-10/+0
* gdk_window_end_paint: Flush destination surface after paintAlexander Larsson2014-11-101-0/+2
* Hide GdkWindow libgtk_only API in the private vtableEmmanuele Bassi2014-11-081-2/+18
* Move GDK GL flags accessors to the private vtableEmmanuele Bassi2014-11-081-0/+1
* Export API to set GL flagsMatthias Clasen2014-11-061-2/+2
* GdkWindow: Drop gl matrix setup which is not needed anymore.Alexander Larsson2014-11-061-7/+0
* GdkX11GLContext: Use bitblit for swap if no buffer age supportAlexander Larsson2014-11-061-3/+0
* Add GDK_GL env var and GdkGLFlagsAlexander Larsson2014-11-061-7/+2
* GdkWindow: Try to use a Core 3.2 GL profile for the paint contextAlexander Larsson2014-11-061-6/+20