aboutsummaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Move autoreconf of the X server until after modules are built, because the X ...DRC2009-04-111-1/+1
* Fix build on RHEL 4DRC2009-04-112-8/+9
* Fix script to work with Python 2.3DRC2009-04-101-3/+11
* Oops. Correct configure argument to disable UUID support is '--without-uuid'DRC2009-04-101-1/+1
* Set default deferred update timer to 1 msDRC2009-04-062-2/+2
* Properly handle spaces in configure flagsDRC2009-04-041-18/+12
* Execute vncconfig in xstartup file early to make clipboard working.Adam Tkac2009-04-031-1/+1
* Avoid touching PixelFormat internals.Pierre Ossman2009-04-033-38/+65
* Disable XKEYBOARD extension by default, it is still broken (issue #2705839).Adam Tkac2009-04-032-16/+34
* We need to call RRGetInfo() again for our new mode to be added.Pierre Ossman2009-04-021-0/+10
* Improve logging in setScreenLayout().Pierre Ossman2009-04-021-5/+15
* Build libjpeg/SIMD by default and replace --with-included-jpeg switch with --...DRC2009-04-021-4/+11
* Try to increase the update rate by requesting a new update in parallel withPierre Ossman2009-04-012-1/+22
* Make sure we flush the X11 connection once we've sent a bunch of screen updates.Pierre Ossman2009-04-011-0/+1
* Store Xorg build directory under the TigerVNC build directory so multiple Tig...DRC2009-04-011-1/+1
* Add -fp argument to allow user to override font path selectionDRC2009-03-262-2/+30
* Generally wordsmithed man page + changed descriptions to account for new chan...DRC2009-03-261-27/+31
* Don't complain if $depth not setDRC2009-03-261-1/+1
* Comment out $depth line so that the server will use the default (24-bit)DRC2009-03-261-1/+1
* Attempt to build a reasonable font path for the system and start Xvnc with th...DRC2009-03-261-2/+46
* Better default xstartup file which attempts to launch the user's chosen windo...DRC2009-03-261-0/+18
* Allow Xvnc, vncpasswd, etc. to be run from an arbitrary directory, even if th...DRC2009-03-261-5/+57
* X.Org 1.6 compatibility change in RandR related code (RRGetInfo takes twoAdam Tkac2009-03-261-0/+4
* Try to update an entire FramebufferUpdate in one go, avoiding tears.Pierre Ossman2009-03-252-20/+34
* Document the new DesktopSize parameter in the man file.Pierre Ossman2009-03-241-0/+6
* Implement basic support for SetDesktopSize.Pierre Ossman2009-03-232-0/+78
* Add parameter to make client attempt to resize server desktop on connect.Pierre Ossman2009-03-234-2/+47
* Reenable display even on failure.Pierre Ossman2009-03-231-0/+4
* RRRegisterRate() can in theory fail. Make sure we catch this.Pierre Ossman2009-03-231-2/+4
* Properly parse the ExtendedDesktopSize rects in the client.Pierre Ossman2009-03-202-3/+5
* Minimal client side support for the extended desktop size protocol.Pierre Ossman2009-03-202-4/+28
* VNC needs to be autoreconf'ed as well, otherwise unix/configure will not existDRC2009-03-201-0/+3
* Remove Xorg 1.1 support since it doesn't work and we now know how to build Xo...DRC2009-03-192-96/+2
* Allow PREFIX to be overriddenDRC2009-03-191-1/+3
* Don't download tarballs if they already exist in the local directoryDRC2009-03-191-1/+1
* Restore Composite callback when we close the screen.Pierre Ossman2009-03-191-0/+7
* Build the macros package before everything else; must be done before autoreconfPeter Åstrand2009-03-191-1/+11
* Allow additional configure flags to be passed on the command lineDRC2009-03-181-5/+20
* Support for RandR on the server.Pierre Ossman2009-03-189-15/+386
* Move framebuffer information into its own structure (needed for RandR).Pierre Ossman2009-03-181-84/+103
* Remove more crud from the mmap support.Pierre Ossman2009-03-181-168/+10
* Added scripts for building Xvnc with Xorg 1.5.Peter Åstrand2009-03-182-0/+237
* Remove undocumented and useless option which allowed to put framebuffer toAdam Tkac2009-03-181-139/+1
* Support building Xvnc using Xorg 1.1 code base (for compatibility with RHEL 5)DRC2009-03-182-2/+96
* Make source compilable via GNU autotools which are part of RHEL 5.Adam Tkac2009-03-131-1/+1
* Revert r3657 (import of autogenerated) files.Adam Tkac2009-03-1352-52298/+0
* Do not explicitly enable backing store support, but instead fall backPeter Åstrand2009-03-131-6/+1
* Change encoding and quality defaults to what auto mode would choose.Pierre Ossman2009-03-122-2/+2
* Improve auto mode for new JPEG code.Pierre Ossman2009-03-122-22/+35
* Fix README. jpeg/zlib parameters are --with-included-{zlib,jpeg} instead ofAdam Tkac2009-03-111-1/+1