summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* gdkcairocontext*.h: Include cairo.h consistentlyChun-wei Fan2018-05-152-2/+2
* Avoid absolute paths when building the API referenceEmmanuele Bassi2018-05-081-3/+4
* dnd: Make "formats" a construct-only propertyBenjamin Otte2018-05-076-59/+94
* wayland: Remove stray ifBenjamin Otte2018-05-071-1/+0
* win32: Remove unused fileBenjamin Otte2018-05-071-3231/+0
* wayland: Fix memleakBenjamin Otte2018-05-071-1/+2
* Add GdkPaintable to the docsMatthias Clasen2018-05-072-17/+17
* wayland: Redo DND offer handlingBenjamin Otte2018-05-064-327/+184
* gdk: Remove unnecessary assignmentsBenjamin Otte2018-05-061-2/+0
* Document gdk_drop_read_asyncMatthias Clasen2018-05-031-8/+13
* Merge branch 'wip/xdg-shell' into 'master'Matthias Clasen2018-05-044-363/+1093
|\
| * wayland: Various whitespace cleanupsJonas Ådahl2018-05-011-146/+151
| * wayland: Add support for xdg-shell stableJonas Ådahl2018-05-014-217/+942
* | win32: Fix buildBenjamin Otte2018-05-031-6/+4
* | dnd: Add a private structBenjamin Otte2018-05-034-17/+30
* | dnd: Remove gdk_drop_reply()Benjamin Otte2018-05-039-103/+0
* | gdk: Remove gdk_drag_grop_succeeded()Benjamin Otte2018-05-0310-82/+0
* | wayland: Use dev/evdev/input.h on FreeBSDTing-Wei Lan2018-05-011-2/+4
|/
* Fix some g-i annotation warningsRico Tzschichholz2018-05-012-2/+2
* gdk: do not deactivate surface on keyboard grabsSamuel Thibault2018-04-302-2/+2
* Misc documentation fixesMatthias Clasen2018-04-284-6/+4
* Document GdkMemoryTextureMatthias Clasen2018-04-282-1/+15
* dnd: Make GdkDragContext::device a (construct-only) propertyBenjamin Otte2018-04-2712-66/+52
* wayland: Create drop contexts on demandBenjamin Otte2018-04-272-15/+19
* cairocontext: Remove fallback implementationsBenjamin Otte2018-04-247-284/+17
* GDK W32: Switch to GdkCairoContextРуслан Ижбулатов2018-04-247-428/+386
* broadway: Add and use GdkBroadwayDrawContextAlexander Larsson2018-04-245-132/+166
* broadway: Add basic GdkCairoContext implementationAlexander Larsson2018-04-242-1/+110
* broadway: Call _gdk_surface_update_size when resizing surfaceAlexander Larsson2018-04-241-1/+4
* drawcontext: Only pass the region that mattersBenjamin Otte2018-04-2411-32/+20
* drawcontext: Add gdk_draw_context_in_frame() APIBenjamin Otte2018-04-247-13/+17
* drawcontext: Move variable into private structBenjamin Otte2018-04-242-12/+9
* gdk: Move begin/end_frame() functionsBenjamin Otte2018-04-248-184/+130
* gdk: Get rid of GdkDrawingContextBenjamin Otte2018-04-2410-351/+24
* gdk: Get rid of gdk_drawing_context_get_clip()Benjamin Otte2018-04-243-46/+0
* gdk: Add gdk_draw_context_get_frame_region()Benjamin Otte2018-04-244-20/+36
* gdk: Remove gdk_gl_context_get_damage()Benjamin Otte2018-04-242-21/+1
* wayland: Rewrite Cairo renderingBenjamin Otte2018-04-244-257/+238
* x11: Move implementation of Cairo context backendsBenjamin Otte2018-04-244-43/+102
* surface: Merge function into only callerBenjamin Otte2018-04-241-8/+1
* gdk: Remove GDK_DEBUG=cairo-imageBenjamin Otte2018-04-243-24/+9
* surface: Fold function into only userBenjamin Otte2018-04-241-13/+7
* cairocontext: Turn cairo_create() function into a vfuncBenjamin Otte2018-04-242-23/+33
* gdk: Remove unused GL settingBenjamin Otte2018-04-243-13/+0
* gdk: Add Cairo context implementations for all backendsBenjamin Otte2018-04-2423-4/+483
* cairocontext: Move a functionBenjamin Otte2018-04-244-54/+45
* gdk: Move Cairo code from surface to CairoContextBenjamin Otte2018-04-242-155/+134
* gdk: Add GdkCairoContextBenjamin Otte2018-04-249-20/+231
* snapshot: Redo debug messagesBenjamin Otte2018-04-242-7/+12
* wayland: Allow a NULL inhibitors hash tableEmmanuele Bassi2018-04-231-2/+1