summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't link against the X11 libraries on Mac, because FLTK doesn't use them.DRC2011-06-231-13/+15
* Build new FLTK-based viewer by defaultDRC2011-06-231-1/+1
* First pass at build instructions for the new FLTK-based viewer and CMake buil...DRC2011-06-231-275/+257
* We don't use fltk_images or fltk_forms, so don't try to detect those (otherwi...DRC2011-06-231-0/+2
* Call setMenuKey before initContextMenu to avoid uninitialisedPeter Åstrand2011-06-231-2/+1
* Update extensions to cleanly apply against FLTK 1.3.0, and fix several bugs (...DRC2011-06-233-4455/+4147
* FULLSCREEN should be 1<<19, not 1<<18DRC2011-06-231-1/+1
* Need to explicitly link with libiconv when using libintl.a.DRC2011-06-221-1/+1
* Don't define _WIN32_IE or _WIN32_WINNT except on Windows buildsDRC2011-06-221-6/+8
* 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
* Detect and enable PAM authentication supportDRC2011-06-223-0/+22
* Fix several bugs in the generation of .la filesDRC2011-06-221-3/+3
* Translate comments into English and remove blindingly obvious ones.DRC2011-06-221-28/+32
* Tabs to spacesDRC2011-06-221-31/+31
* Make '-version 7.4' the default.DRC2011-06-211-4/+4
* Fix 3305357 (Enabling custom compression level on client crashes server)DRC2011-06-181-6/+8
* corrected missing index ptr in new ZlibInStream implementationBrian Hinz2011-06-171-0/+2
* Imported JZlib source tree and re-implemented ZlibInStream using JZlib, simil...Brian Hinz2011-06-1723-178/+5436
* Turns out that TXImage wasn't just being overly cautious with the custom errorPierre Ossman2011-06-171-0/+24
* Implement optimised drawing operations for OS X. Didn't see any reduction inPierre Ossman2011-06-174-2/+150
* Remove unused structure definition.Pierre Ossman2011-06-171-12/+0
* Translate the default menu items we get on OS X.Pierre Ossman2011-06-161-0/+8
* Using build-xorg without -static is not useful, because it causes Xvnc to dep...DRC2011-06-142-52/+27
* Implement a more robust method to handle the keyboard grab/focus voodoo asPierre Ossman2011-06-144-21/+58
* Flushing screen updates after 100 ms turned out to be too aggressive andPierre Ossman2011-06-131-1/+1
* Optimised drawing routines for Win32, based on the old Windows viewer.Pierre Ossman2011-06-134-2/+136
* Optimised drawing routines for X11, roughly based on how the old Unix viewerPierre Ossman2011-06-134-1/+240
* Basic framework for more optimised, platform specific, drawing routines.Pierre Ossman2011-06-133-19/+66
* Fix HAVE_FLTK_DEAD_KEYS testDRC2011-06-101-1/+1
* Exclude unix directory from compile on Apple platform,Henrik Andersson2011-06-101-1/+4
* initial support for ClientRedirect and VeNCrypt sub-type Ident in java viewerBrian Hinz2011-06-1011-36/+172
* Remove obsolete Visual C++ 7 build instructionsDRC2011-06-091-40/+0
* libtool control file should be created in binary directory, not source direct...DRC2011-06-091-4/+4
* - Fixed so the library suffix is platformindependentHenrik Andersson2011-06-091-1/+9
* Dump a copy of FLTK and needed patches in the tree so that people can easilyPierre Ossman2011-06-093-0/+4463
* Building the Xvnc server requires libtool control files of rdr, rfb,Henrik Andersson2011-06-096-0/+102
* We can get 0x0 cursor sometimes when the server wants to hide it.Pierre Ossman2011-06-091-24/+31
* Copied the dot cursor logic over from the Unix viewer incorrectly.Pierre Ossman2011-06-091-3/+2
* Default to fully respecting the remote cursor in order to be closer to a localPierre Ossman2011-06-091-1/+1
* We have no cursor initially, and never if the server doesn't support localPierre Ossman2011-06-091-1/+2
* Implement dot cursor in new viewer.Pierre Ossman2011-06-091-28/+56
* The default value of local cursor support is false, so we couldn't justPierre Ossman2011-06-091-0/+4
* Bah, not enough coffee today. I had already implemented the pointer ratePierre Ossman2011-06-085-12/+4
* Local cursors are a pain to deal with and I doubt it's worth the effort toPierre Ossman2011-06-082-7/+0
* Server support for full colour cursors (no support for alpha though).Pierre Ossman2011-06-081-43/+75
* Add support for cursors to the new viewer.Pierre Ossman2011-06-087-14/+85
* Accidentally calculated the pointer offset twice, resulting in segfaults.Pierre Ossman2011-06-081-1/+2
* CMake 2.8 is necessary in order to properly detect and configure GnuTLS.DRC2011-06-071-1/+1
* Do not include the po/ subdirectory unless NLS is enabled.DRC2011-06-071-1/+3