]> git.lyx.org Git - lyx.git/history - src/mathed
* new function to set border around selection
[lyx.git] / src / mathed /
2008-03-18 Stefan Schimanski* another try on http://bugzilla.lyx.org/show_bug.cgi...
2008-03-18 Stefan Schimanski* cosmetic
2008-03-17 Uwe Stöhrcompilation fixes
2008-03-15 Stefan Schimanski* make forward deletion of formula labels/numbers more...
2008-03-15 André Pönitzcosmetics
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 Enrico ForestieriMerge InsetMathBoldSymbol and InsetMathBM by providing...
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-11 Stefan Schimanski* fix for http://bugzilla.lyx.org/show_bug.cgi?id=518
2008-03-11 Stefan Schimanski* fix http://bugzilla.lyx.org/show_bug.cgi?id=4622
2008-03-10 Stefan Schimanski* also forward delete numbering in math hull
2008-03-10 Stefan Schimanski* typo
2008-03-10 Stefan Schimanski* split different macro cases
2008-03-10 Stefan Schimanski* cosmetic and comment
2008-03-10 Stefan Schimanski* math macro definition context menu
2008-03-10 Stefan Schimanski* \newcommandx support for the math parser
2008-03-10 Stefan Schimanski* small fixes of the temporary change display of macro...
2008-03-10 Stefan Schimanski* make macros global. This is conceptionally much easie...
2008-03-10 Stefan Schimanski* xargs export support. No parser support yet.
2008-03-09 Stefan Schimanski* fix for http://bugzilla.lyx.org/show_bug.cgi?id=2556
2008-03-09 Uwe StöhrInsetMathNest.cpp: Ctrl-b uses now \boldsymbol (fixes...
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 Richard HeckChange the interface to a paragraph's layout. We still...
2008-03-06 Bernhard RoiderAdd support for \bm from bm.sty
2008-03-06 Abdelrazak YounesPer Andre' advice: No need to check for pointer nullity...
2008-03-06 Abdelrazak YounesTransfer and bug fix LFUN_BUFFER_BEGIN/END_SELECT to...
2008-03-05 Jürgen Spitzmüller* src/insets/InsetMathBox.{cpp,h}:
2008-03-04 Stefan Schimanski* remove parameter here as well
2008-03-04 Stefan Schimanski* cosmetic
2008-03-04 Stefan Schimanski* the look does not depent on "editing" anymore as...
2008-03-04 Stefan Schimanski* store the selection in the InsetMathUnknown and inser...
2008-03-04 Stefan Schimanski* add appetite concept to the math macro to restrict...
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-03-03 Stefan Schimanski* Update::SinglePar should be enough for most cases...
2008-02-29 Abdelrazak YounesWe don't want a buffer_ member in InsetMathChar.
2008-02-29 Stefan Schimanski* insertParam assumes that the cursor has the macro...
2008-02-29 Stefan Schimanski* the automatic arity changing proposed by Uwe: you...
2008-02-28 Stefan Schimanski* merge InsetMathMakebox and InsetMathFramebox
2008-02-28 Stefan Schimanski* fixing the framebox part of http://bugzilla.lyx.org...
2008-02-28 Abdelrazak YounesInsetMathHull::addToToc(): Work around buffer reference...
2008-02-27 André Pönitzcosmetics
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-27 Stefan Schimanski* allow macro names with *
2008-02-26 Stefan Schimanski* fix for http://bugzilla.lyx.org/show_bug.cgi?id=4584:
2008-02-26 Stefan Schimanski* Update::SinglePar is enough, Update::Force is a fulls...
2008-02-25 Stefan Schimanski* adapt to the changed signature
2008-02-25 Abdelrazak YounesChange CompletionList::data() signature and cosmetics.
2008-02-25 Stefan Schimanski* this was not meant to be added
2008-02-25 Stefan Schimanski* special faster algorithms for sorted completion lists
2008-02-25 Stefan Schimanski* implemention of the WordList with iterator caching...
2008-02-23 Stefan Schimanski* don't forget InsetMathMBox, which is only compiled...
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* some more relicts of the unfinished favorite handling...
2008-02-22 Stefan Schimanski* simplify notifyCursorLeaves logic: We now only call...
2008-02-22 Stefan Schimanski* correct parsing of unknown math environment (fixes...
2008-02-21 Stefan Schimanski* Reduce compilation time by removing the shared_ptr...
2008-02-21 Stefan Schimanski* a MathMacro is like a normal InsetMathNest in folded...
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-17 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-09 Stefan Schimanski* change the BufferView cursor to avoid later "successf...
2008-02-09 Stefan Schimanski* fix segfaults/asserts when clicking outside of any...
2008-02-09 Stefan Schimanski* Finally fix the empty-script removal, i.e. remove...
2008-02-08 Stefan Schimanski* clear selection when mutating a math inset into an...
2008-02-07 José MatoxPatch to please gcc 4.3. Less bloat in the include...
2008-02-07 Abdelrazak YounesThe core is now clean enough that we don't need the...
2008-01-25 Stefan Schimanski* comment correction
2008-01-25 Stefan Schimanski* compile fix
2008-01-25 Stefan Schimanski* optional old-style editing mode for macros with a...
2008-01-25 Stefan Schimanski* corrected comment
2008-01-25 Jürgen Spitzmüller** Fix language switch issue introduced by the CJK...
2008-01-24 Stefan Schimanski* the markers create a 1 pixel margin
2008-01-22 Stefan Schimanski* Option to make macro editing less "noisy" by hiding...
2008-01-22 Stefan Schimanski* Support a script also around the ] of an optional...
2008-01-14 Stefan Schimanski* fix for buggy cursor logic due to multi bufferview...
2008-01-14 Stefan Schimanski* Nearly a proof that there are useful compiler warning...
2008-01-11 Uwe Stöhrrename LFUNs math-nonumber and math-number to what...
next