aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Reduce indent to same as a normal marginPierre Ossman2022-12-221-1/+1
| | | | | | | | | | | | | | | This is how GNOME does things, so let's do the same so things look similar.
| * | Wider margin around window edgesPierre Ossman2022-12-222-3/+3
| | | | | | | | | | | | To conform with how e.g. GNOME sets its margins.
| * | Dynamically size Fl_Group:sPierre Ossman2022-12-221-32/+28
| | | | | | | | | | | | This makes the code much cleaner, and easier to update.
| * | Make UserDialog use standard layout constants.Pierre Ossman2022-12-221-21/+30
| | | | | | | | | | | | Makes it easier to adjust the UI from a central place.
| * | Make ServerDialog use standard layout constantsPierre Ossman2022-12-221-35/+35
| | | | | | | | | | | | Makes it easier to adjust the UI from a central place.
| * | Modern look for options sectionsPierre Ossman2022-12-222-43/+52
| | | | | | | | | | | | | | | Outlines are no longer commonly used. Instead visually separated headlines are the norm.
| * | Change to modern layout in options dialogPierre Ossman2022-12-225-11/+273
| | | | | | | | | | | | | | | | | | | | | | | | | | | Classical tabs are very dated. They are also a practical problem as you get very limited in the numbers of tabs we can have, and how long the text can be on them. Switch to one popular modern model with a list on the left instead where pages can be selected.
| * | Use standard accessors for Fl_Monitor_ArrangementPierre Ossman2022-09-073-11/+17
| | | | | | | | | | | | | | | The accessor functions are called value() for all standard FLTK widgets, so let's keep that theme here as well.
| * | Rename MonitorArrangement to Fl_Monitor_ArrangementPierre Ossman2022-09-075-31/+31
| | | | | | | | | | | | | | | Follow upstream FLTK naming to more clearly indicate that this is a general widget and not TigerVNC specific.
| * | Split general FLTK appearance to separate filePierre Ossman2022-09-074-23/+90
| | | | | | | | | | | | | | | These are general things and not specific to TigerVNC, so let's move it to the fltk specific directory for clarity.
| * | Split out FLTK utility functionsPierre Ossman2022-09-076-83/+114
| | | | | | | | | | | | | | | These have nothing to do with layout, so let's split them to their own file.
| * | Move general FLTK stuff to own directoryPierre Ossman2022-09-079-19/+25
| |/ | | | | | | | | | | | | Let's separate TigerVNC specific things from stuff that could be part of upstream FLTK. These are files that we would like to collaborate with other FLTK users, so they are more liberally licensed and avoid using TigerVNC specific things.
* | Rebuild .desktop and metainfo when neededPierre Ossman2022-12-191-0/+4
| | | | | | | | | | If the translations change then these files need to be regenerated as they include data from those.
* | Update Chinese (traditional) translationYi-Jyun Pan2022-12-191-242/+281
| |
* | Update Ukranian translationYuri Chornoivan2022-12-191-235/+276
| |
* | Update Romanian translationRemus-Gabriel Chelu2022-12-191-235/+278
| |
* | Update Indonesian translationAndika Triwidada2022-12-191-242/+262
| |
* | Update Hebrew translationYaron Shahrabani2022-12-191-241/+279
| |
* | Update Spanish translationCristian Othón Martínez Vera2022-12-191-233/+274
| |
* | Update German translationMario Blättermann2022-12-191-289/+256
| |
* | Updated Bulgarian translationAlexander Shopov2022-12-191-236/+256
| |
* | Change development version to 1.13.80Pierre Ossman2022-12-153-3/+3
| |
* | Update translation template filePierre Ossman2022-12-151-219/+253
| |
* | Don't translate "RSA-AES"Pierre Ossman2022-12-151-1/+1
| | | | | | | | | | It's just the name of the system, so there is nothing in that string to translate.
* | Merge branch 'improve-passwd-permission-error-message' of ↵Pierre Ossman2022-12-151-1/+3
|\ \ | | | | | | | | | https://github.com/shuuji3/tigervnc
| * | Improve error message when `passwd `file has a bad permissionTAKAHASHI Shuuji2022-12-141-1/+3
| | |
* | | Move window to front on full screenPierre Ossman2022-12-151-0/+5
|/ / | | | | | | | | This should be happening implicitly, but isn't always for some reason on macOS 13.
* | Handle macOS keyboard stealingPierre Ossman2022-12-134-4/+40
| | | | | | | | | | | | | | | | | | | | The system steals keyboard events for certain system keyboard shortcuts, e.g. Cmd+Tab. Unfortunately this isn't considered a focus loss, so we don't realise we've lost a few keyboard events and can end up in a confused state. Fortunately it is possible to detect when this happens and reset the keyboard state, just like we do when focus is lost.
* | Don't start sessions until there are usersPierre Ossman2022-12-121-1/+1
| | | | | | | | | | | | Delay startup of VNC sessions until user databases are up and running. This is the same ordering that GDM imposes to make sure users can actually log in.
| |
| \
*-. \ Merge branches 'x0vncserver-keyboard' and 'zaphod-fixes' of ↵Pierre Ossman2022-12-012-10/+175
|\ \ \ | | | | | | | | | | | | https://github.com/grulja/tigervnc
| | * | x0vncserver: update/display cursor only on correct screen in zaphod modeJan Grulich2022-08-241-7/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have to check whether we update cursor position/shape only in case the cursor is on our display, otherwise in zaphod mode, ie. when having two instances of x0vncserver on screens :0.0 and :0.1 we would be having the cursor duplicated and actually not funcional (aka ghost cursor) as it would be actually not present. We also additionally watch EnterNotify and LeaveNotify events in order to show/hide cursor accordingly. Change made with help from Olivier Fourdan <ofourdan@redhat.com>
| * | | x0vncserver: add new keysym in case we don't find a matching keycodeJan Grulich2022-12-012-3/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We might often fail to find a matching X11 keycode when the client has a different keyboard layout and end up with no key event. To avoid a failure we add it as a new keysym/keycode pair so the next time a keysym from the client that is unknown to the server is send, we will find a match and proceed with key event. This is same behavior used in Xvnc or x11vnc, although Xvnc has more advanced mapping from keysym to keycode.
* | | | Flush decoder errors on close()Pierre Ossman2022-11-071-0/+10
|/ / / | | | | | | | | | | | | | | | We don't want any stray exceptions as we are cleaning up, so handle any still pending decoder errors by just logging them. We are already shutting down so there is no need to abort the connection here.
* | | Don't do access checks on early clientsPierre Ossman2022-11-071-3/+5
| | | | | | | | | | | | | | | They don't get access bits until they've been authenticated, so avoid doing any checks on clients in those early states.
* | | Fix typo in BUILDING.txtSamuel Mannehed2022-11-011-1/+1
| | | | | | | | | | | | It probably wanted to say "newer", but let's say "later" instead. Other building requirements say "later".
* | | Automatically generate RCVERSIONPierre Ossman2022-10-271-1/+1
| | | | | | | | | | | | Avoid having to update this manually.
* | | Merge branch 'newdists' of https://github.com/CendioOssman/tigervncPierre Ossman2022-10-1411-22/+804
|\ \ \
| * | | Hack around missing xorg-x11-font-utils packagePierre Ossman2022-10-141-0/+1
| | | | | | | | | | | | | | | | | | | | This is missing in the CentOS 9 repositories for some reason. Download it directly from the build system until this can be fixed.
| * | | Add RHEL/CentOS 9 packagingPierre Ossman2022-10-145-1/+794
| | | |
| * | | Use latest GitHub actionsPierre Ossman2022-10-141-6/+6
| | | | | | | | | | | | | | | | The older versions are getting deprecated, so make the switch.
| * | | Stop explicitly building iconsPierre Ossman2022-10-142-10/+0
| | | | | | | | | | | | | | | | | | | | These files are checked in, so there is no need to build these for packaging.
| * | | Preinstall xorg-x11-server-devel for CentOS buildsPierre Ossman2022-10-142-0/+2
| | | | | | | | | | | | | | | | | | | | This is needed to correctly handle the spec file, so it needs to be installed before we parse it for build dependencies.
| * | | Move EPEL enabling to CentOS 7 imagePierre Ossman2022-10-142-2/+1
| | | | | | | | | | | | | | | | | | | | We do all the prep work in the image step for the other targets, so let's do the same here.
| * | | Remove xorg source installation in imagePierre Ossman2022-10-141-1/+0
| | | | | | | | | | | | | | | | | | | | This is a build requirement, not a fundamental system thing, so it should not be handled here.
| * | | Remove broken CentOS 8 image workaroundPierre Ossman2022-10-141-2/+0
| | | | | | | | | | | | | | | | The image has been updated, so this workaround is no longer needed.
* | | | Don't enable RSA-AES by default in serversPierre Ossman2022-10-143-5/+2
|/ / / | | | | | | | | | | | | | | | These require a key to have been set up on the server beforehand, so they do not give a good default experience as clients will be unable to connect.
* | | Merge branch 'debs' of https://github.com/CendioOssman/tigervncPierre Ossman2022-09-0722-51/+1181
|\ \ \ | |_|/ |/| |
| * | Add Ubuntu 22.04 (Jammy Jellyfish) packagingPierre Ossman2022-09-0316-0/+869
| | |
| * | Update Debian build dependenciesPierre Ossman2022-09-032-138/+94
| | | | | | | | | | | | | | | | | | | | | Try to organise this better to make it clear which dependencies are ours, and which we've gotten just because Xvnc is based on xorg-server. Also update the dependency list to the current state of things.
| * | Add deb misc dependencies for safetyPierre Ossman2022-09-032-4/+8
| | | | | | | | | | | | | | | This is what upstream does, so let's add it in case some dependency is added implicitly by the Debian build tools somewhere.