]> git.lyx.org Git - lyx.git/history - src/mathed/InsetMathNest.cpp
Coding style
[lyx.git] / src / mathed / InsetMathNest.cpp
2008-08-15 Jean-Marc LasgouttesFix bug 3407: Undo with text-in-mathmode
2008-08-06 Stefan Schimanski* \xymatrix added to completion (fixing bug 5123)
2008-08-02 Pavel SandaClean debug logs before rc1.
2008-07-20 Enrico ForestieriWhen producing latex output, check whether a character...
2008-06-19 Enrico ForestieriTrust Andre'
2008-06-17 Enrico ForestieriImplement the suggestion by Andre'
2008-06-16 Enrico ForestieriOps
2008-06-16 Enrico ForestieriThe mode changing math insets already provide the neede...
2008-06-16 Enrico ForestieriAvoid 11 from_ascii calls
2008-06-16 Enrico ForestieriFix bug 1527
2008-06-15 Pavel SandaLet LFUN_MATH_SPACE use various spaces we support.
2008-06-14 Pavel SandaRessurect LFUN_MATH_SIZE, set toolbars accordingly.
2008-06-11 Pavel SandaOld, unused and handled elsewhere.
2008-06-11 Pavel SandaLFUN_FONT_FREE_* -> LFUN_TEXSTYLE_*
2008-06-04 Enrico ForestieriProduce a cleaner latex output by avoiding \lyxmathsym...
2008-05-31 Enrico ForestieriFix bug 3938
2008-05-29 Richard HeckFuncStatus::enabled(bool) --> FuncStatus::setEnabled...
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-15 Uwe StöhrInsetMathNest.cpp: fix bug 4720 for trunk as well
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-07 André Pönitzfix #4713
2008-04-06 Dov Feldsternallow extending a selection to outside a math inset...
2008-03-31 Enrico ForestieriAllow using \binom without amsmath and add support...
2008-03-18 Stefan Schimanski* another try on http://bugzilla.lyx.org/show_bug.cgi...
2008-03-15 Stefan Schimanski* reset current_view_ when deleting a GuiView.
2008-03-15 André Pönitzs/kb_action/FuncCode/g
2008-03-15 André Pönitzcosmetics/#include cleanup
2008-03-12 Jürgen Spitzmüller* src/mathed/InsetMathNest.cpp:
2008-03-12 Stefan Schimanski* handle the multiple-selected-cells case also for...
2008-03-12 Stefan Schimanski* half of the fix for http://bugzilla.lyx.org/show_bug...
2008-03-12 Stefan Schimanski* fix a serious data loss problem: undo did not save...
2008-03-12 Stefan Schimanski* fix for http://bugzilla.lyx.org/show_bug.cgi?id=4566
2008-03-12 Stefan Schimanski* only use selection of current cell when starting...
2008-03-09 Uwe StöhrInsetMathNest.cpp: Ctrl-b uses now \boldsymbol (fixes...
2008-03-06 Bernhard RoiderAdd support for \bm from bm.sty
2008-03-06 Abdelrazak YounesTransfer and bug fix LFUN_BUFFER_BEGIN/END_SELECT to...
2008-03-04 Stefan Schimanski* store the selection in the InsetMathUnknown and inser...
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-27 Stefan Schimanski* better fix for * math commands. We allow the * for...
2008-02-26 Stefan Schimanski* fix for http://bugzilla.lyx.org/show_bug.cgi?id=4584:
2008-02-25 Stefan Schimanski* adapt to the changed signature
2008-02-23 Stefan Schimanski* Moved std::sets out of Buffer.h to reduce overall...
2008-02-22 Stefan Schimanski* following Andre's advice to rename the method into
2008-02-22 Stefan Schimanski* simplify notifyCursorLeaves logic: We now only call...
2008-02-21 Stefan Schimanski* Reduce compilation time by removing the shared_ptr...
2008-02-21 Stefan Schimanski* add some space between math inset and popup. This...
2008-02-21 Stefan Schimanski* completion infrastructure
2008-02-18 Abdelrazak Younesheader cleanup
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-01-03 Jean-Marc LasgouttesDisable and check properly the math numbering functions.
2007-12-24 Stefan Schimanski* moved atom_dim_ to coord cache in the buffer view...
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
next