]> git.lyx.org Git - lyx.git/history - src/mathed/math_inset.h
small up/down tweaking
[lyx.git] / src / mathed / math_inset.h
2003-01-07 André PönitzSeparate 'cursor inside' and 'cursor behind' cases...
2002-10-29 André Pönitz"Better" font handling. I've not found a cause for...
2002-10-28 Dekel TsurMaxima
2002-10-22 André Pönitzchange selection format from 'MathGridInset' to 'string'
2002-09-11 André Pönitzadd #pragme interface/implementation
2002-09-11 André PönitzRunning Angus' rmcopyright.sh and hand-correcting...
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-09 André Pönitzmore cosmetics
2002-08-09 André Pönitzmore const correctness
2002-08-08 André Pönitzreplace a few more naked MathInset * by MathAtom &
2002-08-08 André Pönitza bit more const correctness
2002-08-08 André Pönitzfix reading of labels with underscore and probably...
2002-08-05 André Pönitzseveral fixes concerning font size in scripts/fractions/etc
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-18 André Pönitzenable insertion of spaces in all \textxxx modes.
2002-07-17 André Pönitzfixes for \xxalignat and old style font changes
2002-07-16 André Pönitzmore work on \parbox support
2002-07-12 André Pönitzmacro handling cleanup
2002-07-11 André Pönitzreplace (ascent, descent, width) triples by a structure...
2002-07-10 André Pönitzmore cosmetics
2002-07-08 André Pönitzuse a single function dimension() instead of three.
2002-07-08 André Pönitzpreliminary work for \parbox support
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-28 André Pönitz remove "remove seemingly unneeded {} hack"
2002-06-27 André Pönitzspeed up preview a bit...
2002-06-24 André Pönitzmost of the so far unapplied stuff from porto including...
2002-06-18 Lars Gullik Bjønnes*duck*
2002-05-30 André Pönitzfonts as insets
2002-05-26 John Levonstatic_cast-based key/mouse-state. Kill insetKeyPress.
2002-05-24 André PönitzFirst shot at "auto correction" feature in mathed
2002-04-24 André Pönitzfix crash due to wrong export of AMS's pmatrix etc...
2002-04-12 André Pönitzfix crashs discovered by Michael
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;
next