1576 Commits (f324dc451b343721a0721bdb6ab89608b8792d75)
 

Author SHA1 Message Date
  Pierre Ossman 0eda542fa6 Update copyright notice and version in executable metadata. 15 years ago
  Pierre Ossman 893485934a Use lower IDs for system menu entries. 15 years ago
  Adam Tkac fe036ec1c8 Check for full *-windres name in configure instead of hardcode it. 15 years ago
  Adam Tkac 089a758d69 Remove fttypes.h from Makefile.am, it doesn't exist. 15 years ago
  DRC 61e1889dc7 Set default deferred update timer to 1 ms 15 years ago
  DRC e420dcb3b0 Take advantage of libjpeg colorspace extensions, if available 15 years ago
  DRC 4492baa70a Take advantage of libjpeg colorspace extensions if available 15 years ago
  DRC 0055670c5b Test fast upsampling 15 years ago
  DRC 80bc60b9cf Add colorspace extensions to merged upsampling routines 15 years ago
  DRC ec36251df8 Remove unnecessary code 15 years ago
  DRC 3c186e9a72 Properly handle spaces in configure flags 15 years ago
  DRC a4d983a2b0 Oops. jcolsamp.inc should be included from j[c|d]clr[mmx|ss2].asm so it received the effect of the redefined RGB_* macros 15 years ago
  DRC b896e0b76c Oops. jcolsamp.inc needs to be included from j[c|d]clr[mmx|ss2].asm so that it receives the effect of the redefined RGB_* macros 15 years ago
  Adam Tkac 09f65d9920 Don't install test programs, build them only. 15 years ago
  Adam Tkac 4b0794d79d Check if C++ compiler is present. 15 years ago
  Adam Tkac 804d86f3b2 Execute vncconfig in xstartup file early to make clipboard working. 15 years ago
  Pierre Ossman 430db3d48e Update shift values in pixel format parse routine. 15 years ago
  Pierre Ossman 391c4fa9bb Remove unused pixel format constant. 15 years ago
  Pierre Ossman d2e8f54dc2 Avoid touching PixelFormat internals. 15 years ago
  DRC e34390b8f7 Include low-level unit tests borrowed from VirtualGL 15 years ago
  DRC 8ca81ec4d3 Implement new colorspaces to allow directly compressing from/decompressing to RGB/RGBX/BGR/BGRX/XBGR/XRGB without conversion 15 years ago
  DRC bec58d8137 Add environment variables to force MMX/SSE2 code path selection 15 years ago
  Adam Tkac 146d0b27e9 Disable XKEYBOARD extension by default, it is still broken (issue #2705839). 15 years ago
  Adam Tkac 0c6eff108c Initialize SMsgWriterV3.needExtendedDesktopSize variable to fix rare client 15 years ago
  Pierre Ossman 8a2eadf61d We need to call RRGetInfo() again for our new mode to be added. 15 years ago
  Pierre Ossman f7705c1c8c Improve logging in setScreenLayout(). 15 years ago
  Pierre Ossman df453200b7 Brown paper bag time... Forgot to actually store the new screen layout. 15 years ago
  DRC a3db48cd08 Build libjpeg/SIMD by default and replace --with-included-jpeg switch with --with-system-jpeg switch 15 years ago
  DRC 61e808dbc7 Fix build for RGB_PIXELSIZE==4 15 years ago
  Pierre Ossman 42d20e75c4 Try to increase the update rate by requesting a new update in parallel with 15 years ago
  Pierre Ossman b900e36969 Make sure we flush the X11 connection once we've sent a bunch of screen updates. 15 years ago
  DRC 95a96db3d8 Store Xorg build directory under the TigerVNC build directory so multiple TigerVNC builds can co-exist on the same system 15 years ago
  Pierre Ossman 19501b8e23 Optimise the common pixel format conversion RGB24 to RGB32. 15 years ago
  DRC eed5d1f7f1 Add -fp argument to allow user to override font path selection 15 years ago
  DRC 7fe258a355 Generally wordsmithed man page + changed descriptions to account for new changes in vncserver 15 years ago
  DRC e5b4f75c85 Don't complain if $depth not set 15 years ago
  DRC 9d1c15772a Comment out $depth line so that the server will use the default (24-bit) 15 years ago
  DRC d6821bf194 Attempt to build a reasonable font path for the system and start Xvnc with this font path. Failing that, attempt to use the X Font Server (xfs.) Note that XFS is not generally available on SuSE and Ubuntu, so it cannot be used as the default font path. 15 years ago
  DRC 932489824b Better default xstartup file which attempts to launch the user's chosen window manager before falling back to twm. This is borrowed from TurboVNC 0.5.1. 15 years ago
  DRC 190854c67a Allow Xvnc, vncpasswd, etc. to be run from an arbitrary directory, even if the directory is not part of the PATH. Look for xauth in /usr/X11R6/bin to support older Linux systems. 15 years ago
  Adam Tkac 59288c3e54 X.Org 1.6 compatibility change in RandR related code (RRGetInfo takes two 15 years ago
  Pierre Ossman fa11a65285 fix build on POSIX strict platforms 15 years ago
  Pierre Ossman 6ba9e1ae27 Needs to be true colour to be 888. 15 years ago
  Pierre Ossman 38a6be484b A quick optimisation of the common 32-bit to 24-bit pixel conversion. 15 years ago
  Pierre Ossman b2ff160f83 Try to render entire update in one go to avoid tearing. 15 years ago
  Pierre Ossman 9760ff6ef9 Try to update an entire FramebufferUpdate in one go, avoiding tears. 15 years ago
  Pierre Ossman d6d1994cff Support for ExtendedDesktopSize and -DesktopSize in the Windows client. 15 years ago
  Pierre Ossman b7c034a7e3 Document the new DesktopSize parameter in the man file. 15 years ago
  Pierre Ossman 981c45efc6 Implement basic support for SetDesktopSize. 15 years ago
  Pierre Ossman 04e62db8bb Implement server side support for SetDesktopSize. 15 years ago