29 Commits (b514bc7b802f48272e089e64c97a9cd76c34db71)

Author SHA1 Message Date
  Adam Tkac b514bc7b80 [Development] Bump version numbers to 1.0.90. 14 years ago
  Adam Tkac 735d56ce9b [Development] Make Xvnc working when compiled against X.Org 1.7 (Thanks to adq_dvb at lidskialf dot net). 14 years ago
  Adam Tkac a5a8382f8f Move definition of XORG macro to separate header. 15 years ago
  Adam Tkac f009446c65 Use "XORG <version>" macro instead of "XORG_<version>" to distinguish between X.Org branches. 15 years ago
  Adam Tkac 778f2f0a78 Bump version to 0.0.91. 15 years ago
  Pierre Ossman 4dce5a2094 Try to keep DPI when we change resolution as we have no idea what the 15 years ago
  Pierre Ossman c4661e7eec Reenable display even on failure. 15 years ago
  Pierre Ossman d108fb872e RRRegisterRate() can in theory fail. Make sure we catch this. 15 years ago
  Pierre Ossman ef27ba1835 Support for RandR on the server. 15 years ago
  Pierre Ossman 8698f02b9f Move framebuffer information into its own structure (needed for RandR). 15 years ago
  Pierre Ossman 8039c07626 Remove more crud from the mmap support. 15 years ago
  Adam Tkac 6850ba7854 Remove undocumented and useless option which allowed to put framebuffer to 15 years ago
  Peter Åstrand c594c0d549 Do not explicitly enable backing store support, but instead fall back 15 years ago
  Pierre Ossman cd66dbf8d8 Update default white pixel value now that we use 24-bit fb. 15 years ago
  Pierre Ossman 8673eb73bb Use a 24-bit framebuffer by default. This is what's commonly used today and 15 years ago
  Adam Tkac f35d37421b Change version strings to "0.0.90". 15 years ago
  Peter Åstrand 4eacc02e12 Rebrand the source as TigerVNC. It is my hope that this patch is 15 years ago
  Peter Åstrand b031862497 Update to r3618; yet another update of my copyright 15 years ago
  Adam Tkac 8c1e5b8322 [Development] Make Xvnc compilable against X.org 1.6 branch 15 years ago
  Adam Tkac a25c1fc60e [Bugfix] Check return value from fbPictureInit 15 years ago
  Adam Tkac d9cae53cdd [Bugfix] Fixed screen initialization - use correct depths and richer set of visuals. 15 years ago
  Adam Tkac 07a5a7bcf7 - removed DPMS stuff from xvnc.cc (included in xserver/Xext/dpmsstubs.c) 16 years ago
  Adam Tkac 0cab1cb1f3 - include dix-config.h before any xorg header 16 years ago
  Adam Tkac 20218d5919 Add DDXRingBell to xvnc.cc because it has to be implement by DDX. 16 years ago
  Adam Tkac fbeb0ed67e Initialize input devices in XserverDesktop constructor and update 16 years ago
  Adam Tkac 7702c9774c Moved keyboard and mouse input procedures to XserverDesktop.cc because 16 years ago
  Adam Tkac 5cbdf986da Fixed minor compilation problems in xvnc.cc. 16 years ago
  Adam Tkac 2b92f2f3b6 Fixed libX11 #include directives 16 years ago
  Adam Tkac 4c0427ffb3 - moved Xvnc sources to unix/xserver/hw/vnc directory to affect current X tree 16 years ago
  Constantin Kaplinsky 1ae2eb0b58 Merged the changes from revision range 582:588 into reorganized sources. These changes accidentally were not included in files copied during directory structure reorganization. 18 years ago
  Constantin Kaplinsky b30ae7facb Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
  Peter Åstrand 601eb615f7 Removed duplicate definition of ddxInitGlobals. Adapt Copyright. 18 years ago
  Constantin Kaplinsky 95f6f7ac17 The "xc" tree merged with VNC 4.1.1 code. 18 years ago
  Peter Åstrand 2e38749821 If pixelFormatDefined, change masks and offsets for all visuals; not 19 years ago
  Peter Åstrand d6a2914fc2 Reverted most of vfbScreenInfo to the original RealVNC implementation, 19 years ago
  Peter Åstrand 200c31c645 Build fix: Temporarily change "new" to "New" when including micmap.h. 19 years ago
  Peter Åstrand 1402f8c08e Added support for the -fbdir and -shmem option. 19 years ago
  Peter Åstrand 321a992e8d Synched InitOutput with modern InitOutput.c. 19 years ago
  Peter Åstrand 1d742b4ca0 Synched vfbScreenInit with modern InitOutput.c. 19 years ago
  Peter Åstrand 6087091e45 Added vfbCloseScreen. Reindented vfbScreenInfo. 19 years ago
  Peter Åstrand 5eef5eea9a Adapted vfbPointerFuncs to match modern InitOutput.c. 19 years ago
  Peter Åstrand f9357f51ed Synched vfbWriteXWDFileHeader, vfbCursorOffScreen and vfbCrossScreen with modern InitOutput.c. 19 years ago
  Peter Åstrand 8de329f6e0 Synched vfbAllocateFramebufferMemory with modern InitOutput.c. 19 years ago
  Peter Åstrand 4efcfe07ba paddedWidthInBytes -> paddedBytesWidth 19 years ago
  Peter Åstrand be22857a07 Corrected last patch; class must be c_class. 19 years ago
  Peter Åstrand 853287dc7a Synched vfbUninstallColormap and vfbStoreColors with modern InitOutput.c. 19 years ago
  Peter Åstrand 9d803ef6e5 Synched GetTimeInMillis, vfbListInstalledColormaps and vfbInstallColormap with modern InitOutput.c. 19 years ago
  Peter Åstrand fc41a21bbb Synched ddxInitGlobals and ddxProcessArgument with modern InitOutput.c. 19 years ago
  Peter Åstrand 5b1d7a225d Synched AbortDDX, OsVendorInit, OsVendorFatalError and ddxBeforeReset, as well as Darwin functions, with modern InitOutput.c. 19 years ago
  Peter Åstrand 00c759d954 vfbBitsPerPixel and ddxGiveUp synched with modern InitOutput.c. 19 years ago