]> git.lyx.org Git - lyx.git/history - src/mathed/InsetMathHull.cpp
Specify that we are in math mode. This avoids unnecessary \ensuremath
[lyx.git] / src / mathed / InsetMathHull.cpp
2008-09-02 Enrico ForestieriSpecify that we are in math mode. This avoids unnecessa...
2008-09-02 Enrico ForestieriTake into account the latex encoding when generating...
2008-07-27 Uwe StöhrInsetMathHull.cpp: whitespace
2008-07-21 Jürgen Spitzmüller* src/mathed/InsetMathHull.cpp:
2008-07-20 Enrico ForestieriWhen producing latex output, check whether a character...
2008-05-31 Enrico ForestieriFix bug 3938
2008-05-29 Richard HeckFuncStatus::enabled(bool) --> FuncStatus::setEnabled...
2008-05-13 Abdelrazak YounesInset::addToToc(): change signature. Use DocIterator...
2008-05-06 Jean-Marc Lasgouttessilence warning
2008-05-06 Jürgen Spitzmüller* InsetMathHull:
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-07 André Pönitzcosmetics, maily s/NULL/0/g as hinted by Joost
2008-03-27 André Pönitzremove remaining MailInsets.
2008-03-26 Jürgen SpitzmüllerMerge the two linebreak insets into one.
2008-03-15 Stefan Schimanski* make forward deletion of formula labels/numbers more...
2008-03-15 André Pönitzcosmetics/#include cleanup
2008-03-12 Enrico ForestieriMerge InsetMathBoldSymbol and InsetMathBM by providing...
2008-03-11 Stefan Schimanski* fix for http://bugzilla.lyx.org/show_bug.cgi?id=518
2008-03-10 Stefan Schimanski* also forward delete numbering in math hull
2008-03-09 Stefan Schimanski* fix for http://bugzilla.lyx.org/show_bug.cgi?id=2556
2008-03-09 Pavel SandaAdd math context menu.
2008-03-07 Abdelrazak Younes* Buffer::getLabelList(): Speed up and simplify by...
2008-03-07 Abdelrazak Younesadd comment about std::vector<bool>
2008-03-06 Abdelrazak YounesPer Andre' advice: No need to check for pointer nullity...
2008-03-04 Abdelrazak YounesFound a cleaner solution for the buffer reference probl...
2008-03-04 Abdelrazak Younescompile fix.
2008-03-04 Abdelrazak Younesgcc compile fix.
2008-03-04 Abdelrazak YounesLateX export must not depend on screen label.
2008-03-04 Abdelrazak Younestentatively fix gcc compilation.
2008-03-04 Abdelrazak YounesInsetMathHull: LFUN_INSET_INSERT: Fix label insertion
2008-03-04 Abdelrazak YounesFix and improves labels and references in mathed.
2008-02-28 Abdelrazak YounesInsetMathHull::addToToc(): Work around buffer reference...
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-22 Stefan Schimanski* simplify notifyCursorLeaves logic: We now only call...
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-15 Abdelrazak Younes* Inset: Prepare for an eventual merge of updateLabels...
2008-02-15 Abdelrazak YounesAdd list of numbered equations.
2008-02-11 Abdelrazak Younesmodify Inset::EntryDirectionType to follow style used...
2008-02-10 Dov Feldsternvisual mode for bidi cursor movement --- in math
2008-02-10 Dov Feldsternvisual mode for bidi cursor movement
2008-02-08 Stefan Schimanski* clear selection when mutating a math inset into an...
2008-01-11 Uwe Stöhrrename LFUNs math-nonumber and math-number to what...
2008-01-03 Jean-Marc LasgouttesDisable and check properly the math numbering functions.
2007-12-24 Enrico ForestieriTry to improve maintainability by separately checking...
2007-12-21 Enrico ForestieriCenter rows in the gather environment.
2007-12-16 Abdelrazak Younesheader cleanup.
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-25 Uwe Stöhrsupport for \linebreak:
2007-11-18 André Pönitzconsolidate showDialog() incarnations
2007-11-06 André Pönitzcosmetics
2007-11-05 André Pönitz#include cosmetics
2007-11-05 Martin VermeerRevert 4323/2 fix addRow -> appendRow part
2007-11-05 Dov FeldsternGetting rid of LTR bias --- part 3/4
2007-11-05 Martin VermeerFix bug 4323/2, and more logical naming of addRow
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-22 Dov FeldsternGetting rid of LTR bias --- part 1/?
2007-10-19 Richard HeckInsetCommandParams() now takes an InsetCode rather...
2007-10-18 Abdelrazak YounesRefactor Undo/Redo framework into an Undo class owned...
2007-10-13 Martin VermeerOff-by-one error addCol()
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-10-11 Martin VermeerSanitize behaviour of line break in simple math inset
2007-09-29 André Pönitzmove font related stuff from bufferview_funcs to Font
2007-09-23 Abdelrazak YounesPut mathed on a diet: transfer dimension cache from...
2007-09-21 Abdelrazak Younes* Inset:
2007-08-30 Abdelrazak Younescompil fix.
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-21 Abdelrazak Younes* BufferView::buffer() returns a reference instead...
2007-08-10 Christian RidderströmConverted '#warning ...' into FIXME-comments
2007-06-21 Bo PengFix bug 1486: copied mathed is not previewed, from...
2007-05-29 Stefan Schimanski1. switch LFUN_UP/DOWN handling to a structural approac...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-18 Bo PengInsetListings: change the interface of diaplay function...
2007-05-12 Bo PengRemove unused var in InsetMathHull.cpp
2007-05-12 Bo Pengadd color mathcorners and implement mathbg (partially)
2007-05-11 Bo Pengrevert wrongly committed patch
2007-05-11 Bo Penglib/lyx2lyx/lyx_1_5.py: fix revert of listings insets
2007-04-29 André PönitzLyXText -> Text
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-26 André Pönitzrename LColor into Color
2007-04-26 André Pönitzrename MathArray into MathData
2007-04-26 André Pönitzrename LCursor->Cursor
2007-04-26 André Pönitzrename LyXLex into Lexer
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-25 Bo PengFix a few rename inconsistencies discovered by JMarc...
2007-04-25 Bo PengRename files in src/mathed and src/graphics from .C...