summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Bugfix] Make windows viewer compilable via migw32 (4.3 series)Adam Tkac2009-02-132-3/+3
* [Bugfix] Removed one #ifdef/#endif, it broke compilation with X 1.5 sourceAdam Tkac2009-02-131-2/+0
* [Bugfix] Updated xserver16.patchAdam Tkac2009-02-041-12/+12
* [Bugfix] Removed obsolete #ifdef from Xorg module to make it working.Adam Tkac2009-02-041-6/+2
* [Development] Make Xvnc working when compiled against X 1.6 branch.Adam Tkac2009-02-041-16/+21
* [Bugfix] Dynamic keycode-keysym mapping works again in non-XKB 1.5 server. (X...Adam Tkac2009-02-021-117/+68
* [Bugfix] Rediff xserver16.patch against the latest 1.6 X sourceAdam Tkac2009-01-291-1/+1
* Reverted the dixLookupResourceByType part of r3573 - this function exists onl...Peter Åstrand2009-01-271-1/+1
* Like r3552/r3553, but for Windows viewer: Add TightVNC to window title.Peter Åstrand2009-01-271-1/+1
* Make sure that the scale factor code and DesktopName support works together: ...Peter Åstrand2009-01-271-6/+8
* Make sure both console and GUI about text is displayed correctly, even in UTF...Peter Åstrand2009-01-261-9/+16
* Use GUI codeset for C library as well, since we are displaying strings from it.Peter Åstrand2009-01-261-0/+3
* Updated swedish translation.Peter Åstrand2009-01-261-8/+12
* Removed fuzzy commentPeter Åstrand2009-01-261-1/+0
* Making translation template up to datePeter Åstrand2009-01-261-4/+8
* Eliminated several GCC warnings:Peter Åstrand2009-01-261-5/+6
* Eliminated unused variable vncPasswdFile. Peter Åstrand2009-01-261-1/+0
* [BugFix] Fixed: Skipping some mouse events when limiting mouse event sending....enikey2009-01-201-4/+36
* Another correction to the window name code: put parenthesis where it should be.Peter Åstrand2009-01-191-1/+1
* [Developement] Viewer can limit mouse events transfer (see mouseMaxFreq member).enikey2009-01-191-1/+9
* Update to last patch: Use TightVNC: instead of VNC:Peter Åstrand2009-01-161-2/+2
* Make sure to prefix even new desktop names with "VNC:". Peter Åstrand2009-01-151-1/+8
* Allow window name in recreateViewport to be translated. Peter Åstrand2009-01-151-1/+1
* When updating X11 window title, update WM_ICON_NAME and WM_CLASS asPeter Åstrand2009-01-151-1/+8
* Implemented support for DesktopName pseudo encoding, which allowsPeter Åstrand2009-01-1522-4/+130
* Make sure we are sending the appropriate numeric decimal symbol. ThePeter Åstrand2009-01-151-0/+26
* [Bugfix] Correct order of librandr and librender linkageAdam Tkac2009-01-071-1/+1
* [Cleanup] vncHooks.cc: all supported X sources has pCompositeClip in GC thus ...Adam Tkac2009-01-072-28/+19
* [Bugfix] Fixed assertion in serverReset() functionAdam Tkac2009-01-071-1/+1
* [Development] Make Xvnc compilable against X.org 1.6 branchAdam Tkac2009-01-074-27/+167
* [Development] Renamed xserver.patch to xserver15.patch and added xserver16.patchAdam Tkac2009-01-053-1/+73
* [Cleanup] Removed unneeded X module preprocessor parametersAdam Tkac2009-01-051-1/+0
* [Development] Added description for Tight extension initializatioin phase.VPavluk2008-12-291-0/+0
* [User interface] Changed labels for the video freeze button.Constantin Kaplinsky2008-12-271-2/+2
* [Layout] Application don't needs interface RecordInterface anymore. Interface...enikey2008-12-251-25/+0
* [Refactoring] RecordOutputStream use RfbProto for recording. Not using Record...enikey2008-12-252-52/+22
* [Cleanup, bugfix] Wrong CopyRect recording. Removed unusefull comments.enikey2008-12-251-28/+1
* [Developement] Added ability to freeze video (enable/disabe rectangular scree...enikey2008-12-253-10/+62
* [Refactoring] Removed unused method "isRecordFromBeggining".enikey2008-12-252-7/+1
* [Refactoring] Decoders not using RecordInterface no more.enikey2008-12-252-7/+0
* [Refactoring] Usage of RecordInterface removed from ZRLEDecoder.enikey2008-12-251-5/+2
* [Refactoring] Methods "recordCompactLen", "recordCompresedData" removed from ...enikey2008-12-253-52/+0
* [Refactoring] Body of "recordCompactLen", "recordCompresedData" commented. Pl...enikey2008-12-251-2/+2
* [Refactoring] Move "recordCompactLen", "recordCompressedData" methods from cl...enikey2008-12-251-2/+43
* [Refactoring] Most part of code that using RecordInterface to record session(...enikey2008-12-251-39/+28
* [Refactoring] Member "recordFromBeggining" removed from class RfbProto. Added...enikey2008-12-252-14/+4
* [Cleanup] Unused method "readCopyRect" and members "copyRectSrcX", "copyRectS...enikey2008-12-251-16/+0
* [Refactoring] Using CopyRect decoder to handle copyrect encoded data.enikey2008-12-251-5/+6
* [Developement] Add copyrect handler code to copyrect decoder.enikey2008-12-251-3/+11
* [Developement] Added "writeShort" method code that writes int as int16 (in bi...enikey2008-12-252-2/+11