summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-05-30Add appveyor.ymlHEADmasterJon Turney1-0/+42
2016-05-30Fix a typoxlaunch-20160530-1Takeshi Abe1-1/+1
2015-06-25Make html useful for a website as wellJon TURNEY10-28/+85
Use aliases to give html files more sensible names Add an index.html page
2015-03-04Update TODOAlcolo471-1/+1
2015-02-25Add autohscroll style to some input boxes which are missing itJon TURNEY1-3/+3
Add autohscroll style to some input boxes which are missing it Make the XDMCP remote host input box wider
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.
2015-01-30Add default manifest into application manifestxlaunch-20150130-1Yaakov Selkowitz1-0/+21
For some reason, without this, the binary is considered invalid when a .gnu_debuglink section is added.
2014-06-05Deal with `cygpath -F 42` not giving an empty string on x86xlaunch-20140605-1Jon TURNEY1-1/+1
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-05Update for automake 1.14Jon TURNEY2-1/+2
2014-06-05Convert the .chm file docdir path at run-time, not compile-timeJon TURNEY2-2/+14
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-06Provide our own htmlhelp library codexlaunch-20130806-1Jon TURNEY7-18/+125
- libhtmlhelp.a we now provide ourself - htmlhelp.h comes from MinGW-w64 w32api - hhc.exe comes from the HTML Help Workshop We need to do this because: - w32api doesn't provde a libhtmlhelp.a, and we don't know where to get one for x86_64 that is actually useful - maybe there are some license issue with linking with htlphelp.lib from a Microsoft PSDK and the cygwin DLL?
2013-08-06Fixes for x86_64 buildJon TURNEY6-23/+30
- 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 TURNEY7-20/+46
2013-02-28Prefix "XLaunch" to window titleJon TURNEY6-11/+52
2013-02-28Add missing settings to htmlhelp and other documentation fixesJon TURNEY8-14/+30
Add documentation of settings missing from htmlhelp Properly capitalize 'OpenGL' in htmlhelp Other minor changes to htmlhelp Also add Jon Turney to authors list Write 'client' raather than 'local client' where appropriate Also add a grammar fix in man page Also update TODO
2012-11-24Add 'About' menu item on system menu, which shows 'About' dialog boxJon TURNEY8-2/+99
2012-11-24Add -version, -help optionsJon TURNEY5-11/+36
2012-03-16Rename XLaunch.hhp -> xlaunch.hhpxlaunch-20120316-1Jon TURNEY1-0/+0
This fixes the build when case sensitivity is on
2012-03-16Fix HtmlHelp SDK default pathJon TURNEY1-1/+1
Use CSIDL_PROGRAM_FILES (38) to work out the default path for the HtmlHelp SDK, so it's correct when running on x64 or localized
2012-03-14Add README with basic instructions on building from sourceJon TURNEY1-0/+20
2012-02-25Add some basic debug outputxlaunch-20120311-1xlaunchJon TURNEY1-10/+28
2012-02-23Add an icon for .xlaunch documentsJon TURNEY3-0/+2
It seems we need this When we register Xlaunch directly as the handler for .xlaunch files, Windows kindly makes a document icon for us, consisting of the xlaunch program icon on top of a blank page. However, if we register "run bash -l -c xlaunch" as the handler for .xlaunch files, Windows makes the document icon from the run icon, and there doesn't seem to any way to suggest it use a different icon. So, provide an explicit .xlaunch document icon in the executable, and then we can register that as the icon for .xlaunch files at the same time as we register the handler for .xlaunch files.
2012-02-23Add a TODOJon TURNEY1-0/+21
2012-02-23Implement ssh connection options useful for cygwinJon TURNEY7-28/+107
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-23Review and various updates to htmlhelp sourceJon TURNEY19-162/+117
- Genericize most mentions of "Xming" to "X server" - Add an About page with list of authors - Don't nest headings quite so deeply - Remove description of various features we don't implement (font server, putty, XML validation, etc.) - Remove all the images used in describing putty configuration - Remove links to Xming website - Avoid use of <br> - Prefer to use a text style to enclosing a word in single quotes
2012-02-23Add a basic man pageJon TURNEY4-2/+50
2012-02-23Use correct path to chm file when installedJon TURNEY4-2/+78
... 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-23Improve some UI textColin Harrison1-2/+2
Improve some UI text to clarify things a little bit Taken from the 6.9.0.31 Xming xlaunch source
2012-02-23Update COPYING to document the mess that is the current licensingJon TURNEY1-0/+4
Update COPYING to document the mess that is the current licensing
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 TURNEY28-2/+758
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 TURNEY2-3/+2
2012-02-23Resort resources.h into resource ID ordermarha1-18/+18
This patch is taken from VcXsrv git on sourceforge which uses the GPLv3 license
2012-02-23Added an option to terminate on server reset when using XDMCPmarha6-1/+16
This patch is taken from VcXsrv git on sourceforge which uses the GPLv3 license
2012-02-23Fix up remote client starting for cygwinJon TURNEY6-40/+92
- 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.marha6-2/+20
This patch is taken from VcXsrv git on sourceforge which uses the GPLv3 license
2012-02-23xlaunch can now use libxml2Jon TURNEY5-181/+373
Rename config.cc as config_msxml.cc Add config_libxml2.cc, new implementation Keep it named config.cc and link to new name for ease of applying patches Based on a patch taken from VcXsrv git on sourceforge which uses the GPLv3 license
2012-02-23Rename "clipboard" page to "extra settings" pagemarha4-17/+18
This patch is taken from VcXsrv git on sourceforge which uses the GPLv3 license
2012-02-23Added opengl optionmarha6-6/+23
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-23Made extra parameters edit control scrollable and bigger.marha1-1/+1
This patch is taken from VcXsrv git on sourceforge which uses the GPLv3 license
2012-02-23Define MessageDebug::notify_namesmarha1-0/+2
Define MessageDebug::notify_names (needs content, though) Based on a patch 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 Harrison6-3/+61
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 program iconColin Harrison5-8/+24
Based on the 6.9.0.31 Xming xlaunch source Also set the big icon
2012-02-23Use unix style paths in images.rcColin Harrison1-4/+4
Taken from the 6.9.0.31 Xming xlaunch source
2012-02-23Manifest for XP style common controlsColin Harrison3-1/+21
Taken from the 6.9.0.31 Xming xlaunch source
2012-02-23Add improved images for various display modesColin Harrison3-0/+0
Taken from the 6.9.0.31 Xming xlaunch source