summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* wayland: Implement gdk_keymap_get_modifier_stateMatthias Clasen2013-04-062-17/+14
* wayland: Fix gdk_keymap_translate_keyboard_stateMatthias Clasen2013-04-061-17/+16
* wayland: Implement gdk_keymap_translate_keyboard_stateMatthias Clasen2013-04-061-6/+82
* wayland: Fix up key event translationMatthias Clasen2013-04-063-3/+24
* trivial whitespace fixMatthias Clasen2013-04-061-3/+3
* wayland: Return NULL as the keyval name for 0Matthias Clasen2013-04-061-0/+2
* gdk: Deprecate gdk_display_get_n_screens()Benjamin Otte2013-04-062-0/+3
* x11: Simplify code for single-screen caseBenjamin Otte2013-04-063-102/+85
* GdkOffscreenWindow: Implement gdk_window_get_frame_extents()Tristan Van Berkom2013-04-061-1/+11
* broadway: Unsure we clear the grab on window hideAlexander Larsson2013-04-053-0/+29
* broadway: Fix warningAlexander Larsson2013-04-051-1/+1
* wayland: Implement more keymap functionsMatthias Clasen2013-04-051-16/+53
* wayland: Implement gdk_keymap_get_entries_for_keycodeMatthias Clasen2013-04-051-3/+38
* wayland: Always initialize directionsMatthias Clasen2013-04-041-23/+25
* wayland: Emit ::direction-changed when appropriateMatthias Clasen2013-04-031-0/+5
* wayland: Implement keymap directionMatthias Clasen2013-04-031-2/+88
* wayland: display: Fix memory leakPavel Vasin2013-04-031-0/+2
* broadway: Ensure we allocate shm surface space earlyAlexander Larsson2013-04-031-0/+7
* Broadway: Fix shm namesAlexander Larsson2013-04-031-1/+1
* broadway: destroy old surface before creating new oneAlexander Larsson2013-04-031-4/+1
* gdkdisplay: Warn if asked for a non-zero screen not a zero screenRob Bradford2013-04-021-1/+1
* broadway: Mark deprecated function callBenjamin Otte2013-04-021-0/+2
* broadway: Don't use deprecated APIBenjamin Otte2013-04-021-1/+1
* gdkdisplay: Remove get_screen() and get_n_screens() vfuncsBenjamin Otte2013-04-026-80/+3
* broadway: Use wss: on https: urisAlexander Larsson2013-04-011-1/+1
* Deprecate gdk_get_display()Benjamin Otte2013-04-012-0/+4
* gdk: Shuffle code aroundBenjamin Otte2013-04-013-15/+15
* x11: Make display:screen relation 1:1Benjamin Otte2013-04-012-39/+16
* wayland: Remove unused variableBenjamin Otte2013-04-011-1/+0
* Remove an unused filed in GdkWindowImplWaylandMatthias Clasen2013-03-311-3/+0
* Remove an unused field in GdkWindowX11Matthias Clasen2013-03-312-2/+0
* wayland: Set a wayland-client log handler to print errors we getKristian Høgsberg2013-03-301-0/+8
* wayland: Don't error out on G_IO_HUP until we've read G_IO_IN dataKristian Høgsberg2013-03-301-4/+4
* broadway: Reuse surfaces passed to serverAlexander Larsson2013-03-291-2/+31
* broadway: Move surface open to serverAlexander Larsson2013-03-293-59/+73
* broadway: Make chrome work againAlexander Larsson2013-03-291-28/+14
* broadway: Add support for password authenticationAlexander Larsson2013-03-296-50/+193
* broadway: Limit window resize based on window geometryAlexander Larsson2013-03-292-3/+91
* broadway: Sync surface updates with paint clockAlexander Larsson2013-03-291-15/+50
* broadway: Ensure window sizes are synched rightAlexander Larsson2013-03-292-4/+5
* broadway: Clean up moveresize codeAlexander Larsson2013-03-292-7/+8
* broadway: Remove leftover cruft that caused resize to failAlexander Larsson2013-03-291-6/+0
* broadway: Fix mouse position typoAlexander Larsson2013-03-291-1/+1
* wayland: Implement animatable cursorsChris Cummins2013-03-283-22/+108
* wayland: Do not free wayland cursor buffersChris Cummins2013-03-281-4/+1
* wayland: Differentiate wayland and pixbuf cursorsChris Cummins2013-03-281-30/+44
* quartz: move atom/pasteboard type conversions functions to GDKKristian Rietveld2013-03-282-0/+44
* docs: Add wayland documentation to Gdk referenceJan Arne Petersen2013-03-271-0/+34
* wayland: Use the wl_display_sync() request to track pending init roundtripsKristian Høgsberg2013-03-273-23/+32
* wayland: Pass most recent button press serial to set_popup_surfaceKristian Høgsberg2013-03-273-6/+15