You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pierre Ossman ad8609a2ed Fix unsafe usage of the logging functions. 12 years ago
..
AboutDialog.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
AboutDialog.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
BitmapInfo.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
CKeyboard.cxx [Bugfix] Third parameter of GetLocaleInfo is LPTSTR. Also compute the 4th 14 years ago
CKeyboard.h [Bugfix] Make windows viewer compilable via migw32 (4.3 series) 15 years ago
CMakeLists.txt [Development] Add new rfb_win32::SecurityPage class 13 years ago
CPointer.cxx [Bugfix] Fix 3-button mouse emulation in win viewer. 13 years ago
CPointer.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
CleanDesktop.cxx Fix unsafe usage of the logging functions. 12 years ago
CleanDesktop.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
Clipboard.cxx Fix unsafe usage of the logging functions. 12 years ago
Clipboard.h Define ~Notifier as virtual, to avoid GCC warning about "virtual 15 years ago
CompatibleBitmap.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
ComputerName.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
CurrentUser.cxx Fix 64-bit Windows issues 14 years ago
CurrentUser.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
DIBSectionBuffer.cxx Avoid GCC warning: initializer lists ordered as declarations 15 years ago
DIBSectionBuffer.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
DeviceContext.cxx [Bugfix] rfb_win32: DeviceContext::getPF didn't return correct pixel format. 13 years ago
DeviceContext.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
DeviceFrameBuffer.cxx Fix unsafe usage of the logging functions. 12 years ago
DeviceFrameBuffer.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
Dialog.cxx Fix 64-bit Windows issues 14 years ago
Dialog.h Fix 64-bit Windows issues 14 years ago
DynamicFn.cxx Avoid GCC warning: initializer lists ordered as declarations 15 years ago
DynamicFn.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
EventManager.cxx Eliminated GCC signed/unsigned warnings: 14 years ago
EventManager.h Eliminated GCC signed/unsigned warnings: 14 years ago
Handle.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
IconInfo.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
IntervalTimer.h Avoid GCC warning: initializer lists ordered as declarations 15 years ago
LaunchProcess.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
LaunchProcess.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
ListViewControl.cxx Should return FALSE; not NULL 15 years ago
ListViewControl.h Removed extra colon after #endif 15 years ago
LocalMem.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
LogicalPalette.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
LowLevelKeyEvents.cxx Use msgType variable when writing debug; eliminating warning about unused variable 15 years ago
LowLevelKeyEvents.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
ModuleFileName.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
MonitorInfo.cxx Fix unsafe usage of the logging functions. 12 years ago
MonitorInfo.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
MsgBox.h MinGW tweak: Constructs such as: 15 years ago
MsgWindow.cxx Fix 64-bit Windows issues 14 years ago
MsgWindow.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
OSVersion.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
OSVersion.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
ProgressControl.cxx No need to repeat the project home page in every source file. Not SPOT. 15 years ago
ProgressControl.h No need to repeat the project home page in every source file. Not SPOT. 15 years ago
RegConfig.cxx Fix unsafe usage of the logging functions. 12 years ago
RegConfig.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
Registry.cxx Eliminated GCC warning: DWORD is unsigned long, so use that in the 14 years ago
Registry.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
SDisplay.cxx Fix unsafe usage of the logging functions. 12 years ago
SDisplay.h Clean up the interface for VNCSConnectionST. Entry points are more apparent 12 years ago
SDisplayCoreDriver.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
SDisplayCorePolling.cxx Eliminated timerId signed/unsigned warnings. 14 years ago
SDisplayCorePolling.h Eliminated timerId signed/unsigned warnings. 14 years ago
SDisplayCoreWMHooks.cxx Eliminated timerId signed/unsigned warnings. 14 years ago
SDisplayCoreWMHooks.h Eliminated timerId signed/unsigned warnings. 14 years ago
SInput.cxx Eliminated signed/unsigned warnings. 14 years ago
SInput.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
ScaledDIBSectionBuffer.cxx DIBSectionBuffer can modify the pixel format so we need to read it back to 15 years ago
ScaledDIBSectionBuffer.h No need to repeat the project home page in every source file. Not SPOT. 15 years ago
Security.cxx Corrected invalid conversion from `void*' to `_SECURITY_DESCRIPTOR*': 15 years ago
Security.h MinGW tweak: takeSD must cast result from takePtr 15 years ago
SecurityPage.cxx [Development] Add new rfb_win32::SecurityPage class 13 years ago
SecurityPage.h [Development] Add new rfb_win32::SecurityPage class 13 years ago
Service.cxx winvnc: Declare argv as "char**" instead of "const *char[]" 14 years ago
Service.h winvnc: Declare argv as "char**" instead of "const *char[]" 14 years ago
SocketManager.cxx Fix unsafe usage of the logging functions. 12 years ago
SocketManager.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
TCharArray.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
TCharArray.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
Threading.cxx Avoid GCC warning: initializer lists ordered as declarations 15 years ago
Threading.h [Bugfix] Make windows viewer compilable via migw32 (4.3 series) 15 years ago
ToolBar.cxx Fixed the bug in ToolBar::getTotalWidth() method. 17 years ago
ToolBar.h Added ToolBar::getTotalWidth(). It returns the total size 17 years ago
TrayIcon.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
TsSessions.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
TsSessions.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
WMCursor.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
WMCursor.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
WMHooks.cxx Avoid GCC warning: initializer lists ordered as declarations 15 years ago
WMHooks.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
WMNotifier.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
WMNotifier.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
WMPoller.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
WMPoller.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
WMShatter.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
WMShatter.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
WMWindowCopyRect.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
WMWindowCopyRect.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
Win32Util.cxx printf does not accept CStr()s 15 years ago
Win32Util.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
keymap.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
resource.h [Development] Add new rfb_win32::SecurityPage class 13 years ago