]> git.lyx.org Git - lyx.git/history - src/mathed/ChangeLog
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / ChangeLog
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
2002-07-04 Lars Gullik BjønnesChanges to make RH-7.3 be able to run lyx.
2002-07-01 André PönitzGeof Piroux's patch for Mathematica support
2002-06-28 Angus LeemingAsymptotic approach to a well-designed graphics loader.
2002-06-28 André Pönitz remove "remove seemingly unneeded {} hack"
2002-06-26 Angus LeemingCreate a grfx::Loader class and so move large chunks...
2002-06-24 André Pönitzfix #456
2002-06-21 John Levonredraw() cleanup
2002-06-18 Lars Gullik Bjønnes*duck*
2002-06-03 André PönitzCheangelog entry
2002-05-31 André Pönitzre-enable ams "autodetection" (I still think it is...
2002-05-30 André Pönitzfonts as insets
2002-05-29 Lars Gullik BjønnesSwitch from SigC signals to boost::signals
2002-05-26 John Levonstatic_cast-based key/mouse-state. Kill insetKeyPress.
2002-05-24 John Levonfont loader / color handler move
2002-05-24 John Levonfont_metrics part 1
2002-05-24 Lars Gullik Bjønnesinclude vector and add a using statement
2002-05-24 André PönitzFirst shot at "auto correction" feature in mathed
2002-05-23 John Levonguii2
2002-05-23 John LevonOK I'll try guii1 again ...
2002-05-22 Lars Gullik Bjønnesuse more specific smart_ptr headers
2002-05-16 André Pönitzmissing ChangeLog entry
2002-05-15 Lars Gullik Bjønnespastesel.patch
2002-05-15 André Pönitzadd missing ChangeLog entry
2002-05-14 Lars Gullik Bjønnesautodelreg2.patch
2002-05-13 André Pönitzfix crash on paste as reported by Piroux Geoffroy
2002-04-24 Jürgen VignaForgot about this the Panel should NEVER be opened...
2002-04-24 Jürgen VignaFix clicking on a mathed inset with button != 1.
2002-04-22 Jean-Marc Lasgouttesallow insertion of protected space in maths
2002-04-16 Jean-Marc Lasgouttesfix math-delim
2002-04-04 Angus LeemingRemove last traces of the hack used until yesterday...
next