]> git.lyx.org Git - lyx.git/history - src/mathed/ChangeLog
the convert patch
[lyx.git] / src / mathed / ChangeLog
2005-01-27 Lars Gullik Bjønnesthe convert patch
2005-01-20 Angus LeemingSquash some MSVC warnings.
2005-01-19 Jean-Marc Lasgouttesuse the wasysym package when needed
2005-01-19 Jean-Marc Lasgouttesoverleftarrow and overrightarrow do not require amslatex
2005-01-10 Georg Baumfix bug 1459 (with help from Andre)
2005-01-05 Jean-Marc Lasgouttesrequire amsmath for some under/over arrows
2005-01-04 Jürgen Spitzmüllersmall mathed fixes
2004-12-28 Georg Baumfix bug 1542 (crash wehn reading invalid equations)
2004-12-14 Angus LeemingRemove trailing slash from -Ifoo/ in the AM_CPPFLAGS...
2004-11-30 Jean-Marc Lasgouttesget rid of broken_header.h and some unneeded tests
2004-11-30 Alfredo BraunsteinCoordBranch merge
2004-11-26 Georg Baumadd status messages to math hull inset
2004-11-24 Lars Gullik Bjønnesrename priv_dispatch to doDispatch
2004-11-23 Lars Gullik Bjønnesclone NVI, other small stuff
2004-11-23 Georg Baumfix crash in mathhullinset
2004-11-16 Lars Gullik BjønnesMake us satisfy concept checks
2004-11-15 Jean-Marc Lasgouttesfix typo
2004-11-11 Alfredo Braunsteinenable tfrac
2004-11-07 Lars Gullik BjønnesUse lyx::support::atoi
2004-11-07 André Pönitz\tfrac support, fixing #1425
2004-11-07 André Pönitzrequire AMS for underset and overset
2004-11-02 José MatoxRemove mixed_content from output parameters.
2004-10-29 José MatoxSanitize ids for SGML/XML.
2004-10-17 Georg BaumFix math-mutate (something invalid)
2004-10-05 José MatoxEase the use of math with db2latex. (Andreas Vox)
2004-09-21 Jean-Marc Lasgouttesavoid spaces around math formulas in plain text output
2004-09-16 Lars Gullik Bjønnesc_str fixes
2004-09-15 Lars Gullik Bjønnesfix include guards
2004-09-13 Georg Baumimplement missing formula mutations
2004-08-16 José MatoxRemove space at end of line, when superfluous.
2004-08-15 Lars Gullik Bjønnessome support for pch
2004-08-13 Jean-Marc Lasgouttesconstify the various incarnations of editXY
2004-08-13 José Matoxadd awareness of the sgml/xml distinction for math...
2004-08-13 André Pönitzfix #1589
2004-08-12 André Pönitzfix #928
2004-08-12 André PönitzFix #1249
2004-07-24 Lars Gullik BjønnesUse boost::scoped_array to store the temporary wchar_t...
2004-07-24 Lars Gullik Bjønneschange "support/std_sstream.h" to <sstream>
2004-07-23 Lars Gullik Bjønnesuse size_t instead of int to avoid a singed/unsigned...
2004-05-28 Lars Gullik Bjønnesmake distcheck work, and some cleanups to the config...
2004-05-17 José Matox add label (id) to <equation>...</equation> if present
2004-04-29 Angus LeemingEnsure all #warning statements are wrapped by #ifdef...
2004-04-20 Angus LeemingSquash compiler warning about unused var.
2004-04-20 Angus LeemingGenerate math previews only if previewing of math inset...
2004-04-19 Angus LeemingEnable the user to preview xfig figures (f.ex.) without...
2004-04-19 Angus LeemingRemove cached var from RenderPreview. Changes elsewhere...
2004-04-13 Angus LeemingRe-enable previews for mathed.
2004-04-05 Angus LeemingGet the date right ;-)
2004-04-05 Angus LeemingEnsure that the accessor index is valid.
2004-04-05 Angus LeemingWrap all #warning calls inside #ifdef WITH_WARNINGS...
2004-03-31 Alfredo Braunsteins/DocumentIterator/DocIterator/g a.k.a showing off...
2004-02-16 André Pönitz * insettabular.[Ch]: remove remains of the 'update...
2004-02-04 Martin VermeerWorkaround for gcc 2.95 pointer compare bug
2004-02-03 Martin VermeerCompile fix gcc 2.95 + stlport
2004-01-28 Lars Gullik Bjønnesstd:: changes, stupid stuff
2004-01-20 André PönitzPart of IU.
2004-01-15 André Pönitzthe monster patch
2004-01-07 Jean-Marc Lasgouttesmake LyX/Mac compile and work better
2003-12-15 André Pönitzmerge CursorItem and MathPos
2003-11-21 André PönitzMichael Schmitt's patch to remove unused arguments
2003-11-20 Angus LeemingSquash a bunch of warnings thrown up by g++.
2003-11-13 Alfredo BraunsteinfitCursor work
2003-11-10 André PönitzThe deed is done.
2003-11-05 José MatoxRename ascii to plaintext and LatexRunParams to OutputP...
2003-11-03 Lars Gullik BjønnesChange DispatchResult semantics a bit.
2003-11-03 Lars Gullik Bjønnesthe exception safety patch
2003-11-01 Lars Gullik Bjønnesmore dispatchresult changes
2003-10-31 José Matoxunify API for insets export
2003-10-29 Lars Gullik Bjønnesmake dispatch_result_t ctor of DispatchResult explicit
2003-10-29 Lars Gullik BjønnesFINISHED_POP -> FINISHED
2003-10-29 Lars Gullik Bjønnesmore dispatch work
2003-10-29 Lars Gullik Bjønnesdispatchresult -> DispatchResult
2003-10-22 Angus LeemingGive InsetExternal the ability to preview its contents.
2003-10-20 Martin VermeerRe-introduce display() for insets, fixing various bugs
2003-10-17 Lars Gullik Bjønnesthe dispatch patch
2003-10-14 Angus LeemingTurn LyX into a singleton class. Kill the BufferView...
2003-10-14 Angus LeemingOnly draw the preview when previews are activated.
2003-10-13 Angus LeemingUse Andr�'s prefered idiom here.
2003-10-13 Angus LeemingMake it compile with g++-2.95.
2003-10-13 Angus LeemingRemove a couple of #includes.
2003-10-13 Lars Gullik BjønnesDISPATCH -> dispatch_result
2003-10-12 Angus LeemingMinimise the use of the BufferView cache. The only...
2003-10-10 Angus LeemingRenderButton, RenderGraphic and RenderPreview now have...
2003-10-10 Angus LeemingDon't try and generate the previews from draw.
2003-10-09 Angus LeemingTowards saner generation of previews code. Yeah, I...
2003-10-09 Angus LeemingRemove the inset and view member functions from Preview...
2003-10-09 Angus LeemingDon't use the cached BufferView to get the Buffer when...
2003-10-07 André Pönitzsupport for \dfrac
2003-10-07 Martin Vermeeradd <string> and other small fixes to make
2003-10-06 Martin VermeerSmall fixes to allow building with STLport
2003-09-24 Jean-Marc LasgouttesLyX/Mac metrics fix
2003-09-19 Angus LeemingFix InsetInclude properly. Data is now stored in an...
2003-09-18 Angus LeemingPass Buffer arg to Inset::getLabelList, Inset::fillWith...
2003-09-18 Angus LeemingEnable previewing of Include insets within insets withi...
2003-09-16 Angus LeemingSmall clean-up of the PreviewedInset interface.
2003-09-16 Angus LeemingRemove #include "LColor.h" from inset.h.
2003-09-16 Angus Leeminglyxfont.h no longer #includes LColor.h.
2003-09-15 Lars Gullik BjønnesGet rid of lyxstring, remove usage of STRCONV.
2003-09-15 Angus LeemingDefine explicitly the color passed to the painter.
2003-09-12 André Pönitzpoor man's support for \boldsymbol
next