Other Updates

The following feature has been updated in Views version 7.1.

Library linking updates

In Views 7.1 you will now need to explicitly specify all the libraries you need to link with. The previous process for linking to libraries, using #pragma comment(lib, <name>), made it difficult to control build dependencies and what actually gets linked.

Scrolling with mouse wheel in Views application on Linux from an X server

Support for mouse wheel events is now switched on by default. The default configuration is Button4 on WheelUp and Button5 on WheelDown.

For X servers generating on Button5 WheelUp and Button4 on WheelDown, the environment variable ILVEMULATEMOUSEWHEEL or the resource EmulateMouseWheel must be up5down4 or reversed.

For switching support for mouse wheel events off, the value can be either false, no, or off.