summaryrefslogtreecommitdiff
path: root/main.cc
AgeCommit message (Collapse)AuthorFilesLines
2015-02-24Set DISPLAY to ':<displayno>.0', not 'localhost:<displayno>.0'xlaunch-20150224-1Jon TURNEY1-1/+1
This doesn't work with the 1.17 X server's default of '-nolisten tcp', so we were waiting a few minutes and then killing the server.
2015-02-24Make the HtmlHelp window owned by the xlaunch wizard windowJon TURNEY1-1/+1
Make the HtmlHelp window owned by the xlaunch wizard window, so it gets closed when the wizard is closed.
2014-06-05Fix opening htmlhelp when run without Administrator privileges.Jon TURNEY1-0/+6
Use cygwin_internal(CW_SYNC_WINENV) to populate the Win32 environment, so that HtmlHelp() will try to create temporary files in a suitable location. rather than falling back to %WINDIR%, which will fail without Adminstrator privileges.
2014-06-05Convert the .chm file docdir path at run-time, not compile-timeJon TURNEY1-1/+13
Convert the .chm file docdir path at run-time, not compile-time, so it is correct when cygwin is installed in a non-default Windows file path.
2013-08-06Fixes for x86_64 buildJon TURNEY1-18/+18
- Adjust manifest to target all architectures - HTML Help Workshop is x86 only, so look for hhc.exe in PROGRAMFILESX86 on x86_64 - Use DWLP_MSGRESULT not DWL_MSGRESULT - Fix cast used on PageID INTRESOURCE Also - Fix chm generation when srcdir == builddir - Avoid _WIN32_IE redefinition warning
2013-02-28Add ability to add extra options to the ssh command linexlaunch-20130301-1Jon TURNEY1-2/+9
2013-02-28Prefix "XLaunch" to window titleJon TURNEY1-6/+6
2012-11-24Add -version, -help optionsJon TURNEY1-10/+31
2012-02-25Add some basic debug outputxlaunch-20120311-1xlaunchJon TURNEY1-10/+28
2012-02-23Implement ssh connection options useful for cygwinJon TURNEY1-9/+39
Add configuration items: (i) open a terminal to ask for ssh password (ii) run keychain so ssh can contact ssh-agent Also update the htmlhelp documentation covering ssh and describe these options
2012-02-23Use correct path to chm file when installedJon TURNEY1-1/+12
... but still locate the chm file when being run uninstalled Note that we need the native Windows path to the installed chm file, as we need to pass it to the native HtmlHelp() function
2012-02-23Handle Xwin defaulting to on for wgl and clipboardJon TURNEY1-0/+4
2012-02-23Remove traces of IDD_FONTPATHJon TURNEY1-3/+0
2012-02-23Build helphelp chm file from sourceJon TURNEY1-1/+1
Add source of the htmlhelp decompiled from the htmhelp.chm shipped with the Xming 6.9.0.31 release Also add htmlhelp/Makefile.am to build xlaunch.chm using hhc from these source files
2012-02-23Fix warningsJon TURNEY1-2/+1
2012-02-23Added an option to terminate on server reset when using XDMCPmarha1-0/+7
This patch is taken from VcXsrv git on sourceforge which uses the GPLv3 license
2012-02-23Fix up remote client starting for cygwinJon TURNEY1-16/+48
- Add ssh and rsh as a choice for starting remote programs - Move config.protocol in and out of dialogs - Only wait for server close when a local client is started - Separate local and remote program edit boxes - Make the edit controls hscrollable We assume ssh/rsh is configured for passwordless login. Allowing password storage here wouldn't be very secure :S Based on a patch taken from VcXsrv git on sourceforge which uses the GPLv3 license
2012-02-23Added an option to disable access control.marha1-0/+8
This patch is taken from VcXsrv git on sourceforge which uses the GPLv3 license
2012-02-23Rename "clipboard" page to "extra settings" pagemarha1-8/+9
This patch is taken from VcXsrv git on sourceforge which uses the GPLv3 license
2012-02-23Added opengl optionmarha1-0/+8
Added opengl option in dialog Save WGL setting in configuration This patch is taken from VcXsrv git on sourceforge which uses the GPLv3 license
2012-02-23When we can't proceed because we don't have a display number, say somarha1-0/+3
Based on a patch taken from VcXsrv git on sourceforge which uses the GPLv3 license
2012-02-23Add HtmlHelpColin Harrison1-0/+28
Add compiled xlaunch.chm file (the source seems to have been lost) Add hooks to invoke htmlhelp where appropriate in wizard Add autotooling to look for HtmlHelp SDK and link with it Based on changes from the 6.9.0.31 Xming xlaunch source
2012-02-23Add needed #include <stdio.h>Jon TURNEY1-1/+1
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2012-02-23Fix up local client starting for cygwinJon TURNEY1-4/+12
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2012-02-23Fix a couple of bugs which prevented clients being started successfullyJon TURNEY1-4/+6
Fix display name formation so display name is valid, screen number comes after a '.', not a second ':' Fix WaitForServer() to wait until the display is ready on the X server we've actually started, rather than always waiting on the default display ":0.0" Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2012-02-23Genericize mentions of XmingJon TURNEY1-10/+11
Xming -> X server in various comments and text strings Use the correct X server name (either XWin or Xming) when starting it Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2012-02-23Fehler -> ErrorJon TURNEY1-4/+4
Translate 'Fehler' to 'Error' Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2012-02-23Remove stray execute bitsJon TURNEY1-0/+0
2005-04-20Add missing space after -query hostnameAlexander Gottwald1-0/+1
2005-04-11Added wizard page for clipboard selection and additional server parametersAlexander Gottwald1-4/+31
2005-04-06First import of xlaunch frontend for XmingAlexander Gottwald1-0/+668