]> git.lyx.org Git - lyx.git/history - src/mathed
fix typo that put too many include paths for most people
[lyx.git] / src / mathed /
2001-11-13 André Pönitzadd paranthesis around numerator and denominator when...
2001-11-13 André Pönitzcosmetics
2001-11-13 André Pönitzsome more public->private stuff
2001-11-13 André Pönitzfix math cursor size in non-standard font sizes (again...
2001-11-13 André Pönitzremove unnedeed #include
2001-11-13 André Pönitzsuppress the {} indication an empty base of a scriptins...
2001-11-13 André Pönitztiny bugfix; remove unnerded code
2001-11-13 André Pönitzfix thinko in 'double space suppression'
2001-11-13 André Pönitzactivate row delete/insert for the 'cases' environment...
2001-11-13 André Pönitzmake 'space' leave the formula if pressed at the very end
2001-11-12 André Pönitzhandle \cr and \crcr like \\
2001-11-12 André Pönitzsupport for \begin{cases}...\end{cases} (for interactiv...
2001-11-12 André Pönitzmath-extern: enable handling of simple sums
2001-11-12 André Pönitzuse '1' as integrand if not given
2001-11-12 André Pönitzinterpret INSET_ERT as 'backslash pressed' to enable...
2001-11-09 André Pönitzstore and output xml names if known...
2001-11-09 André Pönitzread new column from lib/symbols
2001-11-09 André Pönitzsimple MathML output for integrals
2001-11-09 André Pönitztranslate '\int_0^1 e^x dx' to 'int(e^(x),x=0..1)'
2001-11-09 André Pönitzmore math-extern
2001-11-09 André Pönitzsome work on math-extern
2001-11-09 André Pönitzlet '^' and '_' end "MacroMode" immediately
2001-11-09 André Pönitzbug fix ('#1' got written as '#^^A')
2001-11-09 André Pönitzrecognize a few "well known functions"
2001-11-09 André Pönitzforgotten file math_extern[Ch]
2001-11-09 André Pönitzsome support for matrix operations with maple ('M...
2001-11-08 Jean-Marc Lasgouttesmathed compile fixes
2001-11-08 André Pönitzcosmetics: rename (x)array.[Ch] into math_(x)data.[Ch]
2001-11-08 André Pönitzuups... forgot the files
2001-11-08 André Pönitzcosmetics: rename "matrix" into "hull" since it is...
2001-11-08 André Pönitzcosmetics: rename support.[Ch] into math_support.[Ch]
2001-11-08 André Pönitzdon't #include too much stuff in .h
2001-11-08 André Pönitzadd missing #include (wonder why it compiled here...)
2001-11-08 André Pönitzadd missing std::
2001-11-07 André Pönitzmore mathml stuff
2001-11-07 André Pönitzmore output stuff
2001-11-07 André Pönitzchange output to uses streams instead of strings
2001-11-07 André PönitzHack to enable auto-insertion of '*' for Octave input
2001-11-07 André Pönitzparse octave output as matrix if necessary
2001-11-07 André Pönitzfix 'double =' glitch
2001-11-07 Jean-Marc Lasgouttesmathed compilation fix
2001-11-07 André Pönitzsome support for det and abs for math-extern
2001-11-07 André Pönitzstart native C++ support for Octave, Maple and MathML
2001-11-05 André Pönitzwrite \mathrm{x}\mathrm{y} as \mathrm{xy} again
2001-10-31 André Pönitzchange filenames for 'handleExtern'
2001-10-31 André Pönitzdrop extra {} in "obvious" cases
2001-10-31 Angus LeemingFix compiler warning
2001-10-31 André Pönitzmake undo more granular in mathed
2001-10-31 André Pönitzparser tweaks
2001-10-31 André Pönitzfix drawing of mathrels. make \| equivalent to \Vert...
2001-10-31 André Pönitzhot fix for spurious cursor jumps in math insets
2001-10-31 André PönitzFix reading of mathrm etc as reported bei Norbert
2001-10-29 André Pönitzread support for \begin{displaymath}...\end{displaymath}
2001-10-29 André PönitzRe-introduction of a BraceInset to handle "extra braces"
2001-10-25 André Pönitzpartial fix for 'two spaces in a row in math text'
2001-10-24 André Pönitznext step...
2001-10-24 André Pönitzsmall step forward on the lenghty path to \mbox support
2001-10-24 Angus LeemingCompilation fixes.
2001-10-24 André PönitzIgnore LFUN_BREAKLINE, LFUN_BREAKPARAGRAPH
2001-10-24 Dekel TsurCompilation fix
2001-10-24 André Pönitzre-enable support for TeX-style {\it..} (\rm, \bf...
2001-10-24 André Pönitzadd missing writeNormal() methods to some insets
2001-10-24 André Pönitzremove position cache from insets - these were the...
2001-10-23 André Pönitzinterpret word-delete-forward/backward as delete/backsp...
2001-10-23 André Pönitzfix crash due to invalid cursor position after deleting...
2001-10-23 André Pönitzdon't move cursor to the left after an C-<Return>
2001-10-23 André Pönitz- remove some unused code
2001-10-23 André Pönitzremove the hard-coded greek stuff, it is handled in...
2001-10-23 André Pönitz- updated BUGS
2001-10-22 André Pönitz- remove MathStyles cache from those insets that don...
2001-10-19 André Pönitzhalfway through fixing size of math in non-standard...
2001-10-19 André Pönitzremove debug code
2001-10-19 André Pönitzrename variable
2001-10-19 Jürgen VignaSmall fixes to various InsetText problems.
2001-10-19 André Pönitzwhitespace changes
2001-10-19 André Pönitzuse stream-like syntax for LaTeX output
2001-10-18 André Pönitzsome visual support for \lefteqn
2001-10-15 André Pönitzsupport reading TeX's $$...$$ syntax
2001-10-13 André Pönitzfix drawing of \overline and \underline
2001-10-13 André Pönitzcursor movement bug fixed
2001-10-12 André Pönitzdisable leaving the inset during selection
2001-10-12 André Pönitzfix x^1<space>_
2001-10-12 André Pönitzleave mathed after math-insert if we have not been...
2001-10-12 André Pönitzcursor up/down behind scripts fixed
2001-10-12 André Pönitzdraw delimiters a bit smaller
2001-10-12 André Pönitzcosmetics
2001-10-12 André Pönitzfix off-by-one-pixel drawing problem
2001-10-12 André Pönitzmove selected part to script when pressing ^ or _
2001-10-12 André PönitzFix macro redrawing bug. Thanks, Juergen!
2001-10-12 André PönitzUse references instead of pointers where possible
2001-10-12 André Pönitzfix out-of-bounds bug
2001-10-10 André Pönitzchange order of ^ and _ in LaTeX output
2001-10-10 André Pönitzdon't touch your keyboard too often...
2001-10-10 André Pönitzsmall fixes to bugs discoverd by Dekel
2001-10-10 André Pönitzremove inconsistency del/backspace
2001-10-10 André Pönitzremove unneeded global var greek_kb_flag
2001-10-10 André Pönitz*** empty log message ***
2001-10-02 André Pönitzleave red backslash as visual clue in formula when...
2001-10-02 André Pönitzsanity check
2001-10-01 André Pönitzremove public method;
next