| Commit message (Expand) | Author | Age | Files | Lines |
* | [Bugfix] Client didn't receive clipboard selections from a server due wrong | Adam Tkac | 2009-06-16 | 2 | -2/+2 |
* | Bump version to 0.0.91 and add doc/version_numbers file which lists occurrences | Adam Tkac | 2009-06-12 | 2 | -2/+2 |
* | Convert all *.po files to UTF-8 and bump translation versions to 0.0.91. | Adam Tkac | 2009-06-12 | 5 | -64/+73 |
* | Try to keep DPI when we change resolution as we have no idea what the | Pierre Ossman | 2009-06-02 | 1 | -2/+9 |
* | Don't install Russian translation, it is broken. | Adam Tkac | 2009-06-01 | 1 | -1/+1 |
* | [Bugfix] Start per session D-Bus daemon correctly. | Adam Tkac | 2009-05-20 | 1 | -0/+1 |
* | Regenerate xserver16.patch. | Adam Tkac | 2009-04-27 | 1 | -8/+8 |
* | If font catalogue exists (Fedora 11), use it as the initial font path | DRC | 2009-04-22 | 1 | -0/+3 |
* | Fix generation of native pixel format so the that internal state is correct. | Pierre Ossman | 2009-04-20 | 1 | -13/+19 |
* | It shouldn't be necessary to actually open the XFS unix socket. If the socke... | DRC | 2009-04-16 | 1 | -13/+6 |
* | Change font path logic such that XFS is used if it is available and running, ... | DRC | 2009-04-15 | 2 | -28/+67 |
* | Use spawnvp on all platforms, even those that support the newer API | DRC | 2009-04-15 | 1 | -11/+1 |
* | Move autoreconf of the X server until after modules are built, because the X ... | DRC | 2009-04-11 | 1 | -1/+1 |
* | Fix build on RHEL 4 | DRC | 2009-04-11 | 2 | -8/+9 |
* | Fix script to work with Python 2.3 | DRC | 2009-04-10 | 1 | -3/+11 |
* | Oops. Correct configure argument to disable UUID support is '--without-uuid' | DRC | 2009-04-10 | 1 | -1/+1 |
* | Set default deferred update timer to 1 ms | DRC | 2009-04-06 | 2 | -2/+2 |
* | Properly handle spaces in configure flags | DRC | 2009-04-04 | 1 | -18/+12 |
* | Execute vncconfig in xstartup file early to make clipboard working. | Adam Tkac | 2009-04-03 | 1 | -1/+1 |
* | Avoid touching PixelFormat internals. | Pierre Ossman | 2009-04-03 | 3 | -38/+65 |
* | Disable XKEYBOARD extension by default, it is still broken (issue #2705839). | Adam Tkac | 2009-04-03 | 2 | -16/+34 |
* | We need to call RRGetInfo() again for our new mode to be added. | Pierre Ossman | 2009-04-02 | 1 | -0/+10 |
* | Improve logging in setScreenLayout(). | Pierre Ossman | 2009-04-02 | 1 | -5/+15 |
* | Build libjpeg/SIMD by default and replace --with-included-jpeg switch with --... | DRC | 2009-04-02 | 1 | -4/+11 |
* | Try to increase the update rate by requesting a new update in parallel with | Pierre Ossman | 2009-04-01 | 2 | -1/+22 |
* | Make sure we flush the X11 connection once we've sent a bunch of screen updates. | Pierre Ossman | 2009-04-01 | 1 | -0/+1 |
* | Store Xorg build directory under the TigerVNC build directory so multiple Tig... | DRC | 2009-04-01 | 1 | -1/+1 |
* | Add -fp argument to allow user to override font path selection | DRC | 2009-03-26 | 2 | -2/+30 |
* | Generally wordsmithed man page + changed descriptions to account for new chan... | DRC | 2009-03-26 | 1 | -27/+31 |
* | Don't complain if $depth not set | DRC | 2009-03-26 | 1 | -1/+1 |
* | Comment out $depth line so that the server will use the default (24-bit) | DRC | 2009-03-26 | 1 | -1/+1 |
* | Attempt to build a reasonable font path for the system and start Xvnc with th... | DRC | 2009-03-26 | 1 | -2/+46 |
* | Better default xstartup file which attempts to launch the user's chosen windo... | DRC | 2009-03-26 | 1 | -0/+18 |
* | Allow Xvnc, vncpasswd, etc. to be run from an arbitrary directory, even if th... | DRC | 2009-03-26 | 1 | -5/+57 |
* | X.Org 1.6 compatibility change in RandR related code (RRGetInfo takes two | Adam Tkac | 2009-03-26 | 1 | -0/+4 |
* | Try to update an entire FramebufferUpdate in one go, avoiding tears. | Pierre Ossman | 2009-03-25 | 2 | -20/+34 |
* | Document the new DesktopSize parameter in the man file. | Pierre Ossman | 2009-03-24 | 1 | -0/+6 |
* | Implement basic support for SetDesktopSize. | Pierre Ossman | 2009-03-23 | 2 | -0/+78 |
* | Add parameter to make client attempt to resize server desktop on connect. | Pierre Ossman | 2009-03-23 | 4 | -2/+47 |
* | Reenable display even on failure. | Pierre Ossman | 2009-03-23 | 1 | -0/+4 |
* | RRRegisterRate() can in theory fail. Make sure we catch this. | Pierre Ossman | 2009-03-23 | 1 | -2/+4 |
* | Properly parse the ExtendedDesktopSize rects in the client. | Pierre Ossman | 2009-03-20 | 2 | -3/+5 |
* | Minimal client side support for the extended desktop size protocol. | Pierre Ossman | 2009-03-20 | 2 | -4/+28 |
* | VNC needs to be autoreconf'ed as well, otherwise unix/configure will not exist | DRC | 2009-03-20 | 1 | -0/+3 |
* | Remove Xorg 1.1 support since it doesn't work and we now know how to build Xo... | DRC | 2009-03-19 | 2 | -96/+2 |
* | Allow PREFIX to be overridden | DRC | 2009-03-19 | 1 | -1/+3 |
* | Don't download tarballs if they already exist in the local directory | DRC | 2009-03-19 | 1 | -1/+1 |
* | Restore Composite callback when we close the screen. | Pierre Ossman | 2009-03-19 | 1 | -0/+7 |
* | Build the macros package before everything else; must be done before autoreconf | Peter Åstrand | 2009-03-19 | 1 | -1/+11 |
* | Allow additional configure flags to be passed on the command line | DRC | 2009-03-18 | 1 | -5/+20 |