]>
source.dussan.org Git - tigervnc.git/log
DRC [Fri, 19 Aug 2011 04:57:18 +0000 (04:57 +0000)]
Add support for TurboVNC pseudo-encodings and Grayscale JPEG compression so that, when a TurboVNC viewer is connected, the TigerVNC Server will behave exactly like the TurboVNC Server.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4641
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Fri, 19 Aug 2011 03:13:47 +0000 (03:13 +0000)]
Make rawBytesEquivalent an unsigned 64-bit integer. Otherwise, it will overflow in less than a minute if using a full-screen video or 3D application.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4639
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Fri, 19 Aug 2011 03:11:32 +0000 (03:11 +0000)]
Fix compiler warning in Visual C++
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4638
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Brian Hinz [Thu, 18 Aug 2011 04:47:09 +0000 (04:47 +0000)]
added option to disable system bell. added missing callback for setting options dialog for fastCopyRect
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4637
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Brian Hinz [Thu, 18 Aug 2011 01:09:19 +0000 (01:09 +0000)]
add support for "hidden" compression levels 0,7,8,9 in the gui (JComboBox is now editable). Also addded some sanity checks to make sure only 0-9 can be passed in via the gui or the command line.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4636
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Brian Hinz [Wed, 17 Aug 2011 14:37:41 +0000 (14:37 +0000)]
Implement recommendations from low-level performance study into java client. Mirrors the changes made to the Fltk viewer in r4632.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4635
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Wed, 17 Aug 2011 11:24:58 +0000 (11:24 +0000)]
Need to include os/print.h to use snprintf on Windows
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4634
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Wed, 17 Aug 2011 11:03:51 +0000 (11:03 +0000)]
Disable ComparingUpdateTracker by default for now, because it generates a lot of CPU overhead (let's see if anyone notices that it's gone)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4633
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Wed, 17 Aug 2011 02:30:34 +0000 (02:30 +0000)]
Implement recommendations from low-level performance study (undocument compress levels 7-9 in the GUI, since they do nothing but increase CPU usage, set the default compress level to 1, and include a note that levels higher than 3 are rarely useful)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4632
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Wed, 17 Aug 2011 02:27:59 +0000 (02:27 +0000)]
Further optimizations to the Tight encoder to eliminate getImage() overhead. The encoder now directly accesses the framebuffer for solid rectangle computation, JPEG encoding, and color counting (if pixel translation is not required.) Also moved everything in tightEncode.h into the TightEncoder class to eliminate all of the static mess (this will be important later on if we decide to multi-thread the encoder.)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4631
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Peter Åstrand [Mon, 15 Aug 2011 12:33:06 +0000 (12:33 +0000)]
Do not translate the encoding names: These are just that:
names. Besides, these names are also a part of the command line
syntax.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4628
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Thu, 11 Aug 2011 12:24:30 +0000 (12:24 +0000)]
"Don't use parallel make by default," he says after accidentally turning it off and discovering that his builds are about 4 times faster.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4627
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Thu, 11 Aug 2011 11:18:34 +0000 (11:18 +0000)]
Ported encoding optimizations from TurboVNC. The changes to the Tight parameters were determined through extensive low-level profiling (see http://www.virtualgl.org/pmwiki/uploads/About/turbototiger.pdf). The other enhancements involved: (1) porting the solid subrectangle pre-computation code from TightVNC/TurboVNC (it makes a pretty big difference-- see report), (2) encapsulating the JPEG encoder in its own class (this eliminates a buffer copy, and the JPEG buffer is now set to a decent size where it shouldn't ever need to be paged or re-allocated, except in rare corner cases), (3) adding support for last rect. encoding (necessary to support the solid rectangle pre-computation enhancements.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4626
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Peter Åstrand [Thu, 11 Aug 2011 09:14:54 +0000 (09:14 +0000)]
Update the fl_update_clipboard function, so that it matches the latest
version of the win32 clipboard patch available from
http://www.fltk.org/str.php?L2636. See bug
3386240 .
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4625
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Wed, 10 Aug 2011 20:02:13 +0000 (20:02 +0000)]
Avoid MSVC linker warning when doing a Debug build if dependent libraries, such as libjpeg-turbo, are built using the release version of libc
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4624
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Tue, 9 Aug 2011 20:19:59 +0000 (20:19 +0000)]
Merge further fixes to Zlib encoder from 1.1 branch
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4623
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Tue, 9 Aug 2011 11:12:55 +0000 (11:12 +0000)]
Revert r4498 and fix #
3305357 properly. The issue was two-fold: (1) the compress buffer allocated by the Tight encoder was not large enough, and (2) Zlib 1.2.5 can sometimes call deflate(..., Z_BLOCK) within the body of deflateParams(), so we need to check avail_in after calling checkCompressionLevel() to ensure that there is still data left to compress before we call deflate() again.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4617
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Tue, 9 Aug 2011 02:26:30 +0000 (02:26 +0000)]
(Re-)fix static Xvnc build. We can leverage the BUILD_STATIC option to modify our fake libtool scripts such that they pick up the static libstdc++.a. Unfortunately, adding -static-libgcc to those scripts makes libtool barf, so we still have to add that flag to LDFLAGS in build-xorg.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4614
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Mon, 8 Aug 2011 03:22:15 +0000 (03:22 +0000)]
Oops. The 64BIT variable is a carry-over from VirtualGL. TigerVNC's build system doesn't define it.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4613
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Peter Åstrand [Tue, 2 Aug 2011 08:33:27 +0000 (08:33 +0000)]
Another fullscreen fix: avoid triggering fullscreen simply by setting
the window size to the size of the screen.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4612
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Mon, 1 Aug 2011 20:25:40 +0000 (20:25 +0000)]
Only try to run the libjpeg-turbo test program if we aren't cross-compiling. In a cross-compile environment, we'll settle for just making sure it compiles and links. Even though that can theoretically produce situations in which the wrong libjpeg is linked, such situations would be exceedingly rare in a cross-compile environment, since there is no "system libjpeg" to accidentally link with.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4611
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Peter Åstrand [Mon, 1 Aug 2011 10:34:38 +0000 (10:34 +0000)]
More fullscreen fixes: Do not try to change size in fullscreen mode
even if viewport is same as window size. However, after exiting
fullscreen mode, the window size needs to be updated.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4610
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Thu, 28 Jul 2011 22:13:40 +0000 (22:13 +0000)]
Include build date/time and bitness in the About dialog
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4609
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Thu, 28 Jul 2011 09:58:24 +0000 (09:58 +0000)]
Add a BUILD_STATIC option which links statically against libgcc and libstdc++ (if applicable.) Remove the corresponding code from build-xorg.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4608
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Thu, 28 Jul 2011 09:28:53 +0000 (09:28 +0000)]
Remove FLTK build instructions (no longer needed)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4607
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Thu, 28 Jul 2011 09:27:57 +0000 (09:27 +0000)]
Remove extensions patch. It is no longer being maintained, in favor of an in-tree version of FLTK with the patches applied
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4606
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Thu, 28 Jul 2011 09:23:00 +0000 (09:23 +0000)]
Apply our FLTK extensions
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4605
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Thu, 28 Jul 2011 09:22:07 +0000 (09:22 +0000)]
Unless GnuTLS is being used, we have to explicitly link vncviewer with ws2_32 on WIN32 systems.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4604
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Thu, 28 Jul 2011 08:38:59 +0000 (08:38 +0000)]
Include a stripped-down version of FLTK in tree and add a USE_INCLUDED_FLTK option to build against it.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4603
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Thu, 28 Jul 2011 08:06:39 +0000 (08:06 +0000)]
Actually link and run the libjpeg-turbo test program to ensure that JPEG_LIBRARY is set correctly
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4602
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Thu, 28 Jul 2011 07:22:39 +0000 (07:22 +0000)]
Actually, you don't have to build it first, as the "install" target takes care of that
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4601
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Peter Åstrand [Tue, 19 Jul 2011 09:28:39 +0000 (09:28 +0000)]
Another fullscreen fix: When the framebuffer size changes, we must not
call size_range with a limit, when running in fullscreen mode.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4600
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Peter Åstrand [Mon, 18 Jul 2011 07:45:14 +0000 (07:45 +0000)]
Make fullscreen mode work better with some X11 WMs such as Fedora 14
Metacity by removing the size limits before attempting fullscreen.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4599
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Peter Åstrand [Mon, 18 Jul 2011 07:42:16 +0000 (07:42 +0000)]
XGrabKeyboard needs to use CurrentTime rather than
fl_event_time. Otherwise, the second delayed grab attempt will often
fail.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4598
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Pierre Ossman [Fri, 15 Jul 2011 14:20:30 +0000 (14:20 +0000)]
Implement hacky workaround for rendering errors on XP and newer when the screen
is locked.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4597
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Pierre Ossman [Fri, 15 Jul 2011 13:45:19 +0000 (13:45 +0000)]
This was not a good method to get an initial full update as we would get two
update requests before the firstUpdate variable toggled to false.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4596
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Pierre Ossman [Fri, 15 Jul 2011 13:42:11 +0000 (13:42 +0000)]
When we stopped doing full updates on format changes, we also lost the side
effect of having the first update being a full update. This is needed for
correct behaviour for some extensions.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4595
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Pierre Ossman [Fri, 15 Jul 2011 13:41:02 +0000 (13:41 +0000)]
Add some extra debug output when the frame buffer changes size.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4594
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Pierre Ossman [Fri, 15 Jul 2011 12:34:33 +0000 (12:34 +0000)]
Add hack to make the client start properly even in the face of endian issues.
There was a similar hack in the old viewer, so this seems to work well enough
in practice.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4593
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Pierre Ossman [Fri, 15 Jul 2011 08:26:51 +0000 (08:26 +0000)]
Make sure we use the correct pixel format for cursors when in non-native mode.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4592
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Pierre Ossman [Fri, 15 Jul 2011 08:26:18 +0000 (08:26 +0000)]
Make it possible to query a PixelTransformer for the formats it is converting
between.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4591
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Pierre Ossman [Fri, 15 Jul 2011 08:14:23 +0000 (08:14 +0000)]
We don't need to force a full refresh on format changes with the new viewer
as we do not throw away the framebuffer.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4590
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Pierre Ossman [Fri, 15 Jul 2011 08:11:55 +0000 (08:11 +0000)]
The new viewer stores the framebuffer in a native format, instead of
converting it on each render like the old one. That means we have to change
how we deal with colour maps and make sure it is updated before any changes
to the framebuffer.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4589
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Pierre Ossman [Thu, 14 Jul 2011 14:34:09 +0000 (14:34 +0000)]
Managed to consistently get the colour levels reversed. Fix up everything so
that it behaves like documented.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4588
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Pierre Ossman [Thu, 14 Jul 2011 13:35:48 +0000 (13:35 +0000)]
Workaround for Alt behaviour on OS X.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4587
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Peter Åstrand [Thu, 14 Jul 2011 11:25:40 +0000 (11:25 +0000)]
The password file must be opened in binary mode. Otherwise, you might
get "bad obfuscated password length" errors on Windows.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4586
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Brian Hinz [Thu, 14 Jul 2011 02:59:42 +0000 (02:59 +0000)]
make sure support for clientRedirect is enabled in java viewer
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4585
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Pierre Ossman [Wed, 13 Jul 2011 17:56:26 +0000 (17:56 +0000)]
Port over the AltGr hack that the old Windows viewer has. Seems we need this
to get sane behaviour when connecting to a Unix desktop.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4584
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Pierre Ossman [Tue, 12 Jul 2011 16:58:12 +0000 (16:58 +0000)]
Mostly we will catch socket errors when processing incoming data, but
sometimes we'll time it so that a write will be the initial offender. Make
sure these cases are also properly caught and dealt with.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4583
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Pierre Ossman [Tue, 12 Jul 2011 16:56:34 +0000 (16:56 +0000)]
Destroy the main UI and connection objects before popping up the fatal error
message. This avoids a lot of problems with recursion and trying to send
events over a dead socket.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4582
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Pierre Ossman [Tue, 12 Jul 2011 16:10:16 +0000 (16:10 +0000)]
More consolidation into handleKeyEvent().
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4581
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Pierre Ossman [Tue, 12 Jul 2011 16:02:30 +0000 (16:02 +0000)]
Simplify things by using the handleKeyEvent() method for the fake presses
that can be generated from the popup menu.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4580
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Pierre Ossman [Tue, 12 Jul 2011 15:54:25 +0000 (15:54 +0000)]
Create a proper header file for the exported functions from vncviewer.cxx.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4579
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Wed, 6 Jul 2011 07:28:30 +0000 (07:28 +0000)]
Include instructions for specifying the location of libjpeg-turbo
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4578
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Wed, 6 Jul 2011 07:23:51 +0000 (07:23 +0000)]
Fix regression. We need to set WIN64 so it will be properly defined in resdefs.h. Failing to do so causes the incorrect manifest file to be included in the Win64 version of WinVNC4.exe, which causes it to fail to run.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4577
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Tue, 5 Jul 2011 18:55:55 +0000 (18:55 +0000)]
The previous fix for eliminating the console window in vncviewer.exe was not portable (it only worked in MinGW, which isn't what most people use.) Use the CMake "WIN32" target property instead.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4576
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Peter Åstrand [Tue, 5 Jul 2011 09:19:42 +0000 (09:19 +0000)]
Build with -Wl,-subsystem,windows on Windows, to avoid console window.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4575
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Brian Hinz [Thu, 30 Jun 2011 13:24:24 +0000 (13:24 +0000)]
corrected all inconsistent eol-styles and set eol-style:native on *.java. Also set svn:ignore on *.class
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4574
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Brian Hinz [Wed, 29 Jun 2011 21:45:08 +0000 (21:45 +0000)]
fix for java arraystore exception when bpp=8 with Tight encoding
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4573
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Brian Hinz [Wed, 29 Jun 2011 20:18:06 +0000 (20:18 +0000)]
cleaned up readVersion/writeVersion routines in java client. readVersion wasn't failing when it should have.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4572
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Henrik Andersson [Wed, 29 Jun 2011 10:34:09 +0000 (10:34 +0000)]
Fixes a typo introduced with commit 4570.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4571
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Henrik Andersson [Wed, 29 Jun 2011 09:14:36 +0000 (09:14 +0000)]
Added leftout cmake build of x0vncserver, fixes bug #
3329519 .
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4570
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Tue, 28 Jun 2011 05:42:30 +0000 (05:42 +0000)]
Use generic copyright message which refers the user to the complete copyright history in README.txt
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4569
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Tue, 28 Jun 2011 05:05:58 +0000 (05:05 +0000)]
Make wording consistent with 1.1.x README
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4567
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Tue, 28 Jun 2011 05:05:18 +0000 (05:05 +0000)]
Don't need Windows formatted copy of LICENCE.TXT anymore
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4566
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Tue, 28 Jun 2011 03:02:38 +0000 (03:02 +0000)]
Consolidate all README files into one and distribute it with the binary packages.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4562
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Tue, 28 Jun 2011 02:08:41 +0000 (02:08 +0000)]
Remove version number from Java README file (so we don't have to keep updating it) + "TightVNC=TigerVNC"
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4560
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Tue, 28 Jun 2011 01:59:01 +0000 (01:59 +0000)]
Update copyright messages to reflect actual source code
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4559
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Sat, 25 Jun 2011 20:24:02 +0000 (20:24 +0000)]
Mac app bundle and Linux tarball are fully implemented in CMake build system now.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4557
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Sat, 25 Jun 2011 09:20:52 +0000 (09:20 +0000)]
Override the tarball architecture to i686 if -m32 was used on a 64-bit system
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4556
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Sat, 25 Jun 2011 08:48:19 +0000 (08:48 +0000)]
Implement 'make tarball' and 'make servertarball'
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4555
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Sat, 25 Jun 2011 07:33:57 +0000 (07:33 +0000)]
Add uninstall target
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4554
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Sat, 25 Jun 2011 07:32:34 +0000 (07:32 +0000)]
Rename man pages to .1 when installing
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4553
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Sat, 25 Jun 2011 03:02:10 +0000 (03:02 +0000)]
Install man pages during 'make install' on Unix systems
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4552
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Fri, 24 Jun 2011 22:20:18 +0000 (22:20 +0000)]
Win32-->Windows (since there are Win64 builds as well); also remove copyright messages here (duplication of effort with the About dialog in winvnc and vncviewer)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4550
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Fri, 24 Jun 2011 21:24:14 +0000 (21:24 +0000)]
Consolidate source README file, remote cruft, and update copyrights
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4547
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Fri, 24 Jun 2011 20:49:42 +0000 (20:49 +0000)]
Re-order from least to most recent
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4546
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Fri, 24 Jun 2011 20:41:21 +0000 (20:41 +0000)]
Update copyrights to reflect the new Java code we're using
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4544
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Fri, 24 Jun 2011 20:05:06 +0000 (20:05 +0000)]
Change version number to 1.1.80 (1.2 alpha) to distinguish from the 1.1 branch
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4543
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Fri, 24 Jun 2011 19:43:04 +0000 (19:43 +0000)]
Update release documentation (not sure how useful this documentation still is, but I'll let others decide that.)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4541
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Fri, 24 Jun 2011 19:28:27 +0000 (19:28 +0000)]
Remove unused autotools build system
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4540
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Fri, 24 Jun 2011 06:56:11 +0000 (06:56 +0000)]
Deploy Mac TigerVNC Viewer as an application bundle instead of a package, and consolidate all of the installer scripts under release/ and cmake/
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4539
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Fri, 24 Jun 2011 06:55:18 +0000 (06:55 +0000)]
Deploy Mac TigerVNC Viewer as an application bundle instead of a package, and consolidate all of the installer scripts under release/ and cmake/
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4538
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Fri, 24 Jun 2011 05:53:38 +0000 (05:53 +0000)]
Update Windows README file
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4537
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Fri, 24 Jun 2011 05:26:43 +0000 (05:26 +0000)]
Installer needs to be built from the top-level CMake context.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4535
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Fri, 24 Jun 2011 05:25:43 +0000 (05:25 +0000)]
Package new FLTK-based TigerVNC Viewer on Windows
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4534
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Fri, 24 Jun 2011 04:58:01 +0000 (04:58 +0000)]
Instructions for building with NLS and other tweaks
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4533
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Fri, 24 Jun 2011 04:19:36 +0000 (04:19 +0000)]
Make it clear that we were looking for "libjpeg-turbo", not "jpeg-turbo"
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4532
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Fri, 24 Jun 2011 04:17:02 +0000 (04:17 +0000)]
Automatically disable NLS if gettext and/or libiconv are missing. On some platforms, such as Windows and OS X, NLS can't be enabled without a lot of custom configuration, so the build simply fails on those platforms unless -DENABLE_NLS=0 is specified. This change makes the CMake system behave more like autotools used to, and it is consistent with the detection behavior of other non-essential modules, such as GnuTLS.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4531
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Fri, 24 Jun 2011 03:51:02 +0000 (03:51 +0000)]
Do not run libtool_create_control_file() on Windows. Windows does not like it.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4530
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Fri, 24 Jun 2011 03:19:28 +0000 (03:19 +0000)]
Visual C++ requires gcrypt.h because it doesn't have ssize_t. Also, building with the GnuTLS static libs (using MinGW) requires user32 and ws2_32.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4529
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Fri, 24 Jun 2011 03:17:57 +0000 (03:17 +0000)]
Ensure that FLTK is built with the static run-time library if using Visual C++
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4528
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Fri, 24 Jun 2011 03:17:00 +0000 (03:17 +0000)]
Fix build issues with Visual C++ (implemented macro version of snprintf + re-ordered headers to ensure that winsock is included ahead of windows.h)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4527
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Thu, 23 Jun 2011 22:29:24 +0000 (22:29 +0000)]
Make sure that CMAKE_BUILD_TYPE is set to Release by default when building FLTK
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4526
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Thu, 23 Jun 2011 22:04:46 +0000 (22:04 +0000)]
Call Fl::args() to properly parse the "hidden" arguments that FLTK understands. This has two primary benefits: (1) On X11 systems, you can now override the X display by passing '-display {display}' as the first argument, as is the case for most other X11 apps, and (2) on OS X, this allows the application to run within an application (.app) bundle, because Fl::args() parses the hidden arguments passed to the app by the launcher.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4525
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Thu, 23 Jun 2011 19:12:08 +0000 (19:12 +0000)]
Don't link against the X11 libraries on Mac, because FLTK doesn't use them.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4524
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Thu, 23 Jun 2011 16:45:18 +0000 (16:45 +0000)]
Build new FLTK-based viewer by default
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4523
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Thu, 23 Jun 2011 10:11:22 +0000 (10:11 +0000)]
First pass at build instructions for the new FLTK-based viewer and CMake build system
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4522
3789f03b -4d11-0410-bbf8-
ca57d06f2519
DRC [Thu, 23 Jun 2011 09:30:15 +0000 (09:30 +0000)]
We don't use fltk_images or fltk_forms, so don't try to detect those (otherwise, when linking against libfltk.a, the build system will try to link with libfltk_images.a and libfltk_forms.a as well, which can introduce external dependencies that we don't want.)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4521
3789f03b -4d11-0410-bbf8-
ca57d06f2519
Peter Åstrand [Thu, 23 Jun 2011 08:40:14 +0000 (08:40 +0000)]
Call setMenuKey before initContextMenu to avoid uninitialised
menuKeyCode.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4520
3789f03b -4d11-0410-bbf8-
ca57d06f2519