]> git.lyx.org Git - lyx.git/history - src/mathed/math_cursor.C
activate row delete/insert for the 'cases' environment, too
[lyx.git] / src / mathed / math_cursor.C
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önitzsupport for \begin{cases}...\end{cases} (for interactiv...
2001-11-09 André Pönitzlet '^' and '_' end "MacroMode" immediately
2001-11-09 André Pönitzsome support for matrix operations with maple ('M...
2001-11-08 André Pönitzcosmetics: rename "matrix" into "hull" since it is...
2001-11-08 André Pönitzcosmetics: rename support.[Ch] into math_support.[Ch]
2001-11-08 André Pönitzdon't #include too much stuff in .h
2001-11-07 André Pönitzfix 'double =' glitch
2001-10-29 André PönitzRe-introduction of a BraceInset to handle "extra braces"
2001-10-25 André Pönitzpartial fix for 'two spaces in a row in math text'
2001-10-24 André Pönitznext step...
2001-10-24 André Pönitzsmall step forward on the lenghty path to \mbox support
2001-10-24 André Pönitzadd missing writeNormal() methods to some insets
2001-10-24 André Pönitzremove position cache from insets - these were the...
2001-10-23 André Pönitzfix crash due to invalid cursor position after deleting...
2001-10-23 André Pönitzdon't move cursor to the left after an C-<Return>
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-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-15 André Pönitzsupport reading TeX's $$...$$ syntax
2001-10-13 André Pönitzcursor movement bug fixed
2001-10-12 André Pönitzdisable leaving the inset during selection
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ö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
next