]> git.lyx.org Git - lyx.git/history - src/mathed/ChangeLog
introduce namespace lyx::support
[lyx.git] / src / mathed / ChangeLog
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-28 Lars Gullik Bjønnesthe doxygen patch
2003-06-19 Angus LeemingRemove 14 LFUNs; use "dialog-show <name> <data>" instead.
2003-06-17 Angus LeemingGet rid of Dialogs::showMathPanel.
2003-06-16 Jean-Marc Lasgouttescompilation fix; audit and fix calls to cutSelection
2003-06-16 André PönitzIU of clone() and getLabelList()
2003-06-12 Angus LeemingReplace InsetButton and ButtonInset with a ButtonRender...
2003-06-03 John Levonclone() at long last !
2003-06-02 André PönitzIU for validate(). I guess that's in the 'don't ask...
2003-06-02 André Pönitzand that...
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 André Pönitzsmall stuff (white space, const, remove a const_cast...)
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-14 André Pönitza bit visual feedback for substack...
2003-05-13 André PönitzThe 'bformat' introduction
2003-05-07 André PönitzLing Li's makebox support
2003-05-03 John Levoncursor.diff, bug 1095
2003-05-02 André Pönitzsmall stuff
2003-04-30 André Pönitzfix a regression after the recent grid handling changes
2003-04-28 André Pönitzfix random crashes
2003-04-14 Angus LeemingScrap LColor mathcursor. Use only logical colours in...
2003-04-14 Angus LeemingRemove a couple of hard-coded LColor::black entries.
2003-04-02 John Levontab funcs changed
2003-03-28 John Levonremove math greek lfuns properly instead of leaving...
2003-03-19 John LevonThe markDirty() and fitCursor() changes
2003-03-17 John Levonlast changelog
2003-03-10 Angus Leemingcommit forgotten files.
2003-03-06 André PönitzLing Li's patch + small stuff
2003-03-04 Angus Leemingstrip out |++| nonsense
2003-03-04 Angus LeemingRearrange Dialog communication code to make it easier...
2003-03-04 Angus LeemingLFUN_INSET_MODIFY
2003-03-03 Lars Gullik Bjønnesadjust for boost 1.30.0
2003-02-27 Angus LeemingCollapse all those LFUN_XYZ_APPLY to a single LFUN_INSE...
2003-02-26 Angus LeemingAdd locaDispatch methods to various inset classes....
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-26 Angus LeemingFactor LFUN_REF_APPLY code.
2003-02-25 Angus Leeming*** empty log message ***
2003-02-25 Angus LeemingasRefInset
2003-02-25 Angus LeemingEnable the dialog to parse the string passed to it...
2003-02-25 Angus LeemingHold on to your hats.
2003-02-14 Dekel TsurDo not remove braces for {<expr>}^
2003-02-13 André PönitzBo Peng's patch.
2003-01-13 Angus Leeming(Michael Schmitt): the proper fix for the off-by-one...
2003-01-13 Angus Leeming(Michael Schmitt with Andr��'s blessing ;-) Make CTRL...
2003-01-07 André PönitzSeparate 'cursor inside' and 'cursor behind' cases...
2003-01-07 André PönitzFix for 594
2002-12-18 John Levondon't assume symbol font is available, ok'd by Andre
2002-12-18 Dekel TsurFix reading of math macros
2002-12-01 Lars Gullik Bjønnesws changes
2002-11-27 Lars Gullik Bjønnesthe string -> char patch
2002-11-21 Lars Gullik Bjønnesuse boost::format
2002-11-05 Dekel TsurDo not make the buffer dirty when moving the cursor.
2002-11-04 Lars Gullik BjønnesSTRCONV
2002-11-04 Lars Gullik Bjønnessmall changes
2002-10-28 Dekel TsurMaxima
2002-10-28 Dekel TsurChange handling of LFUN_MATH_LIMITS.
2002-10-28 Dekel TsurFew improvements.
2002-10-24 André Pönitzrevert this mornings change and postpone it to 1.4...
2002-10-24 André Pönitz*** empty log message ***
2002-10-21 Dekel TsurHandle \not using a macro
2002-10-18 Angus LeemingRevert yesterday's change. It's going to be too complic...
2002-10-17 Angus LeemingNicer previews.
2002-10-17 Dekel TsurBetter alignment of \longrightarrow like macros.
2002-10-15 André Pönitzremove code to fix crash
2002-10-14 Dekel Tsuriffont
2002-10-14 André Pönitzsupport for AMS flalign environment
2002-10-14 André Pönitzsupport pasting using button 3 in formulas
2002-10-11 Jean-Marc Lasgouttesmore trivial tweaks to mathed bindings
2002-09-24 Lars Gullik Bjønnesforgot these
2002-09-11 John Levoncompile fix.
2002-09-11 Angus LeemingRemove lyxerr call from FormInclude.
2002-08-29 André Pönitzpartial framebox support
2002-08-26 Lars Gullik Bjønnescompile fixes
2002-08-14 Lars Gullik Bjønnescompile fix
2002-08-13 Angus Leeming* LyXView: the accessor methods now return a reference...
2002-08-02 Angus LeemingCache the BufferView as a weak_ptr; get rid of those...
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 LeemingRegenerate a preview only when leaving a math inset...
2002-07-23 Angus LeemingAesthetic improvement of equation positioning when...
2002-07-22 Jean-Marc Lasgouttesfix display of rotated math decorations
2002-07-17 Angus Leeming* Make the graphics files conform strictly to the Pimpl...
2002-07-17 Angus LeemingCompilation fix.
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-14 John Levonuse Lsstream.h not sstream
2002-07-12 John LevonMove fontloader into lyx_gui stuff. Now Qt should compi...
2002-07-10 Angus LeemingNew lyxrc variables for the preview stuff.
2002-07-09 Angus LeemingCompilation fixes.
2002-07-09 Angus LeemingTrivial compile fixes.
2002-07-05 Angus LeemingPreview code
next