]> git.lyx.org Git - lyx.git/history - src/mathed
Check path of Qt tools if qtchooser is detected
[lyx.git] / src / mathed /
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
2015-10-03 Enrico ForestieriFix #9490: SIGSEGV involving LyX macros --- A reproduci...
2015-10-01 Guillaume MunchEnhancements and bugfixes to the TOCs
2015-09-28 Guillaume MunchFix bugs #6078 and #9364
2015-09-15 Guillaume MunchBetter construction of the TOC for floats and captions
2015-09-13 Guillaume MunchMath commands used in text mode now always use the...
2015-09-13 Georg BaumAdd some missing member variable initializations
2015-09-13 Georg BaumRemove dead code
2015-09-12 Guillaume MunchFix bug #1996
2015-09-12 Jean-Marc LasgouttesInitialize MathData members
2015-09-12 Jean-Marc LasgouttesAnnotate missing breaks in switch for coverity
2015-09-12 Jean-Marc LasgouttesAnnotate missing breaks in switch for coverity
2015-09-12 Jean-MarcMake the while loop actually loop
2015-09-12 Jean-MarcFix unreachable code
2015-08-23 Guillaume MunchFix bug #6466
2015-08-23 Guillaume MunchImprove math-mode lfun for switching to text
2015-08-23 Guillaume MunchAdd \ensuremath to the list of math completions
2015-07-16 Jean-Marc LasgouttesMove some functions out of Bidi.*
2015-07-15 Jean-Marc LasgouttesRemove extra row painting added by horizontal scroll...
2015-07-09 Jean-Marc LasgouttesPosition better the cursor after math-display
2015-07-06 Enrico ForestieriRemove unneeded header
2015-07-05 Enrico ForestieriAvoid calling Buffer::getMacro inside the MathMacro...
2015-06-30 Enrico ForestieriAvoid code duplication
2015-06-30 Enrico ForestieriAvoid using a dangling pointer
2015-06-24 Enrico ForestieriCheck whether the buffer pointer is valid before using it
2015-06-24 Enrico ForestieriAssure not to miss requirements on loading with instant...
2015-06-24 Enrico ForestieriFix crash when copying a macro with instant preview on
2015-06-20 Enrico ForestieriFix another couple of issues spotted by Guillaume
next