]> source.dussan.org Git - tigervnc.git/commit
Migrating to new directory structure adopted from the RealVNC's source tree. More...
authorConstantin Kaplinsky <const@tightvnc.com>
Thu, 25 May 2006 05:12:25 +0000 (05:12 +0000)
committerConstantin Kaplinsky <const@tightvnc.com>
Thu, 25 May 2006 05:12:25 +0000 (05:12 +0000)
commit729598cb00d791bbdfe23ebe0023d3a1c3962f83
treeffe1b87705a0541998b8d7c44ea75dc4702dc515
parentb30ae7facbdf8273f34f5d67d3d2e9c81db75576
Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@591 3789f03b-4d11-0410-bbf8-ca57d06f2519
228 files changed:
win/README.txt [new file with mode: 0644]
win/README_BINARY.txt [new file with mode: 0644]
win/logmessages/logmessages.dsp [new file with mode: 0644]
win/logmessages/messages.h [new file with mode: 0644]
win/logmessages/messages.mc [new file with mode: 0644]
win/logmessages/messages.rc [new file with mode: 0644]
win/rfb_win32/AboutDialog.cxx [new file with mode: 0644]
win/rfb_win32/AboutDialog.h [new file with mode: 0644]
win/rfb_win32/BitmapInfo.h [new file with mode: 0644]
win/rfb_win32/CKeyboard.cxx [new file with mode: 0644]
win/rfb_win32/CKeyboard.h [new file with mode: 0644]
win/rfb_win32/CPointer.cxx [new file with mode: 0644]
win/rfb_win32/CPointer.h [new file with mode: 0644]
win/rfb_win32/CleanDesktop.cxx [new file with mode: 0644]
win/rfb_win32/CleanDesktop.h [new file with mode: 0644]
win/rfb_win32/Clipboard.cxx [new file with mode: 0644]
win/rfb_win32/Clipboard.h [new file with mode: 0644]
win/rfb_win32/CompatibleBitmap.h [new file with mode: 0644]
win/rfb_win32/ComputerName.h [new file with mode: 0644]
win/rfb_win32/CurrentUser.cxx [new file with mode: 0644]
win/rfb_win32/CurrentUser.h [new file with mode: 0644]
win/rfb_win32/DIBSectionBuffer.cxx [new file with mode: 0644]
win/rfb_win32/DIBSectionBuffer.h [new file with mode: 0644]
win/rfb_win32/DeviceContext.cxx [new file with mode: 0644]
win/rfb_win32/DeviceContext.h [new file with mode: 0644]
win/rfb_win32/DeviceFrameBuffer.cxx [new file with mode: 0644]
win/rfb_win32/DeviceFrameBuffer.h [new file with mode: 0644]
win/rfb_win32/Dialog.cxx [new file with mode: 0644]
win/rfb_win32/Dialog.h [new file with mode: 0644]
win/rfb_win32/DynamicFn.cxx [new file with mode: 0644]
win/rfb_win32/DynamicFn.h [new file with mode: 0644]
win/rfb_win32/EventManager.cxx [new file with mode: 0644]
win/rfb_win32/EventManager.h [new file with mode: 0644]
win/rfb_win32/FolderManager.cxx [new file with mode: 0644]
win/rfb_win32/FolderManager.h [new file with mode: 0644]
win/rfb_win32/Handle.h [new file with mode: 0644]
win/rfb_win32/IconInfo.h [new file with mode: 0644]
win/rfb_win32/IntervalTimer.h [new file with mode: 0644]
win/rfb_win32/LaunchProcess.cxx [new file with mode: 0644]
win/rfb_win32/LaunchProcess.h [new file with mode: 0644]
win/rfb_win32/ListViewControl.cxx [new file with mode: 0644]
win/rfb_win32/ListViewControl.h [new file with mode: 0644]
win/rfb_win32/LocalMem.h [new file with mode: 0644]
win/rfb_win32/LogicalPalette.h [new file with mode: 0644]
win/rfb_win32/LowLevelKeyEvents.cxx [new file with mode: 0644]
win/rfb_win32/LowLevelKeyEvents.h [new file with mode: 0644]
win/rfb_win32/ModuleFileName.h [new file with mode: 0644]
win/rfb_win32/MonitorInfo.cxx [new file with mode: 0644]
win/rfb_win32/MonitorInfo.h [new file with mode: 0644]
win/rfb_win32/MsgBox.h [new file with mode: 0644]
win/rfb_win32/MsgWindow.cxx [new file with mode: 0644]
win/rfb_win32/MsgWindow.h [new file with mode: 0644]
win/rfb_win32/OSVersion.cxx [new file with mode: 0644]
win/rfb_win32/OSVersion.h [new file with mode: 0644]
win/rfb_win32/ProgressControl.cxx [new file with mode: 0644]
win/rfb_win32/ProgressControl.h [new file with mode: 0644]
win/rfb_win32/RegConfig.cxx [new file with mode: 0644]
win/rfb_win32/RegConfig.h [new file with mode: 0644]
win/rfb_win32/Registry.cxx [new file with mode: 0644]
win/rfb_win32/Registry.h [new file with mode: 0644]
win/rfb_win32/SDisplay.cxx [new file with mode: 0644]
win/rfb_win32/SDisplay.h [new file with mode: 0644]
win/rfb_win32/SDisplayCoreDriver.h [new file with mode: 0644]
win/rfb_win32/SDisplayCorePolling.cxx [new file with mode: 0644]
win/rfb_win32/SDisplayCorePolling.h [new file with mode: 0644]
win/rfb_win32/SDisplayCoreWMHooks.cxx [new file with mode: 0644]
win/rfb_win32/SDisplayCoreWMHooks.h [new file with mode: 0644]
win/rfb_win32/SFileTransferManagerWin32.cxx [new file with mode: 0644]
win/rfb_win32/SFileTransferManagerWin32.h [new file with mode: 0644]
win/rfb_win32/SFileTransferWin32.cxx [new file with mode: 0644]
win/rfb_win32/SFileTransferWin32.h [new file with mode: 0644]
win/rfb_win32/SInput.cxx [new file with mode: 0644]
win/rfb_win32/SInput.h [new file with mode: 0644]
win/rfb_win32/ScaledDIBSectionBuffer.cxx [new file with mode: 0644]
win/rfb_win32/ScaledDIBSectionBuffer.h [new file with mode: 0644]
win/rfb_win32/Security.cxx [new file with mode: 0644]
win/rfb_win32/Security.h [new file with mode: 0644]
win/rfb_win32/Service.cxx [new file with mode: 0644]
win/rfb_win32/Service.h [new file with mode: 0644]
win/rfb_win32/SocketManager.cxx [new file with mode: 0644]
win/rfb_win32/SocketManager.h [new file with mode: 0644]
win/rfb_win32/TCharArray.cxx [new file with mode: 0644]
win/rfb_win32/TCharArray.h [new file with mode: 0644]
win/rfb_win32/Threading.cxx [new file with mode: 0644]
win/rfb_win32/Threading.h [new file with mode: 0644]
win/rfb_win32/ToolBar.cxx [new file with mode: 0644]
win/rfb_win32/ToolBar.h [new file with mode: 0644]
win/rfb_win32/TrayIcon.h [new file with mode: 0644]
win/rfb_win32/TsSessions.cxx [new file with mode: 0644]
win/rfb_win32/TsSessions.h [new file with mode: 0644]
win/rfb_win32/WMCursor.cxx [new file with mode: 0644]
win/rfb_win32/WMCursor.h [new file with mode: 0644]
win/rfb_win32/WMHooks.cxx [new file with mode: 0644]
win/rfb_win32/WMHooks.h [new file with mode: 0644]
win/rfb_win32/WMNotifier.cxx [new file with mode: 0644]
win/rfb_win32/WMNotifier.h [new file with mode: 0644]
win/rfb_win32/WMPoller.cxx [new file with mode: 0644]
win/rfb_win32/WMPoller.h [new file with mode: 0644]
win/rfb_win32/WMShatter.cxx [new file with mode: 0644]
win/rfb_win32/WMShatter.h [new file with mode: 0644]
win/rfb_win32/WMWindowCopyRect.cxx [new file with mode: 0644]
win/rfb_win32/WMWindowCopyRect.h [new file with mode: 0644]
win/rfb_win32/Win32Util.cxx [new file with mode: 0644]
win/rfb_win32/Win32Util.h [new file with mode: 0644]
win/rfb_win32/keymap.h [new file with mode: 0644]
win/rfb_win32/rfb_win32.dsp [new file with mode: 0644]
win/rfbplayer/ChoosePixelFormatDialog.h [new file with mode: 0644]
win/rfbplayer/EditPixelFormatDialog.h [new file with mode: 0644]
win/rfbplayer/FbsInputStream.cxx [new file with mode: 0644]
win/rfbplayer/FbsInputStream.h [new file with mode: 0644]
win/rfbplayer/GotoPosDialog.h [new file with mode: 0644]
win/rfbplayer/InfoDialog.h [new file with mode: 0644]
win/rfbplayer/OptionsDialog.h [new file with mode: 0644]
win/rfbplayer/PixelFormatList.cxx [new file with mode: 0644]
win/rfbplayer/PixelFormatList.h [new file with mode: 0644]
win/rfbplayer/PlayerOptions.cxx [new file with mode: 0644]
win/rfbplayer/PlayerOptions.h [new file with mode: 0644]
win/rfbplayer/PlayerToolBar.cxx [new file with mode: 0644]
win/rfbplayer/PlayerToolBar.h [new file with mode: 0644]
win/rfbplayer/RfbProto.cxx [new file with mode: 0644]
win/rfbplayer/RfbProto.h [new file with mode: 0644]
win/rfbplayer/SessionInfoDialog.h [new file with mode: 0644]
win/rfbplayer/UserPixelFormatsDialog.h [new file with mode: 0644]
win/rfbplayer/buildTime.cxx [new file with mode: 0644]
win/rfbplayer/resource.h [new file with mode: 0644]
win/rfbplayer/rfbSessionReader.h [new file with mode: 0644]
win/rfbplayer/rfbplayer.cxx [new file with mode: 0644]
win/rfbplayer/rfbplayer.dsp [new file with mode: 0644]
win/rfbplayer/rfbplayer.h [new file with mode: 0644]
win/rfbplayer/rfbplayer.ico [new file with mode: 0644]
win/rfbplayer/rfbplayer.rc [new file with mode: 0644]
win/rfbplayer/toolbar.bmp [new file with mode: 0644]
win/vnc.dsw [new file with mode: 0644]
win/vncconfig/Authentication.h [new file with mode: 0644]
win/vncconfig/Connections.h [new file with mode: 0644]
win/vncconfig/Desktop.h [new file with mode: 0644]
win/vncconfig/Hooking.h [new file with mode: 0644]
win/vncconfig/Inputs.h [new file with mode: 0644]
win/vncconfig/Legacy.cxx [new file with mode: 0644]
win/vncconfig/Legacy.h [new file with mode: 0644]
win/vncconfig/PasswordDialog.cxx [new file with mode: 0644]
win/vncconfig/PasswordDialog.h [new file with mode: 0644]
win/vncconfig/Sharing.h [new file with mode: 0644]
win/vncconfig/resource.h [new file with mode: 0644]
win/vncconfig/vncconfig.cxx [new file with mode: 0644]
win/vncconfig/vncconfig.dsp [new file with mode: 0644]
win/vncconfig/vncconfig.exe.manifest [new file with mode: 0644]
win/vncconfig/vncconfig.ico [new file with mode: 0644]
win/vncconfig/vncconfig.rc [new file with mode: 0644]
win/vncviewer/CConn.cxx [new file with mode: 0644]
win/vncviewer/CConn.h [new file with mode: 0644]
win/vncviewer/CConnOptions.cxx [new file with mode: 0644]
win/vncviewer/CConnOptions.h [new file with mode: 0644]
win/vncviewer/CConnThread.cxx [new file with mode: 0644]
win/vncviewer/CConnThread.h [new file with mode: 0644]
win/vncviewer/ConnectingDialog.cxx [new file with mode: 0644]
win/vncviewer/ConnectingDialog.h [new file with mode: 0644]
win/vncviewer/ConnectionDialog.cxx [new file with mode: 0644]
win/vncviewer/ConnectionDialog.h [new file with mode: 0644]
win/vncviewer/DesktopWindow.cxx [new file with mode: 0644]
win/vncviewer/DesktopWindow.h [new file with mode: 0644]
win/vncviewer/FTBrowseDlg.cxx [new file with mode: 0644]
win/vncviewer/FTBrowseDlg.h [new file with mode: 0644]
win/vncviewer/FTDialog.cxx [new file with mode: 0644]
win/vncviewer/FTDialog.h [new file with mode: 0644]
win/vncviewer/FTListView.cxx [new file with mode: 0644]
win/vncviewer/FTListView.h [new file with mode: 0644]
win/vncviewer/FTProgress.cxx [new file with mode: 0644]
win/vncviewer/FTProgress.h [new file with mode: 0644]
win/vncviewer/FileTransfer.cxx [new file with mode: 0644]
win/vncviewer/FileTransfer.h [new file with mode: 0644]
win/vncviewer/InfoDialog.cxx [new file with mode: 0644]
win/vncviewer/InfoDialog.h [new file with mode: 0644]
win/vncviewer/ListenServer.h [new file with mode: 0644]
win/vncviewer/ListenTrayIcon.h [new file with mode: 0644]
win/vncviewer/MRU.h [new file with mode: 0644]
win/vncviewer/OptionsDialog.cxx [new file with mode: 0644]
win/vncviewer/OptionsDialog.h [new file with mode: 0644]
win/vncviewer/UserPasswdDialog.cxx [new file with mode: 0644]
win/vncviewer/UserPasswdDialog.h [new file with mode: 0644]
win/vncviewer/ViewerToolBar.cxx [new file with mode: 0644]
win/vncviewer/ViewerToolBar.h [new file with mode: 0644]
win/vncviewer/buildTime.cxx [new file with mode: 0644]
win/vncviewer/cursor1.cur [new file with mode: 0644]
win/vncviewer/ftdir.ico [new file with mode: 0644]
win/vncviewer/ftfile.ico [new file with mode: 0644]
win/vncviewer/ftreload.ico [new file with mode: 0644]
win/vncviewer/ftup.ico [new file with mode: 0644]
win/vncviewer/resource.h [new file with mode: 0644]
win/vncviewer/toolbar.bmp [new file with mode: 0644]
win/vncviewer/vncviewer.bmp [new file with mode: 0644]
win/vncviewer/vncviewer.cxx [new file with mode: 0644]
win/vncviewer/vncviewer.dsp [new file with mode: 0644]
win/vncviewer/vncviewer.exe.manifest [new file with mode: 0644]
win/vncviewer/vncviewer.ico [new file with mode: 0644]
win/vncviewer/vncviewer.rc [new file with mode: 0644]
win/winvnc/AddNewClientDialog.h [new file with mode: 0644]
win/winvnc/ControlPanel.cxx [new file with mode: 0644]
win/winvnc/ControlPanel.h [new file with mode: 0644]
win/winvnc/JavaViewer.cxx [new file with mode: 0644]
win/winvnc/JavaViewer.h [new file with mode: 0644]
win/winvnc/ManagedListener.cxx [new file with mode: 0644]
win/winvnc/ManagedListener.h [new file with mode: 0644]
win/winvnc/QueryConnectDialog.cxx [new file with mode: 0644]
win/winvnc/QueryConnectDialog.h [new file with mode: 0644]
win/winvnc/STrayIcon.cxx [new file with mode: 0644]
win/winvnc/STrayIcon.h [new file with mode: 0644]
win/winvnc/VNCServerService.cxx [new file with mode: 0644]
win/winvnc/VNCServerService.h [new file with mode: 0644]
win/winvnc/VNCServerWin32.cxx [new file with mode: 0644]
win/winvnc/VNCServerWin32.h [new file with mode: 0644]
win/winvnc/buildTime.cxx [new file with mode: 0644]
win/winvnc/connecte.ico [new file with mode: 0644]
win/winvnc/connected.ico [new file with mode: 0644]
win/winvnc/icon_dis.ico [new file with mode: 0644]
win/winvnc/resource.h [new file with mode: 0644]
win/winvnc/winvnc.bmp [new file with mode: 0644]
win/winvnc/winvnc.cxx [new file with mode: 0644]
win/winvnc/winvnc.dsp [new file with mode: 0644]
win/winvnc/winvnc.ico [new file with mode: 0644]
win/winvnc/winvnc.rc [new file with mode: 0644]
win/winvnc/winvnc4.exe.manifest [new file with mode: 0644]
win/wm_hooks/resource.h [new file with mode: 0644]
win/wm_hooks/wm_hooks.cxx [new file with mode: 0644]
win/wm_hooks/wm_hooks.def [new file with mode: 0644]
win/wm_hooks/wm_hooks.dsp [new file with mode: 0644]
win/wm_hooks/wm_hooks.h [new file with mode: 0644]
win/wm_hooks/wm_hooks.rc [new file with mode: 0644]