summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* gl: Set legacy bit depending on OpenGL versionEmmanuele Bassi2016-10-231-1/+8
* gl: Check whether use_es is positiveEmmanuele Bassi2016-10-231-2/+2
* gdk/gl: Allow autodetection for GL/GLESEmmanuele Bassi2016-10-212-6/+22
* gdk: Don't second-guess whether a context is GLESAdam Jackson2016-10-211-1/+0
* Deprecate gdk_window_set_debug_updatesMatthias Clasen2016-10-212-2/+3
* Deprecate the gdk_window_set_background* functionsMatthias Clasen2016-10-203-7/+19
* Deprecate more to-be-removed screen apisMatthias Clasen2016-10-2013-37/+78
* Deprecate to-be-removed screen APIMatthias Clasen2016-10-204-11/+45
* wayland: Allow grabless xdg_popupsCarlos Garnacho2016-10-202-25/+15
* gdk: Get rid of unused variablesBenjamin Otte2016-10-171-5/+0
* gdkwindow: configure native windows in move_native_children()Olivier Fourdan2016-10-131-3/+23
* Use eglGetPlatformDisplay{,EXT} if availableAdam Jackson2016-10-101-1/+36
* Fix some EGLDisplay * abuseAdam Jackson2016-10-101-1/+1
* Revert "Add GDK_AVAILABLE_IN_3_90"Kalev Lember2016-10-061-16/+0
* wayland: Only 'moved-to-rect' if move_to_rect() was usedJonas Ådahl2016-09-301-0/+3
* Add GDK_AVAILABLE_IN_3_90Richard Hughes2016-09-291-0/+16
* wayland: always sync state after a frame is paintedGustavo Noronha Silva2016-09-281-4/+4
* wayland: Avoid negative size constraintsOlivier Fourdan2016-09-281-4/+4
* Do not filter out small scroll event fractionsAndreas Pokorny2016-09-261-2/+2
* Add some missing (nullable) annotationsRico Tzschichholz2016-09-224-10/+10
* GDK W32: Ignore autorepeated key presses on modifier keysJeremy Tan2016-09-191-0/+8
* GDK W32: Always process all available messagesJeremy Tan2016-09-191-2/+1
* GDK W32: Set is_modifier field in GdkKeyEventРуслан Ижбулатов2016-09-171-0/+3
* Implement gdk_screen_get_monitor_scale_factor genericallyMatthias Clasen2016-09-141-5/+4
* wayland: Move and resize popup after it was configuredJonas Ådahl2016-09-141-2/+16
* wayland: Transform moved_to_rect result properlyJonas Ådahl2016-09-141-11/+22
* wayland: Use helper to translate to real parent window geometryJonas Ådahl2016-09-141-6/+18
* wayland: Don't pass parent when creating dynamic positionerJonas Ådahl2016-09-141-3/+3
* wayland: Don't pass transient-for when getting real parentJonas Ådahl2016-09-141-5/+6
* wayland: Fix south-west anchor rect calculationJonas Ådahl2016-09-141-1/+1
* wayland: Don't pass non-changing state when calculating popup rectsJonas Ådahl2016-09-141-14/+10
* wayland: Move move_to_rect related code closer togetherJonas Ådahl2016-09-141-126/+157
* wayland: unmap popup along with its toplevelOlivier Fourdan2016-09-121-0/+26
* gdkscreen-x11: Enable RandR on VirtualBoxTakao Fujiwara2016-09-091-33/+2
* gdkdisplay: Unref seats in finalizeTimm Bäder2016-09-081-0/+1
* gdkdisplay-wayland: Fix some memory leaksTimm Bäder2016-09-081-0/+12
* wayland: Warn when an application tries to map popup incorrectlyJonas Ådahl2016-09-022-0/+14
* x11: Fix a trap mixupMatthias Clasen2016-08-291-1/+4
* Document handle-related Wayland apiMatthias Clasen2016-08-291-7/+67
* wayland: Add API for setting an exported as a parentJonas Ådahl2016-08-294-0/+81
* wayland: Add API for creating exported window handlesJonas Ådahl2016-08-295-0/+110
* GDK W32: Remove obsolete assertionsРуслан Ижбулатов2016-08-261-2/+0
* wayland: add min/max size from xdg-shell v6Olivier Fourdan2016-08-251-0/+36
* wayland: Implement move_to_rectJonas Ådahl2016-08-251-50/+462
* wayland: Port to xdg_shell unstable v6Jonas Ådahl2016-08-254-124/+240
* wayland: Move window geometry calculation to helperJonas Ådahl2016-08-251-7/+21
* wayland: Only update the window title if it actually updatedJonas Ådahl2016-08-251-0/+3
* wayland: Only sync surface regions once per commitJonas Ådahl2016-08-251-8/+25
* wayland: Remove gdk_wayland_display_get_xdg_shell()Jonas Ådahl2016-08-252-20/+0
* wayland: Get tiled state from gtk_shell instead of xdg_shellJonas Ådahl2016-08-252-11/+52