| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Use aliases to give html files more sensible names
Add an index.html page
|
|
|
|
Add autohscroll style to some input boxes which are missing it
Make the XDMCP remote host input box wider
|
|
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.
|
|
Make the HtmlHelp window owned by the xlaunch wizard window, so it gets closed
when the wizard is closed.
|
|
For some reason, without this, the binary is considered invalid when a
.gnu_debuglink section is added.
|
|
|
|
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.
|
|
|
|
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.
|
|
- 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?
|
|
- 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
|
|
|
|
|
|
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
|
|
|
|
|
|
This fixes the build when case sensitivity is on
|
|
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
|
|
|
|
|
|
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.
|
|
|
|
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
|
|
- 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
|
|
|
|
... 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
|
|
Improve some UI text to clarify things a little bit
Taken from the 6.9.0.31 Xming xlaunch source
|
|
Update COPYING to document the mess that is the current licensing
|
|
|
|
|
|
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
|
|
|
|
This patch is taken from VcXsrv git on sourceforge which uses the
GPLv3 license
|
|
This patch is taken from VcXsrv git on sourceforge which uses the
GPLv3 license
|
|
- 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
|
|
This patch is taken from VcXsrv git on sourceforge which uses the
GPLv3 license
|
|
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
|
|
This patch is taken from VcXsrv git on sourceforge which uses the
GPLv3 license
|
|
Added opengl option in dialog
Save WGL setting in configuration
This patch is taken from VcXsrv git on sourceforge which uses the
GPLv3 license
|
|
This patch is taken from VcXsrv git on sourceforge which uses the
GPLv3 license
|
|
Define MessageDebug::notify_names (needs content, though)
Based on a patch taken from VcXsrv git on sourceforge which uses the
GPLv3 license
|
|
Based on a patch taken from VcXsrv git on sourceforge which uses the
GPLv3 license
|
|
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
|
|
Based on the 6.9.0.31 Xming xlaunch source
Also set the big icon
|
|
Taken from the 6.9.0.31 Xming xlaunch source
|
|
Taken from the 6.9.0.31 Xming xlaunch source
|
|
Taken from the 6.9.0.31 Xming xlaunch source
|