summaryrefslogtreecommitdiff
path: root/src/surface/x.c
Commit message (Collapse)AuthorAgeFilesLines
* Wayland surface handler with mouse input based on X surface handlerVincent Sanders2013-04-091-2/+2
|
* Speculative support for xcb-util 0.3.8 and xcbproto 1.6John Mark Bell2012-05-121-1/+12
| | | | svn path=/trunk/libnsfb/; revision=13920
* Improve API to allow for RAM surfaces instead of direct blittingVincent Sanders2011-11-211-17/+28
| | | | | | | | Improve and update tests Fix RAM surface Fix VNC surface svn path=/trunk/libnsfb/; revision=13158
* Make libnsfb dynamically detect the available surface librariesJohn Mark Bell2010-12-041-1/+0
| | | | svn path=/trunk/libnsfb/; revision=10972
* Fix warnings which occour with gcc 4.5Vincent Sanders2010-06-081-2/+3
| | | | svn path=/trunk/libnsfb/; revision=10569
* Make shared memory pixmap setup more robustVincent Sanders2010-05-021-9/+35
| | | | svn path=/trunk/libnsfb/; revision=10541
* Fix keypress handlingVincent Sanders2010-04-301-327/+327
| | | | svn path=/trunk/libnsfb/; revision=10534
* Fix x surface to not leave mouse trailsVincent Sanders2010-04-301-9/+38
| | | | svn path=/trunk/libnsfb/; revision=10527
* fix x surface input timeoutVincent Sanders2010-04-301-15/+39
| | | | svn path=/trunk/libnsfb/; revision=10526
* acellerate x surface copyingVincent Sanders2010-04-291-17/+103
| | | | svn path=/trunk/libnsfb/; revision=10519
* ensure reply is not leaked if server does not support shared memoryVincent Sanders2010-04-261-4/+9
| | | | svn path=/trunk/libnsfb/; revision=10489
* enable shared memory images if availableVincent Sanders2010-04-261-39/+139
| | | | svn path=/trunk/libnsfb/; revision=10488
* significantly improve performance of the x surfaceVincent Sanders2010-04-261-118/+171
| | | | svn path=/trunk/libnsfb/; revision=10486
* start improvements in surface handlingVincent Sanders2010-04-261-0/+786
add X surface handler (need to address the speed issues) svn path=/trunk/libnsfb/; revision=10485