aboutsummaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Rename man pages to .1 when installingDRC2011-06-253-3/+3
* Install man pages during 'make install' on Unix systemsDRC2011-06-253-0/+9
* Consolidate source README file, remote cruft, and update copyrightsDRC2011-06-241-309/+0
* Change version number to 1.1.80 (1.2 alpha) to distinguish from the 1.1 branchDRC2011-06-241-1/+1
* Remove unused autotools build systemDRC2011-06-246-111/+0
* Integrate Xvnc build with CMake and new FLTK-based vncviewer buildDRC2011-06-221-14/+19
* No longer need to explicitly specify GNUTLS_LDFLAGS in X server build, since ...DRC2011-06-227-49/+25
* Make '-version 7.4' the default.DRC2011-06-211-4/+4
* Using build-xorg without -static is not useful, because it causes Xvnc to dep...DRC2011-06-141-46/+22
* Server support for full colour cursors (no support for alpha though).Pierre Ossman2011-06-081-43/+75
* Allow buttons 6 and 7 to be used as well so that we can get horizontalPierre Ossman2011-05-241-1/+1
* Remove unused build-xorg-git scriptDRC2011-05-121-205/+0
* Initialize VNC extension inside #ifdef statement to allow to build TigerVNC i...Adam Tkac2011-05-117-66/+91
* Update cross-compatible builds to xorg-xserver 1.6.5 to fix several issuesDRC2011-04-302-6/+6
* Regenerate xserver16.patch against xserver 1.6.5.Adam Tkac2011-04-291-13/+13
* [Bugfix] Fix Xvnc linking issues (missing -lpthread and miext/sync/libsync.la)Adam Tkac2011-04-272-12/+13
* Merged r4361 from 1_1 branch.Adam Tkac2011-04-272-4/+21
* Merged r4342 - r4359 from 1_1 branch.Adam Tkac2011-04-272-20/+47
* [Bugfix] Update unix/xserver110.patch patch.Adam Tkac2011-03-141-19/+19
* Initial commit of new FLTK based vncviewer. Most of the code comes from thePierre Ossman2011-03-091-0/+3
* Split out the pixel format conversion magic to its own class and makePierre Ossman2011-03-081-1/+1
* Get the Unix stuff to build using CMake. Based on a patch by Henrik Andersson.Pierre Ossman2011-03-085-0/+49
* Avoid intersecting screen with empty clipList in vncHooksCopyArea. ThePeter Åstrand2011-03-071-1/+3
* Always exit Xvnc whenever the user exits the window manager, and provide a -f...DRC2011-03-032-2/+20
* Remove the included libjpeg-turbo from the tree and rely completely on onePierre Ossman2011-03-021-5/+0
* Distribute Xorg 7.4 patchesDRC2011-02-171-1/+2
* Allow an initial set of Xorg configure flags to be set in the environment (fo...DRC2011-02-161-1/+1
* Add -dridir and -xkbcompdir parameters to Xvnc when it is built with the Xorg...DRC2011-02-163-4/+134
* Clean up the way build-xorg handles GnuTLS. It should now work the same way ...DRC2011-02-108-27/+53
* TurboVNC=TigerVNCDRC2011-02-101-1/+1
* Port -list feature and -kill robustifications from TurboVNC 1.0DRC2011-02-091-3/+53
* Rename patches to avoid exceeding 99-character limit in full pathnames when d...DRC2011-02-082-0/+0
* Fix make distDRC2011-02-071-1/+1
* [Development] Rename function "gethomedir" to "getvnchomedir" and rewrite it inAdam Tkac2011-02-072-13/+11
* [Bugfix] viewers: set server's hostname as a server name. (Thanks to Guillaum...Adam Tkac2011-02-011-1/+1
* [Bugfix] Handle situation when viewer doesn't send the key release event well.Adam Tkac2011-01-171-0/+10
* [Bugfix] Fix "Alt key gets stuck in Xvnc" issue.Adam Tkac2011-01-171-2/+68
* [Bugfix] Disable server-side key autorepeating.Adam Tkac2011-01-171-0/+15
* [Bugfix] TXViewport: check if we need another scrollbar after adding oneAdam Tkac2011-01-171-4/+13
* [Bugfix] TXViewport: set the window max width/height considering the scrollbarsAdam Tkac2011-01-171-0/+11
* [Bugfix] Render "Ok" and "Cancel" button correctly when compiled with GNUTLS.Adam Tkac2011-01-071-0/+2
* Sometimes we get copy requests that are partially or fully outside thePierre Ossman2010-12-211-0/+7
* We might sometimes end up with an empty copy because of clipping. Make surePierre Ossman2010-12-211-1/+2
* Clean up CopyWindow hook so it's more readable.Pierre Ossman2010-12-211-4/+8
* [Development] Allow to modify only "desktop", "SendCutText" and "AcceptCutText"Adam Tkac2010-12-133-4/+26
* [Bugfix] Handle situation when keyboard has no modifiers in Input.cc well.Adam Tkac2010-12-081-38/+61
* [Bugfix] Fix various compilation warnings.Adam Tkac2010-12-082-5/+7
* [Bugfix] Use malloc/free instead of Xalloc/Xfree when built against X.Org 1.1...Adam Tkac2010-12-082-0/+9
* [Development] Add xserver110.patchAdam Tkac2010-12-081-0/+86
* [Development] Add support for X.Org 1.10Adam Tkac2010-12-084-3/+47