]> git.lyx.org Git - lyx.git/history - src/mathed
Amend 168d3557
[lyx.git] / src / mathed /
2016-10-09 Guillaume MunchRemove unused variable warning
2016-10-05 Guillaume MunchAdd the customary 1-pixel gap before MathMacroTemplate...
2016-10-05 Guillaume MunchMake the border of hullRegexp pixel perfect
2016-10-05 Guillaume MunchFix borders of InsetMathGrid
2016-10-04 Enrico ForestieriAmend ccc0e03f
2016-10-04 Enrico ForestieriIn mathed, require xcolor instead of color when appropriate
2016-09-29 Guillaume MunchFix horizontal lines in math arrays
2016-09-25 Enrico ForestieriDo not rely on math macros being updated
2016-09-24 Enrico ForestieriCorrectly classify macros
2016-09-23 Guillaume MunchRemove option to disable texrow
2016-09-15 Enrico ForestieriDo not prematurely close \ensuremath or \lyxmathsym...
2016-09-15 Enrico ForestieriReally fix the problem with not updated macros
2016-09-14 Enrico ForestieriMake sure not to use a pointer that may be bogus
2016-09-13 Enrico ForestieriMake sure that math macros are updated at export time.
2016-09-10 Enrico ForestieriFix display and export of some latex macros
2016-09-10 Enrico ForestieriFix bug #9616
2016-09-08 Georg BaumFix data loss with [ in first cell of aligned
2016-09-08 Georg BaumPrepare for mutlicolumn lines
2016-09-08 Jean-Marc LasgouttesSet vertical lines in math arrays correctly on Y axis
2016-08-30 Jean-Marc LasgouttesRemove unused 'glue' parameter
2016-08-30 Jean-Marc LasgouttesRemove unused struct members
2016-08-17 Jean-Marc LasgouttesA more radical approach to inset background painting
2016-08-16 Jean-Marc LasgouttesA PainterInfo variable should be named `pi'.
2016-08-02 Richard HeckFix problem noticed by Scott.
2016-07-30 Richard HeckFix HTML display of math matrices.
2016-07-30 Richard HeckFix CSS for math cases.
2016-07-19 Jean-Marc LasgouttesTry to fix #4889 in the right way
2016-07-05 Guillaume MunchRevert c6ce76c2 and fix 670efa8f
2016-07-04 Stephan WittFix missing TexRow.h include after change 670efa8f64621...
2016-07-04 Guillaume MunchRationalise includes
2016-07-03 Georg BaumFix regression of 6dfc25508
2016-07-03 Guillaume MunchChange tracking cue: for instant preview
2016-07-03 Guillaume MunchChange tracking cue: for display() math insets
2016-07-02 Georg BaumFix CAS input on windows (bug 10262)
2016-06-30 Richard HeckMake sure we center displayed equations.
2016-06-30 Richard HeckUse convertDelimToXMLEscape with matrix delimiters...
2016-06-30 Richard HeckAdd class attribute for \mathbb in XHTML output.
2016-06-30 Richard HeckUse symbols file to lookup entities for delimiters...
2016-06-27 Richard HeckThis patch does two closely related things.
2016-06-26 Georg BaumRemove using directives from headers
2016-06-26 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2016-06-26 Enrico ForestieriTweak output from maxima
2016-06-16 Georg BaumRemove InsetMathXYArrow
2016-06-15 Guillaume MunchFix compilation with gcc 4.6 part II
2016-06-13 Guillaume MunchRemove a conversion to_utf8() inside FontSetChanger
2016-06-13 Guillaume MunchSimplify the TexRow information for mathed output
2016-06-13 Guillaume MunchDo not include MetricsInfo.h in MathStream.h
2016-06-13 Guillaume MunchRefChanger
2016-06-12 Richard HeckFix a number of other uninitialized members.
2016-06-12 Richard HeckAdd comment to fix coverity #23438.
2016-06-11 Richard HeckFix silly error outputting math sizes. Fixes bug #10129.
2016-06-09 Guillaume MunchReplace boost::scoped_ptr with unique_ptr
2016-06-09 Guillaume MunchReplace auto_ptr with unique_ptr
2016-06-09 Jean-Marc LasgouttesInitialize all MathMacroTemplate members in constructors
2016-06-09 Jean-Marc LasgouttesPlease Coverity (code should be equivalent)
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Jean-Marc LasgouttesCleanup of spacing in mathed
2016-05-29 Jean-Marc LasgouttesRename Cursor::setSelection(bool) to selection(bool)
2016-05-29 Jean-Marc LasgouttesAvoid incorrect "Autocorrect Off" message
2016-05-29 Jean-Marc LasgouttesRemove declaration of classes that do not exist
2016-05-29 Jean-Marc LasgouttesFix getStatus for math-mutate and math-display
2016-05-29 Guillaume MunchgetInnerText()
2016-05-29 Jean-Marc LasgouttesRename InsetMathHull::isTable to allowsTabularFeatures
2016-05-28 Jean-Marc LasgouttesMake inset-select-all select all cells only in tables
2016-05-28 Guillaume MunchSanitize InsetMathHull and add a check for mutability...
2016-05-28 Guillaume MunchCorrect col spacing in Cases environment
2016-05-28 Guillaume MunchFix the display of column spacing in AMS environments
2016-05-28 Guillaume MunchDisplay the correct horizontal alignment in AMS environ...
2016-05-22 Georg BaumFxy typo in XHTML output (bug #10124)
2016-03-16 Jean-Marc LasgouttesIn mathed, only select current cell on double-click
2016-02-17 Georg BaumIntroduce proper integer rounding function
2016-02-09 Jean-Marc LasgouttesGet rid of use_preview_ in various insets
2016-01-27 Guillaume MunchLet tabular-feature commands fall through non-table...
2016-01-27 Guillaume MunchNew LFUN tabular-feature (#9794)
2016-01-19 Uwe StöhrRevert "Revert "Fix the display of column spacing in...
2016-01-19 Uwe StöhrRevert "Fix the display of column spacing in AMS enviro...
2016-01-19 Guillaume MunchFix the display of column spacing in AMS environments
2016-01-19 Uwe StöhrRevert "Fix the display of column spacing in AMS enviro...
2016-01-19 Uwe StöhrRevert "Fix the display of column spacing in AMS enviro...
2016-01-19 Uwe StöhrInsetMath: normalize the line endings of 2 files
2016-01-19 Guillaume MunchFix the display of column spacing in AMS environments
2016-01-19 Guillaume MunchDisplay the correct horizontal alignment in AMS environ...
2015-12-26 Jean-Marc LasgouttesAvoid swapping a cell with itself
2015-12-11 Guillaume MunchUse AMS align instead of eqnarray on newline-insert...
2015-12-10 Uwe StöhrInset files: add includes to compile with cxx11
2015-12-07 Scott KostyshakFix a debug comment
2015-12-05 Guillaume MunchConvert remaining C++ files to UTF-8
2015-11-08 Jean-Marc LasgouttesImprove fix to 57615915.
2015-11-05 Jean-Marc LasgouttesAvoid using pointer after it has been invalidated
2015-10-23 Uwe StöhrInsetMathNest.cpp: add \sideset to the autocomplete...
2015-10-19 Jean-Marc LasgouttesGet rid of ParagraphMetrics::insetDimension
2015-10-19 Guillaume MunchRemove a deep copy of MathData in lyx::write
2015-10-19 Guillaume MunchTexRow info in source panel and gotoCursor() for debugging
2015-10-19 Guillaume MunchAdding TexRow information on math latex output (#4725)
2015-10-19 Guillaume MunchAdd a unique id to math insets
2015-10-10 Georg BaumAdd missing intializations
2015-10-10 Georg BaumFix multicolumn regression (bug #9788)
2015-10-09 Georg BaumInitialize member
2015-10-05 Guillaume MunchConsistency of ellipses across the UI
2015-10-03 Enrico ForestieriFix #9726: Preview does not have correct font size
next