aboutsummaryrefslogtreecommitdiff
path: root/nxcomp/src/Children.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update Copyright yearsUlrich Sibiller2023-04-281-4/+4
| | | | Addresses ArcticaProject/nx-libs#985
* nxcomp: delete trailing whitespaceUlrich Sibiller2023-04-271-2/+2
|
* nxcomp: Support Cygwin64.Vadim Troshchinskiy2021-06-081-2/+2
| | | | 64 bit Cygwin defines __CYGWIN__ instead of __CYGWIN32__
* nxcomp/Children.cpp: print a message if the dialog could not be displayedUlrich Sibiller2021-06-081-0/+9
|
* nxcomp/Children.cpp: reformat codeUlrich Sibiller2021-06-081-11/+0
| | | | drop some superflous empty lines to make code more compact.
* nxcomp/Children.cpp: also try searching nxdialog, not only nxclientUlrich Sibiller2021-06-081-2/+20
|
* nxcomp/Children.cpp: add macro checks around some log/stderr printsUlrich Sibiller2021-06-081-2/+6
| | | | This helps no flooding the output with (double) messages.
* nxcomp/Children.cpp: display dialog text in outputUlrich Sibiller2021-06-081-1/+9
| | | | | | | | This ensures the dialog text is visible in the log which is useful when the dialog display tool (nxclient, nxdialog, ...) fails or cannot be found. Fixes ArcticaProject/nx-libs#915
* Fix some memory leaks.Mario Trangoni2018-07-031-0/+1
|
* nxcomp: fix spelling errors as reported by codespellUlrich Sibiller2018-05-241-1/+1
|
* nxcomp: drop strncpy in favour of snprintfUlrich Sibiller2017-12-291-10/+9
| | | | with very few exceptions which require careful thinking ;-)
* nxcomp: use lowercase abbreviations for seconds and millisecondsUlrich Sibiller2017-12-021-4/+4
|
* nxcomp/src/Loop.cpp: Rename local variable 'handler' to 'signalHandler'.Mike Gabriel2017-07-261-2/+2
|
* nxcomp: Switch to autoreconf.Mike Gabriel2017-07-261-0/+1059