| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a typo in W32 event-handling code | Руслан Ижбулатов | 2018-06-10 | 1 | -1/+1 |
* | Fix a warning about uninitialized variable | Руслан Ижбулатов | 2018-06-10 | 1 | -0/+2 |
* | Remove unused code in gdksurface-win32.c | Руслан Ижбулатов | 2018-06-10 | 1 | -56/+0 |
* | Fix more signedness issues in W32 backend | Руслан Ижбулатов | 2018-06-10 | 3 | -3/+3 |
* | A quick and dirty fix for a circular allocation issue | Руслан Ижбулатов | 2018-06-10 | 1 | -1/+2 |
* | Fix a missing default case warning | Руслан Ижбулатов | 2018-06-10 | 1 | -0/+4 |
* | Remove unused functions in W32 backend | Руслан Ижбулатов | 2018-06-10 | 4 | -157/+0 |
* | Fix signedness issues, remove unused code | Руслан Ижбулатов | 2018-06-10 | 1 | -48/+3 |
* | Remove some more unused variables | Руслан Ижбулатов | 2018-06-10 | 2 | -4/+0 |
* | Fix various type mismatch warnings | Руслан Ижбулатов | 2018-06-10 | 4 | -19/+19 |
* | Fix gdk_win32_cairo_context_end_frame prototype | Руслан Ижбулатов | 2018-06-10 | 1 | -2/+1 |
* | Remove unused variables (mostly in W32 code) | Руслан Ижбулатов | 2018-06-10 | 9 | -52/+1 |
* | Fix wrong format strings in various places | Руслан Ижбулатов | 2018-06-10 | 2 | -3/+3 |
* | x11: Remove useless check | Benjamin Otte | 2018-06-10 | 1 | -3/+0 |
* | clipboard: Remove return statements from void function | Benjamin Otte | 2018-06-10 | 1 | -12/+12 |
* | gdk: Make gdk_surface_move_to_rect public | Jonas Ådahl | 2018-06-05 | 3 | -10/+9 |
* | x11: Don't set NET_WM_PID when sandboxed | Matthias Clasen | 2018-05-29 | 2 | -13/+19 |
* | gdk: Add a private api to find sandboxes | Matthias Clasen | 2018-05-29 | 2 | -0/+15 |
* | events: Mark static function as such | Benjamin Otte | 2018-05-29 | 1 | -1/+1 |
* | gdk: Get rid of gdk_event_free() | Benjamin Otte | 2018-05-29 | 13 | -39/+23 |
* | gdkseatdefault: Don't hide GdkSurface on grab failure | Victor Toso | 2018-05-29 | 1 | -1/+5 |
* | gdkscreen-x11: Remove redundant typedef | Timm Bäder | 2018-05-27 | 1 | -2/+0 |
* | Merge branch 'issue792' into 'master' | Carlos Garnacho | 2018-05-22 | 1 | -62/+54 |
|\ |
|
| * | wayland: check native surface for crossing events | Olivier Fourdan | 2018-05-09 | 1 | -62/+54 |
* | | Merge branch 'wip/restart-cursor-animation' into 'master' | Matthias Clasen | 2018-05-17 | 1 | -4/+11 |
|\ \ |
|
| * | | wayland: Fix restarting cursor animation | Jonas Ådahl | 2018-05-09 | 1 | -4/+11 |
| |/ |
|
* | | gdkcairocontext*.h: Include cairo.h consistently | Chun-wei Fan | 2018-05-15 | 2 | -2/+2 |
|/ |
|
* | Avoid absolute paths when building the API reference | Emmanuele Bassi | 2018-05-08 | 1 | -3/+4 |
* | dnd: Make "formats" a construct-only property | Benjamin Otte | 2018-05-07 | 6 | -59/+94 |
* | wayland: Remove stray if | Benjamin Otte | 2018-05-07 | 1 | -1/+0 |
* | win32: Remove unused file | Benjamin Otte | 2018-05-07 | 1 | -3231/+0 |
* | wayland: Fix memleak | Benjamin Otte | 2018-05-07 | 1 | -1/+2 |
* | Add GdkPaintable to the docs | Matthias Clasen | 2018-05-07 | 2 | -17/+17 |
* | wayland: Redo DND offer handling | Benjamin Otte | 2018-05-06 | 4 | -327/+184 |
* | gdk: Remove unnecessary assignments | Benjamin Otte | 2018-05-06 | 1 | -2/+0 |
* | Document gdk_drop_read_async | Matthias Clasen | 2018-05-03 | 1 | -8/+13 |
* | Merge branch 'wip/xdg-shell' into 'master' | Matthias Clasen | 2018-05-04 | 4 | -363/+1093 |
|\ |
|
| * | wayland: Various whitespace cleanups | Jonas Ådahl | 2018-05-01 | 1 | -146/+151 |
| * | wayland: Add support for xdg-shell stable | Jonas Ådahl | 2018-05-01 | 4 | -217/+942 |
* | | win32: Fix build | Benjamin Otte | 2018-05-03 | 1 | -6/+4 |
* | | dnd: Add a private struct | Benjamin Otte | 2018-05-03 | 4 | -17/+30 |
* | | dnd: Remove gdk_drop_reply() | Benjamin Otte | 2018-05-03 | 9 | -103/+0 |
* | | gdk: Remove gdk_drag_grop_succeeded() | Benjamin Otte | 2018-05-03 | 10 | -82/+0 |
* | | wayland: Use dev/evdev/input.h on FreeBSD | Ting-Wei Lan | 2018-05-01 | 1 | -2/+4 |
|/ |
|
* | Fix some g-i annotation warnings | Rico Tzschichholz | 2018-05-01 | 2 | -2/+2 |
* | gdk: do not deactivate surface on keyboard grabs | Samuel Thibault | 2018-04-30 | 2 | -2/+2 |
* | Misc documentation fixes | Matthias Clasen | 2018-04-28 | 4 | -6/+4 |
* | Document GdkMemoryTexture | Matthias Clasen | 2018-04-28 | 2 | -1/+15 |
* | dnd: Make GdkDragContext::device a (construct-only) property | Benjamin Otte | 2018-04-27 | 12 | -66/+52 |
* | wayland: Create drop contexts on demand | Benjamin Otte | 2018-04-27 | 2 | -15/+19 |