]> git.lyx.org Git - lyx.git/history - src/mathed/formulabase.C
enable direct input of #1...#9; some whitespace changes
[lyx.git] / src / mathed / formulabase.C
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-03 André Pönitznext try, part I
2002-01-03 André Pönitzvisual support for \displaystyle
2002-01-03 André Pönitzforward search in math insets. ugly. seems to work...
2001-12-18 André Pönitzpreliminary support for \mbox
2001-12-17 Jürgen VignaFixed poping up of Layout-Dialogs on Mouse-Button-3...
2001-12-14 André Pönitzclear selection on 'escape' if present
2001-12-13 André Pönitzfix "cursor moving out of visible area" in large formulas
2001-12-12 André PönitzMartin's super/subscript patch
2001-12-05 André Pönitzremove more unneeded stuff
2001-12-03 André Pönitzmake operator<<(*stream, ...) free functions;
2001-11-30 André Pönitzfix drawing glitch
2001-11-28 André Pönitzre-enable the mathcursor->normalize() safety belt.
2001-11-26 Jean-Marc Lasgouttescleanups from Andre
2001-11-22 André PönitzHack: save mouseclick that gets passed before the call...
2001-11-20 André Pönitzstrange enough: parts not commited during the last...
2001-11-20 André Pönitzsmall stuff
2001-11-20 André Pönitzselection using the mouse should work now. Note: an...
2001-11-20 André Pönitzsmall mouse click stuff. still not ok...
2001-11-16 André Pönitzmouse selection stuff. better, but not ok...
2001-11-16 André Pönitzsearch & replace for symbols & function
2001-11-13 André Pönitzcosmetics
2001-11-13 André Pönitzfix math cursor size in non-standard font sizes (again...
2001-11-13 André Pönitzremove unnedeed #include
2001-11-13 André Pönitzactivate row delete/insert for the 'cases' environment...
2001-11-13 André Pönitzmake 'space' leave the formula if pressed at the very end
2001-11-12 André Pönitzinterpret INSET_ERT as 'backslash pressed' to enable...
2001-11-08 André Pönitzcosmetics: rename support.[Ch] into math_support.[Ch]
2001-10-31 André Pönitzmake undo more granular in mathed
2001-10-31 André Pönitzhot fix for spurious cursor jumps in math insets
2001-10-24 André Pönitznext step...
2001-10-24 André PönitzIgnore LFUN_BREAKLINE, LFUN_BREAKPARAGRAPH
2001-10-24 André Pönitzremove position cache from insets - these were the...
2001-10-23 André Pönitzinterpret word-delete-forward/backward as delete/backsp...
2001-10-23 André Pönitz- remove some unused code
2001-10-23 André Pönitzremove the hard-coded greek stuff, it is handled in...
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önitzuse stream-like syntax for LaTeX output
2001-10-12 André Pönitzfix x^1<space>_
2001-10-12 André Pönitzleave mathed after math-insert if we have not been...
2001-10-12 André Pönitzcosmetics
2001-10-12 André PönitzUse references instead of pointers where possible
2001-10-10 André Pönitzsmall fixes to bugs discoverd by Dekel
2001-10-10 André Pönitzremove unneeded global var greek_kb_flag
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önitzUse dummy Buffer * parameters to make Jean-Marc's compi...
2001-09-24 André PönitzAngus' patch to comment out debug mode's coloured frames
2001-09-13 André PönitzReturn UNDISPATCHED instead of FINISHED in the default...
2001-09-12 André Pönitzfix delimiter handling for \, |, and /
2001-09-12 Jean-Marc Lasgouttesfix indexing first word in a list layout
2001-09-11 André Pönitztry to do with super- and subscripts what TeX does
2001-09-09 Lars Gullik Bjønnessome mods I had in my local tree, mostly small stuff...
2001-09-04 José Matoxrename docBook method to docbook
2001-09-03 André Pönitzsome pixel "corrections"
2001-08-31 Dekel TsurFew math fonts improvements (use cmr for uppercase...
2001-08-30 André PönitzMake Shift-End and Shift-Pos1 work as expected
2001-08-30 André Pönitzprepare support insertion of greek characters without...
2001-08-29 André Pönitzremove unneeded #include
2001-08-17 André Pönitznew parser
2001-08-16 André Pönitzleave math not only to the left (Thanks, Juergen!)
2001-08-15 André Pönitzdeco drawing bug fix
2001-08-14 André Pönitzcosmetics
2001-08-14 André Pönitzre-enabling the "selected text gets converted to math...
2001-08-13 André Pönitzsmall step to a unified parser for file & interactive...
2001-08-10 André Pönitzmake {} a proper inset; simplifications to the parser;
2001-08-09 André Pönitzfix broken ^ stuff; break delimiters...
2001-08-09 André Pönitzmove some more parser information to math_hash to make...
2001-08-09 André Pönitziterators for MathArray; cosmetics;
2001-08-08 André Pönitzcosmetics
2001-08-07 André Pönitzfix deletion of subscript if superscript is present...
2001-08-06 André Pönitzremove unneeded convertFont()
2001-08-06 André Pönitz- fix nasty bug due to missing InsetFormula copy c'tor
2001-08-03 Lars Gullik Bjønnesget rid of NO_LATEX, split some methods, small cleanup
2001-08-03 André Pönitzremove debug message
2001-08-03 André Pönitzmove width_/ascent_/descent_ cache into seperate ABC.
2001-08-03 Jean-Marc Lasgouttesinsetquote fix; getStatus tweaks
2001-08-03 André Pönitzcloase a leak; remove a few casts; cosmetics
2001-08-02 Lars Gullik Bjønnesmore latex conversion cases fixed, patch from Andre...
2001-08-01 Jean-Marc LasgouttesAndre's mathinset shrink patch ; default .lyx extension...
2001-08-01 André Pönitzfix memory leak; cosmetics
2001-07-29 Asger Ottar AlstrupMore header file include dependency work
2001-07-27 André Pönitzwork around static initialization problem
2001-07-26 André Pönitznest step...
2001-07-26 André Pönitzlowercase method names
2001-07-26 André Pönitzcosmetics
2001-07-26 André Pönitzmathed108.diff
2001-07-25 André PönitzM-m <space> as substitute for the old C-<space> ...
2001-07-25 André Pönitztiny cleanup
2001-07-24 André Pönitzfix memory leak
2001-07-23 André Pönitzsmall bugfixes
2001-07-23 André Pönitzfix pullArg when pressing <Delete> at the end of an...
2001-07-20 André Pönitzmove things around, fix bug in ~MathArray.
2001-07-20 Jürgen VignaImplemented Search/Replace functionality for Insets...
2001-07-17 André PönitzFix two small bugs
2001-07-17 Lars Gullik Bjønnespass_thru
2001-07-16 André Pönitzmulticell selection
2001-07-13 André Pönitzprepare infrastructure for multicell selection
next