.. |
linkback
|
tiger support on mac snow leopard, include Qt4 frameworks, smart build script with parameters
|
2010-04-14 13:22:00 +00:00 |
mythes
|
|
|
tests
|
Last bits.
|
2010-04-21 01:19:36 +00:00 |
atexit.c
|
|
|
bind.h
|
don't pollute the global namespace, move bind and shared_ptr into the lyx scope.
|
2010-04-22 15:56:20 +00:00 |
convert.cpp
|
|
|
convert.h
|
|
|
copied_ptr.h
|
|
|
debug.cpp
|
Keep the string in synchro with the code around
|
2010-05-16 22:02:13 +00:00 |
debug.h
|
no stl includes in debug.h
|
2009-12-30 15:09:49 +00:00 |
docstream.cpp
|
build with msvc10. Seems there is a bug in their STL code:
|
2010-04-22 14:28:52 +00:00 |
docstream.h
|
build with msvc10. Seems there is a bug in their STL code:
|
2010-04-22 14:28:52 +00:00 |
docstring_list.h
|
|
|
docstring.cpp
|
* Thesaurus.cpp:
|
2010-02-10 10:24:10 +00:00 |
docstring.h
|
* Thesaurus.cpp:
|
2010-02-10 10:24:10 +00:00 |
environment.cpp
|
|
|
environment.h
|
|
|
ExceptionMessage.h
|
|
|
FileMonitor.cpp
|
Using "using namespace std" with msvc10 makes also std::tr1::bind visible and generates conflicts with boost::bind.
|
2010-04-22 11:16:58 +00:00 |
FileMonitor.h
|
|
|
FileName.cpp
|
DocFileName::unzippedFilename -> DocFileName::unzippedFileName
|
2010-04-21 01:19:26 +00:00 |
FileName.h
|
DocFileName::unzippedFilename -> DocFileName::unzippedFileName
|
2010-04-21 01:19:26 +00:00 |
FileNameList.h
|
|
|
filetools.cpp
|
support:
|
2010-04-21 01:19:31 +00:00 |
filetools.h
|
support:
|
2010-04-21 01:19:31 +00:00 |
foreach.h
|
|
|
ForkedCalls.cpp
|
msvcUsing "using namespace std" with msvc10 makes also std::tr1::shared_ptr visible and generates conflicts with boost::shared_ptr.
|
2010-04-22 11:37:32 +00:00 |
ForkedCalls.h
|
msvcUsing "using namespace std" with msvc10 makes also std::tr1::shared_ptr visible and generates conflicts with boost::shared_ptr.
|
2010-04-22 11:37:32 +00:00 |
gettext.cpp
|
|
|
gettext.h
|
|
|
gzstream.cpp
|
|
|
gzstream.h
|
|
|
kill.cpp
|
|
|
lassert.cpp
|
|
|
lassert.h
|
|
|
limited_stack.h
|
|
|
lstrings.cpp
|
Fix bug #6649 - fix texrow structure generated by InsetIndex
|
2010-04-16 23:47:39 +00:00 |
lstrings.h
|
Fix bug #6649 - fix texrow structure generated by InsetIndex
|
2010-04-16 23:47:39 +00:00 |
lyxalgo.h
|
|
|
lyxlib.h
|
|
|
lyxtime.cpp
|
|
|
lyxtime.h
|
|
|
Makefile.am
|
don't forget to pack numpunct_lyx_char_type.h
|
2010-04-22 22:04:21 +00:00 |
Messages.cpp
|
Proper camel case for FileName.absFilename
|
2010-04-21 01:19:09 +00:00 |
Messages.h
|
Make these const, too. I mean, why not?
|
2010-03-29 21:31:17 +00:00 |
numpunct_lyx_char_type.h
|
msvc10 work around: use complete std:numpunct<char> implementation otherwise it crashes
|
2010-05-24 15:17:08 +00:00 |
os_cygwin.cpp
|
Proper camel case for FileName.absFilename
|
2010-04-21 01:19:09 +00:00 |
os_unix.cpp
|
Proper camel case for FileName.absFilename
|
2010-04-21 01:19:09 +00:00 |
os_win32.cpp
|
Proper camel case for FileName.absFilename
|
2010-04-21 01:19:09 +00:00 |
os_win32.h
|
|
|
os.cpp
|
|
|
os.h
|
Fix command line parsing and allow unicode arguments for tex2lyx on Windows.
|
2010-03-12 01:18:39 +00:00 |
Package.cpp
|
support:
|
2010-04-21 01:19:28 +00:00 |
Package.h
|
Fix doxygen output for grouped items. Without the /name tag doxygen shows the group name as the name of the first item. Moreover, the comment styles are somewhat standardized.
|
2010-01-27 18:10:33 +00:00 |
Path.cpp
|
tiger support on mac snow leopard, include Qt4 frameworks, smart build script with parameters
|
2010-04-14 13:22:00 +00:00 |
Path.h
|
add support for private aspell framework for mac os
|
2010-04-08 22:56:12 +00:00 |
pch.h
|
|
|
ProgressInterface.h
|
Add Pavel's lyxerr extension, add ui for debug levels.
|
2009-12-29 15:05:37 +00:00 |
qstring_helpers.cpp
|
|
|
qstring_helpers.h
|
|
|
RandomAccessList.h
|
|
|
shared_ptr.h
|
don't pollute the global namespace, move bind and shared_ptr into the lyx scope.
|
2010-04-22 15:56:20 +00:00 |
socktools.cpp
|
Proper camel case for FileName.absFilename
|
2010-04-21 01:19:09 +00:00 |
socktools.h
|
|
|
strerror.c
|
|
|
strfwd.h
|
CMake: fix merged build, seems GCC could not handle the namespaces correctly
|
2010-01-30 11:34:28 +00:00 |
Systemcall.cpp
|
Add Pavel's lyxerr extension, add ui for debug levels.
|
2009-12-29 15:05:37 +00:00 |
Systemcall.h
|
Don't process gui events by default it's too dangerous because we have no synchronization ATM.
|
2009-12-19 20:33:30 +00:00 |
SystemcallPrivate.h
|
Fix compilation with CMake on linux. (Am I the only one having this problem ?).
|
2010-01-24 13:57:45 +00:00 |
textutils.h
|
|
|
Timeout.cpp
|
|
|
Timeout.h
|
|
|
Translator.h
|
|
|
types.h
|
|
|
unicode.cpp
|
|
|
unicode.h
|
|
|
userinfo.cpp
|
|
|
userinfo.h
|
|
|
weighted_btree.h
|
|
|