aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* Do not translate the encoding names: These are just that:Peter Åstrand2011-08-151-4/+4
* Another fullscreen fix: avoid triggering fullscreen simply by settingPeter Åstrand2011-08-021-1/+9
* More fullscreen fixes: Do not try to change size in fullscreen modePeter Åstrand2011-08-011-5/+6
* Include build date/time and bitness in the About dialogDRC2011-07-283-3/+26
* Unless GnuTLS is being used, we have to explicitly link vncviewer with ws2_32...DRC2011-07-281-0/+7
* Include a stripped-down version of FLTK in tree and add a USE_INCLUDED_FLTK o...DRC2011-07-281-0/+3
* Another fullscreen fix: When the framebuffer size changes, we must notPeter Åstrand2011-07-191-0/+3
* Make fullscreen mode work better with some X11 WMs such as Fedora 14Peter Åstrand2011-07-182-5/+25
* XGrabKeyboard needs to use CurrentTime rather thanPeter Åstrand2011-07-181-1/+1
* Implement hacky workaround for rendering errors on XP and newer when the screenPierre Ossman2011-07-151-2/+9
* This was not a good method to get an initial full update as we would get twoPierre Ossman2011-07-151-4/+1
* When we stopped doing full updates on format changes, we also lost the sidePierre Ossman2011-07-151-0/+3
* Add some extra debug output when the frame buffer changes size.Pierre Ossman2011-07-151-0/+3
* Add hack to make the client start properly even in the face of endian issues.Pierre Ossman2011-07-151-0/+20
* Make sure we use the correct pixel format for cursors when in non-native mode.Pierre Ossman2011-07-151-3/+8
* We don't need to force a full refresh on format changes with the new viewerPierre Ossman2011-07-151-2/+0
* The new viewer stores the framebuffer in a native format, instead ofPierre Ossman2011-07-152-17/+24
* Managed to consistently get the colour levels reversed. Fix up everything soPierre Ossman2011-07-142-11/+16
* Workaround for Alt behaviour on OS X.Pierre Ossman2011-07-141-0/+17
* The password file must be opened in binary mode. Otherwise, you mightPeter Åstrand2011-07-141-1/+1
* Port over the AltGr hack that the old Windows viewer has. Seems we need thisPierre Ossman2011-07-131-0/+57
* Mostly we will catch socket errors when processing incoming data, butPierre Ossman2011-07-121-5/+32
* Destroy the main UI and connection objects before popping up the fatal errorPierre Ossman2011-07-123-5/+15
* More consolidation into handleKeyEvent().Pierre Ossman2011-07-121-5/+3
* Simplify things by using the handleKeyEvent() method for the fake pressesPierre Ossman2011-07-121-16/+11
* Create a proper header file for the exported functions from vncviewer.cxx.Pierre Ossman2011-07-125-9/+29
* The previous fix for eliminating the console window in vncviewer.exe was not ...DRC2011-07-051-1/+5
* Use generic copyright message which refers the user to the complete copyright...DRC2011-06-281-3/+1
* Rename man pages to .1 when installingDRC2011-06-251-1/+1
* Install man pages during 'make install' on Unix systemsDRC2011-06-252-1/+228
* Fix build issues with Visual C++ (implemented macro version of snprintf + re-...DRC2011-06-247-14/+33
* Call Fl::args() to properly parse the "hidden" arguments that FLTK understand...DRC2011-06-231-13/+16
* Call setMenuKey before initContextMenu to avoid uninitialisedPeter Åstrand2011-06-231-2/+1
* Turns out that TXImage wasn't just being overly cautious with the custom errorPierre Ossman2011-06-171-0/+24
* Implement optimised drawing operations for OS X. Didn't see any reduction inPierre Ossman2011-06-174-2/+150
* Remove unused structure definition.Pierre Ossman2011-06-171-12/+0
* Translate the default menu items we get on OS X.Pierre Ossman2011-06-161-0/+8
* Implement a more robust method to handle the keyboard grab/focus voodoo asPierre Ossman2011-06-144-21/+58
* Flushing screen updates after 100 ms turned out to be too aggressive andPierre Ossman2011-06-131-1/+1
* Optimised drawing routines for Win32, based on the old Windows viewer.Pierre Ossman2011-06-134-2/+136
* Optimised drawing routines for X11, roughly based on how the old Unix viewerPierre Ossman2011-06-134-1/+240
* Basic framework for more optimised, platform specific, drawing routines.Pierre Ossman2011-06-133-19/+66
* We can get 0x0 cursor sometimes when the server wants to hide it.Pierre Ossman2011-06-091-24/+31
* Copied the dot cursor logic over from the Unix viewer incorrectly.Pierre Ossman2011-06-091-3/+2
* Default to fully respecting the remote cursor in order to be closer to a localPierre Ossman2011-06-091-1/+1
* We have no cursor initially, and never if the server doesn't support localPierre Ossman2011-06-091-1/+2
* Implement dot cursor in new viewer.Pierre Ossman2011-06-091-28/+56
* The default value of local cursor support is false, so we couldn't justPierre Ossman2011-06-091-0/+4
* Bah, not enough coffee today. I had already implemented the pointer ratePierre Ossman2011-06-085-12/+4
* Local cursors are a pain to deal with and I doubt it's worth the effort toPierre Ossman2011-06-082-7/+0