summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-25170-0/+55884
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-25314-0/+69330
* Added the scale controls to the vncviewer options dialoggeorge822006-05-241-6/+6
* Added the scale controls to the vncviewer options dialog.george822006-05-243-2/+18
* Adapt to Xorg; look for XorgVersion as well. Also, undefine XF86DRI for miini...Peter Åstrand2006-05-241-2/+2
* Removed duplicate definition of ddxInitGlobals. Adapt Copyright.Peter Åstrand2006-05-241-7/+4
* Small rfb_win32::ScaledDIBSectionBuffer class codegeorge822006-05-241-9/+14
* Small rfb::ScaledPixelBuffer class code improvements.george822006-05-242-12/+18
* Preparing for directory structure reorganization. New directory structure wil...Constantin Kaplinsky2006-05-240-0/+0
* Applied the rest of useful changes from VNC 4.1.2 (version number changes wer...Constantin Kaplinsky2006-05-242-7/+24
* Small code improvements. Convert the coordinates fromgeorge822006-05-241-2/+4
* Added the desktop image scaling support to vncviewer.george822006-05-232-16/+25
* Fixed the problem with framebuffer data not always aligned properly.Constantin Kaplinsky2006-05-231-2/+27
* Better cleanup on receiving signals, improved logging.Constantin Kaplinsky2006-05-221-11/+11
* Fixed gcc compile warning.Dennis Syrovatsky2006-05-223-6/+3
* Better logging -- less repeated information.Constantin Kaplinsky2006-05-224-10/+52
* Small code improvements.Dennis Syrovatsky2006-05-223-10/+14
* Removed debugging output, replaced fprintf() to stderr with proper logging vi...Constantin Kaplinsky2006-05-222-41/+18
* Minor code refactoring: loading initial screen data moved from XDesktop to Po...Constantin Kaplinsky2006-05-222-3/+6
* Changes to build under LynxOS 2.3. Some more changes should be done toConstantin Kaplinsky2006-05-214-1/+14
* Fixed a problem with toolbar that could show up in the full-screen mode.Constantin Kaplinsky2006-05-201-1/+1
* Added support for new `Geometry' option which allows serving an arbitraryConstantin Kaplinsky2006-05-206-43/+193
* VNCServerST::m_pFTManager pointer did not get initialized properly on VNCServ...Constantin Kaplinsky2006-05-201-1/+1
* Merged the changes from branch/merge-with-vnc-4.1.1, revisions 564:565.Constantin Kaplinsky2006-05-202-6/+12
* Adapt CConn::getUserPasswd, so that it can read from a file again.Peter Åstrand2006-05-191-11/+13
* More small fixes in file transfer related files to eliminate compilation warn...Constantin Kaplinsky2006-05-191-2/+2
* Various small fixes in file transfer related files to eliminate compilation w...Constantin Kaplinsky2006-05-196-7/+10
* Updated Makefile.in for building under Unix.Constantin Kaplinsky2006-05-191-0/+4
* Fixed svn:eol-style properties.Constantin Kaplinsky2006-05-1912-1292/+1292
* Applied a fix from VNC 4.1.2 to close critical security issue.Constantin Kaplinsky2006-05-181-0/+10
* Merged the changes from branch/merge-with-vnc-4.1.1, revisions 520:558.Constantin Kaplinsky2006-05-18360-7709/+11249
|\
| * Merged resources of the vncviewer. The viewer is almost complete now, only th...Constantin Kaplinsky2006-05-182-296/+263
| * Fixed a problem with not updating the system menu when it's opened by right-c...Constantin Kaplinsky2006-05-171-7/+12
| * Toolbar handling restored.Constantin Kaplinsky2006-05-173-10/+23
| * Minor fix to "invalidate" desktop child window instead of the parent window.Constantin Kaplinsky2006-05-171-1/+1
| * Fixed a bug with setting window size which has been introduced while merging....Constantin Kaplinsky2006-05-171-6/+6
| * SendSysKeys setting removed as it almost duplicates new DisableWinKeys settin...Constantin Kaplinsky2006-05-173-11/+1
| * Win32 vncviewer merged with VNC 4.1.1 code. The merge is incomplete - the cod...Constantin Kaplinsky2006-05-1630-2700/+3050
| * Added LowLevelKeyEvents.* files to the rfb_win32 project.Constantin Kaplinsky2006-05-151-0/+8
| * WinVNC merged with VNC 4.1.1 code.Constantin Kaplinsky2006-05-1120-499/+666
| * Removed an empty directory.Constantin Kaplinsky2006-05-110-0/+0
| * Updated rdr/msvcwarning.h from VNC 4.1.1, removed other msvcwarning.h files, ...Constantin Kaplinsky2006-05-1114-119/+30
| * Win32 vncconfig utility merged with VNC 4.1.1 code.Constantin Kaplinsky2006-05-1114-218/+397
| * The hooks DLL merged with VNC 4.1.1 code.Constantin Kaplinsky2006-05-113-16/+19
| * vncviewer_unix merged with VNC 4.1.1 code.Constantin Kaplinsky2006-05-0513-111/+142
| * vncpasswd utility merged with VNC 4.1.1 code.Constantin Kaplinsky2006-05-053-26/+45
| * Fixed a memory leak caused by not deleting Image objects properly.Constantin Kaplinsky2006-04-191-1/+2
| * Fixed a problem with QueryConnect dialog not counting down seconds, andConstantin Kaplinsky2006-04-191-8/+6
| * Minor code formatting fix.Constantin Kaplinsky2006-04-181-2/+2
| * Fixed a bug with dereferencing a zero pointer in x0vncserver.Constantin Kaplinsky2006-04-181-3/+20