summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo in W32 event-handling codeРуслан Ижбулатов2018-06-101-1/+1
* Fix a warning about uninitialized variableРуслан Ижбулатов2018-06-101-0/+2
* Remove unused code in gdksurface-win32.cРуслан Ижбулатов2018-06-101-56/+0
* Fix more signedness issues in W32 backendРуслан Ижбулатов2018-06-103-3/+3
* A quick and dirty fix for a circular allocation issueРуслан Ижбулатов2018-06-101-1/+2
* Fix a missing default case warningРуслан Ижбулатов2018-06-101-0/+4
* Remove unused functions in W32 backendРуслан Ижбулатов2018-06-104-157/+0
* Fix signedness issues, remove unused codeРуслан Ижбулатов2018-06-101-48/+3
* Remove some more unused variablesРуслан Ижбулатов2018-06-102-4/+0
* Fix various type mismatch warningsРуслан Ижбулатов2018-06-104-19/+19
* Fix gdk_win32_cairo_context_end_frame prototypeРуслан Ижбулатов2018-06-101-2/+1
* Remove unused variables (mostly in W32 code)Руслан Ижбулатов2018-06-109-52/+1
* Fix wrong format strings in various placesРуслан Ижбулатов2018-06-102-3/+3
* x11: Remove useless checkBenjamin Otte2018-06-101-3/+0
* clipboard: Remove return statements from void functionBenjamin Otte2018-06-101-12/+12
* gdk: Make gdk_surface_move_to_rect publicJonas Ådahl2018-06-053-10/+9
* x11: Don't set NET_WM_PID when sandboxedMatthias Clasen2018-05-292-13/+19
* gdk: Add a private api to find sandboxesMatthias Clasen2018-05-292-0/+15
* events: Mark static function as suchBenjamin Otte2018-05-291-1/+1
* gdk: Get rid of gdk_event_free()Benjamin Otte2018-05-2913-39/+23
* gdkseatdefault: Don't hide GdkSurface on grab failureVictor Toso2018-05-291-1/+5
* gdkscreen-x11: Remove redundant typedefTimm Bäder2018-05-271-2/+0
* Merge branch 'issue792' into 'master'Carlos Garnacho2018-05-221-62/+54
|\
| * wayland: check native surface for crossing eventsOlivier Fourdan2018-05-091-62/+54
* | Merge branch 'wip/restart-cursor-animation' into 'master'Matthias Clasen2018-05-171-4/+11
|\ \
| * | wayland: Fix restarting cursor animationJonas Ådahl2018-05-091-4/+11
| |/
* | 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