lyx_mirror/src
Jean-Marc Lasgouttes 5d11f7bea2 * buffer.C (readFile): reword error message when lyx2lyx fails.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@16973 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-31 15:26:39 +00:00
..
client fix hyphens in man pages 2006-07-06 14:26:07 +00:00
frontends * QRef.C (updateRefs): remove recursive call to gotoRef() 2007-01-22 10:25:09 +00:00
graphics Add lilypond external inset 2006-10-05 19:58:42 +00:00
insets Fix bug 2186 (from G. Baum) 2007-01-31 15:01:03 +00:00
mathed * math_hullinset.C (numbered): clear the label when unnumbering 2007-01-17 16:17:10 +00:00
support Fix bug 2186 (from G. Baum) 2007-01-31 15:01:03 +00:00
tex2lyx * src/tex2lyx/text.C 2006-12-12 19:03:44 +00:00
aspell_local.h Fully enable compilation of LyX 1.4.x on Windows with MinGW/MinSYS. 2005-05-02 13:35:30 +00:00
aspell.C Fully enable compilation of LyX 1.4.x on Windows with MinGW/MinSYS. 2005-05-02 13:35:30 +00:00
author.C
author.h
Bidi.C Trivial fixes to some warnings thrown up by MSVS.Net 2003. 2005-11-02 20:11:36 +00:00
Bidi.h Consistent use of preprocessor guards; 2005-04-26 10:30:24 +00:00
boost.C
box.C
box.h Asger's exchanging of the class and struct keywords. 2005-01-19 15:03:31 +00:00
BranchList.C - Add missing STL includes for correctness - gcc is too forgiving 2005-01-18 14:15:57 +00:00
BranchList.h bug 2081: Disallow insertion of marginal note in float table. 2005-11-02 11:27:08 +00:00
buffer_funcs.C Fix bug 2404 2006-08-12 12:31:19 +00:00
buffer_funcs.h Whitespace, only whitespace. s/ +$// 2005-06-09 09:58:08 +00:00
buffer.C * buffer.C (readFile): reword error message when lyx2lyx fails. 2007-01-31 15:26:39 +00:00
buffer.h Fix bug 2744: 2006-10-09 09:52:07 +00:00
bufferlist.C * src/lyxrc.C (setDefaults): no need to initialize tempdir_path. 2006-03-29 08:22:20 +00:00
bufferlist.h fix some syntax errors 2006-01-01 20:28:05 +00:00
bufferparams.C * bufferparams.C (writeLaTeX): 2007-01-03 10:39:35 +00:00
bufferparams.h * src/bufferparams.h: make author_map use an unsigned index, to avoid 2006-06-07 17:06:00 +00:00
bufferview_funcs.C * src/BufferView_pimpl.C (getStatus, dispatch): do not handle 2006-08-16 20:28:03 +00:00
bufferview_funcs.h make boundary property an iterator property instead of a CursorSlice property 2005-07-15 15:49:40 +00:00
BufferView_pimpl.C Fix bug 2982 (two undo steps are needed to undo inset-dissolve) 2006-11-17 20:45:35 +00:00
BufferView_pimpl.h Revert fix to bug 2423 and replace it by a temporary workaround (that unfixes 2006-09-19 10:27:11 +00:00
BufferView.C * BufferView.C (mouseSetCursor): if the cursor was in an empty 2007-01-17 15:24:01 +00:00
BufferView.h remove unused stuff 2006-08-15 13:28:40 +00:00
Bullet.C
Bullet.h
ChangeLog * buffer.C (readFile): reword error message when lyx2lyx fails. 2007-01-31 15:26:39 +00:00
changes.C Whitespace, only whitespace. 2005-04-26 11:12:20 +00:00
changes.h The big change tracking paragraph patch (bug 880) 2006-03-24 16:38:30 +00:00
Chktex.C the convert patch 2005-01-27 21:05:44 +00:00
Chktex.h
chset.C the convert patch 2005-01-27 21:05:44 +00:00
chset.h
converter.C Add lilypond external inset 2006-10-05 19:58:42 +00:00
converter.h use the default converter for insetexternal, too 2005-01-14 19:13:17 +00:00
coordcache.C fix bug 1795 2005-07-18 12:13:32 +00:00
coordcache.h Merge rev 16079: 2007-01-24 10:37:29 +00:00
counters.C cleanup some debug messages 2006-01-19 15:49:21 +00:00
counters.h fix linking of tex2lyx by moving code out of Counters class 2005-09-09 14:52:55 +00:00
cursor_slice.C ~4% speedup by inlining a few one-line accessors 2005-07-18 11:00:15 +00:00
cursor_slice.h ~4% speedup by inlining a few one-line accessors 2005-07-18 11:00:15 +00:00
cursor.C Merge rev 16079: 2007-01-24 10:37:29 +00:00
cursor.h Make raising/lowering selection to super/sub script work again. 2006-03-20 17:47:33 +00:00
CutAndPaste.C Fix bug 2982 (two undo steps are needed to undo inset-dissolve) 2006-11-17 20:45:35 +00:00
CutAndPaste.h Fix bug 2982 (two undo steps are needed to undo inset-dissolve) 2006-11-17 20:45:35 +00:00
debug.C Fix bug 2195: Slowness in rendering inside insets, especially 2006-04-06 12:06:37 +00:00
debug.h Fix bug 2195: Slowness in rendering inside insets, especially 2006-04-06 12:06:37 +00:00
DepTable.C
DepTable.h Asger's exchanging of the class and struct keywords. 2005-01-19 15:03:31 +00:00
dimension.C
dimension.h Axe processEvents, fix cursor draw artifacts, put update flags into an enum, 2005-05-31 14:40:30 +00:00
dispatchresult.h
dociterator.C * dociterator.C (forwardPar): remove debug code. 2006-11-10 23:31:02 +00:00
dociterator.h Implement a dociterator::forwardPos() variant that skips collapsed insets and use that in bruteFind() (fixes bug 2241 and bug 2094) 2006-01-28 09:46:58 +00:00
encoding.C * src/lyx_main.C (readRcFile): do not report an error if file is not 2006-05-02 13:44:19 +00:00
encoding.h
errorlist.C
errorlist.h Asger's exchanging of the class and struct keywords. 2005-01-19 15:03:31 +00:00
exporter.C Fix bug 2107: 2006-04-26 11:44:26 +00:00
exporter.h Asger's exchanging of the class and struct keywords. 2005-01-19 15:03:31 +00:00
factory.C * src/factory.C 2006-10-16 12:06:50 +00:00
factory.h
Floating.C
Floating.h
FloatList.C
FloatList.h Make us satisfy concept checks 2004-11-16 20:41:38 +00:00
FontIterator.C fix bug 1795 2005-07-18 12:13:32 +00:00
FontIterator.h avoid an extra copy in FontIterator::operator* 2005-04-11 13:35:15 +00:00
format.C Fix bug 2868 2006-12-29 21:11:42 +00:00
format.h Fix bug 2868 2006-12-29 21:11:42 +00:00
funcrequest.C avoid reading uninitialized char c in split() 2005-07-16 17:27:16 +00:00
funcrequest.h * MenuBackend.C (expandToc2, expandToc): add a view argument in 2006-11-06 15:34:58 +00:00
FuncStatus.C correctly display messages issued by getStatus 2004-11-25 09:15:26 +00:00
FuncStatus.h fix FuncStatus documentation 2005-04-21 13:03:45 +00:00
gettext.C Second Locale patch. 2005-07-17 11:58:54 +00:00
gettext.h
graph.C fix bug 2174 2006-02-03 21:47:25 +00:00
graph.h Asger's exchanging of the class and struct keywords. 2005-01-19 15:03:31 +00:00
importer.C Fix bug 2404 2006-08-12 12:31:19 +00:00
importer.h
insetiterator.C
insetiterator.h
InsetList.C Asger's exchanging of the class and struct keywords. 2005-01-19 15:03:31 +00:00
InsetList.h Asger's exchanging of the class and struct keywords. 2005-01-19 15:03:31 +00:00
intl.C * src/intl.C (InitKeyMapper): reset kbmap file names if the files 2006-05-31 10:32:26 +00:00
intl.h
ispell.C Ensure that the grammar used to invoke the spellchecker is consistent. 2005-09-08 09:20:16 +00:00
ispell.h Rename some of the elements of the SpellBase::Result enum. 2005-01-20 16:17:37 +00:00
kbmap.C bug 2221: List depth icon highlightning is out-of-sync 2006-01-18 17:44:01 +00:00
kbmap.h
kbsequence.C
kbsequence.h
language.C * src/lyx_main.C (readRcFile): do not report an error if file is not 2006-05-02 13:44:19 +00:00
language.h other people's work 2005-07-16 15:55:36 +00:00
lastfiles.C ditch FileInfo -> use boost.filesystem 2005-01-31 10:42:26 +00:00
lastfiles.h
LaTeX.C Fix bug 2616 (backport of changeset 14496 from G. Baum) 2006-08-08 13:56:21 +00:00
LaTeX.h Asger's exchanging of the class and struct keywords. 2005-01-19 15:03:31 +00:00
LaTeXFeatures.C fix bug 2623: 2006-05-29 17:28:02 +00:00
LaTeXFeatures.h Fix bug 2107: 2006-04-26 11:44:26 +00:00
layout.h
LColor.C fix math color inset UI and parsing 2005-06-17 14:35:19 +00:00
LColor.h fix math color inset UI and parsing 2005-06-17 14:35:19 +00:00
lengthcommon.C A more general fix for bug 1682, also fixes off-by-one-errors in the frontend (combos) 2004-11-11 12:32:53 +00:00
lengthcommon.h
lfuns.h Make MathBigInset working and implement GUI for fixed size math delimiters 2006-10-26 19:09:10 +00:00
lyx_cb.C Fix bug 2404 2006-08-12 12:31:19 +00:00
lyx_cb.h * lyxfont.h: Change order of declarations to give the compiler 2005-07-16 10:35:43 +00:00
lyx_main.C * lyx_main.C (readUIFile): when reading an include file which name 2007-01-19 14:35:32 +00:00
lyx_main.h * lyx_main.C (readUIFile): when reading an include file which name 2007-01-19 14:35:32 +00:00
lyx_sty.C * bufferparams.C (writeLaTeX): 2007-01-03 10:39:35 +00:00
lyx_sty.h
LyXAction.C Make MathBigInset working and implement GUI for fixed size math delimiters 2006-10-26 19:09:10 +00:00
LyXAction.h The speedup patch 2005-10-07 12:00:41 +00:00
lyxfind.C * src/lyxfind.C (find): comment out debug message. 2006-08-16 21:44:37 +00:00
lyxfind.h
lyxfont.C Fix generation of invalid LyX files 2006-11-01 09:46:14 +00:00
lyxfont.h some more inlining 2005-07-16 18:25:58 +00:00
lyxfunc.C * MenuBackend.C (expandToc2, expandToc): add a view argument in 2006-11-06 15:34:58 +00:00
lyxfunc.h correctly display messages issued by getStatus 2004-11-25 09:15:26 +00:00
lyxgluelength.C
lyxgluelength.h
lyxlayout_ptr_fwd.h
lyxlayout.C various toc-related fixes 2005-05-12 10:16:04 +00:00
lyxlayout.h various toc-related fixes 2005-05-12 10:16:04 +00:00
lyxlength.C the final word on bug 1523? 2004-12-29 15:38:48 +00:00
lyxlength.h bug 992: SP/PC define pollution in solaris breaks build 2005-11-03 10:49:32 +00:00
lyxlex_pimpl.C Remove USE_COMPRESSION and force the use of zlib, by Bo Peng (ben.bob@gmail.com) 2006-04-28 16:35:50 +00:00
lyxlex_pimpl.h Remove USE_COMPRESSION and force the use of zlib, by Bo Peng (ben.bob@gmail.com) 2006-04-28 16:35:50 +00:00
lyxlex.C fix bug 2687 2006-08-25 19:25:41 +00:00
lyxlex.h fix bug 2687 2006-08-25 19:25:41 +00:00
lyxrc.C Fix bug 2868 2006-12-29 21:11:42 +00:00
lyxrc.h The big cygwin_path rewrite patch from Enrico Forestieri. 2006-06-27 10:54:14 +00:00
lyxrow_funcs.C
lyxrow_funcs.h
lyxrow.C CoordBranch merge 2004-11-30 01:59:49 +00:00
lyxrow.h Whitespace, only whitespace. 2005-04-26 11:12:20 +00:00
lyxserver.C Fully enable compilation of LyX 1.4.x on Windows with MinGW/MinSYS. 2005-05-02 13:35:30 +00:00
lyxserver.h Squash a breakage on Windows and move a couple of functions out of line. 2005-01-20 15:07:36 +00:00
lyxsocket.C Fix crash when lyx is closed (msvc) 2006-08-17 15:07:22 +00:00
lyxsocket.h
lyxtext.h Fix bug 2393 (from Dov Feldstern) 2006-11-17 09:34:31 +00:00
lyxtextclass.C Give a better error message for missing layout include files 2006-10-04 16:18:53 +00:00
lyxtextclass.h Partial fix to bug 2355. 2006-03-24 11:59:09 +00:00
lyxtextclasslist.C Asger's exchanging of the class and struct keywords. 2005-01-19 15:03:31 +00:00
lyxtextclasslist.h Make us satisfy concept checks 2004-11-16 20:41:38 +00:00
lyxvc.C
lyxvc.h
main.C ditch FileInfo -> use boost.filesystem 2005-01-31 10:42:26 +00:00
Makefile.am add missing files 2006-03-28 09:16:38 +00:00
MenuBackend.C * MenuBackend.C (expandToc2, expandToc): add a view argument in 2006-11-06 15:34:58 +00:00
MenuBackend.h fix some syntax errors 2006-01-01 20:28:05 +00:00
messages.C Some cygwin-related changes, from Enrico 2006-09-08 14:39:26 +00:00
messages.h enable translation of ambigous messages 2004-10-19 09:11:02 +00:00
metricsinfo.C John&JMarc's change tracking patch 2005-09-07 10:37:05 +00:00
metricsinfo.h John&JMarc's change tracking patch 2005-09-07 10:37:05 +00:00
mover.C Consistent use of preprocessor guards; 2005-04-26 10:30:24 +00:00
mover.h small cleanup after the no-sh patch 2006-08-08 21:17:08 +00:00
output_docbook.C Fix bug 2841 2007-01-29 19:27:00 +00:00
output_docbook.h Merge Abdel's ParagraphList from trunk 2006-03-24 17:37:15 +00:00
output_latex.C Merge Abdel's ParagraphList from trunk 2006-03-24 17:37:15 +00:00
output_latex.h Merge Abdel's ParagraphList from trunk 2006-03-24 17:37:15 +00:00
output_linuxdoc.C Merge Abdel's ParagraphList from trunk 2006-03-24 17:37:15 +00:00
output_linuxdoc.h Merge Abdel's ParagraphList from trunk 2006-03-24 17:37:15 +00:00
output_plaintext.C * insetbranch.C (textString): implement, so that branches appear 2007-01-19 16:16:28 +00:00
output_plaintext.h Fix bug 421 2005-07-15 19:10:25 +00:00
output.C
output.h
outputparams.C fix bug 2153 2006-01-09 21:00:24 +00:00
outputparams.h fix bug 2153 2006-01-09 21:00:24 +00:00
paper.h fix bug 2148 (preferences saves wrong papersizes); also finally dispose dead PAPER_PACKAGES enum 2005-12-12 11:13:03 +00:00
paragraph_funcs.C * paragraph_funcs.C (breakParagraph): make sure to respect nesting 2006-09-15 09:37:33 +00:00
paragraph_funcs.h Merge Abdel's ParagraphList from trunk 2006-03-24 17:37:15 +00:00
paragraph_pimpl.C * paragraph_pimpl.C 2006-05-25 11:47:33 +00:00
paragraph_pimpl.h * src/paragraph.h (public): new enum ChangeTracking, 2006-04-13 16:49:24 +00:00
paragraph.C Fix the remaining bits of bug 2476 2006-12-28 08:09:28 +00:00
paragraph.h From Martin Vermeer: 2006-12-18 15:17:49 +00:00
ParagraphList_fwd.h Merge Abdel's ParagraphList from trunk 2006-03-24 17:37:15 +00:00
ParagraphList.h Merge Abdel's ParagraphList from trunk 2006-03-24 17:37:15 +00:00
ParagraphParameters.C Make MathBigInset working and implement GUI for fixed size math delimiters 2006-10-26 19:09:10 +00:00
ParagraphParameters.h
pariterator.C ~4% speedup by inlining a few one-line accessors 2005-07-18 11:00:15 +00:00
pariterator.h Merge Abdel's ParagraphList from trunk 2006-03-24 17:37:15 +00:00
pch.h Consistent use of preprocessor guards; 2005-04-26 10:30:24 +00:00
PrinterParams.C
PrinterParams.h Asger's exchanging of the class and struct keywords. 2005-01-19 15:03:31 +00:00
pspell.C Fully enable compilation of LyX 1.4.x on Windows with MinGW/MinSYS. 2005-05-02 13:35:30 +00:00
pspell.h Fully enable compilation of LyX 1.4.x on Windows with MinGW/MinSYS. 2005-05-02 13:35:30 +00:00
RowList_fwd.h The speed patch: redraw only rows that have changed 2005-12-30 19:02:52 +00:00
rowpainter.C From Martin Vermeer: 2006-12-18 15:17:49 +00:00
rowpainter.h * src/rowpainter.h (rightMargin): reduce to 10 pixels, like the left 2006-07-07 13:42:03 +00:00
Sectioning.C - Add missing STL includes for correctness - gcc is too forgiving 2005-01-18 14:15:57 +00:00
Sectioning.h
sgml.C - Add missing STL includes for correctness - gcc is too forgiving 2005-01-18 14:15:57 +00:00
sgml.h Remove mixed_content from output parameters. 2004-11-02 11:25:20 +00:00
Spacing.C the convert patch 2005-01-27 21:05:44 +00:00
Spacing.h the convert patch 2005-01-27 21:05:44 +00:00
SpellBase.C Fully enable compilation of LyX 1.4.x on Windows with MinGW/MinSYS. 2005-05-02 13:35:30 +00:00
SpellBase.h Ensure that the grammar used to invoke the spellchecker is consistent. 2005-09-08 09:20:16 +00:00
stamp-h.in
tabular.C revert my faulty fix of bug 2380 and use one by Jean-Marc instead: 2006-03-29 10:16:23 +00:00
tabular.h revert my faulty fix of bug 2380 and use one by Jean-Marc instead: 2006-03-29 10:16:23 +00:00
tex-accent.C add specialization for unsigned long, and clean up header file 2005-01-07 13:32:26 +00:00
tex-accent.h
tex-strings.C Remove the support for a4.sty, a4wide.sty and a4widemargins from lyx 2005-07-17 11:17:13 +00:00
tex-strings.h Remove the support for a4.sty, a4wide.sty and a4widemargins from lyx 2005-07-17 11:17:13 +00:00
texrow.C
texrow.h
text2.C * text.C (setCursorFromCoordinates): 2006-09-15 09:53:33 +00:00
text3.C * text3.C (cursorPrevious, cursorNext): take the selection() 2007-01-29 14:49:26 +00:00
text.C * text.C (breakParagraph): when tracking changes, do not remove 2007-01-17 16:01:49 +00:00
Thesaurus.C
Thesaurus.h
toc.C * src/toc.C 2006-11-10 11:37:41 +00:00
toc.h The Outline patch. Movement in four directions, moving headers 2006-10-03 16:41:12 +00:00
ToolbarBackend.C * MenuBackend.C (expandToc2, expandToc): add a view argument in 2006-11-06 15:34:58 +00:00
ToolbarBackend.h
trans_decl.h Asger's exchanging of the class and struct keywords. 2005-01-19 15:03:31 +00:00
trans_mgr.C fix cursor positioning after entering an InsetLatexAccent 2005-07-14 13:05:03 +00:00
trans_mgr.h
trans.C
trans.h
undo.C * undo.C (recordUndoInset): remember the cursor position inside 2006-08-17 20:12:13 +00:00
undo.h Merge Abdel's ParagraphList from trunk 2006-03-24 17:37:15 +00:00
Variables.C
Variables.h
vc-backend.C Whitespace, only whitespace. 2005-04-26 11:12:20 +00:00
vc-backend.h
version.C.in * configure.ac: add LYX_DATE variable for release date. 2006-08-16 21:57:14 +00:00
version.h
vspace.C better (and localizable) display of vertical spaces 2005-05-24 10:23:30 +00:00
vspace.h fix some syntax errors 2006-01-01 20:28:05 +00:00
WordLangTuple.h