summaryrefslogtreecommitdiff
path: root/lib/renderers/wayland/registry.c
AgeCommit message (Collapse)Author
2018-04-08Port to wlroots layer shellDrew DeVault
2016-04-12wayland: Bind interfaces correctlyJari Vetoniemi
seat was binded with XDG_SHELL_VERSION_CURRENT constant that makes no sense. Use this constant in use_unstable_version call instead, and bind to the implemented versions.
2015-01-17Get rid of _DEFAULT_SOURCE #defines, set this in cmake and also useJari Vetoniemi
secure_getenv where it makes sense.
2014-11-02Redraw only when input changed.Jari Vetoniemi
2014-11-02Get output width and height.Jari Vetoniemi
2014-11-02Key repeats.Jari Vetoniemi
2014-11-02Make shift + tab the current tab behavior, and normal tab to cycle.Jari Vetoniemi
2014-10-25Cleanup all resources used by wayland renderer.Jari Vetoniemi
2014-10-25Cleanup wayland renderer and plugin support.Jari Vetoniemi