]> git.lyx.org Git - lyx.git/history - src/mathed/math_cursor.C
cursor up/down behind scripts fixed
[lyx.git] / src / mathed / math_cursor.C
2001-10-12 André Pönitzcursor up/down behind scripts fixed
2001-10-12 André Pönitzcosmetics
2001-10-12 André Pönitzmove selected part to script when pressing ^ or _
2001-10-12 André PönitzUse references instead of pointers where possible
2001-10-10 André Pönitzdon't touch your keyboard too often...
2001-10-10 André Pönitzsmall fixes to bugs discoverd by Dekel
2001-10-10 André Pönitzremove inconsistency del/backspace
2001-10-10 André Pönitz*** empty log message ***
2001-10-02 André Pönitzleave red backslash as visual clue in formula when...
2001-10-01 André Pönitzremove public method;
2001-10-01 Jean-Marc Lasgouttesfix the size of some variables to avoid compaq cxx...
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-25 André Pönitzuse std::swap
2001-09-24 André Pönitzchanged cursor movement/deletion behaviour in super...
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önitzallow editing macro names using backspace while typing...
2001-09-12 André Pönitzinterpret a typed \#1 as math-macro-arg 0
2001-09-12 André Pönitz\hat & subscript
2001-09-12 André Pönitzfix delimiter handling for \, |, and /
2001-09-11 André Pönitzfix cursor positioning using the mouse
2001-09-11 André Pönitztry to do with super- and subscripts what TeX does
2001-09-05 André PönitzFix _U_psilon
2001-09-04 André Pönitzfix the | vs \| business...
2001-08-30 André Pönitzfix broken greek keyboard input
2001-08-30 André PönitzMake Shift-End and Shift-Pos1 work as expected
2001-08-30 André Pönitzforgot a case...
2001-08-30 André Pönitz*** empty log message ***
2001-08-29 André Pönitzre-enable { and } in seperate cells;
2001-08-28 André Pönitzfix cursor font bug
2001-08-20 André Pönitzre-enable spaces and hyphens in labels;
2001-08-17 André Pönitzsome support for \atop
2001-08-17 André Pönitzfix 'M-x math-matrix'
2001-08-17 André Pönitzsolve Michael's riddle
2001-08-17 André Pönitznew parser
2001-08-15 André Pönitzdeco drawing bug fix
2001-08-14 André Pönitzremove the imacro_ hack from MathCursor
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önitzsupport for TeX's \choose
2001-08-13 André Pönitzread/input support for TeX's '\over'
2001-08-13 André Pönitzsmall step to a unified parser for file & interactive...
2001-08-10 André Pönitzprepare syntax change for 'math-insert' (root ->...
2001-08-10 André Pönitzsmall stuff
2001-08-09 André Pönitzfix broken ^ stuff; break delimiters...
2001-08-09 André Pönitzmove things around
2001-08-09 André Pönitziterators for MathArray; cosmetics;
2001-08-08 André Pönitznew hierarchy for frac-like things
2001-08-08 André Pönitzcursor up/down; fix missing brace in write()
2001-08-08 André Pönitzsomewhat better corser up/down handling
2001-08-08 André Pönitzchange 'cursor down in \frac denominator' behaviour.
2001-08-08 André Pönitzproper cursor up/down for centered and right aligned...
2001-08-08 André Pönitzremove unneeded code
2001-08-08 André Pönitzcosmetics
2001-08-08 André Pönitzcosmetics
2001-08-07 André Pönitzfix deletion of subscript if superscript is present...
2001-08-07 André Pönitzfix 'off by one' cursor position when handling simultan...
2001-08-07 André PönitzFix broken left movement (and some other things using...
2001-08-07 André Pönitzbetter selection handling
2001-08-07 André PönitzFix a leak; cosmetics
2001-08-07 André PönitzUndo hotfixes for missing files. Sorry guys.
2001-08-06 Lars Gullik Bjønnesmake mathed compile (but not link), adjust
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-03 André Pönitzcloase a leak; remove a few casts; cosmetics
2001-08-01 André Pönitzfix (potential?) memory leaks; cosmetics
2001-08-01 Jean-Marc LasgouttesAndre's mathinset shrink patch ; default .lyx extension...
2001-07-27 André Pönitzrename MathBigopInset into MathSymbolInset. That's...
2001-07-26 André Pönitznest step...
2001-07-26 André Pönitzsmall steps towards a unified symbol handling
2001-07-26 André Pönitzsimplify BigopInset handling
2001-07-26 André Pönitzsmall cleanups
2001-07-26 André Pönitziookup unification - another 100 lines bite the dust
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önitzpaste to any place in the inset
2001-07-24 André Pönitz^ now copies selection into new scriptinset
2001-07-23 André Pönitzsmall bugfixes
2001-07-23 André Pönitzfix 'invalid cursor position after typing \sum'
2001-07-23 André Pönitzkeep empty super/subscript a bit longer
2001-07-23 André Pönitzfix pullArg when pressing <Delete> at the end of an...
2001-07-23 André PönitzFix "pullArg" behaviour when pressing <Backspace> at...
2001-07-20 André Pönitzmove things around, fix bug in ~MathArray.
2001-07-17 André Pönitzrename math_(root|grid).[Ch] to math_(root|grid)inset...
2001-07-16 Lars Gullik Bjønnesreverse test move operators out of struct
2001-07-16 André Pönitzmulticell selection
2001-07-13 André Pönitzprepare infrastructure for multicell selection
2001-07-13 André Pönitzprepare re-enabling LaTeX feature validation
2001-07-13 Angus LeemingEdwin's "about" patch + consistent use of Lsstream.h
2001-07-13 André PönitzFix Angus' drawing bug + cosmetics
2001-07-13 André Pönitzmathed102.diff
2001-07-12 André Pönitzsplit super/subscript handling in new base class MathUp...
2001-07-10 André PönitzMathAccentInset rewritten
2001-07-09 André Pönitzcursor movement in multiline math; remove dead code
2001-07-09 André PönitzSmall bugfixes and cosmetic changes
next