| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | SDLvncviewer: upon focus loss, force releasing the Alt keys | dscho | 2009-03-07 | 1 | -0/+16 |
| | | | | | | | | | When switching windows using the Alt+Tab shortcut, SDLvncviewer would get the "down" event, but not the "up" event. This patch provides a workaround. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
| * | SDLvncviewer: refactor event handling | dscho | 2009-03-07 | 1 | -43/+50 |
| | | | | | | | | Instead of having deep indent levels, put the code to handle events into its own function. That also helps readability. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
| * | Teach SDLvncviewer to be resizable | dscho | 2009-03-07 | 1 | -8/+145 |
| | | | | | | | | | Using "SDLvncviewer -resizable", you make the window resizable. This means that you can shrink the window (e.g. when you are trying to access an x11vnc from your little netbook), or you can enlarge it. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
| * | SDLvncviewer: enable key repeat | dscho | 2009-03-06 | 1 | -0/+2 |
| | | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
| * | SDLvncviewer: update screen correctly after a resize | dscho | 2008-06-03 | 1 | -0/+2 |
| | | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
| * | SDLvncviewer: add -viewonly | dscho | 2008-05-13 | 1 | -1/+15 |
| | | | | | | | | Just like its siblings from other projects, SDLvncviewer now supports viewonly connections. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
| * | SDLvncviewer: fix button handling | dscho | 2008-02-02 | 1 | -2/+2 |
| | | | | | | | | | For some reason, I swapped buttons 2 and 3 on Dec 7, 2005, in commit "translate keys based on unicode (much more reliable than sym)". I do not remember why, nor what I smoked, but this was wrong. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
| * | SDLvncviewer: fix Ctrl+<letter> | dscho | 2008-02-02 | 1 | -0/+5 |
| | | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
| * | SDLvncviewer: fix translation of the Tab key | dscho | 2008-02-02 | 1 | -1/+1 |
| | | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
| * | The great UltraVNC Compatibility Commit | steven_carr | 2006-05-15 | 1 | -1/+21 |
| | | |||||
| * | libvncclient: support changing of framebuffer size; make SDLvncviewer use it | dscho | 2006-04-28 | 1 | -0/+1 |
| | | |||||
| * | fix SDLvncviewer for widths which are not divisible by 8 | dscho | 2006-04-28 | 1 | -1/+2 |
| | | |||||
| * | add KeyboardLedState extension | dscho | 2006-03-28 | 1 | -0/+8 |
| | | |||||
| * | assorted fixes for MinGW32 | dscho | 2005-12-19 | 1 | -0/+1 |
| | | |||||
| * | translate keys based on unicode (much more reliable than sym) | dscho | 2005-12-07 | 1 | -142/+88 |
| | | |||||
| * | add an extension mechanism for LibVNCClient, modify the client data handling | dscho | 2005-10-06 | 1 | -3/+3 |
| | | | | | | so that more than one data structure can be attached, and add an example to speak the client part of the back channel. | ||||
| * | try 32 bit first | dscho | 2005-05-24 | 1 | -1/+2 |
| | | |||||
| * | ANSIfy, fix some warnings from Linus' sparse | dscho | 2005-05-15 | 1 | -2/+3 |
| | | |||||
| * | fix for older SDL versions | dscho | 2005-03-06 | 1 | -3/+9 |
| | | |||||
| * | support MinGW32! | dscho | 2004-12-01 | 1 | -1/+45 |
| | | |||||
| * | cleanups; libvncclient supports -encodings already | dscho | 2004-06-18 | 1 | -14/+12 |
| | | |||||
| * | fix compilation on MacOSX | dscho | 2004-06-08 | 1 | -5/+4 |
| | | |||||
| * | added -encodings | dscho | 2004-06-07 | 1 | -1/+9 |
| | | |||||
| * | add mouse button handling | dscho | 2004-06-07 | 1 | -1/+12 |
| | | |||||
| * | add client_examples/, add SDLvncviewer, libvncclient API changes, suppress ↵ | dscho | 2004-06-07 | 1 | -0/+236 |
| automake CFLAGS nagging | |||||
