]> git.lyx.org Git - lyx.git/history - src/mathed/math_inset.h
fix typo that put too many include paths for most people
[lyx.git] / src / mathed / math_inset.h
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-21 André PönitzMake Angus' compiler happy
2002-03-18 André Pönitzfix for the first item on Martin's list
2002-02-11 André Pönitzfix parser bug;
2002-02-07 André Pönitzbugfix: in some cases the parser created unecessary...
2002-02-07 André Pönitzsmall internal stuff
2002-02-01 André Pönitzpartial fix for #141
2002-02-01 André PönitzFix fuer #209
2002-01-16 André Pönitzprepare writing info messages to the minibuffer
2002-01-11 André PönitzAngus: 'WriteStream::addlines' is now the only way...
2002-01-08 André Pönitzsome changes to make some compilers somewhat happier
2001-12-18 André Pönitzpreliminary support for \mbox
2001-12-15 André Pönitzallow cut&paste of rectangular "regions" of cells
2001-12-12 André Pönitzmore up/down tweaking;
2001-12-12 André Pönitzre-enable automatic deletion of empty super/subscripts;
2001-12-11 André Pönitzfix nasty bug when inserting labels when cursor was...
2001-12-05 André Pönitzbrute force does not need much code...
2001-12-05 André Pönitzdeep iterators for math insets;
2001-12-03 André Pönitzmake operator<<(*stream, ...) free functions;
2001-11-27 André Pönitzfix drawing glitch with \int (limits are on the side...
2001-11-22 André Pönitzfill in the missing documentation comments
2001-11-16 André Pönitzsimple search-and-replace
2001-11-16 André Pönitzintroduce test for "equality"
2001-11-15 André Pönitzmake cursor less eager to leave the formula when pressi...
2001-11-13 André Pönitzimproved function function argument detection for math...
2001-11-09 André Pönitzsome work on math-extern
2001-11-09 André Pönitzrecognize a few "well known functions"
2001-11-09 André Pönitzforgotten file math_extern[Ch]
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 "matrix" into "hull" since it is...
2001-11-08 André Pönitzdon't #include too much stuff in .h
2001-11-07 André Pönitzchange output to uses streams instead of strings
2001-11-07 André Pönitzsome support for det and abs for math-extern
2001-11-07 André Pönitzstart native C++ support for Octave, Maple and MathML
2001-10-24 André Pönitznext step...
2001-10-24 André Pönitzsmall step forward on the lenghty path to \mbox support
2001-10-24 André Pönitzremove position cache from insets - these were the...
2001-10-23 André Pönitz- remove some unused code
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önitzrename variable
2001-10-19 André Pönitzuse stream-like syntax for LaTeX output
2001-10-12 André PönitzUse references instead of pointers where possible
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önitzchanged cursor movement/deletion behaviour in super...
2001-09-24 André Pönitzremove unneeded methods
2001-09-14 André Pönitzuse 'size_type' at least for container-like stuff
2001-09-11 André Pönitzpartial fix for the macro problem
2001-09-11 André Pönitztry to do with super- and subscripts what TeX does
2001-09-03 André Pönitzremove symbol_def.h
2001-08-17 André Pönitzwrite sequences of chars with same code as unit
2001-08-17 André Pönitznew parser
2001-08-14 André Pönitzremove the imacro_ hack from MathCursor
2001-08-10 André Pönitzsmall stuff
2001-08-09 André Pönitziterators for MathArray; cosmetics;
2001-08-08 André Pönitznew hierarchy for frac-like things
2001-08-08 André Pönitzproper cursor up/down for centered and right aligned...
2001-08-06 André Pönitz- fix nasty bug due to missing InsetFormula copy c'tor
2001-08-03 André Pönitzmove width_/ascent_/descent_ cache into seperate ABC.
2001-08-03 André Pönitzeverything is an inset. sizeof(MathInset) == 36 on...
2001-08-03 André Pönitzcloase a leak; remove a few casts; cosmetics
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-25 André PönitzM-m <space> as substitute for the old C-<space> ...
2001-07-16 André Pönitzmulticell selection
2001-07-13 André Pönitzprepare re-enabling LaTeX feature validation
2001-07-13 André PönitzFix Angus' drawing bug + cosmetics
2001-07-13 André Pönitzremove unneeded #includes, cosmetics
2001-07-13 André Pönitzmathed102.diff
2001-07-12 André Pönitzsplit super/subscript handling in new base class MathUp...
2001-07-09 André Pönitzcursor movement in multiline math; remove dead code
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ønnesLyX Drinkers United: patch 2
2001-06-25 Lars Gullik BjønnesLyX Drinkers Union: patch 1
2001-04-25 Lars Gullik Bjønnesmathed65.diff
2001-04-24 Lars Gullik Bjønnesmathed64.diff
2001-03-01 Lars Gullik Bjønnesmove inlines out of line
2001-02-28 Lars Gullik Bjønnesmathed cleanup, change mask for tmpdir
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ønnesfirst go at mathed file cleanup
2001-02-12 Lars Gullik Bjønnespatch from Andre and more array changes by me
2000-12-29 Lars Gullik Bjønnessome work on Floats and some cleanup in WorkArea, some...
2000-09-29 Lars Gullik Bjønnesmore type changes, some consts added
2000-09-14 Lars Gullik Bjønnesuse the new sstream return non-pods as const, use strin...
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-08 Lars Gullik Bjønnesuse more explicit on constructors use the pimpl idom...
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 Lars Gullik Bjønnesthe freespacing patch from Kayvan, draw the math empty...
2000-03-07 Lars Gullik Bjønnesapply the ostream changes to mathed, some other small...
next