lyx_mirror/src
Enrico Forestieri a03faee92d There is no reason for inhibiting the symbols dialog in mathed.
The dialog only offers symbols defined in the unicodesymbols file
and they will be wrapped in \text{} when inserted in math mode,
so there is no risk that an untypesettable symbol gets inserted.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34344 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-30 08:27:03 +00:00
..
client Proper camel case for FileName.absFilename 2010-04-21 01:19:09 +00:00
frontends There is no reason for inhibiting the symbols dialog in mathed. 2010-04-30 08:27:03 +00:00
graphics build with GCC 2010-04-22 14:40:57 +00:00
insets typo 2010-04-28 21:50:06 +00:00
lyxled
mathed Don't hardcode Color_math, such that decorations and other math 2010-04-28 13:19:09 +00:00
support don't forget to pack numpunct_lyx_char_type.h 2010-04-22 22:04:21 +00:00
tex2lyx Proper camel case for FileName.absFilename 2010-04-21 01:19:09 +00:00
AspellChecker.cpp Proper camel case for FileName.absFilename 2010-04-21 01:19:09 +00:00
AspellChecker.h
Author.cpp
Author.h
BiblioInfo.cpp There are other ways we can get in trouble, so let's impose the limit 2010-03-29 20:52:07 +00:00
BiblioInfo.h There are other ways we can get in trouble, so let's impose the limit 2010-03-29 20:52:07 +00:00
Bidi.cpp
Bidi.h
boost.cpp
Box.cpp
Box.h
BranchList.cpp BranchList: 2010-04-21 01:19:35 +00:00
BranchList.h BranchList: 2010-04-21 01:19:35 +00:00
buffer_funcs.cpp Proper camel case for FileName.absFilename 2010-04-21 01:19:09 +00:00
buffer_funcs.h
Buffer.cpp Fix bug #6619 : Display (Version Control) in Window Title. 2010-04-28 04:27:10 +00:00
Buffer.h Buffer::getAutosaveFilename -> Buffer::getAutosaveFileName 2010-04-21 01:19:33 +00:00
BufferList.cpp Seems boost also includes all std headers. Not including boost therefore produces errors. 2010-04-22 11:45:34 +00:00
BufferList.h
BufferParams.cpp New XHTML math options. Format change. 2010-04-21 15:18:25 +00:00
BufferParams.h New XHTML math options. Format change. 2010-04-21 15:18:25 +00:00
BufferView.cpp Fix bug #6141: Scrolling error with insets at top of file. 2010-04-26 14:57:27 +00:00
BufferView.h Remove boundary parameter from BufferView::coordOffset(). The first DocIterator parameter already contains this information. 2010-04-21 13:12:40 +00:00
Bullet.cpp
Bullet.h
Changes.cpp Fix bug #6672 (part 2): Add tooltips to the outliner. 2010-04-26 00:43:08 +00:00
Changes.h
Chktex.cpp support: 2010-04-21 01:19:28 +00:00
Chktex.h
Citation.h
CmdDef.cpp Make members of FuncRequest private, per the FIXME there. Again, this is 2010-04-09 19:00:42 +00:00
CmdDef.h
Color.cpp fileformat change: 2010-03-31 00:46:50 +00:00
Color.h
ColorCode.h fileformat change: 2010-03-31 00:46:50 +00:00
ColorSet.h
Compare.cpp Next headers 2010-03-31 19:38:05 +00:00
Compare.h
CompletionList.h
Converter.cpp support: 2010-04-21 01:19:28 +00:00
Converter.h
ConverterCache.cpp support: 2010-04-21 01:19:28 +00:00
ConverterCache.h
CoordCache.cpp
CoordCache.h
Counters.cpp
Counters.h s/updateLabels/updateBuffer/g, per a suggestion of Abdel's. 2010-03-03 22:13:45 +00:00
Cursor.cpp Seems boost also includes all std headers. Not including boost therefore produces errors. 2010-04-22 11:45:34 +00:00
Cursor.h Cursor::bv_ can be private too. 2010-04-15 18:30:15 +00:00
CursorSlice.cpp
CursorSlice.h
CutAndPaste.cpp Proper camel case for FileName.absFilename 2010-04-21 01:19:09 +00:00
CutAndPaste.h
DepTable.cpp Proper camel case for FileName.absFilename 2010-04-21 01:19:09 +00:00
DepTable.h
Dimension.cpp
Dimension.h
DispatchResult.h
DocIterator.cpp
DocIterator.h
EnchantChecker.cpp
EnchantChecker.h
Encoding.cpp Avoid unnecessary exceptions. 2010-02-19 16:31:15 +00:00
Encoding.h Avoid unnecessary exceptions. 2010-02-19 16:31:15 +00:00
ErrorList.cpp
ErrorList.h
Exporter.cpp Exporter.cpp: revert r34230 because this interferes with Enrico's new LyXVC feature to setup what LyX should do on export 2010-04-21 01:54:08 +00:00
Exporter.h
factory.cpp Make members of FuncRequest private, per the FIXME there. Again, this is 2010-04-09 19:00:42 +00:00
factory.h
Floating.cpp Introduce a RefPrefix tag for Style, InsetLayout, and Float, that 2010-03-17 12:23:24 +00:00
Floating.h Introduce a RefPrefix tag for Style, InsetLayout, and Float, that 2010-03-17 12:23:24 +00:00
FloatList.cpp Some cleanup for the Floating class. 2010-03-04 13:42:05 +00:00
FloatList.h
Font.cpp
Font.h
FontEnums.h
FontInfo.cpp
FontInfo.h
FontList.cpp
FontList.h
Format.cpp Seems boost also includes all std headers. Not including boost therefore produces errors. 2010-04-22 11:45:34 +00:00
Format.h
FuncCode.h Fix more of bug #5446: Enable to copy the contents of an InsetInfo through the context menu. 2010-04-19 21:36:32 +00:00
FuncRequest.cpp Revert r34122, which doesn't help. 2010-04-12 16:00:10 +00:00
FuncRequest.h Swap the argument_ and action_ variables, so that r34105 really does do 2010-04-12 15:40:51 +00:00
FuncStatus.cpp Remove the unclear FuncStatus::operator|=. Without knowing the internals of FuncStatus it is unsafe to use this operator, so let's not use it. 2010-04-16 12:15:27 +00:00
FuncStatus.h Remove the unclear FuncStatus::operator|=. Without knowing the internals of FuncStatus it is unsafe to use this operator, so let's not use it. 2010-04-16 12:15:27 +00:00
Graph.cpp Add some debugging code so we can try to get information about an 2010-04-18 23:05:12 +00:00
Graph.h Add some debugging code so we can try to get information about an 2010-04-18 23:05:12 +00:00
HSpace.cpp
HSpace.h
HunspellChecker.cpp Proper camel case for FileName.absFilename 2010-04-21 01:19:09 +00:00
HunspellChecker.h
IndicesList.cpp
IndicesList.h
InsetIterator.cpp
InsetIterator.h
InsetList.cpp
InsetList.h
Intl.cpp
Intl.h
KeyMap.cpp Proper camel case for FileName.absFilename 2010-04-21 01:19:09 +00:00
KeyMap.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
KeySequence.cpp
KeySequence.h
Language.cpp
Language.h
LaTeX.cpp Last bits. 2010-04-21 01:19:36 +00:00
LaTeX.h
LaTeXFeatures.cpp support: 2010-04-21 01:19:31 +00:00
LaTeXFeatures.h
Layout.cpp Introduce a RefPrefix tag for Style, InsetLayout, and Float, that 2010-03-17 12:23:24 +00:00
Layout.h Introduce a RefPrefix tag for Style, InsetLayout, and Float, that 2010-03-17 12:23:24 +00:00
LayoutEnums.h
LayoutFile.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
LayoutFile.h Grant a long-standing wish of Lars's: LyX now functions even if we have 2010-04-07 17:02:44 +00:00
LayoutModuleList.cpp
LayoutModuleList.h
Length.cpp
Length.h
lengthcommon.cpp
Lexer.cpp Proper camel case for FileName.absFilename 2010-04-21 01:19:09 +00:00
Lexer.h Clarify and add some comments. 2010-03-29 18:00:26 +00:00
LyX.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
LyX.h Coding style 2010-04-20 11:09:51 +00:00
LyXAction.cpp Fix more of bug #5446: Enable to copy the contents of an InsetInfo through the context menu. 2010-04-19 21:36:32 +00:00
LyXAction.h
lyxfind.cpp Rename anchor() to normalAnchor() as the anchor() function was already returning a normalized anchor in stead of the real one. 2010-04-15 17:49:15 +00:00
lyxfind.h
LyXRC.cpp Proper camel case for FileName.absFilename 2010-04-21 01:19:09 +00:00
LyXRC.h Fix bug #2844: Need option to overwrite without dialog popup 2010-04-20 16:49:49 +00:00
LyXVC.cpp Proper camel case for FileName.absFilename 2010-04-21 01:19:09 +00:00
LyXVC.h Simplify VC output from InsetInfo. 2010-04-17 13:24:32 +00:00
lyxwinres.rc
main.cpp
Makefile.am revert r34090 for now; I will come back later to this 2010-04-14 14:25:11 +00:00
MetricsInfo.cpp Index: src/mathed/InsetMathHull.cpp 2010-04-28 01:40:11 +00:00
MetricsInfo.h Index: src/mathed/InsetMathHull.cpp 2010-04-28 01:40:11 +00:00
ModuleList.cpp Proper camel case for FileName.absFilename 2010-04-21 01:19:09 +00:00
ModuleList.h
Mover.cpp Proper camel case for FileName.absFilename 2010-04-21 01:19:09 +00:00
Mover.h
output_docbook.cpp Next headers 2010-03-31 19:38:05 +00:00
output_docbook.h
output_latex.cpp Fix #6618: RTL (sub)*section after LTR text doesn't compile. 2010-03-27 17:29:56 +00:00
output_latex.h
output_plaintext.cpp
output_plaintext.h
output_xhtml.cpp Next headers 2010-03-31 19:38:05 +00:00
output_xhtml.h
output.cpp
output.h
OutputEnums.h
OutputParams.cpp Initialize math_flavor, and introduce an isLaTeX() flavor check. 2010-03-31 18:57:20 +00:00
OutputParams.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
paper.h
Paragraph.cpp Simplify texrow 2010-04-16 17:22:25 +00:00
Paragraph.h
ParagraphList.h
ParagraphMetrics.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
ParagraphMetrics.h
ParagraphParameters.cpp
ParagraphParameters.h
ParIterator.cpp
ParIterator.h
pch.h
PDFOptions.cpp Seems boost also includes all std headers. Not including boost therefore produces errors. 2010-04-22 11:45:34 +00:00
PDFOptions.h * handle encoding in PDF options gracefully. 2010-03-01 17:39:41 +00:00
PrinterParams.cpp
PrinterParams.h
Row.cpp
Row.h
rowpainter.cpp Rename anchor() to normalAnchor() as the anchor() function was already returning a normalized anchor in stead of the real one. 2010-04-15 17:49:15 +00:00
rowpainter.h
Server.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
Server.h
ServerSocket.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
ServerSocket.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
Session.cpp Proper camel case for FileName.absFilename 2010-04-21 01:19:09 +00:00
Session.h
sgml.cpp
sgml.h
Spacing.cpp
Spacing.h
SpellChecker.h
TexRow.cpp Attempt on #6655. 2010-04-16 18:52:40 +00:00
TexRow.h
TexStream.cpp
TexStream.h
Text2.cpp s/updateLabels/updateBuffer/g, per a suggestion of Abdel's. 2010-03-03 22:13:45 +00:00
Text3.cpp * FuncStatus: unify naming of functions. 2010-04-16 10:51:20 +00:00
Text.cpp Make Cursor::disp_ private as it should be. 2010-04-15 17:34:34 +00:00
Text.h Add a comment. 2010-03-10 17:01:08 +00:00
TextClass.cpp Proper camel case for FileName.absFilename 2010-04-21 01:19:09 +00:00
TextClass.h A final bit of cleanup with the TextClass reading functions. 2010-04-18 21:06:38 +00:00
TextMetrics.cpp Remove boundary parameter from BufferView::getPos(). The first DocIterator parameter already contains this information. 2010-04-21 13:03:04 +00:00
TextMetrics.h Remove unused function. 2010-03-11 19:48:49 +00:00
Thesaurus.cpp Proper camel case for FileName.absFilename 2010-04-21 01:19:09 +00:00
Thesaurus.h
TocBackend.cpp Fix bug #6672 (part 2): Add tooltips to the outliner. 2010-04-26 00:43:08 +00:00
TocBackend.h Fix bug #6672 (part 2): Add tooltips to the outliner. 2010-04-26 00:43:08 +00:00
Trans.cpp
Trans.h
Undo.cpp s/updateLabels/updateBuffer/g, per a suggestion of Abdel's. 2010-03-03 22:13:45 +00:00
Undo.h
update_flags.h
VCBackend.cpp support: 2010-04-21 01:19:28 +00:00
VCBackend.h
version.cpp
version.h
VSpace.cpp Initialize number_index and unit_index in isValidGlueLength(). This is now the same as in isValidLength(), so I assume it's OK. 2010-03-10 16:35:40 +00:00
VSpace.h
WordLangTuple.h
WordList.cpp
WordList.h