lyx_mirror/src/support
Enrico Forestieri 804ed1bffb Fix bug #11210
On Windows, start viewers in detached processes in order to avoid
a crash of the QProcess destructor when their thread terminates.
The opening of a console window is avoided by redirecting to the
null device all standard I/O channels.
2018-09-27 21:32:24 +02:00
..
linkback Fix whitespace in some more files. 2017-07-03 14:46:27 -04:00
tests Bulk cleanup/fix incorrect annotation at the end of namespaces. 2017-07-23 13:11:54 +02:00
.gitignore
AppleScript.h Fix whitespace at EOL. 2017-07-03 13:46:30 -04:00
AppleScript.m Fix whitespace in some more files. 2017-07-03 14:46:27 -04:00
AppleScriptProxy.cpp
AppleSpeller.h
AppleSpeller.m Fix whitespace in some more files. 2017-07-03 14:46:27 -04:00
bind.h Bulk cleanup/fix incorrect annotation at the end of namespaces. 2017-07-23 13:11:54 +02:00
Cache.h Clarify comment 2017-02-22 16:57:13 +01:00
Changer.h Bulk cleanup/fix incorrect annotation at the end of namespaces. 2017-07-23 13:11:54 +02:00
CMakeLists.txt Fix trailing whitespace in txt files. 2017-07-03 13:53:41 -04:00
ConsoleApplication.cpp
ConsoleApplication.h Fix whitespace at EOL. 2017-07-03 13:46:30 -04:00
ConsoleApplicationPrivate.h
convert.cpp Bulk cleanup/fix incorrect annotation at the end of namespaces. 2017-07-23 13:11:54 +02:00
convert.h
copied_ptr.h
debug.cpp Bulk cleanup/fix incorrect annotation at the end of namespaces. 2017-07-23 13:11:54 +02:00
debug.h Bulk cleanup/fix incorrect annotation at the end of namespaces. 2017-07-23 13:11:54 +02:00
docstream.cpp Bulk cleanup/fix incorrect annotation at the end of namespaces. 2017-07-23 13:11:54 +02:00
docstream.h Bulk cleanup/fix incorrect annotation at the end of namespaces. 2017-07-23 13:11:54 +02:00
docstring_list.h
docstring.cpp Bulk cleanup/fix incorrect annotation at the end of namespaces. 2017-07-23 13:11:54 +02:00
docstring.h
environment.cpp Handle properly exception that can be thrown by to_local8bit 2017-03-27 16:13:26 +02:00
environment.h
ExceptionMessage.h Remove copy-and-paste error 2017-07-11 13:43:32 +02:00
FileMonitor.cpp Remove FileMonitorBlocker which does not work reliably on all platforms 2017-06-11 19:51:17 +02:00
FileMonitor.h Remove FileMonitorBlocker which does not work reliably on all platforms 2017-06-11 19:51:17 +02:00
FileName.cpp Fix trailing whitespace in cpp files. 2017-07-03 13:53:14 -04:00
FileName.h Fix whitespace at EOL. 2017-07-03 13:46:30 -04:00
FileNameList.h Try yet again try to fix bug #9158. 2018-09-08 19:11:49 -04:00
filetools.cpp Merge branch '2.3.2-staging' into 2.3.x 2018-04-14 23:52:31 -04:00
filetools.h Merge branch '2.3.2-staging' into 2.3.x 2018-04-14 23:52:31 -04:00
ForkedCalls.cpp Bulk cleanup/fix incorrect annotation at the end of namespaces. 2017-07-23 13:11:54 +02:00
ForkedCalls.h Bulk cleanup/fix incorrect annotation at the end of namespaces. 2017-07-23 13:11:54 +02:00
functional.h
gettext.cpp
gettext.h
gzstream.cpp
gzstream.h Initialize properly pointer 2017-02-25 00:20:51 +01:00
kill.cpp
lassert.cpp Fix trailing whitespace in cpp files. 2017-07-03 13:53:14 -04:00
lassert.h Fix whitespace at EOL. 2017-07-03 13:46:30 -04:00
limited_stack.h
lstrings.cpp Consider EuropeanNumberTerminator property when determining text direction 2018-09-09 11:30:43 +02:00
lstrings.h Support input of non-ASCII characters in hyperlinks 2018-09-09 11:00:20 +02:00
lyxalgo.h
lyxlib.h
lyxtime.cpp
lyxtime.h
Makefile.am Add -headerpad_max_install_names option to linker calls and make run path configuration consistent. 2018-09-22 20:33:41 +02:00
Messages.cpp Bulk cleanup/fix incorrect annotation at the end of namespaces. 2017-07-23 13:11:54 +02:00
Messages.h
mutex.cpp
mutex.h Fix whitespace at EOL. 2017-07-03 13:46:30 -04:00
numpunct_lyx_char_type.h Bulk cleanup/fix incorrect annotation at the end of namespaces. 2017-07-23 13:11:54 +02:00
os_cygwin.cpp Bulk cleanup/fix incorrect annotation at the end of namespaces. 2017-07-23 13:11:54 +02:00
os_unix.cpp Bulk cleanup/fix incorrect annotation at the end of namespaces. 2017-07-23 13:11:54 +02:00
os_win32.cpp Bulk cleanup/fix incorrect annotation at the end of namespaces. 2017-07-23 13:11:54 +02:00
os_win32.h
os.cpp Bulk cleanup/fix incorrect annotation at the end of namespaces. 2017-07-23 13:11:54 +02:00
os.h Avoid an assertion when compiling in debug mode with MSVC 2015 2017-04-12 21:19:42 +02:00
Package.cpp Amend d6285d5, copy & paste error, urrrrg 2017-08-04 16:16:08 +02:00
Package.h
PathChanger.cpp
PathChanger.h
pmprof.h Bulk cleanup/fix incorrect annotation at the end of namespaces. 2017-07-23 13:11:54 +02:00
ProgressInterface.h
qstring_helpers.cpp
qstring_helpers.h
RandomAccessList.h
RefChanger.h Bulk cleanup/fix incorrect annotation at the end of namespaces. 2017-07-23 13:11:54 +02:00
regex.h Bulk cleanup/fix incorrect annotation at the end of namespaces. 2017-07-23 13:11:54 +02:00
signals.h Properly track the lifetime of signals2::slots (#8261) 2017-06-11 19:51:17 +02:00
socktools.cpp
socktools.h
strfwd.h Bulk cleanup/fix incorrect annotation at the end of namespaces. 2017-07-23 13:11:54 +02:00
Systemcall.cpp Fix bug #11210 2018-09-27 21:32:24 +02:00
Systemcall.h
SystemcallPrivate.h Fix whitespace at EOL. 2017-07-03 13:46:30 -04:00
TempFile.cpp
TempFile.h
textutils.h Consider EuropeanNumberTerminator property when determining text direction 2018-09-09 11:30:43 +02:00
Timeout.cpp
Timeout.h Properly track the lifetime of signals2::slots (#8261) 2017-06-11 19:51:17 +02:00
Translator.h
trivstring.cpp Fix trailing whitespace in cpp files. 2017-07-03 13:53:14 -04:00
trivstring.h
types.h
unicode.cpp Bulk cleanup/fix incorrect annotation at the end of namespaces. 2017-07-23 13:11:54 +02:00
unicode.h
unique_ptr.h Bulk cleanup/fix incorrect annotation at the end of namespaces. 2017-07-23 13:11:54 +02:00
userinfo.cpp
userinfo.h
weighted_btree.h Fix whitespace at EOL. 2017-07-03 13:46:30 -04:00