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