summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* wayland: Fix thinko in wl_data_source.cancelled handlerCarlos Garnacho2015-03-181-6/+9
* wayland: Move gtk-shell compatibility version define tooJonas Ådahl2015-03-162-2/+2
* wayland: Don't set the wl_surface user_data twiceJonas Ådahl2015-03-161-1/+0
* wayland: Ignore setting the same cursor theme as was already setJonas Ådahl2015-03-161-0/+4
* wayland: Support scaling of theme based cursorsJonas Ådahl2015-03-165-20/+213
* wayland: Put interface version defines in a common placeJonas Ådahl2015-03-162-2/+2
* wayland: Don't set cursor surface scale when we don't have a surfaceJonas Ådahl2015-03-161-4/+3
* wayland: Only bind to supported gtk-shell versionsJonas Ådahl2015-03-112-4/+18
* gdkwindow: Fix potential NULL pointer dereferencePhilip Withnall2015-03-091-0/+3
* Fix undefined reference to get_xkb()Eric Le Bihan2015-03-071-0/+2
* gl: Warn the user if they request a GL context version less than 3.2Niels Nesse2015-03-061-7/+10
* x11: Store last axes from deviceCarlos Garnacho2015-03-023-2/+42
* wayland: Delay wl_subsurface interface creation until the window is shownCarlos Garnacho2015-03-021-4/+4
* wayland: Thaw the clock if we hide a GdkWindow mid-frameCarlos Garnacho2015-03-021-0/+12
* gdkglcontext-win32: fix variable names in GDK_NOTERyan Lortie2015-03-011-1/+1
* gdkglcontext-win32: remove unused variablesRyan Lortie2015-03-011-9/+0
* wayland: Add debug spewMatthias Clasen2015-02-283-17/+64
* wayland: Formatting fixesMatthias Clasen2015-02-2814-322/+325
* wayland: Apply maximized and fullscreen stateMatthias Clasen2015-02-271-16/+22
* wayland: Drop some pointless linesMatthias Clasen2015-02-271-8/+0
* Fix a typoMatthias Clasen2015-02-271-1/+1
* wayland: Don't use g_error() on connection lostOlivier Fourdan2015-02-271-3/+10
* gdk: Use a better error messageEmmanuele Bassi2015-02-271-1/+6
* wayland: Don't allocate a full size SHM buffer when drawing using OpenGLJonas Ådahl2015-02-243-2/+30
* wayland: Scale up wl_egl_window according to window scaleJonas Ådahl2015-02-241-3/+10
* wayland: Properly support changing of surface scaleJonas Ådahl2015-02-241-19/+21
* wayland: Don't ever try to set surface buffer scale when not supportedJonas Ådahl2015-02-241-6/+8
* gdkcairo: Bail if surface is in errorBenjamin Otte2015-02-251-0/+3
* gdk/quartz: Fix mixup in attributes usage creating window implementationThibault Saunier2015-02-221-3/+4
* docs: Expand input handling documentation to cover event masksPhilip Withnall2015-02-192-0/+7
* wayland: Use display from GdkDragContext deviceCarlos Garnacho2015-02-171-1/+5
* Do not use "return" when chaining up to a void functionPaolo Borelli2015-02-171-5/+5
* wayland: Update to xdg-shell unstable v5Jonas Ådahl2015-02-142-111/+183
* wayland: Do not require latest wl_seatPier Luigi Fiorini2015-02-131-1/+1
* gdkglcontext-win32.c: Fix Build on C89 CompilersChun-wei Fan2015-02-131-6/+5
* Remove GdkGLProfileEmmanuele Bassi2015-02-128-239/+67
* gl: Add gdk_gl_context_get_version()Emmanuele Bassi2015-02-122-1/+38
* docs: Specify the minimum version of GL provided by the core profileEmmanuele Bassi2015-02-121-1/+3
* gl: Drop profile for gdk_window_create_gl_context()Emmanuele Bassi2015-02-1213-46/+55
* wayland: Implement minimize supportArmin K2015-02-111-0/+10
* mir, gl: Ensure we use the 3.2 core profileMarco Trevisan (Treviño)2015-02-121-6/+38
* mir: Switch GDK_GL_PROFILE_DEFAULT to mean 3_2_COREMarco Trevisan (Treviño)2015-02-121-1/+1
* mir, GL: Split GL context creation in two phasesMarco Trevisan (Treviño)2015-02-122-27/+49
* gl: Fix the required version setterEmmanuele Bassi2015-02-101-1/+14
* win32/gl: Ensure we use the 3.2 core profileChun-wei Fan2015-02-101-31/+20
* gl: Put shaders in static storageEmmanuele Bassi2015-02-101-4/+4
* gdkgl should use shader version 1.50Niels Nesse2015-02-101-4/+4
* gl: Drop GdkGLContextClass.upload_texture()Emmanuele Bassi2015-02-093-19/+16
* gl: Clean up the required version accessorsEmmanuele Bassi2015-02-091-28/+17
* docs: We do not support non-core GL profilesEmmanuele Bassi2015-02-091-12/+14