lyx_mirror/src/support
2014-07-11 11:21:45 +02:00
..
linkback Apple recommends the use of drain instead of calling release for NSAutoreleasePool objects 2014-04-19 18:27:14 +02:00
mythes
tests Cmake build: Symplify use of linking optional libraries found via find_package 2014-06-12 19:02:29 +02:00
.gitignore
AppleScript.h
AppleScript.m Updates to AppleScript support, and documentaoin for it. 2014-03-05 15:46:27 -05:00
AppleScriptProxy.cpp Fix whitespace 2012-12-17 21:38:55 +01:00
AppleSpeller.h
AppleSpeller.m
bind.h
CMakeLists.txt On Linux show in crash message box the backtrace 2014-06-14 11:25:25 +02:00
convert.cpp Comment some headers before I ditch them again. 2012-11-18 17:42:32 +01:00
convert.h
copied_ptr.h
debug.cpp This is the result of an audit of all static variables, looking 2014-04-21 11:51:57 -04:00
debug.h Fix a bunch of minor issues discovered by the cppcheck script. 2014-04-21 11:52:00 -04:00
docstream.cpp Extend the otexstream class to also report about paragraph breaks. 2014-05-18 22:46:33 +02:00
docstream.h Extend the otexstream class to also report about paragraph breaks. 2014-05-18 22:46:33 +02:00
docstring_list.h
docstring.cpp Make encoding conversions thread safe 2013-10-10 21:20:44 +02:00
docstring.h
environment.cpp This is the result of an audit of all static variables, looking 2014-04-21 11:51:57 -04:00
environment.h Fix bug #8537: LyX creates the environment variable LC_ALL 2013-02-12 12:14:06 +01:00
ExceptionMessage.h Add a bunch of comments about the different exceptions. 2013-04-25 17:22:07 -04:00
FileMonitor.cpp
FileMonitor.h
FileName.cpp Make DocFileName::mangledFileName() threadsafe 2014-07-05 12:22:08 +02:00
FileName.h Remove unsafe method FileName::tempName() 2014-06-09 13:05:50 +02:00
FileNameList.h
filetools.cpp Make binary file detection more robust. 2014-06-11 23:04:39 +02:00
filetools.h Make binary file detection more robust. 2014-06-11 23:04:39 +02:00
foreach.h Remove ; from end of function definitions 2013-05-12 13:04:18 +02:00
ForkedCalls.cpp Centralize substitution of python commands 2014-05-14 15:45:20 -04:00
ForkedCalls.h Centralize substitution of python commands 2014-05-14 15:45:20 -04:00
functional.h
gettext.cpp Implement native reading of mo files. 2013-05-30 22:10:01 +02:00
gettext.h Implement native reading of mo files. 2013-05-30 22:10:01 +02:00
gzstream.cpp
gzstream.h Revert "qt5: Fix use of zlib" 2013-05-14 17:34:51 +02:00
kill.cpp
lassert.cpp On Linux show in crash message box the backtrace 2014-06-14 11:25:25 +02:00
lassert.h On Linux show in crash message box the backtrace 2014-06-14 11:25:25 +02:00
limited_stack.h
lstrings.cpp Fix typo spotted by cppcheck 2014-07-05 18:01:19 +02:00
lstrings.h Fix bug #9146. 2014-06-05 17:33:25 +02:00
lyxalgo.h
lyxlib.h
lyxtime.cpp Rename misleading function name from_gmtime() to form_asctime_utc() 2013-01-09 13:45:58 +01:00
lyxtime.h Rename misleading function name from_gmtime() to form_asctime_utc() 2013-01-09 13:45:58 +01:00
Makefile.am Fix make check. 2014-07-11 11:14:02 +02:00
Messages.cpp Turn an error message into a Debug::LOCALE warning 2014-05-06 14:29:42 +02:00
Messages.h Fix crash at startup for tex2ylx and lyxclient 2013-05-31 11:59:52 +02:00
metahash.h
mutex.cpp Remove questionable Mutex copy code 2013-10-08 22:06:55 +02:00
mutex.h Remove questionable Mutex copy code 2013-10-08 22:06:55 +02:00
numpunct_lyx_char_type.h
os_cygwin.cpp Fix import of latex documents with scaled fonts. 2014-07-11 11:21:45 +02:00
os_unix.cpp Fix import of latex documents with scaled fonts. 2014-07-11 11:21:45 +02:00
os_win32.cpp Audit all the LASSERT calls, and try to do something sensible at 2013-04-25 17:27:10 -04:00
os_win32.h
os.cpp This is the result of an audit of all static variables, looking 2014-04-21 11:51:57 -04:00
os.h Fix problem with python and change of PATH 2014-03-29 22:19:03 +01:00
Package.cpp Avoids const_cast in configure_command by using mutable 2014-04-21 11:51:57 -04:00
Package.h Fix problem with python and change of PATH 2014-03-29 22:19:03 +01:00
PathChanger.cpp Remove unused Mac specific code 2013-02-12 12:29:33 +01:00
PathChanger.h Remove unused Mac specific code 2013-02-12 12:29:33 +01:00
pch.h
pmprof.h Remove ; from end of function definitions 2013-05-12 13:04:18 +02:00
ProgressInterface.h On Linux show in crash message box the backtrace 2014-06-14 11:25:25 +02:00
qstring_helpers.cpp
qstring_helpers.h
RandomAccessList.h
regex.h
shared_ptr.h
socktools.cpp Comment some headers before I ditch them again. 2012-11-18 17:42:32 +01:00
socktools.h
strfwd.h Fix C++11 test 2014-04-29 21:00:02 +02:00
Systemcall.cpp On Linux show in crash message box the backtrace 2014-06-14 11:25:25 +02:00
Systemcall.h Centralize substitution of python commands 2014-05-14 15:45:20 -04:00
SystemcallPrivate.h Prevent zombie processes (#8774) 2013-07-16 01:02:28 -04:00
TempFile.cpp Improve file saving strategy 2014-06-09 11:08:24 +02:00
TempFile.h Don't double delete by making TempFile noncopyable 2014-06-09 13:03:32 +02:00
textutils.h Make ASCII test more explicit. 2012-12-30 20:52:49 +01:00
Timeout.cpp Audit all the LASSERT calls, and try to do something sensible at 2013-04-25 17:27:10 -04:00
Timeout.h
Translator.h Audit all the LASSERT calls, and try to do something sensible at 2013-04-25 17:27:10 -04:00
types.h
unicode.cpp Make IconvProcessor::Impl noncopyable 2014-07-01 22:23:06 +02:00
unicode.h Make IconvProcessor::Impl noncopyable 2014-07-01 22:23:06 +02:00
userinfo.cpp Audit all the LASSERT calls, and try to do something sensible at 2013-04-25 17:27:10 -04:00
userinfo.h
weighted_btree.h