summaryrefslogtreecommitdiff
path: root/gdk/wayland
Commit message (Expand)AuthorAgeFilesLines
* gdk: Make atoms handled genericallyBenjamin Otte2013-04-151-88/+0
* displaymanager: Handle list of displays in base classBenjamin Otte2013-04-151-7/+0
* displaymanager: Move set_default_display vfuncBenjamin Otte2013-04-153-14/+0
* displaymanager: Handle the default displayBenjamin Otte2013-04-151-11/+1
* wayland: Don't get the shell surface twiceMatthias Clasen2013-04-131-1/+3
* wayland: Don't "probe" for a Wayland compositor if started from compositorRob Bradford2013-04-121-0/+6
* wayland: Use more explicit out parameter namesChris Cummins2013-04-092-8/+8
* wayland: don't leave root window values uninitialisedRob Bradford2013-04-091-5/+3
* wayland: Clean up gdkwayland.hMatthias Clasen2013-04-084-45/+124
* 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
* 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
* gdkdisplay: Remove get_screen() and get_n_screens() vfuncsBenjamin Otte2013-04-021-18/+0
* wayland: Remove unused variableBenjamin Otte2013-04-011-1/+0
* Remove an unused filed in GdkWindowImplWaylandMatthias Clasen2013-03-311-3/+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
* 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
* 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
* wayland: Handle seat removalMatthias Clasen2013-03-264-16/+55
* wayland: Make monitor removal workMatthias Clasen2013-03-263-4/+10
* wayland: Also emit monitors-changed when monitors are unpluggedMatthias Clasen2013-03-261-0/+3
* wayland: Also emit size-changed when appropriateMatthias Clasen2013-03-261-6/+29
* wayland: Emit monitors-changed when monitors changeMatthias Clasen2013-03-261-0/+5
* Don't decrement the init_ref_count towards -infinityMatthias Clasen2013-03-261-2/+4
* wayland: Set screen size to bounding box of all outputsKristian Høgsberg2013-03-261-2/+7
* wayland: Roundtrip until we've receive initial input and output configurationKristian Høgsberg2013-03-264-1/+28
* wayland: Add toolbar settingsMatthias Clasen2013-03-241-0/+2
* wayland: Add support for custom surfacesJan Arne Petersen2013-03-242-16/+119
* wayland: Remove a few unused variablesMatthias Clasen2013-03-231-2/+0
* wayland: Don't recreated keymaps on layout changeMatthias Clasen2013-03-233-18/+29
* wayland: remove an unused variableMatthias Clasen2013-03-231-1/+0
* wayland: Respect keymap repeat informationMatthias Clasen2013-03-232-0/+6
* wayland: Pick up more settingsMatthias Clasen2013-03-231-104/+249
* wayland: implement GInitable and check the connection to the display serverThomas Wood2013-03-221-2/+36
* wayland: Implement cursor theme changingMatthias Clasen2013-03-224-28/+72
* wayland: Respect cursor size settingMatthias Clasen2013-03-221-4/+9