aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/x11/xdisplay.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add better X error handlingPierre Krieger2015-12-301-0/+44
|
* x11: Improve xlib error reportingEmilio Cobos Álvarez2015-12-151-10/+4
|
* Add #[inline] attributesPierre Krieger2015-09-231-0/+4
|
* Report the error from x11-rs when failing to open shared librariesPierre Krieger2015-09-201-8/+29
|
* Err when a X connection cannot be created instead of panickingPierre Krieger2015-09-201-4/+18
|
* Try libEGL.so.1 before libEGL.soPierre Krieger2015-07-281-1/+4
|
* Use XInput2 for event handlingRobert Knight2015-06-281-0/+3
| | | | | This provides smooth scrolling for touchpad devices and will enable support for touch events etc. in future.
* Rework the X implementation to use only one X connectionPierre Krieger2015-05-171-0/+100