summaryrefslogtreecommitdiff
path: root/gdk/gdkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* GdkWindow: destroy paint gl context on destroyAlexander Larsson2014-10-301-0/+8
* Plug another memory leakMatthias Clasen2014-10-281-0/+1
* Document Wayland opacity handlingMatthias Clasen2014-10-281-1/+6
* Don't return GDK_GRAB_SUCCESS on failureMatthias Clasen2014-10-281-4/+4
* Mention the 'same display' requirement in the docs tooMatthias Clasen2014-10-281-5/+9
* gdkwindow: Specify some invariants for cursorsJasper St. Pierre2014-10-271-0/+3
* opengl: Use proper blend function for premultiplied alphaAlexander Larsson2014-10-271-1/+2
* Rename gdk_gl_context_flush_buffer to gdk_gl_context_end_frameAlexander Larsson2014-10-271-3/+3
* gdk: Add GDK_DEBUG=noglBenjamin Otte2014-10-161-0/+8
* Plug a memory leakMatthias Clasen2014-10-141-0/+3
* Correct Since tagsMatthias Clasen2014-10-131-10/+12
* gl: Make gdk_gl_context_make_current() return voidAlexander Larsson2014-10-131-3/+3