summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* x11: Fetch vendor/product identifiers for input devicesCarlos Garnacho2015-01-191-0/+43
* device: Add property/getters for vendor/product identifiersCarlos Garnacho2015-01-193-1/+121
* Fix a typo in the docsMatthias Clasen2015-01-181-1/+1
* broadway: Only use abstract sockets when they are supportedMatthias Clasen2015-01-182-6/+8
* Make Broadway work on freebsdMatthias Clasen2015-01-181-2/+2
* Remove some outdated referencesMatthias Clasen2015-01-181-9/+11
* Fix event->button.y_root when using mouse buttons and dnd canceledMaks Naumov2015-01-171-1/+1
* Prefer the Wayland backendMatthias Clasen2015-01-171-3/+3
* Properly ignore BadWindow and BadDrawable in get_child_info_handler()Maks Naumov2015-01-111-1/+1
* x11/gl: Do not specify the GLX context versionEmmanuele Bassi2015-01-101-6/+19
* gdkeventsource-wayland: Fix styleJasper St. Pierre2014-12-281-2/+2
* mir: Add missing reference to gdkmir-private.hRico Tzschichholz2014-12-281-0/+1
* x11/gl: Set the correct minor versionEmmanuele Bassi2014-12-251-1/+1
* quartz: NSWindow NULL check in get_scale_factorPhilip Chimento2014-12-241-1/+1
* GDK-Win32: Drop Some Unused ItemsChun-wei Fan2014-12-222-4/+0
* Don't initialize GL if it has been disabledMatthias Clasen2014-12-191-0/+3
* Add an XSetting for the session bus IDMatthias Clasen2014-12-181-0/+1
* Add OpenGL Support for the GDK Windows BackendChun-wei Fan2014-12-178-18/+861
* gdkgl: Use vfunc For Uploading TexturesChun-wei Fan2014-12-173-5/+27
* gdk: Fix scissoring with scaled windowsAlexander Larsson2014-12-152-13/+13
* gdk_gl_texture_from_surface - fix software fallbackAlexander Larsson2014-12-151-5/+3
* gdk_cairo_draw_from_gl - fix drawing with alpha on window scale > 1Alexander Larsson2014-12-151-2/+2
* broadway: Initial SSL supportMichael Natterer2014-12-153-19/+83
* gdk: Emit stamp-gc-h in the correct directoryJasper St. Pierre2014-12-121-1/+1
* Fix some oversights with header guardsMatthias Clasen2014-12-085-15/+15
* gdkgl: pass the correct number of quads to gdk_gl_texture_quadsMarco Trevisan (Treviño)2014-12-021-3/+6
* mir: don't initialize the display if the required pixel formats aren't availableMarco Trevisan (Treviño)2014-12-011-26/+48
* Quiet some make rulesMatthias Clasen2014-11-302-4/+4
* docs: Add a missing wordMatthias Clasen2014-11-281-1/+1
* mir: clear screen, keymap and event source when disposing dpyMarco Trevisan (Treviño)2014-11-271-2/+3
* x11: Handle obsolete selection requests without crashingMatthias Clasen2014-11-261-1/+1
* gdkdisplay-x11: Don't do extra work when simply moving the windowJasper St. Pierre2014-11-261-6/+11
* Make scale=2 work againMatthias Clasen2014-11-241-2/+0
* gdkgl.c: Avoid GCCism in Pointer ArithmeticChun-wei Fan2014-11-241-1/+1
* wayland: Pass shadow width to the compositorCarlos Garnacho2014-11-231-15/+28
* gdkinternals: Document our drawing and painting process betterJasper St. Pierre2014-11-221-5/+72
* gdkgl: Texture quads in one giant draw callJasper St. Pierre2014-11-221-4/+22
* gdkgl: Use one VBO for both position and uv attributesJasper St. Pierre2014-11-222-22/+7
* gdkgl: Texture many quads at once for performance reasonsJasper St. Pierre2014-11-223-37/+75
* gdkglcontext-x11: Make sure to enable the scissor testJasper St. Pierre2014-11-221-0/+4
* gdkgl: Use a GdkTexturedQuad struct to paint quadsJasper St. Pierre2014-11-223-33/+43
* gdkgl: Clean up program-manipulating codeJasper St. Pierre2014-11-222-67/+50
* 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-225-14/+10
* quartz: Don't bother storing the paint_clip_regionJasper St. Pierre2014-11-222-56/+0
* mir: initialize surface name with program nameMarco Trevisan (Treviño)2014-11-211-1/+1
* GL: Fix typo in gdk_gl_texture_from_surfaceAlexander Larsson2014-11-201-1/+1
* GdkGLContext: Remove unused update vfuncAlexander Larsson2014-11-204-59/+0
* GL: Fix GL Y coordinate flipping to use unscaled window heightAlexander Larsson2014-11-201-12/+12
* Add gdk_window_get_unscaled_sizeAlexander Larsson2014-11-204-1/+52