index
:
tigervnc.git
1.0-branch
1.1-branch
1.10-branch
1.11-branch
1.12-branch
1.13-branch
1.14-branch
1.15-branch
1.2-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
master
High performance, multi-platform VNC client and server: https://github.com/TigerVNC/tigervnc
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added big-endian-flag option to the ChoosePixelFormatDialog dialog.
george82
2005-03-20
4
-13
/
+24
*
Added bigEndian flag support to Options dialog.
george82
2005-03-20
3
-29
/
+39
*
Added new property bigEndianFlag to PlayerOptions class.
george82
2005-03-20
2
-0
/
+5
*
DEFAULT_PF_INDEX must equal -1.
george82
2005-03-20
2
-2
/
+2
*
Now in RfbPlayer::serverInit() pixel format chooses from supportedPF list.
george82
2005-03-20
1
-21
/
+18
*
Added new property autoDetectPF to PlayerOptions class.
george82
2005-03-20
2
-8
/
+9
*
Now OptionsDialog allow the user to choose the pixel format
george82
2005-03-20
1
-8
/
+17
*
Now ChoosePixelFormatDialog allow the user to choose the pixel format
george82
2005-03-20
1
-11
/
+12
*
Fixed the bug with crashes the player when user clicked
george82
2005-03-19
1
-4
/
+6
*
Set pixelFormat to the value wich read from the registry.
george82
2005-03-19
1
-0
/
+1
*
PlayerOptions::pixelFormat changed to pixelFormatIndex.
george82
2005-03-19
5
-10
/
+23
*
Finished PixelFormatList class implementation.
george82
2005-03-19
2
-1
/
+85
*
Removed the unnecessary file (utils.h).
george82
2005-03-17
3
-50
/
+0
*
Added PixelFormatList class implementation.
george82
2005-03-17
3
-0
/
+168
*
Added PlayerOptions::setPF(). This function calculates all PixelFormat
george82
2005-03-16
2
-0
/
+82
*
Changed the possibility to play/pause the rfb session
george82
2005-03-16
1
-2
/
+2
*
Added the possibility to play/pause the rfb session
george82
2005-03-16
1
-0
/
+5
*
Added the possibility to change the time position in the time trackbar
george82
2005-03-15
1
-0
/
+2
*
Fixed the bug with wrong window resizing when user maximezes
george82
2005-03-15
1
-0
/
+4
*
ChoosePixelFormatDialog, OptionsDialog and GotoPosDialog must have
george82
2005-03-11
4
-9
/
+9
*
Terminate the session playback if the exception was cathed while the
george82
2005-03-10
1
-1
/
+8
*
Close the session playback if the user presses the cancel button
george82
2005-03-10
1
-0
/
+9
*
Added the sessionTerminateThread class implementation, which allow
george82
2005-03-10
1
-0
/
+17
*
Do not translate mouse buttons according to the server map; treat VNC mouse b...
Peter Åstrand
2005-03-10
1
-7
/
+2
*
1. Added PlayerOptions class for managing the player options.
george82
2005-03-10
9
-70
/
+365
*
Implemented Composite hook. This solves the problem with menu text in OpenOff...
Peter Åstrand
2005-03-10
3
-2
/
+52
*
Change command-line parameter "-depth" to "-pf".
george82
2005-03-09
2
-21
/
+26
*
Added ChoosePixelFormatDialog dialog implementation. It is used
george82
2005-03-09
5
-2
/
+93
*
Added the possibility to interrupt delay between the buffer updates.
george82
2005-03-03
5
-3
/
+17
*
Blank session frame when the session stopped.
george82
2005-03-03
2
-6
/
+24
*
Updated translation of copyright message
Peter Åstrand
2005-03-01
3
-10
/
+10
*
Added my copyright to the german abouttext translation
Peter Åstrand
2005-03-01
1
-0
/
+1
*
Added german translation for UNIX vncviewer
Peter Åstrand
2005-03-01
2
-1
/
+191
*
Fixed a bug with the blanking frame window while the rewind is performing.
george82
2005-02-24
2
-2
/
+8
*
Reverted most of vfbScreenInfo to the original RealVNC implementation,
Peter Åstrand
2005-02-23
1
-42
/
+43
*
Build fix: Temporarily change "new" to "New" when including micmap.h.
Peter Åstrand
2005-02-23
1
-0
/
+2
*
Added support for the -fbdir and -shmem option.
Peter Åstrand
2005-02-23
2
-0
/
+142
*
Synched InitOutput with modern InitOutput.c.
Peter Åstrand
2005-02-22
1
-49
/
+47
*
Synched vfbScreenInit with modern InitOutput.c.
Peter Åstrand
2005-02-22
1
-64
/
+75
*
Added vfbCloseScreen. Reindented vfbScreenInfo.
Peter Åstrand
2005-02-22
1
-18
/
+47
*
Adapted vfbPointerFuncs to match modern InitOutput.c.
Peter Åstrand
2005-02-22
1
-14
/
+20
*
Synched vfbWriteXWDFileHeader, vfbCursorOffScreen and vfbCrossScreen with mod...
Peter Åstrand
2005-02-22
1
-48
/
+58
*
Synched vfbAllocateFramebufferMemory with modern InitOutput.c.
Peter Åstrand
2005-02-22
1
-34
/
+51
*
paddedWidthInBytes -> paddedBytesWidth
Peter Åstrand
2005-02-22
1
-6
/
+6
*
Corrected last patch; class must be c_class.
Peter Åstrand
2005-02-22
1
-1
/
+1
*
Synched vfbUninstallColormap and vfbStoreColors with modern InitOutput.c.
Peter Åstrand
2005-02-22
1
-29
/
+40
*
Synched GetTimeInMillis, vfbListInstalledColormaps and vfbInstallColormap wit...
Peter Åstrand
2005-02-22
1
-61
/
+64
*
Synched ddxInitGlobals and ddxProcessArgument with modern InitOutput.c.
Peter Åstrand
2005-02-22
1
-191
/
+214
*
Synched AbortDDX, OsVendorInit, OsVendorFatalError and ddxBeforeReset, as wel...
Peter Åstrand
2005-02-22
1
-5
/
+55
*
vfbBitsPerPixel and ddxGiveUp synched with modern InitOutput.c.
Peter Åstrand
2005-02-22
1
-20
/
+56
[next]