]> git.lyx.org Git - features.git/history - src/mathed/InsetMathNest.cpp
* Lazy MathData to avoid unneeded interpretation of macro definitions
[features.git] / src / mathed / InsetMathNest.cpp
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
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 std' instead of 'using std::xxx'
2007-12-10 Pavel SandaAdd comment
2007-12-06 Jürgen SpitzmüllerSupport for \slash and \nobreakdash-
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-18 André Pönitzconsolidate showDialog() incarnations
2007-11-06 Abdelrazak Younesgcc compile fix.
2007-11-06 Abdelrazak Younes* BufferView: Make use of ScreenUpdateStrategy::NoScree...
2007-11-06 Abdelrazak YounesAvoid unnecessary redraw.
2007-11-05 André Pönitz#include cosmetics
2007-11-05 Dov FeldsternGetting rid of LTR bias --- part 4/4
2007-11-05 Dov FeldsternGetting rid of LTR bias --- part 3/4
2007-11-02 Stefan Schimanski* change the fold/unfold behaviour a bit: if we are...
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-11-01 Stefan Schimanski* LFUN handler for folding/unfolding of math macros
2007-10-28 Dov FeldsternGetting rid of LTR bias --- part 2/?
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-18 Abdelrazak YounesRefactor Undo/Redo framework into an Undo class owned...
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-10-03 Martin VermeerAllow dissolution of insets inside mathed
2007-09-29 André Pönitzmove font related stuff from bufferview_funcs to Font
2007-09-24 Abdelrazak YounesPut MathData on a diet: transfer dimension cache to...
2007-09-20 André PönitzRemove a few includes from Text.h
2007-09-20 Richard HeckChange LFUN_FONT_CODE to LFUN_FONT_TYPEWERITER, possibl...
2007-09-15 Abdelrazak YounesGive PageDown/Up scrolling a sane behaviour. Does not...
2007-08-19 Abdelrazak YounesFix bug 4117.
2007-08-13 Jean-Marc Lasgouttes * inset/InsetTabular.cpp (doDispatch): LFUN_MOUSE_PRES...
2007-08-11 André Pönitzmove tex2lyx and client subdir handling to the main...
2007-08-10 Christian RidderströmConverted '#warning ...' into FIXME-comments
2007-07-06 Bo PengRemove all saveSelection calls and unify theSelection...
2007-06-14 Stefan Schimanski* the old cursor is stored before dispatch and then...
2007-06-11 Dov FeldsternKeyMap is now switched (if necessary) only just before...
2007-06-11 Stefan Schimanski* Only enter inset which return true on isActive()...
2007-06-07 Bo PengFix compiling errors caused by r18701 (moving drawMarke...
2007-06-07 Bo PengShow corners of mathed with mouse hover, details see...
2007-05-31 Abdelrazak YounesThis patch transfer Inset::destroyed signal to InsetTex...
2007-05-29 Stefan Schimanski1. switch LFUN_UP/DOWN handling to a structural approac...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-15 Jürgen Spitzmüller* src/mathed/IndetMathNest.cpp (getStatus):
2007-05-15 Abdelrazak YounesFix cursor movement inside insets by Dov Feldstern.
2007-05-09 Abdelrazak YounesFix cursor movement in RTL embedded math insets by...
2007-04-30 Abdelrazak YounesNow that setPosCache() is in Inset, InsetMathDim is...
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 LyXServer into Server
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-28 Bo PengRename class RefInset to InsetMathRef
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 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...