.. |
linkback
|
avoid assignment in if-expression
|
2010-08-31 13:25:29 +00:00 |
mythes
|
restore original version
|
2010-07-03 16:25:15 +00:00 |
tests
|
Last bits.
|
2010-04-21 01:19:36 +00:00 |
AppleSpeller.h
|
implement the paragraph check feature for apple speller
|
2010-09-04 07:48:15 +00:00 |
AppleSpeller.m
|
avoid spell check with out of range start value
|
2010-09-06 06:55:31 +00:00 |
atexit.c
|
|
|
bind.h
|
rework regexp processor magic ; make tr1 work with autotools
|
2010-06-30 11:04:30 +00:00 |
convert.cpp
|
|
|
convert.h
|
|
|
copied_ptr.h
|
|
|
debug.cpp
|
don't block GUI when showing all debug messages
|
2010-06-07 20:25:41 +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
|
Keeping the comma leads to bug #6914, since we end up with mangled names
|
2010-09-24 16:12:02 +00:00 |
FileName.h
|
UNDO: enc
|
2010-07-17 16:09:26 +00:00 |
FileNameList.h
|
|
|
filetools.cpp
|
filetools.cpp: introduce a new method to be able to distinguish between valid LaTeX filenames and filenames causing troubles on some DVI viewers.
|
2010-09-27 02:39:22 +00:00 |
filetools.h
|
filetools.cpp: introduce a new method to be able to distinguish between valid LaTeX filenames and filenames causing troubles on some DVI viewers.
|
2010-09-27 02:39:22 +00:00 |
foreach.h
|
|
|
ForkedCalls.cpp
|
cmake: fix merged build
|
2010-07-17 22:24:30 +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 |
functional.h
|
add generic helper class for calling functions in gui thread
|
2010-10-20 23:50:49 +00:00 |
gettext.cpp
|
* gettext.cpp (translateIfPossible): @Use the same tests as i
|
2009-07-12 14:50:51 +00:00 |
gettext.h
|
fix bug 5798: Translate float names
|
2009-06-09 18:16:43 +00:00 |
gzstream.cpp
|
|
|
gzstream.h
|
|
|
kill.cpp
|
|
|
lassert.cpp
|
Bug #6842, part II
|
2010-08-07 11:42:27 +00:00 |
lassert.h
|
|
|
limited_stack.h
|
|
|
lstrings.cpp
|
This stuff is general enough for lstrings
|
2010-10-14 11:01:15 +00:00 |
lstrings.h
|
This stuff is general enough for lstrings
|
2010-10-14 11:01:15 +00:00 |
lyxalgo.h
|
|
|
lyxlib.h
|
|
|
lyxtime.cpp
|
|
|
lyxtime.h
|
|
|
Makefile.am
|
update .am files
|
2010-10-21 01:15:12 +00:00 |
Messages.cpp
|
avoid compiler warning
|
2010-09-06 06:14:25 +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
|
line ending
|
2010-10-20 23:51:31 +00:00 |
os_cygwin.cpp
|
Fix output to terminal when LyX is launched from a GUI on *nix
|
2010-07-16 14:30:46 +00:00 |
os_unix.cpp
|
Instead of specifically addressing glibc, use NULL as second argument
|
2010-09-20 17:53:40 +00:00 |
os_win32.cpp
|
Fix output to terminal when LyX is launched from a GUI on *nix
|
2010-07-16 14:30:46 +00:00 |
os_win32.h
|
|
|
os.cpp
|
|
|
os.h
|
Remove left over.
|
2010-07-16 14:43:12 +00:00 |
Package.cpp
|
Bug #6842, part II
|
2010-08-07 11:42:27 +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
|
Hopefully this works on other archs too.
|
2009-08-09 20:09:08 +00:00 |
regex.h
|
rework regexp processor magic ; make tr1 work with autotools
|
2010-06-30 11:04:30 +00:00 |
shared_ptr.h
|
rework regexp processor magic ; make tr1 work with autotools
|
2010-06-30 11:04:30 +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
|
Fix output to terminal when LyX is launched from a GUI on *nix
|
2010-07-16 14:30:46 +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 output to terminal when LyX is launched from a GUI on *nix
|
2010-07-16 14:30:46 +00:00 |
textutils.h
|
|
|
Timeout.cpp
|
|
|
Timeout.h
|
|
|
Translator.h
|
|
|
types.h
|
|
|
unicode.cpp
|
Another compile fix for msvc.
|
2009-05-19 20:28:50 +00:00 |
unicode.h
|
* calculate the size of the iconv output buffer (bug 5951).
|
2009-05-19 15:27:54 +00:00 |
userinfo.cpp
|
|
|
userinfo.h
|
|
|
weighted_btree.h
|
|
|