summaryrefslogtreecommitdiff
path: root/gdk/gdkinternals.h
Commit message (Expand)AuthorAgeFilesLines
* gdk: Remove synthetic crossing event emission due to geometry changesCarlos Garnacho2017-05-251-3/+0
* gdk: Make it possible to attach user data to GdkEventsCarlos Garnacho2017-05-251-0/+2
* gdk: Remove unused debug categoryBenjamin Otte2017-01-081-6/+5
* gdk: Export gdk_cairo_surface_paint_pixbuf() into private headerBenjamin Otte2016-12-231-0/+3
* gdk: Drop support for native (and thus foreign) subwindowsAlexander Larsson2016-12-161-1/+0
* gdk: Add GDK_VULKAN env variableBenjamin Otte2016-12-091-0/+6
* vulkan: Initial supportBenjamin Otte2016-12-091-0/+1
* gdk: Remove all code that only existed because of use_glBenjamin Otte2016-12-051-71/+0
* gdk: Remove attributes_mask from gdk_window_new()Benjamin Otte2016-11-071-8/+1
* API: gdk: Remove gdk_window_new()Benjamin Otte2016-11-071-0/+21
* API: gdk: Remove gdk_window_get_visual()Benjamin Otte2016-10-281-1/+0
* gdk: Remove GdkWindow.depth member variableBenjamin Otte2016-10-281-1/+0
* window: Add a GdkWindow:display propertyBenjamin Otte2016-10-281-0/+2
* gdk: Remove gdk_window_set_invalidate_handler()Benjamin Otte2016-10-271-1/+0
* Drop support for offscreen GdkWindowswip/alexl/no-offscreenAlexander Larsson2016-10-251-13/+0
* gdk: Remove mentions of gdk_cairo_create()Emmanuele Bassi2016-10-171-2/+2
* gdk: Remove gdk_window_set_debug_updates()Benjamin Otte2016-10-161-1/+0
* gdk: Remove unused argument parsing structsBenjamin Otte2016-10-161-30/+0
* gdk: Remove leftover structs from ClientMessage daysBenjamin Otte2016-10-161-7/+0
* gdk: Remove unused structs from ColorMap daysBenjamin Otte2016-10-161-11/+0
* API: Remove gdk_window_set_background()Benjamin Otte2016-10-161-3/+0
* API: Remove gdk_window_set_composited()Benjamin Otte2016-10-161-1/+0
* gdkwindow: store transient_for windowWilliam Hua2016-07-191-0/+1
* gdkwindow: store shadow sizesWilliam Hua2016-07-191-0/+4
* gdk: Try harder at tracking drawing contextsEmmanuele Bassi2016-06-121-0/+2
* gdk: Explicitly create a cairo context inside GdkDrawingContextEmmanuele Bassi2016-06-091-0/+2
* Add GdkDrawingContextEmmanuele Bassi2016-06-091-0/+4
* Make gdk_event_get_pointer_emulated publicMatthias Clasen2016-05-101-4/+4
* gdkevent: make _gdk_event_get_pointer_emulated() privateOlivier Fourdan2016-05-101-1/+0
* gl: Use a uniform to flip R and B colors on GLESEmmanuele Bassi2016-04-251-1/+2
* gdk: Add 'GDK_GL=gles' flagEmmanuele Bassi2016-04-251-1/+2
* Save scancode inside GdkEventPrivateFrediano Ziglio2016-04-211-0/+4
* events: Add gdk_event_[gs]et_device_tool()Carlos Garnacho2016-04-061-0/+1
* gdk: Compress window state eventsJonas Ã…dahl2016-03-021-0/+1
* Add and use GDK_CHECK_DEBUG macroMatthias Clasen2016-02-281-2/+5
* gdk: remove _gdk_event_queue_prependPaolo Borelli2016-02-281-2/+0
* GdkEvent: Add GdkSeat getter and internal setterCarlos Garnacho2015-12-151-0/+4
* Control legacy GL context via environment variableEmmanuele Bassi2015-10-071-1/+2
* gdkwindow: Store children list nodes in GdkWindow structureAlexander Larsson2015-09-131-0/+2
* gdk: Add gdk_window_set_pass_throughAlexander Larsson2015-06-151-0/+1
* Resume events when disconnecting from a frame clockTom Hughes2015-01-301-0/+1
* gdkinternals: Document our drawing and painting process betterJasper St. Pierre2014-11-221-5/+72
* gdkgl: Texture many quads at once for performance reasonsJasper St. Pierre2014-11-221-3/+4
* gdkgl: Use a GdkTexturedQuad struct to paint quadsJasper St. Pierre2014-11-221-4/+8
* Add gdk_window_get_unscaled_sizeAlexander Larsson2014-11-201-1/+3
* gdk: Make debug-updates a per-display settingMatthias Clasen2014-11-101-0/+1
* Move GDK GL flags accessors to the private vtableEmmanuele Bassi2014-11-081-6/+0
* Don't make the gl flags APIMatthias Clasen2014-11-071-0/+14
* Export API to set GL flagsMatthias Clasen2014-11-061-9/+0
* GdkGL: Fix up GL_ARB_texture_rectangle supportAlexander Larsson2014-11-061-0/+1