]> git.lyx.org Git - lyx.git/history - src/mathed/math_gridinset.h
rename priv_dispatch to doDispatch
[lyx.git] / src / mathed / math_gridinset.h
2004-11-24 Lars Gullik Bjønnesrename priv_dispatch to doDispatch
2004-11-23 Lars Gullik Bjønnesclone NVI, other small stuff
2004-04-05 André Pönitzsmall stuff
2004-03-18 André PönitzThe Buffer::LyXText -> Buffer::InsetText patch
2004-02-25 André Pönitzsome de-mathed-ification
2004-02-16 André Pönitz * insettabular.[Ch]: remove remains of the 'update...
2004-01-30 André Pönitzmore IU
2004-01-26 André Pönitzmore IU
2004-01-20 André PönitzPart of IU.
2004-01-16 André Pönitzand some mathed de-uglyfication
2004-01-15 André Pönitzthe monster patch
2003-10-29 Lars Gullik Bjønnesdispatchresult -> DispatchResult
2003-10-23 André Pönitzdispatch -> priv_dispatch where necessary
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-08 Jean-Marc Lasgouttessmall header tweaks
2003-09-05 Angus LeemingReplace LString.h with support/std_string.h,
2003-08-19 Angus LeemingStandardise the header blurb in mathed.
2003-07-25 Lars Gullik Bjønnesthe clone auto_ptr patch
2003-06-16 André PönitzIU of clone() and getLabelList()
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-05-02 André Pönitzrevert part of the "grid unification" to prevent random...
2003-04-25 André Pönitzsome common structures in extra file
2003-03-21 André Pönitzpromote MathMetricsInfo to MetricsInfo, change mathed...
2003-03-10 Angus Leemingcommit forgotten files.
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-12-01 Lars Gullik Bjønnesws changes
2002-09-11 André PönitzRunning Angus' rmcopyright.sh and hand-correcting...
2002-08-21 André Pönitzthe 'tabular unifiaction patch' (even with the removal...
2002-08-15 André Pönitzmulticolumn improvemnt
2002-08-15 André Pönitzre-use code...
2002-08-13 André Pönitzthe lfun3 patches (overall cleanup and "localizing...
2002-08-08 André Pönitza bit more const correctness
2002-08-05 André Pönitzfix typos
2002-08-02 André Pönitzuses references instead of returning vectors
2002-08-01 André Pönitzquick&dirty compile fix
2002-07-31 André Pönitza step towards world domination^H^H^H
2002-07-30 André Pönitzthe up/down stuff reworked
2002-07-26 André Pönitzsome \parbox improvements
2002-06-24 André Pönitzfix #456
2002-06-18 Lars Gullik Bjønnes*duck*
2002-06-03 André Pönitzthe parser changes
2002-05-30 André Pönitzfonts as insets
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-19 André Pönitz- reduce sizeof(MathCharInset) by 20 by better font...
2002-02-11 André Pönitzfix parser bug;
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önitzre-enable automatic deletion of empty super/subscripts;
2001-12-11 André Pönitzfix nasty bug when inserting labels when cursor was...
2001-11-28 André Pönitzre-enable the mathcursor->normalize() safety belt.
2001-11-12 André Pönitzsupport for \begin{cases}...\end{cases} (for interactiv...
2001-11-09 André Pönitzsimple MathML output for integrals
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önitzmore mathml stuff
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-23 André Pönitz- updated BUGS
2001-10-19 André Pönitzuse stream-like syntax for LaTeX output
2001-10-18 André Pönitzsome visual support for \lefteqn
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-05 André Pönitzread/write support for the AMS split environment
2001-09-04 André Pönitzsome support for the [x][x]alignat environments
2001-08-10 André Pönitzsome visual feedback for extra vertical space
2001-08-10 André Pönitzstore optional eol arg and write it back if necessary
2001-08-10 André Pönitzimprove end-of-line handling in the presence of optiona...
2001-08-09 André Pönitzmove things around
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ö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-17 André Pönitzrename math_(root|grid).[Ch] to math_(root|grid)inset...