]> git.lyx.org Git - lyx.git/history - src/mathed
Change the interface to a paragraph's layout. We still store a LayoutPtr, but now...
[lyx.git] / src / mathed /
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...
2008-01-08 Stefan Schimanski* fix a crash during undo: cloned MathMacroTemplates...
2008-01-07 Stefan Schimanski* fix broken default value logic from last cleanup...
2008-01-03 Jean-Marc LasgouttesDisable and check properly the math numbering functions.
2008-01-03 Jean-Marc Lasgouttesfix compilation warnings: unused parameters
2007-12-24 Stefan Schimanski* make sure the edit mode is the same in math macros...
2007-12-24 Stefan Schimanski* setDimCache is superfluous in mathed
2007-12-24 Stefan Schimanski* moved atom_dim_ to coord cache in the buffer view...
2007-12-24 Enrico ForestieriTry to improve maintainability by separately checking...
2007-12-23 Stefan Schimanski* compile fix
2007-12-23 Stefan Schimanski* newlyxcommand support as LaTeX feature
2007-12-23 Stefan Schimanski* \newlyxcommand support
2007-12-23 Stefan Schimanski* perl -e 'while(<>) {sed s/\s+$//; print "$_\n";}...
2007-12-23 Stefan Schimanski* another monster line
2007-12-23 Stefan Schimanski* cosmetic for loops with deep if nestings
2007-12-23 Stefan Schimanski* tabs are evil... hopefully I fixed all monster lines now
2007-12-23 Stefan Schimanski* tabs are evil
2007-12-23 Stefan Schimanski* tabs are evil
2007-12-23 Stefan Schimanski* cellDim_ is not needed anymore
2007-12-23 Stefan Schimanski* proper labels under the holes in macro templates...
2007-12-23 Stefan Schimanski* first tries to make the math macro template more...
2007-12-23 Stefan Schimanski* cosmetic
2007-12-23 Stefan Schimanski* math macro toolbar can be made automatic
2007-12-22 Stefan Schimanski* simplify editing logic of math macros by making it...
2007-12-22 Stefan Schimanski* kerning may depend on the BufferView because the...
2007-12-21 Enrico ForestieriCenter rows in the gather environment.
2007-12-21 Stefan Schimanski* first support of multiple BufferViews for macros...
2007-12-21 Stefan Schimanski* adapt to MacroType
2007-12-21 Stefan Schimanski* add \protect in front of macro with optional argument...
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-12-19 Stefan Schimanski* compile fix for trunk
2007-12-19 Stefan Schimanski* at least return a valid template on parse error,...
next