aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added support for the -fbdir and -shmem option.Peter Åstrand2005-02-232-0/+142
* Synched InitOutput with modern InitOutput.c.Peter Åstrand2005-02-221-49/+47
* Synched vfbScreenInit with modern InitOutput.c.Peter Åstrand2005-02-221-64/+75
* Added vfbCloseScreen. Reindented vfbScreenInfo.Peter Åstrand2005-02-221-18/+47
* Adapted vfbPointerFuncs to match modern InitOutput.c.Peter Åstrand2005-02-221-14/+20
* Synched vfbWriteXWDFileHeader, vfbCursorOffScreen and vfbCrossScreen with mod...Peter Åstrand2005-02-221-48/+58
* Synched vfbAllocateFramebufferMemory with modern InitOutput.c.Peter Åstrand2005-02-221-34/+51
* paddedWidthInBytes -> paddedBytesWidthPeter Åstrand2005-02-221-6/+6
* Corrected last patch; class must be c_class.Peter Åstrand2005-02-221-1/+1
* Synched vfbUninstallColormap and vfbStoreColors with modern InitOutput.c.Peter Åstrand2005-02-221-29/+40
* Synched GetTimeInMillis, vfbListInstalledColormaps and vfbInstallColormap wit...Peter Åstrand2005-02-221-61/+64
* Synched ddxInitGlobals and ddxProcessArgument with modern InitOutput.c.Peter Åstrand2005-02-221-191/+214
* Synched AbortDDX, OsVendorInit, OsVendorFatalError and ddxBeforeReset, as wel...Peter Åstrand2005-02-221-5/+55
* vfbBitsPerPixel and ddxGiveUp synched with modern InitOutput.c.Peter Åstrand2005-02-221-20/+56
* Change code style for vfbInitializePixmapDepths and vfbInitializeDefaultScree...Peter Åstrand2005-02-221-20/+22
* Unpress the stop button if goto pos processed or the slider moved.george822005-02-211-0/+2
* Added imageDataStartTime variable which used for setting time pos.george822005-02-212-3/+7
* Sets the colour depth mode to auto when open the new session.george822005-02-211-1/+3
* Added '\n' to program usage message.george822005-02-211-2/+2
* Fixed bug with jumping to the initTime position if -pos command-linegeorge822005-02-212-13/+8
* Include Tight Encoder files. Makes the rfb library build on Windows again.Peter Åstrand2005-02-211-0/+13
* Make TcpSocket build on Win32 again.Peter Åstrand2005-02-211-1/+3
* Removed stale comment.Peter Åstrand2005-02-211-1/+1
* Added support for terminating inactive/active/disconnected sessions. This is ...Peter Åstrand2005-02-215-1/+106
* Create the working release configuration for player.george822005-02-201-1/+5
* Added new option for player:george822005-02-202-11/+46
* Improved RfbPlayer::setSpeed(). It updates controls whichgeorge822005-02-201-11/+14
* Goto time must be in the range 0 ... sessionTimeMs.george822005-02-201-2/+3
* Place the rfbplayer window to the center of the screen.george822005-02-191-4/+10
* Fixed bug with wrong sizing the main window to the frame size.george822005-02-191-1/+1
* When closing the session file, reset WS_MAXIMIZE the window stylegeorge822005-02-191-0/+5
* Reset time info when closing the session file.george822005-02-191-0/+2
* Disable the speed updown control in RfbPlayer::disableTBandMenuItems().george822005-02-191-0/+2
* Fixed bug with the time slider jumping to one pos back when playback speed is...george822005-02-191-8/+10
* Do not disable BuildXKB on Solaris anymore.Peter Åstrand2005-02-181-2/+1
* Should depend on directory miext/damagePeter Åstrand2005-02-181-1/+1
* Removed "HasFreetype2 NO"; this is site-specific.Peter Åstrand2005-02-171-3/+0
* Provide a setenv wrapper for platforms that doesn't have setenv, suchPeter Åstrand2005-02-171-0/+21
* Server-side support for the XCursor encodingPeter Åstrand2005-02-167-9/+66
* Corrected spelling error in comment.Peter Åstrand2005-02-151-1/+1
* Enable support for OpenGL/GLX/Mesa.Peter Åstrand2005-02-151-1/+2
* Support the RENDER extension.Peter Åstrand2005-02-141-3/+37
* Applied vnc-use-fb.patch from FC3, slightly modified:Peter Åstrand2005-02-143-227/+11
* Applied vnc-via.patch from FC3 package.Peter Åstrand2005-02-144-2/+117
* Applied vnc-restart.patch from FC3 package.Peter Åstrand2005-02-141-4/+8
* Applied vnc-idle.patch from FC3, plus documentation.Peter Åstrand2005-02-142-2/+2
* Set the player title to "None" if nothing to play.george822005-02-131-0/+1
* Removed unnecessary functions.george822005-02-132-19/+0
* Implemented "Close File... Ctrl+Q" menu point.george822005-02-131-0/+3
* Added RfbPlayer::closeSessionFile().george822005-02-132-0/+47