]> git.lyx.org Git - lyx.git/history - src/mathed/math_inset.C
Always use std::endl with lyxerr
[lyx.git] / src / mathed / math_inset.C
2003-08-02 Lars Gullik BjønnesAlways use std::endl with lyxerr
2003-06-02 André PönitzIU of drawing phase one without 'semantic changes'...
2003-05-28 André PönitzPrepare mathed for unified two-stage drawing
2003-04-28 André Pönitzfix random crashes
2003-04-14 André Pönitzsome cursor movement improvements to MathTextInset
2003-03-21 André Pönitzpromote MathMetricsInfo to MetricsInfo, change mathed...
2003-03-11 André Pönitzclean my tree
2003-02-18 André Pönitziu2: move localDispatch() to InsetBase
2003-02-14 André Pönitzmake naming a bit saner...
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2002-11-04 Lars Gullik BjønnesSTRCONV
2002-10-28 Dekel TsurMaxima
2002-09-11 André Pönitzadd #pragme interface/implementation
2002-08-29 André Pönitzadd that stupid string(os.c_str()) hack...
2002-08-22 André Pönitztry to suppress unneeded spaces when writing
2002-08-20 André Pönitzmove half of BufferView_pimpl::dispatch() to LyXText...
2002-08-13 André Pönitzthe lfun3 patches (overall cleanup and "localizing...
2002-08-13 Angus Leeming* LyXView: the accessor methods now return a reference...
2002-08-12 André Pönitznew LFUN_MOUSE_(PRESS|MOTION|RELEASE)
2002-08-08 André Pönitzreplace a few more naked MathInset * by MathAtom &
2002-08-05 André Pönitzfix 'vanishing \sin' bug
2002-08-02 André Pönitzmerge MathArray and MathXArray classes.
2002-08-02 André Pönitzuses references instead of returning vectors
2002-08-01 André Pönitzsave inset lock state in the .lyx file
2002-07-30 André Pönitzthe up/down stuff reworked
2002-07-26 André Pönitzmove things around
2002-07-26 André Pönitzsome \parbox improvements
2002-07-16 André Pönitzmore work on \parbox support
2002-07-11 André Pönitzreplace (ascent, descent, width) triples by a structure...
2002-07-10 André Pönitzfix for #496
2002-07-08 André Pönitzuse a single function dimension() instead of three.
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-01 André PönitzGeof Piroux's patch for Mathematica support
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-24 André PönitzFirst shot at "auto correction" feature in mathed
2002-04-08 André Pönitzsmall stuff from Martin's list
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 Angus LeemingSome trivial fixes of warning messages.
2002-03-18 André Pönitzfix for the first item on Martin's list
2002-02-16 Lars Gullik Bjønnesto much stuff for my liking...
2002-02-07 André Pönitzsmall internal stuff
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-05 André Pönitzbrute force does not need much code...
2001-12-03 André Pönitzmake operator<<(*stream, ...) free functions;
2001-11-15 André Pönitzmake cursor less eager to leave the formula when pressi...
2001-11-09 André Pönitzsome support for matrix operations with maple ('M...
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 Jean-Marc Lasgouttesmathed compilation fix
2001-11-07 André Pönitzstart native C++ support for Octave, Maple and MathML
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önitzwhitespace changes
2001-10-19 André Pönitzuse stream-like syntax for LaTeX output
2001-10-18 André Pönitzsome visual support for \lefteqn
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önitzremove unneeded methods
2001-09-11 André Pönitzpartial fix for the macro problem
2001-09-11 André Pönitzfix cursor positioning using the mouse
2001-09-11 André Pönitztry to do with super- and subscripts what TeX does
2001-08-10 André Pönitzsmall stuff
2001-08-08 André Pönitznew hierarchy for frac-like things
2001-08-07 André Pönitzmove ownership of the templates from the formulamacro
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-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-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-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ønnesfirst go at mathed file cleanup
2001-02-12 Lars Gullik Bjønnesmathed14.diff
2001-02-12 Dekel TsurCorrect drawing of the multline environment.
2001-02-12 Lars Gullik Bjønnespatch from Andre and more array changes by me
next