]> git.lyx.org Git - lyx.git/history - src/mathed/math_macro.C
remove unneeded member
[lyx.git] / src / mathed / math_macro.C
2002-07-08 André Pönitzmake a some members private
2002-06-24 André Pönitzmost of the so far unapplied stuff from porto including...
2002-05-30 André Pönitzfonts as insets
2002-05-23 John LevonOK I'll try guii1 again ...
2002-04-03 André Pönitzget recently broken \mathcircumflex working again ...
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önitzfix Herbert's up/down problem
2002-03-19 André Pönitz- reduce sizeof(MathCharInset) by 20 by better font...
2002-02-16 Lars Gullik Bjønnesto much stuff for my liking...
2002-02-11 André Pönitzshow the 'empty base dot' less frequently
2001-12-12 André Pönitzre-enable automatic deletion of empty super/subscripts;
2001-12-11 André Pönitzinput support for \mathcal, \mathbb etc.
2001-11-19 Jean-Marc Lasgoutteslatexfeatures path from Michael
2001-11-16 André Pönitzoctavize & mathmlize for math macros
2001-11-16 André Pönitz'maplize' for math macros
2001-11-09 André Pönitzsome support for matrix operations with maple ('M...
2001-11-08 André Pönitzcosmetics: rename (x)array.[Ch] into math_(x)data.[Ch]
2001-11-08 André Pönitzcosmetics: rename support.[Ch] into math_support.[Ch]
2001-11-08 André Pönitzdon't #include too much stuff in .h
2001-10-31 André Pönitzfix drawing of mathrels. make \| equivalent to \Vert...
2001-10-24 André Pönitzremove position cache from insets - these were the...
2001-10-22 André Pönitz- remove MathStyles cache from those insets that don...
2001-10-19 André Pönitzhalfway through fixing size of math in non-standard...
2001-10-19 André Pönitzuse stream-like syntax for LaTeX output
2001-10-15 André Pönitzsupport reading TeX's $$...$$ syntax
2001-10-12 André Pönitzdisable leaving the inset during selection
2001-10-12 André PönitzUse references instead of pointers where possible
2001-10-01 André Pönitzremove public method;
2001-09-26 André PönitzEven more ugly changes and a new file dependency to...
2001-09-26 André Pönitzfurther code uglification to make Jean-Marc's compiler...
2001-09-24 André PönitzAngus' patch to comment out debug mode's coloured frames
2001-08-17 André Pönitznew parser
2001-08-09 André Pönitzmove things around
2001-08-08 André Pönitznew hierarchy for frac-like things
2001-08-06 André Pönitz- fix nasty bug due to missing InsetFormula copy c'tor
2001-08-03 André Pönitzeverything is an inset. sizeof(MathInset) == 36 on...
2001-08-01 Jean-Marc LasgouttesAndre's mathinset shrink patch ; default .lyx extension...
2001-07-26 André Pönitzcosmetics
2001-07-26 André Pönitzmathed108.diff
2001-07-13 André Pönitzprepare re-enabling LaTeX feature validation
2001-07-13 André Pönitzremove unneeded #includes, cosmetics
2001-07-12 André Pönitzrecompute macro metrics more often to catch changes...
2001-07-12 André Pönitzsplit super/subscript handling in new base class MathUp...
2001-07-09 André PönitzSmall bugfixes and cosmetic changes
2001-07-06 Lars Gullik Bjønnesmathed95.diff
2001-06-28 Lars Gullik Bjønneschange a lot of methods to begin with small char
2001-06-27 Lars Gullik BjønneschangeCase fix
2001-06-27 Jean-Marc Lasgouttessome fixes for compaq cxx
2001-06-25 Lars Gullik BjønnesLyX Drinkers Union: patch 1
2001-06-14 Angus LeemingIn for a penny, in for a pound. Consistent use of ...
2001-04-27 Lars Gullik Bjønnesmathed67.diff
2001-04-25 Lars Gullik Bjønnesmathed65.diff
2001-04-24 Lars Gullik Bjønnesmathed64.diff
2001-04-17 Lars Gullik Bjønnesuse LFUN_MESSAGE, inhritprivately from noncpopyable...
2001-03-05 Lars Gullik Bjønnesmathed40.diff
2001-03-05 Lars Gullik Bjønnessmall cleanup read ChangeLog
2001-03-01 Lars Gullik Bjønnesmathed37.diff
2001-03-01 Lars Gullik Bjønnesmore mathed changes, read the changelog
2001-02-28 Lars Gullik Bjønnesfix the matrix reading other small cleanup
2001-02-28 Lars Gullik Bjønnesmathed cleanup, change mask for tmpdir
2001-02-27 Lars Gullik Bjønnessmall mathed change add the find_if
2001-02-26 Lars Gullik Bjønnescharacter2.diff.gz
2001-02-26 Lars Gullik Bjønnesfix macro, small cleanup
2001-02-20 Lars Gullik Bjønnesmathed33.diff
2001-02-20 Lars Gullik Bjønnesmathed30.diff
2001-02-16 Lars Gullik Bjønnessmall cleanup, doxygen, formatting changes
2001-02-15 Lars Gullik Bjønnesget rid of several friends small cleanup
2001-02-13 Lars Gullik Bjønnesmore mathed cleanup
2001-02-13 Lars Gullik Bjønnesmore mathed cleanup
2001-02-13 Lars Gullik Bjønnessome inline fix + mathed16.diff
2001-02-13 Lars Gullik Bjønnesfirst go at mathed file cleanup
2001-02-12 Lars Gullik Bjønnesmathed13.diff
2001-02-12 Lars Gullik Bjønnespatch from Andre and more array changes by me
2001-02-08 Jean-Marc Lasgouttescompilation fix for mathed
2001-02-08 Lars Gullik Bjønnesthe remove reinterpret_cast patch from Andre Poenitz
2000-10-16 Jean-Marc LasgouttesBibtex fix from Angus ; first try at fixing mathed...
2000-09-29 Lars Gullik Bjønnesmore type changes, some consts added
2000-09-26 Lars Gullik Bjønnesget rid of dead code, some new functions constify varia...
2000-09-18 Lars Gullik Bjønnesremove commented HAVE_SSTREAM code
2000-09-14 Lars Gullik Bjønnesuse the new sstream return non-pods as const, use strin...
2000-09-05 Jean-Marc LasgouttesFix to formula macros from Dekel
2000-04-19 Lars Gullik Bjønnesread the Changelog, preparing for prerelease
2000-04-17 Jean-Marc LasgouttesThree patches from Angus (make LyXGUI::lyxViews private...
2000-04-04 Lars Gullik Bjønnesfix the smallcaps drawing, move xfont metrics functions...
2000-03-28 Lars Gullik Bjønnessome using changes small changes in lyxfont and some...
2000-03-09 Lars Gullik Bjønnesfix lyxalgo.h, dra pagebreak with text on line, change...
2000-03-09 Jean-Marc LasgouttesA bit of cxx warniong hunting; update to rpm spec file.
2000-03-09 Lars Gullik Bjønnesthe freespacing patch from Kayvan, draw the math empty...
2000-03-08 Lars Gullik Bjønneschanges from sprintf to string stream. see comments...
2000-03-07 Lars Gullik Bjønnesapply the ostream changes to mathed, some other small...
2000-03-06 Lars Gullik Bjønneschange to use ostreams instead of string when writing...
2000-02-17 Lars Gullik Bjønnesremove the old painter, remove support for mono_video...
2000-02-14 Lars Gullik Bjønnessome small updates to Painter, and make the new painter...
2000-02-10 Lars Gullik Bjønnesnew painter,workarea and lcolor. Read the diff/sources...
2000-01-24 Lars Gullik Bjønnespos=string::npos for regex not found, use handcoded...
1999-12-13 Lars Gullik Bjønnesread the ChangeLog, use the C++ style casts more, some...
1999-12-07 Lars Gullik Bjønnesthe fstream/iostream changes and some small other things
1999-11-25 Jean-Marc LasgouttesCxx tweaks, fix display of \epsilon and more. Read...
1999-11-23 Lars Gullik Bjønnessome changes that perhaps will help cxx
next