summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-02-23Add needed #include <stdio.h>Jon TURNEY3-1/+5
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-23Start local program by defaultJon TURNEY1-2/+2
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 TURNEY2-15/+16
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 TURNEY12-0/+0
2012-02-23Add autotoolingJon TURNEY5-79/+113
Add Makefile.am, configure.ac, autogen.sh Add a .gitignore to ignore build products Remove the existing mingw Makefile Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2011-06-17XWin: Remove executable bit from headersDaniel Stone4-0/+0
Headers don't really need to be mode 0755. Signed-off-by: Daniel Stone <daniel@fooishbar.org> Reviewed-by: Cyril Brulebois <kibi@debian.org> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2005-04-20Add missing space after -query hostnameAlexander Gottwald1-0/+1
2005-04-11Added wizard page for clipboard selection and additional server parametersAlexander Gottwald6-9/+65
2005-04-06First import of xlaunch frontend for XmingAlexander Gottwald22-0/+3471