]> git.lyx.org Git - features.git/history - src/mathed/formula.C
Replace LString.h with support/std_string.h,
[features.git] / src / mathed / formula.C
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
2002-06-27 André Pönitzuse external script now.
2002-06-26 André Pönitzpreview as preview can...
2002-06-26 Angus LeemingCreate a grfx::Loader class and so move large chunks...
2002-06-26 André Pönitzpreview cosmetics
2002-06-26 André PönitzThere is now a \preview lyxrc variable defaulting...
2002-06-25 André Pönitzfirst shot at preview is working
2002-06-25 André Pönitzfirst shot at preview. It crashes. Don't know why....
2002-06-24 Lars Gullik Bjønneslayout as layout
2002-06-24 André Pönitzmost of the so far unapplied stuff from porto including...
2002-06-21 John Levonredraw() cleanup
2002-06-18 Lars Gullik Bjønnes*duck*
2002-06-05 André Pönitzsome spaces have not been skipped in the parser...
2002-05-30 André Pönitzfonts as insets
2002-05-28 André Pönitzadd missing using's
2002-05-23 John Levonguii2
2002-05-23 John LevonOK I'll try guii1 again ...
2002-05-02 André Pönitzreturn to 1.1.6 behaviour for ascii export
2002-04-03 André Pönitzremove unneeded #include's
2002-03-25 André Pönitz- revive 1.1.6 eqnarray behaviour when pressing <Del...
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-03-21 André PönitzMake Angus' compiler happy
2002-03-19 André Pönitz- reduce sizeof(MathCharInset) by 20 by better font...
2002-03-12 André Pönitzspeed up math drawing
next