| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
These types caused an incorrect signed/unsigned behaviour, so let's make
sure we use the appropriate type.
|
|
|
|
|
| |
These were not meant to fall through. Likely didn't have any adverse
effects, but let's fix it anyway.
|
|
|
|
|
|
| |
The generally recommended way is to include it from source files, not
headers. We had a mix of both. Let's try to be consistent and follow the
recommended way.
|
|
|
|
|
| |
It's just used in this one place, and isn't very large. Also move things
around a bit to avoid having to define new complex types.
|
|
|
|
|
|
|
| |
Fix some indentation issues and make sure everything* uses CamelCase.
* MonitorArrangement is left as snake_case in order to pretend it is an
independent FLTK widget class.
|
|
|
|
|
|
|
| |
It might be useful to have more information about a monitor when
configuring its settings in the Options menu. Therefore, this commit
adds support for showing additional information about a monitor
(resolution and platform-specific name).
|
| |
|
|
|
|
| |
This covers some Alt+key presses as well.
|
|
|
|
|
|
| |
Some of the virtual key codes for Japanese keys are used for other
things on other layouts, so we need to make sure we only use this look
up table when the layout is indeed set to Japanese.
|
|
|
|
| |
Added vkey mappings for Japanese keyboards because the special keys for Japanese input do not work on TigerVNC currently.
|
|
|
|
|
| |
Improve AltGr detection even further on Windows so we can detect the
case when Ctrl and AltGr are pressed together.
|
|
|
|
|
| |
Ctrl+Pause sends break which results in a different VKEY on Windows.
Make sure we map that properly to the equivalent keysym.
|
|
|
|
|
|
| |
This key requires a bit extra care on Windows. We get wildly
different messages depending on if Alt is pressed or not. The symbol
chosen now follows the standard behaviour on X11.
|
| |
|
|
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4449 3789f03b-4d11-0410-bbf8-ca57d06f2519
|