]> git.lyx.org Git - lyx.git/history - src/mathed/math_parser.C
the convert patch
[lyx.git] / src / mathed / math_parser.C
2005-01-27 Lars Gullik Bjønnesthe convert patch
2005-01-10 Georg Baumfix bug 1459 (with help from Andre)
2005-01-07 Lars Gullik Bjønnesadd specialization for unsigned long, and clean up...
2004-12-28 Georg Baumfix bug 1542 (crash wehn reading invalid equations)
2004-11-07 Lars Gullik BjønnesUse lyx::support::atoi
2004-09-16 Lars Gullik Bjønnesc_str fixes
2004-08-14 André Pönitzremove per-inset position cahce, use new external map...
2004-08-13 André Pönitzremove unused mathed parts
2004-08-13 André Pönitzfix some fbox drawing
2004-08-13 André Pönitzfix bug #560
2004-08-12 André Pönitzfix #928
2004-07-24 Lars Gullik Bjønneschange "support/std_sstream.h" to <sstream>
2004-04-13 André Pönitzpartial revert of macro stuff
2004-04-13 André Pönitzmacro rework
2004-04-07 André Pönitzfix reading subscripts/superscripts.
2003-11-03 Lars Gullik Bjønnesthe exception safety patch
2003-10-27 André Pönitzfix color handling
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-10-06 Martin VermeerSmall fixes to allow building with STLport
2003-09-09 Lars Gullik BjønnesChange Assert to BOOST_ASSERT.
2003-09-08 Angus LeemingRemoved all redundant using directives from the source.
2003-09-07 Angus LeemingFinish the task of removing all cruft from the header...
2003-09-05 Angus LeemingChanges due to the removal of using directives from...
2003-09-05 Angus LeemingReplace LString.h with support/std_string.h,
2003-09-05 Angus LeemingStrip out redundant #includes
2003-08-19 Angus LeemingStandardise the header blurb in mathed.
2003-08-02 Lars Gullik BjønnesAlways use std::endl with lyxerr
2003-07-18 Lars Gullik Bjønnesmake lyx compile with gcc 3.4. remove some warnings.
2003-07-16 André Pönitz'fix' stupid compiler warnings
2003-07-04 André Pönitzallow 'renewcommand' and 'def' for math macros
2003-06-02 André PönitzIU of drawing phase one without 'semantic changes'...
2003-05-28 André PönitzPrepare mathed for unified two-stage drawing
2003-05-21 Lars Gullik Bjønnesiterators-2.diff + some whitespace changes
2003-05-13 André PönitzSTRCONV() all over the place
2003-05-13 André PönitzThe 'bformat' introduction
2003-05-07 André PönitzLing Li's makebox support
2003-04-29 André Pönitz * paragraph.h: make operator= private unimplemented...
2003-04-28 André Pönitzfix random crashes
2003-04-24 André Pönitzfix #1073
2003-04-14 André Pönitzsome cursor movement improvements to MathTextInset
2003-03-17 Lars Gullik BjønnesRemove the BufferView* arg from almost all LyXText...
2003-03-04 André Pönitzfix fix
2003-03-04 André Pönitzadd missing 'else'
2003-03-03 André Pönitzsmall parser fixes
2003-03-03 André Pönitzsupport for \begin{tabular}...\end{tabular} within...
2003-03-03 André PönitzFix #924
2003-03-03 André Pönitz*** empty log message ***
2003-02-25 André Pönitzmore ref stuff
2003-02-25 André Pönitzenable prettyref
2003-02-14 Dekel TsurDo not remove braces for {<expr>}^
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2003-02-05 André Pönitzfix #860
2002-12-18 Dekel TsurFix reading of math macros
2002-11-27 Lars Gullik Bjønnesthe string -> char patch
2002-11-24 Lars Gullik Bjønneshandle USE_BOOST_FORMAT
2002-11-08 André Pönitzfix bug when reading \hline (did not work at all anymor...
2002-10-15 André Pönitzfix #658
2002-10-14 André Pönitzsupport for AMS flalign environment
2002-09-30 André Pönitzhopefully complete fix for reading "unusal" labels
2002-08-30 André Pönitzsmall stuff
2002-08-29 André PönitzFix #593
2002-08-29 André Pönitzpartial framebox support
2002-08-28 André Pönitzfix #593
2002-08-28 André Pönitzthe workarea changes plus small math stuff
2002-08-23 André Pönitzclean up my tree a bit
2002-08-22 André Pönitztry to suppress unneeded spaces when writing
2002-08-15 André Pönitzmulticolumn improvemnt
2002-08-14 André Pönitzmore lfun localization
2002-08-14 André Pönitzsmall bugfixes, new inset for comments and the main...
2002-08-12 André Pönitznew LFUN_MOUSE_(PRESS|MOTION|RELEASE)
2002-08-10 Lars Gullik Bjønnesa new paragraph function
2002-08-09 André Pönitzmore const correctness
2002-08-08 André Pönitzcode that's not there cannot be wrong...
2002-08-08 André Pönitzfix reading of labels with underscore and probably...
2002-08-06 André Pönitzread ~
2002-08-05 André Pönitzre-try to suppress "extra" {} on reading...
2002-08-05 André Pönitzfix parser bug reportred by Rob.
2002-08-05 André Pönitzfix 'vanishing \sin' bug
2002-08-05 André Pönitzfix parser bug
2002-08-02 André Pönitzfix recently introduced macro reading bug
2002-08-01 André Pönitzsave inset lock state in the .lyx file
2002-07-31 André Pönitza step towards world domination^H^H^H
2002-07-30 André Pönitzthe up/down stuff reworked
2002-07-17 André Pönitzfixes for \xxalignat and old style font changes
2002-07-12 André Pönitzmacro handling cleanup
2002-07-12 André Pönitzfix parser bug
2002-07-11 André Pönitzremove unneeded member
2002-07-11 André Pönitzremove hard-wired association LaTeX macro <-> mathed...
2002-07-11 André Pönitzmore robust lable parsing, convenience contructor for...
2002-07-10 André Pönitzfix for #496
2002-07-10 André Pönitzmore cosmetics
2002-07-09 André PönitzNew support for \begin{...}...\end{...} style environments
2002-07-08 André Pönitzpreliminary work for \parbox support
2002-07-08 André Pönitzmath internal re-organization to prepare de-centralized...
2002-07-04 André Pönitzbinom is binom is binom and choose is choose is choos...
2002-07-03 André Pönitzkilling MathType simplifies a few things...
2002-06-28 André Pönitzsmall parser bug
2002-06-28 André Pönitz remove "remove seemingly unneeded {} hack"
2002-06-27 André PönitzFix stupid parser bug
2002-06-25 André Pönitzsmall bugfix
next