]> git.lyx.org Git - lyx.git/history - src/mathed/math_support.C
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / math_support.C
2003-02-14 André PönitzFix.
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2003-01-21 André Pönitzfix mathtt
2002-12-11 André PönitzGive symbols a "neutral" color, so there are black...
2002-12-09 André Pönitzre-enable drawing of mathbb
2002-12-09 André Pönitzsupport for \dots, Part II
2002-11-27 Lars Gullik Bjønnesthe string -> char patch
2002-09-11 André Pönitzadd #pragme interface/implementation
2002-08-07 André Pönitzthe FuncRequest changes
2002-08-02 André Pönitzremove a few unneeded 'include'
2002-07-31 André Pönitza step towards world domination^H^H^H
2002-07-22 Jean-Marc Lasgouttesfix display of rotated math decorations
2002-07-17 André PönitzHerbert's compile fix
2002-07-12 André Pönitzremove unneeded inset
2002-07-12 John LevonMove fontloader into lyx_gui stuff. Now Qt should compi...
2002-07-11 André Pönitzremove inset for \not
2002-07-11 André Pönitzremove unneede functions
2002-07-11 André Pönitzreplace (ascent, descent, width) triples by a structure...
2002-07-11 André Pönitzremove hard-wired association LaTeX macro <-> mathed...
2002-07-09 André Pönitzsupport for wasy symbols
2002-07-08 André Pönitzpreliminary work for \parbox support
2002-07-05 André Pönitzsupport for AMS's \text
2002-07-03 André Pönitzkilling MathType simplifies a few things...
2002-07-01 André PönitzGeof Piroux's patch for Mathematica support
2002-06-25 André Pönitzseveral smallish changes/bugfixes/left overs from Porto
2002-06-24 André Pönitzmost of the so far unapplied stuff from porto including...
2002-06-18 Lars Gullik Bjønnes*duck*
2002-06-14 José Matoxplaying around with visual feedback for the new mathed...
2002-06-05 André Pönitzsmall font stuff
2002-06-04 André Pönitzfurther \mbox tweaking
2002-05-30 André Pönitztry to fix rounding errors
2002-05-30 André Pönitzfonts as insets
2002-05-29 André Pönitzcrude support for a few more AMS constructs
2002-05-24 John Levonfont loader / color handler move
2002-05-24 John Levonfont_metrics part 1
2002-05-23 John LevonOK I'll try guii1 again ...
2002-04-04 André Pönitzfix lookup problem for \vert.
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-20 André Pönitzusing std::endl; and forbidden small stuff
2002-03-19 André Pönitz- reduce sizeof(MathCharInset) by 20 by better font...
2002-03-13 André Pönitzdon't draw spaces...
2002-03-12 André Pönitzspeed up math drawing
2002-03-12 André Pönitzremove hack, gain speed...
2002-02-16 Lars Gullik Bjønnesto much stuff for my liking...
2002-02-15 André Pönitzdon't copy if a reference is fine
2002-02-15 André Pönitzsupport for 'gathered', 'aligned', 'matrix', \overleftr...
2002-02-14 André Pönitzinactive new stuff to re-sync my tree before going...
2002-02-08 André Pönitzpopup math panel on right mouse click
2002-02-08 André PönitzOtto's \underrightarrow/\underleftarrow patch
2002-02-07 André Pönitzsmall internal stuff
2002-02-05 André Pönitzsupport for \xrightarrow and \xleftarrow
2002-02-01 André Pönitzdraw decorations closer to the place where LaTeX puts...
2002-01-29 Angus LeemingMartin's changes to the space and style dialogs of...
2002-01-12 Jean-Marc Lasgouttesfixes/cleanup to dispatch/getStatus stuff; fixes the...
2002-01-11 André Pönitzenable direct input of #1...#9; some whitespace changes
2002-01-10 Angus LeemingMartin's latest math dialog patch using LFUNs.
2002-01-09 André Pönitzwhitespace
2002-01-09 Angus LeemingMartin's math dialog patch.
2002-01-03 André Pönitzvisual support for \displaystyle
2001-12-18 André Pönitzremove double initilization
2001-12-18 André Pönitzpreliminary support for \mbox
2001-12-13 Dekel TsurFix handling of \mathfrak font.
2001-12-11 André Pönitzsupport for fraktur font in mathed
2001-12-03 André Pönitzmake operator<<(*stream, ...) free functions;
2001-11-08 André Pönitzcosmetics: rename support.[Ch] into math_support.[Ch]