aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added support for the -fbdir and -shmem option.Peter Åstrand2005-02-232-0/+142
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@226 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Synched InitOutput with modern InitOutput.c.Peter Åstrand2005-02-221-49/+47
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@225 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Synched vfbScreenInit with modern InitOutput.c.Peter Åstrand2005-02-221-64/+75
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@224 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added vfbCloseScreen. Reindented vfbScreenInfo.Peter Åstrand2005-02-221-18/+47
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@223 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Adapted vfbPointerFuncs to match modern InitOutput.c.Peter Åstrand2005-02-221-14/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@222 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Synched vfbWriteXWDFileHeader, vfbCursorOffScreen and vfbCrossScreen with ↵Peter Åstrand2005-02-221-48/+58
| | | | | | modern InitOutput.c. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@221 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Synched vfbAllocateFramebufferMemory with modern InitOutput.c.Peter Åstrand2005-02-221-34/+51
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@220 3789f03b-4d11-0410-bbf8-ca57d06f2519
* paddedWidthInBytes -> paddedBytesWidthPeter Åstrand2005-02-221-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@219 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Corrected last patch; class must be c_class.Peter Åstrand2005-02-221-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@218 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Synched vfbUninstallColormap and vfbStoreColors with modern InitOutput.c.Peter Åstrand2005-02-221-29/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@217 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Synched GetTimeInMillis, vfbListInstalledColormaps and vfbInstallColormap ↵Peter Åstrand2005-02-221-61/+64
| | | | | | with modern InitOutput.c. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@216 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Synched ddxInitGlobals and ddxProcessArgument with modern InitOutput.c.Peter Åstrand2005-02-221-191/+214
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@215 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Synched AbortDDX, OsVendorInit, OsVendorFatalError and ddxBeforeReset, as ↵Peter Åstrand2005-02-221-5/+55
| | | | | | well as Darwin functions, with modern InitOutput.c. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@214 3789f03b-4d11-0410-bbf8-ca57d06f2519
* vfbBitsPerPixel and ddxGiveUp synched with modern InitOutput.c.Peter Åstrand2005-02-221-20/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@213 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Change code style for vfbInitializePixmapDepths and ↵Peter Åstrand2005-02-221-20/+22
| | | | | | vfbInitializeDefaultScreens to match hw/vfb/InitOutput.c from latest xorg. This is the first patch of several which aims to bring xvnc.cc in sync with a modern InitOutput.c. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@212 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Unpress the stop button if goto pos processed or the slider moved.george822005-02-211-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@211 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added imageDataStartTime variable which used for setting time pos.george822005-02-212-3/+7
| | | | | | | Time pos can't be less than imageDataStartTime. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@210 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Sets the colour depth mode to auto when open the new session.george822005-02-211-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@209 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added '\n' to program usage message.george822005-02-211-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@208 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fixed bug with jumping to the initTime position if -pos command-linegeorge822005-02-212-13/+8
| | | | | | | parameter was set. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@207 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Include Tight Encoder files. Makes the rfb library build on Windows again.Peter Åstrand2005-02-211-0/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@206 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Make TcpSocket build on Win32 again.Peter Åstrand2005-02-211-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@205 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed stale comment.Peter Åstrand2005-02-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@204 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added support for terminating inactive/active/disconnected sessions. This is ↵Peter Åstrand2005-02-215-1/+106
| | | | | | a port of the SF patch 1025108. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@203 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Create the working release configuration for player.george822005-02-201-1/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@202 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added new option for player:george822005-02-202-11/+46
| | | | | | | | Forces colour depth for the rfb session. Supports 8, 16, 24 bit mode. It is useful option when the session file has wrong server init message. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@201 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Improved RfbPlayer::setSpeed(). It updates controls whichgeorge822005-02-201-11/+14
| | | | | | | used for speed managing. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@200 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Goto time must be in the range 0 ... sessionTimeMs.george822005-02-201-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@199 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Place the rfbplayer window to the center of the screen.george822005-02-191-4/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@198 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fixed bug with wrong sizing the main window to the frame size.george822005-02-191-1/+1
| | | | | | | We must take into the main menu. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@197 3789f03b-4d11-0410-bbf8-ca57d06f2519
* When closing the session file, reset WS_MAXIMIZE the window stylegeorge822005-02-191-0/+5
| | | | | | | if the main window was maximized. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@196 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Reset time info when closing the session file.george822005-02-191-0/+2
| | | | | | | Delete fileName in destrunctor. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@195 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Disable the speed updown control in RfbPlayer::disableTBandMenuItems().george822005-02-191-0/+2
| | | | | | | Enable the speed updown control in RfbPlayer::enableTBandMenuItems(). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@194 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fixed bug with the time slider jumping to one pos back when playback speed ↵george822005-02-191-8/+10
| | | | | | is not 1.00 git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@193 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Do not disable BuildXKB on Solaris anymore.Peter Åstrand2005-02-181-2/+1
| | | | | | | Define HasGcc3 instead of HasGcc2 when building on Solaris. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@192 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Should depend on directory miext/damagePeter Åstrand2005-02-181-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@191 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed "HasFreetype2 NO"; this is site-specific.Peter Åstrand2005-02-171-3/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@190 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Provide a setenv wrapper for platforms that doesn't have setenv, suchPeter Åstrand2005-02-171-0/+21
| | | | | | | as Solaris. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@189 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Server-side support for the XCursor encodingPeter Åstrand2005-02-167-9/+66
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@188 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Corrected spelling error in comment.Peter Åstrand2005-02-151-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@187 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Enable support for OpenGL/GLX/Mesa.Peter Åstrand2005-02-151-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@186 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Support the RENDER extension.Peter Åstrand2005-02-141-3/+37
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@185 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Applied vnc-use-fb.patch from FC3, slightly modified:Peter Åstrand2005-02-143-227/+11
| | | | | | | Use fb unconditionally. This makes the code simpler, and the old mfb/cfb is buggy and deprecated. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@184 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Applied vnc-via.patch from FC3 package.Peter Åstrand2005-02-144-2/+117
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@183 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Applied vnc-restart.patch from FC3 package.Peter Åstrand2005-02-141-4/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@182 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Applied vnc-idle.patch from FC3, plus documentation.Peter Åstrand2005-02-142-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@181 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Set the player title to "None" if nothing to play.george822005-02-131-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@180 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed unnecessary functions.george822005-02-132-19/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@179 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented "Close File... Ctrl+Q" menu point.george822005-02-131-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@178 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added RfbPlayer::closeSessionFile().george822005-02-132-0/+47
| | | | | | | It closes the session file and update the player state. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@177 3789f03b-4d11-0410-bbf8-ca57d06f2519