]> git.lyx.org Git - lyx.git/history - src/mathed/InsetMathNest.C
* output_plaintext.C: cosmetics in comment: line length cannot be < 0
[lyx.git] / src / mathed / InsetMathNest.C
2007-01-20 Abdelrazak YounesFix cursor navigation in math.
2007-01-13 Georg BaumFix bug 2138: copy and paste should preserve formatting...
2007-01-08 Georg Bauminclude tabulars and math in the "paste recent" stack
2007-01-05 Georg BaumThe uncontroversal part of the selection fix: Always...
2007-01-04 Georg BaumLet LFUN_PASTE always paste the most recent clipboard...
2007-01-04 Georg Baum * src/mathed/InsetMathNest.C
2007-01-04 Georg Baumremove obsolete comment
2007-01-04 Georg Baumformatting
2006-12-30 Peter Kümmelremove some msvc warnings
2006-12-29 Jean-Marc Lasgouttes * InsetMathNest.C (handleFont): avoid crash on undo...
2006-12-27 Jürgen Spitzmüller* src/mathed/InsetMathNest.C (do_dispatch):
2006-11-22 Abdelrazak Younes* InsetMathNest::lfunMouseRelease(): keep the optimizat...
2006-11-21 Abdelrazak Younes* BufferView::update(): handle the special case Flag...
2006-11-19 Bo PengBUG 686: delete empty math box with delete/backspace key
2006-11-11 Georg BaumRevert revision 14819 and my faulty fix for it.
2006-10-30 Abdelrazak YounesForgot that!
2006-10-30 Abdelrazak Younes* Painter.h:
2006-10-22 André Pönitzuse more unicode in math
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-19 Georg BaumAvoid an implicit character set conversion in cur.inser...
2006-10-19 Georg BaumUse UTF8 for LaTeX export.
2006-10-19 Asger Ottar Alstrup- Fix math editing
2006-10-17 Abdelrazak YounesThis commit fixes a crash when accessing a math inset...
2006-10-17 Abdelrazak YounesMore unicode conversion
2006-10-15 Abdelrazak YounesMacOSX compile fix: The class Point conflicted with...
2006-10-13 Abdelrazak YounesIn order to support multiple LyXView each BufferView...
2006-10-11 Georg BaumIntroduce wide streams. This fixes the remaining proble...
2006-10-11 Abdelrazak YounesThis commit cleans up everything related to singleton...
2006-09-30 Georg BaumFix bug 2789 (as discussed)
2006-09-29 Abdelrazak YounesThis commit introduces Application_pimpl and cleanup...
2006-09-26 Abdelrazak YounesFree BufferView from LyXView!
2006-09-22 Abdelrazak YounesThis commit replaces BufferView->LyXView->Gui->[selecti...
2006-09-19 Abdelrazak YounesThis is the continuation of my BufferView/LyXView clean...
2006-09-17 André Pönitzrename mathed/math_xinset into mathed/InsetMathX