]> source.dussan.org Git - tigervnc.git/log
tigervnc.git
4 years agoimplement username/password from env.
Jiuyang liu [Thu, 6 Feb 2020 14:48:25 +0000 (14:48 +0000)]
implement username/password from env.

4 years agoInclude Carbon when statically linking gettext on macOS
Pierre Ossman [Thu, 30 Jan 2020 13:23:24 +0000 (14:23 +0100)]
Include Carbon when statically linking gettext on macOS

As gettext needs some stuff from Carbon and we don't want to rely on it
being pulled in as a side effect.

4 years agoUpdate copyright year to 2020
Pierre Ossman [Thu, 16 Jan 2020 13:26:48 +0000 (14:26 +0100)]
Update copyright year to 2020

4 years agoMerge branch 'emulateMB' of https://github.com/CendioAlex/tigervnc
Pierre Ossman [Thu, 16 Jan 2020 13:18:50 +0000 (14:18 +0100)]
Merge branch 'emulateMB' of https://github.com/CendioAlex/tigervnc

4 years agoUse sys/time.h on Windows as well
Pierre Ossman [Thu, 16 Jan 2020 13:18:08 +0000 (14:18 +0100)]
Use sys/time.h on Windows as well

Modern MinGW seems to provide this, so simplify things a bit. This also
side steps some of the issue of the windows.h/winsock2.h include
ordering.

4 years agoAdd emulated middle mouse button 942/head
Alex Tanskanen [Mon, 13 Jan 2020 14:23:20 +0000 (15:23 +0100)]
Add emulated middle mouse button

Not every mouse has three buttons e.g. laptops. Some OS might not
have support for middle mouse button emulation.

This commit adds emulation for middle mouse button when pressing both
left and right mouse button simultaneously.

4 years agoRemove "Dismiss menu" from context menu 938/head
Alex Tanskanen [Thu, 9 Jan 2020 15:17:06 +0000 (16:17 +0100)]
Remove "Dismiss menu" from context menu

This was not necessary since you could use ESC key or simply just
clicking outside of the context menu to close the menu.

4 years agoAllow XK_Scroll_Lock when LED state isn't supported
Pierre Ossman [Fri, 3 Jan 2020 12:46:54 +0000 (13:46 +0100)]
Allow XK_Scroll_Lock when LED state isn't supported

Otherwise such clients cannot use Scroll Lock at all, and that is
probably worse than any effects we might get from getting out of sync.

4 years agoClean up initialization of DIBSectionBuffer
Pierre Ossman [Fri, 3 Jan 2020 12:10:20 +0000 (13:10 +0100)]
Clean up initialization of DIBSectionBuffer

We had an unintentional conflict with PixelBuffer::setSize() here.
But we can simplify this further as this initialization is only used
by the subclass DeviceFrameBuffer, and only once.

4 years agoProvide correct dimensions for XShm setup
Pierre Ossman [Mon, 30 Dec 2019 09:50:52 +0000 (10:50 +0100)]
Provide correct dimensions for XShm setup

Since 53f913a we initialize the underlying PixelBuffer with 0x0
dimensions, which means we need to keep more explicit track of what
we are trying to allocate in the setup methods.

4 years agoRemove unneeded memory checks
Pierre Ossman [Mon, 30 Dec 2019 09:26:12 +0000 (10:26 +0100)]
Remove unneeded memory checks

new throws an exception on allocation errors rather than return NULL.

4 years agoFix saving of bad server certificates
Pierre Ossman [Mon, 30 Dec 2019 09:24:11 +0000 (10:24 +0100)]
Fix saving of bad server certificates

This check is completely backwards and it is currently unknown how
this ever worked.

4 years agoel6 build improvements. dependency updates, link order fixes
Brian P. Hinz [Sat, 28 Dec 2019 21:18:35 +0000 (16:18 -0500)]
el6 build improvements. dependency updates, link order fixes

4 years agoUpdate Esperanto translation
Felipe Castro [Wed, 25 Dec 2019 15:34:00 +0000 (12:34 -0300)]
Update Esperanto translation

4 years agoSet initial blank cursor
Pierre Ossman [Mon, 23 Dec 2019 15:26:40 +0000 (16:26 +0100)]
Set initial blank cursor

If the server doesn't support local cursors and want to render them
itself then we need to make sure the local cursor is invisible.

This also makes sure we always have some cursor allocated, so we can
remove the checks in some places.

4 years agoUpdate source URLs in el6 spec file
Brian P. Hinz [Sun, 22 Dec 2019 19:17:16 +0000 (14:17 -0500)]
Update source URLs in el6 spec file

4 years agoRemove hard coded source URLs from travis-ci build script
Brian P. Hinz [Sun, 22 Dec 2019 19:02:47 +0000 (14:02 -0500)]
Remove hard coded source URLs from travis-ci build script

4 years agoAllow non-interactive installs for bionic (travis-ci)
Brian P. Hinz [Sat, 21 Dec 2019 23:15:19 +0000 (18:15 -0500)]
Allow non-interactive installs for bionic (travis-ci)

4 years agoAdd ubuntu-bionic to travis-ci builds
Brian P. Hinz [Sat, 21 Dec 2019 22:59:08 +0000 (17:59 -0500)]
Add ubuntu-bionic to travis-ci builds

4 years agoMake sure travis-ci builds java viewer with latest openjdk 8
Brian P. Hinz [Sat, 21 Dec 2019 22:48:28 +0000 (17:48 -0500)]
Make sure travis-ci builds java viewer with latest openjdk 8

4 years agoMostly stylistic changes to java viewer to match recent changes to native viewer
Brian P. Hinz [Sat, 21 Dec 2019 21:51:33 +0000 (16:51 -0500)]
Mostly stylistic changes to java viewer to match recent changes to native viewer

4 years agoFix travis-ci build scripts broken by c59f195
Brian P. Hinz [Sat, 21 Dec 2019 17:04:32 +0000 (12:04 -0500)]
Fix travis-ci build scripts broken by c59f195

4 years agoFix maximum compress lvl in parameter list
Samuel Mannehed [Fri, 20 Dec 2019 15:13:17 +0000 (16:13 +0100)]
Fix maximum compress lvl in parameter list

Commit 4e61f8dbc51f83b1d71319b763fbd4d916d13e98 fixed the GUI but forgot
to change the other places in the code.

4 years agoUse the correct minimum value for compression lvl
Samuel Mannehed [Fri, 20 Dec 2019 15:06:48 +0000 (16:06 +0100)]
Use the correct minimum value for compression lvl

There was even some confusion in the RFB protocol regarding this, but
the zlib implementation confirms that accepted values for compression
level is 0-9.

4 years agoUse the correct maximum value for compression lvl
Samuel Mannehed [Fri, 20 Dec 2019 14:25:53 +0000 (15:25 +0100)]
Use the correct maximum value for compression lvl

The GUI incorrectly noted the max level to be 6 while it in fact is 9.

4 years agoRemove confusing note about compression level
Samuel Mannehed [Fri, 20 Dec 2019 14:24:23 +0000 (15:24 +0100)]
Remove confusing note about compression level

Even if this note is true it just adds confusion.

4 years agoSimplify color level descriptions
Samuel Mannehed [Fri, 20 Dec 2019 13:47:04 +0000 (14:47 +0100)]
Simplify color level descriptions

The number of colors used isn't something the end-users should have to
concern themselves with. I intentionally left the information in the
man-pages.

4 years agoMerge branch 'secfix' of https://github.com/CendioOssman/tigervnc
Pierre Ossman [Fri, 20 Dec 2019 06:39:06 +0000 (07:39 +0100)]
Merge branch 'secfix' of https://github.com/CendioOssman/tigervnc

4 years agoRemove support for ubuntu trusty since it's been EoL for 6 months
Brian P. Hinz [Mon, 16 Dec 2019 00:39:03 +0000 (19:39 -0500)]
Remove support for ubuntu trusty since it's been EoL for 6 months

4 years agoCheck the correct stream if there is more data pending
Pierre Ossman [Mon, 9 Dec 2019 15:58:07 +0000 (16:58 +0100)]
Check the correct stream if there is more data pending

The input stream might no longer be the raw socket, so we need to
query what's currently active. That wrapping stream might have its
own buffering and may have more data even if the socket is drained.

4 years agoHandle pending data in TLS buffers
Pierre Ossman [Mon, 9 Dec 2019 15:57:04 +0000 (16:57 +0100)]
Handle pending data in TLS buffers

There might be more bytes left in the current TLS record, even if
there is nothing on the underlying stream. Make sure we properly
return this when we aren't being requested to block.

4 years agoCorrectly calculate rects with no CopyRect support
Pierre Ossman [Mon, 9 Dec 2019 14:24:15 +0000 (15:24 +0100)]
Correctly calculate rects with no CopyRect support

The copied rects have already been merged in to the changed rects
at this point if the client doesn't support the CopyRect encoding.

4 years agoDon't background the main session command
Pierre Ossman [Mon, 9 Dec 2019 12:54:17 +0000 (13:54 +0100)]
Don't background the main session command

When used with -fg we expect the startup script to remain running until
the session is over. This will not happen if the session command is put
in the background using &.

4 years agoFix link order of nettle and hogweed
Pierre Ossman [Mon, 9 Dec 2019 12:33:48 +0000 (13:33 +0100)]
Fix link order of nettle and hogweed

Hogweed needs nettle, not the other way around. So make sure they
are specified in the correct order for the static link to succeed.

4 years agoUpdate Hungarian translation
Balázs Úr [Sat, 23 Nov 2019 22:25:00 +0000 (23:25 +0100)]
Update Hungarian translation

4 years agoAdd Korean translation
JiYoon Kwon [Sat, 23 Nov 2019 03:41:00 +0000 (12:41 +0900)]
Add Korean translation

4 years agoUse openjdk-8 to build java viewer for bionic
Brian P. Hinz [Sun, 1 Dec 2019 01:51:39 +0000 (20:51 -0500)]
Use openjdk-8 to build java viewer for bionic

4 years agoUpdate build deps for Ubuntu Bionic packages
Brian P. Hinz [Sat, 30 Nov 2019 20:30:26 +0000 (15:30 -0500)]
Update build deps for Ubuntu Bionic packages

4 years agoAdd support for VMwareCursor pseudo encoding to Java client
Brian P. Hinz [Thu, 28 Nov 2019 19:22:33 +0000 (14:22 -0500)]
Add support for VMwareCursor pseudo encoding to Java client

4 years agoRemove old Java applet support
Brian P. Hinz [Fri, 22 Nov 2019 03:35:40 +0000 (22:35 -0500)]
Remove old Java applet support

4 years agoRFB refactoring to sync with native client
Brian P. Hinz [Fri, 22 Nov 2019 01:00:49 +0000 (20:00 -0500)]
RFB refactoring to sync with native client

4 years agoInvalidate duplicate screens
Brian P. Hinz [Sat, 16 Nov 2019 20:07:34 +0000 (15:07 -0500)]
Invalidate duplicate screens

4 years agoHandle pixel formats with odd shift values 921/head
Pierre Ossman [Wed, 2 Oct 2019 14:06:08 +0000 (16:06 +0200)]
Handle pixel formats with odd shift values

Our fast paths assume that each channel fits in to a separate byte.
That means the shift needs to be a multiple of 8. Start actually
checking this so that a client cannot trip us up and possibly cause
incorrect code exection.

Issue found by Pavel Cheremushkin from Kaspersky Lab.

4 years agoAdd unit tests for PixelFormat.is888() detection
Pierre Ossman [Wed, 2 Oct 2019 14:05:34 +0000 (16:05 +0200)]
Add unit tests for PixelFormat.is888() detection

4 years agoBe defensive about overflows in stream objects
Pierre Ossman [Tue, 24 Sep 2019 07:41:07 +0000 (09:41 +0200)]
Be defensive about overflows in stream objects

We use a lot of lengths given to us over the network, so be more
paranoid about them causing an overflow as otherwise an attacker
might trick us in to overwriting other memory.

This primarily affects the client which often gets lengths from the
server, but there are also some scenarios where the server might
theoretically be vulnerable.

Issue found by Pavel Cheremushkin from Kaspersky Lab.

4 years agoUse size_t for lengths in stream objects
Pierre Ossman [Mon, 23 Sep 2019 09:00:17 +0000 (11:00 +0200)]
Use size_t for lengths in stream objects

Provides safety against them accidentally becoming negative because
of bugs in the calculations.

Also does the same to CharArray and friends as they were strongly
connection to the stream objects.

4 years agoRemove unused FixedMemOutStream
Pierre Ossman [Mon, 23 Sep 2019 08:09:31 +0000 (10:09 +0200)]
Remove unused FixedMemOutStream

4 years agoAdd sanity checks for PixelFormat shift values
Pierre Ossman [Tue, 10 Sep 2019 14:07:50 +0000 (16:07 +0200)]
Add sanity checks for PixelFormat shift values

Otherwise we might be tricked in to reading and writing things at
incorrect offsets for pixels which ultimately could result in an
attacker writing things to the stack or heap and executing things
they shouldn't.

This only affects the server as the client never uses the pixel
format suggested by th server.

Issue found by Pavel Cheremushkin from Kaspersky Lab.

4 years agoFix depth sanity test in PixelFormat
Pierre Ossman [Tue, 10 Sep 2019 14:01:44 +0000 (16:01 +0200)]
Fix depth sanity test in PixelFormat

4 years agoAdd unit test for PixelFormat sanity checks
Pierre Ossman [Tue, 10 Sep 2019 13:59:51 +0000 (15:59 +0200)]
Add unit test for PixelFormat sanity checks

4 years agoHandle empty Tight gradient rects
Pierre Ossman [Tue, 10 Sep 2019 13:36:42 +0000 (15:36 +0200)]
Handle empty Tight gradient rects

We always assumed there would be one pixel per row so a rect with
a zero width would result in us writing to unknown memory.

This could theoretically be used by a malicious server to inject
code in to the viewer process.

Issue found by Pavel Cheremushkin from Kaspersky Lab.

4 years agoAdd write protection to OffsetPixelBuffer
Pierre Ossman [Tue, 10 Sep 2019 13:25:30 +0000 (15:25 +0200)]
Add write protection to OffsetPixelBuffer

No one should every try to write to this buffer. Enforce that by
throwing an exception if any one tries to get a writeable pointer
to the data.

4 years agoRestrict PixelBuffer dimensions to safe values
Pierre Ossman [Tue, 10 Sep 2019 13:21:03 +0000 (15:21 +0200)]
Restrict PixelBuffer dimensions to safe values

We do a lot of calculations based on pixel coordinates and we need
to make sure they do not overflow. Restrict the maximum dimensions
we support rather than try to switch over all calculations to use
64 bit integers.

This prevents attackers from from injecting code by specifying a
huge framebuffer size and relying on the values overflowing to
access invalid areas of the heap.

This primarily affects the client which gets both the screen
dimensions and the pixel contents from the remote side. But the
server might also be affected as a client can adjust the screen
dimensions, as can applications inside the session.

Issue found by Pavel Cheremushkin from Kaspersky Lab.

4 years agoEncapsulate PixelBuffer internal details
Pierre Ossman [Tue, 10 Sep 2019 13:18:30 +0000 (15:18 +0200)]
Encapsulate PixelBuffer internal details

Don't allow subclasses to just override dimensions or buffer details
directly and instead force them to go via methods. This allows us
to do sanity checks on the new values and catch bugs and attacks.

4 years agoMake ZlibInStream more robust against failures
Pierre Ossman [Tue, 10 Sep 2019 09:05:48 +0000 (11:05 +0200)]
Make ZlibInStream more robust against failures

Move the checks around to avoid missing cases where we might access
memory that is no longer valid. Also avoid touching the underlying
stream implicitly (e.g. via the destructor) as it might also no
longer be valid.

A malicious server could theoretically use this for remote code
execution in the client.

Issue found by Pavel Cheremushkin from Kaspersky Lab

4 years agoUpdate Swedish translation
Göran Uddeborg [Mon, 4 Nov 2019 15:30:00 +0000 (16:30 +0100)]
Update Swedish translation

4 years agoUpdate Czech translation
Petr Pisar [Fri, 1 Nov 2019 21:20:00 +0000 (22:20 +0100)]
Update Czech translation

4 years agoSet explicit connect timeout on socket and use timer instead of counting iterations
Brian P. Hinz [Thu, 7 Nov 2019 00:24:16 +0000 (19:24 -0500)]
Set explicit connect timeout on socket and use timer instead of counting iterations

4 years agoPoll local socket to make sure SSH tunnel is ready before connecting
Brian P. Hinz [Tue, 5 Nov 2019 01:12:57 +0000 (20:12 -0500)]
Poll local socket to make sure SSH tunnel is ready before connecting

4 years agoFix external SSH arguments dialog
Brian P. Hinz [Mon, 4 Nov 2019 02:49:53 +0000 (21:49 -0500)]
Fix external SSH arguments dialog

4 years agoFix for dialog modality on Mac OS X
Brian P. Hinz [Sun, 3 Nov 2019 22:43:56 +0000 (17:43 -0500)]
Fix for dialog modality on Mac OS X

4 years agoFix for issue #796
Brian P. Hinz [Sun, 3 Nov 2019 21:00:50 +0000 (16:00 -0500)]
Fix for issue #796

4 years agoUsing socket.getPeerName() causes DNS lookup and noticable UI stall
Brian P. Hinz [Sat, 2 Nov 2019 18:26:47 +0000 (14:26 -0400)]
Using socket.getPeerName() causes DNS lookup and noticable UI stall

4 years agoUpdate Russian translation
Yuri Kozlov [Fri, 1 Nov 2019 04:00:00 +0000 (07:00 +0300)]
Update Russian translation

4 years agoAdd build scripts for ubunto 18.04 (bionic)
Brian P. Hinz [Tue, 29 Oct 2019 01:34:11 +0000 (21:34 -0400)]
Add build scripts for ubunto 18.04 (bionic)

4 years agoUpdate Brazilian Portuguese translation
Rafael Fontenelle [Tue, 29 Oct 2019 07:03:00 +0000 (05:03 -0200)]
Update Brazilian Portuguese translation

4 years agoUpdate Bulgarian translation
Alexander Shopov [Tue, 29 Oct 2019 06:00:00 +0000 (07:00 +0100)]
Update Bulgarian translation

4 years agoUpdate German translation
Mario Blättermann [Mon, 28 Oct 2019 17:14:00 +0000 (18:14 +0100)]
Update German translation

4 years agoUpdate Ukrainian translation
Yuri Chornoivan [Mon, 28 Oct 2019 13:35:00 +0000 (15:35 +0200)]
Update Ukrainian translation

4 years agoUpdate Chinese (traditional) translation
pan93412 [Mon, 28 Oct 2019 09:52:00 +0000 (17:52 +0800)]
Update Chinese (traditional) translation

4 years agoMerge pull request #894 from samhed/master
Samuel Mannehed [Mon, 28 Oct 2019 10:02:02 +0000 (11:02 +0100)]
Merge pull request #894 from samhed/master

Don't show the context menu hint when no hotkey is chosen

4 years agoDon't show the context menu hint when no hotkey 894/head
Samuel Mannehed [Fri, 25 Oct 2019 08:26:16 +0000 (10:26 +0200)]
Don't show the context menu hint when no hotkey

4 years ago[java] Add support for java 9+ (removes support for java 7). Fixes #708,#771
Brian P. Hinz [Tue, 22 Oct 2019 22:15:52 +0000 (18:15 -0400)]
[java] Add support for java 9+ (removes support for java 7). Fixes #708,#771

4 years ago[java] Trim any leading/trailing whitespace from servername
Brian P. Hinz [Tue, 22 Oct 2019 21:48:17 +0000 (17:48 -0400)]
[java] Trim any leading/trailing whitespace from servername

5 years agoChange development version to 1.10.80
Pierre Ossman [Fri, 18 Oct 2019 08:16:19 +0000 (10:16 +0200)]
Change development version to 1.10.80

5 years agoUpdate translation template file
Pierre Ossman [Fri, 18 Oct 2019 08:15:15 +0000 (10:15 +0200)]
Update translation template file

5 years agoMerge branch 'fix-mistake' of https://github.com/gschwind/tigervnc
Pierre Ossman [Mon, 14 Oct 2019 10:53:48 +0000 (12:53 +0200)]
Merge branch 'fix-mistake' of https://github.com/gschwind/tigervnc

5 years agoFix bad PixelBuffer reference in VNCServerST::setPixelBuffer()
Pierre Ossman [Fri, 4 Oct 2019 07:22:08 +0000 (09:22 +0200)]
Fix bad PixelBuffer reference in VNCServerST::setPixelBuffer()

We need to examine the incoming PixelBuffer, not the previous one
(which might not even be valid).

5 years agoMerge pull request #866 from gschwind/fix-wrong-test-order
Samuel Mannehed [Wed, 2 Oct 2019 07:35:21 +0000 (09:35 +0200)]
Merge pull request #866 from gschwind/fix-wrong-test-order

fix test order in convertLF and convertCRLF

5 years agoFix length checks in string conversion functions
Pierre Ossman [Mon, 9 Sep 2019 14:47:36 +0000 (16:47 +0200)]
Fix length checks in string conversion functions

We need to check the buffer length before accessing the incoming
string. Probably not a problem in practice as there should be a
final null in most incoming strings.

Issue found by Pavel Cheremushkin from Kaspersky Lab.

5 years agoAdd unit tests for convertLF() and convertCRLF()
Pierre Ossman [Mon, 9 Sep 2019 14:43:41 +0000 (16:43 +0200)]
Add unit tests for convertLF() and convertCRLF()

5 years agoSplit test programs to benchmarking and unit tests
Pierre Ossman [Mon, 9 Sep 2019 10:48:25 +0000 (12:48 +0200)]
Split test programs to benchmarking and unit tests

They have very different purpose, so make things easier to work
with by having multiple directories.

5 years agoUse display polling by default in WinVNC
Pierre Ossman [Fri, 6 Sep 2019 12:47:28 +0000 (14:47 +0200)]
Use display polling by default in WinVNC

Window hooks aren't working well on modern systems so switch the
default to polling until we can fix things.

5 years agofix test order in convertLF and convertCRLF 866/head
Benoit Gschwind [Fri, 30 Aug 2019 18:48:16 +0000 (20:48 +0200)]
fix test order in convertLF and convertCRLF

The new order of test avoid ready invalid memory address in ca.buf

5 years agofix to early remove of iterator in VNCServerST::removeSocket 863/head
Benoit Gschwind [Sat, 24 Aug 2019 21:18:53 +0000 (23:18 +0200)]
fix to early remove of iterator in VNCServerST::removeSocket

5 years agoMerge pull request #849 from grulja/master
Samuel Mannehed [Mon, 15 Jul 2019 12:11:19 +0000 (14:11 +0200)]
Merge pull request #849 from grulja/master

Do not return returncode indicating error when listing sessions

5 years agoDo not return returncode indicating error when listing sessions 849/head
Jan Grulich [Thu, 11 Jul 2019 10:56:34 +0000 (12:56 +0200)]
Do not return returncode indicating error when listing sessions

5 years agoMerge branch 'exclipboard' of https://github.com/CendioOssman/tigervnc
Pierre Ossman [Mon, 1 Jul 2019 09:37:50 +0000 (11:37 +0200)]
Merge branch 'exclipboard' of https://github.com/CendioOssman/tigervnc

5 years agoSupport extended clipboard transfers 834/head
Pierre Ossman [Fri, 5 Feb 2016 09:26:56 +0000 (10:26 +0100)]
Support extended clipboard transfers

Implements support in both client and server for the extended
clipboard format first seen in UltraVNC. Currently only implements
text handling, but that is still an improvement as it extends the
clipboard from ISO 8859-1 to full Unicode.

5 years agoUse UTF-8 in clipboard API
Pierre Ossman [Fri, 10 May 2019 09:44:19 +0000 (11:44 +0200)]
Use UTF-8 in clipboard API

In prepartion for better clipboard extensions that can send Unicode
data between the client and server.

5 years agoImproved clipboard API
Pierre Ossman [Fri, 3 May 2019 08:53:06 +0000 (10:53 +0200)]
Improved clipboard API

Change the internal clipboard API to use a request based model in
order to be prepared for more advanced clipboard transfers.

5 years agoAdd UTF-8 to/from ISO 8859-1 conversion routines
Pierre Ossman [Fri, 22 Jan 2016 15:40:59 +0000 (16:40 +0100)]
Add UTF-8 to/from ISO 8859-1 conversion routines

We convert between UTF-8 and ISO 8859-1 (latin 1) in several places
so create some common routines for this.

5 years agoClean up internal clipboard handling
Pierre Ossman [Thu, 2 May 2019 10:32:03 +0000 (12:32 +0200)]
Clean up internal clipboard handling

We now filter incoming data, which means we can start assuming the
clipboard data is always null terminated. This allows us to clean
up a lot of the internal handling.

5 years agoMake sure clipboard uses \n line endings
Pierre Ossman [Thu, 2 May 2019 10:32:03 +0000 (12:32 +0200)]
Make sure clipboard uses \n line endings

This is required by the protocol so we should make sure it is
enforced. We are tolerant of clients that violate this though and
convert incoming clipboard data.

5 years agoRemove max area parameter from Region::get_rects()
Pierre Ossman [Mon, 24 Jun 2019 14:01:54 +0000 (16:01 +0200)]
Remove max area parameter from Region::get_rects()

It was unused and added complexity and bugs to the code. So let's
remove it rather than trying to clean up a function no one needed.

5 years agoProperly mark overloaded methods with virtual
Pierre Ossman [Tue, 18 Jun 2019 14:26:57 +0000 (16:26 +0200)]
Properly mark overloaded methods with virtual

Makes it easier to see what is overloaded and what isn't.

5 years agoRequest keyboard grab ability under Xwayland
Pierre Ossman [Tue, 18 Jun 2019 14:25:51 +0000 (16:25 +0200)]
Request keyboard grab ability under Xwayland

We're usually white listed, but let's be a good citizen and formally
request the keyboard grab ability from the compositor.

5 years agoUpdate French translation
Stéphane Aulery [Sun, 12 May 2019 03:24:00 +0000 (05:24 +0200)]
Update French translation

5 years agoMerge branch 'master' of https://github.com/lprylli/tigervnc
Pierre Ossman [Thu, 9 May 2019 13:55:53 +0000 (15:55 +0200)]
Merge branch 'master' of https://github.com/lprylli/tigervnc

5 years agoRemove unneeded logging from ZRLE decoder
Pierre Ossman [Mon, 29 Apr 2019 12:13:16 +0000 (14:13 +0200)]
Remove unneeded logging from ZRLE decoder

We will log the exception, so avoid direct writes to stderr by
simply removing these log lines.