Commit dede7749 authored by runge's avatar runge

handle mouse button number mismatch

 improved pointer input handling during drags, etc.
 somewhat faster copy_tiles() -> copy_tiles()
 x11vnc options -buttonmap -old_pointer -old_copytile
parent c63b5bb0
2004-01-19 Karl Runge <runge@karlrunge.com>
* handle mouse button number mismatch
* improved pointer input handling during drags, etc.
* somewhat faster copy_tiles() -> copy_tiles()
* x11vnc options -buttonmap -old_pointer -old_copytile
2004-01-16 Johannes E. Schindelin <Johannes.Schindelin@gmx.de>
* compile fix for cygwin
......
2004-01-19 Karl Runge <runge@karlrunge.com>
* improvements to pointer event handling primarily during window
dragging. check_user_input() for non-threaded and pointer()
for threaded. Revert to old way via -old_pointer option.
* some memory I/O improvement by using copy_tiles() instead
of copy_tile(). New one does rows of tiles at same time.
Revert to old way via -old_copytile.
* handle case of more mouse buttons on client than on X server.
* added -buttonmap option for finer control over button differences.
2004-01-09 Karl Runge <runge@karlrunge.com>
* options -allow / -localhost for simple IP based access screening
* option -nodragging to skip all screen updates during mouse drags
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment