]> git.lyx.org Git - lyx.git/history - src/mathed/formula.C
Rename ascii to plaintext and LatexRunParams to OutputParams.
[lyx.git] / src / mathed / formula.C
2003-11-05 José MatoxRename ascii to plaintext and LatexRunParams to OutputP...
2003-10-31 José Matoxunify API for insets export
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-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-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-06 Lars Gullik BjønnesThe std::string mammoth path.
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-15 Lars Gullik BjønnesGet rid of lyxstring, remove usage of STRCONV.
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-28 Lars Gullik BjønnesUse Buffer const reference in most placees possible.
2003-08-26 André Pönitzfix drawing of displayed formula
2003-08-19 Angus LeemingStandardise the header blurb in mathed.
2003-08-02 Lars Gullik BjønnesAlways use std::endl with lyxerr
2003-07-25 Lars Gullik Bjønnesrename Inset to InsetOld
2003-07-25 André Pönitzfix getLabelList for mathed
2003-07-25 Lars Gullik Bjønnesthe clone auto_ptr patch
2003-07-22 André Pönitzbugfix (width)
2003-07-21 Angus LeemingFinish the migration from namespace grfx to lyx::graphics.
2003-07-18 André Pönitzfix for Angus' redraw problem.
2003-07-04 Lars Gullik Bjønnesnamespace grfx -> lyx::graphics
2003-07-03 André Pönitzadd 'special' member to ColInfo
2003-06-03 John Levonclone() at long last !
2003-06-02 André Pönitz remove double call to metrics()
2003-06-02 André PönitzIU of drawing phase one without 'semantic changes'...
2003-05-30 André PönitzIU for second phase of two-phase drawing
2003-05-28 André PönitzPrepare mathed for unified two-stage drawing
2003-05-27 André Pönitzrename the members of Dimension
2003-05-26 Lars Gullik Bjønnesget rid of same_id from function signatures
2003-05-23 Angus LeemingRename LatexRunParams::fragile as moving_arg.
2003-05-23 Angus LeemingThe free_spacing patch and fix to the mess that Rob...
2003-05-22 Angus LeemingPurely mechanical: move fragile into LatexRunParams.
2003-05-22 Angus LeemingPass struct LatexRunParams around a bit...
2003-05-19 André Pönitzthe ascent/descent/width -> dimensions() change
2003-05-13 André PönitzThe 'bformat' introduction
2003-05-03 John Levoncursor.diff, bug 1095
2003-04-28 André Pönitzfix random crashes
2003-03-21 André Pönitzpromote MathMetricsInfo to MetricsInfo, change mathed...
2003-03-17 John Levonpaint cleanups as sent to list
2003-02-26 Angus LeemingStrip out the caching of the BufferView by PreviewedIns...
2003-02-26 Angus LeemingAlfredo's patch to get rid of insets in the graphics...
2003-02-25 Angus Leeming(Alfredo) strip BufferView out of the graphics code.
2003-02-18 André Pönitzsome ws
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2003-01-29 André Pönitzdisable "nice ascii art" for performance reasons
2003-01-13 Angus Leeming(Michael Schmitt): the proper fix for the off-by-one...
2002-11-27 Lars Gullik Bjønnesthe string -> char patch
2002-11-04 Lars Gullik BjønnesSTRCONV
2002-10-18 Angus LeemingRevert yesterday's change. It's going to be too complic...
2002-10-17 Angus Leeming/Save/ emacs buffer to get rid of print statements...
2002-10-17 Angus LeemingNicer previews.
2002-08-27 André Pönitzthe factory stuff
2002-08-15 André Pönitzstreamlining interaction mathed <-> rest of the world
2002-08-14 André Pönitzmore lfun shuffling
2002-08-14 André Pönitzmore lfun localization
2002-08-13 André Pönitzthe lfun3 patches (overall cleanup and "localizing...
2002-08-09 André Pönitzmore const correctness
2002-08-08 André Pönitzreplace a few more naked MathInset * by MathAtom &
2002-08-08 André Pönitza bit more const correctness
2002-08-07 John Levonsome small cleanups
2002-08-07 André Pönitzthe FuncRequest changes
2002-08-02 Angus LeemingCache the BufferView as a weak_ptr; get rid of those...
2002-08-02 André Pönitzremove a few unneeded 'include'
2002-08-02 André Pönitzuses references instead of returning vectors
2002-08-02 Angus Leeming* Mathed now caches the BufferView as a weak_ptr.
2002-08-01 Angus LeemingPreviews for \input insets.
2002-07-28 Lars Gullik BjønnesRename strip to rtrim
2002-07-28 Lars Gullik Bjønnesremove some unneeded version of functions from lstrings,
2002-07-23 Angus LeemingAesthetic improvement of equation positioning when...
2002-07-17 Angus Leeming* Make the graphics files conform strictly to the Pimpl...
2002-07-16 Angus Leemingremove the extra pixels required to accommodate the...
2002-07-15 Angus LeemingSmart loading of image files for previews and for the...
2002-07-12 André Pönitzunneeded function
2002-07-12 André Pönitzrevert accidential change
2002-07-12 André Pönitzremove unneeded inset
2002-07-11 André Pönitzascii export tweaking
2002-07-08 André Pönitzmake a some members private
2002-07-08 André Pönitzmath internal re-organization to prepare de-centralized...
2002-07-05 Angus LeemingPreview code
2002-07-04 Lars Gullik BjønnesChanges to make RH-7.3 be able to run lyx.
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önitzfix compilation
2002-06-27 André Pönitzspeed up preview a bit...
2002-06-27 André Pönitzshorten filenames a bit
next