]> git.lyx.org Git - lyx.git/history - src/mathed/math_cursor.h
more const correctness
[lyx.git] / src / mathed / math_cursor.h
2002-08-09 André Pönitzmore const correctness
2002-08-08 André Pönitza bit more const correctness
2002-08-02 André Pönitzmerge MathArray and MathXArray classes.
2002-07-30 André Pönitzthe up/down stuff reworked
2002-07-26 André Pönitzmove things around
2002-07-26 André Pönitzfix nasty crash when selection anchor pointed to a...
2002-07-25 André Pönitztry to fix cursor jumping
2002-07-18 André Pönitzenable insertion of spaces in all \textxxx modes.
2002-07-18 André Pönitzleave formula when pressing end at the end of a formula...
2002-07-17 André Pönitzfixes for \xxalignat and old style font changes
2002-07-08 André Pönitzmath internal re-organization to prepare de-centralized...
2002-06-27 André Pönitzspeed up preview a bit...
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-13 José Matoxkeep x coordinate target when moving up/down
2002-06-04 André Pönitzfurther \mbox tweaking
2002-05-30 André Pönitzfonts as insets
2002-05-24 André PönitzFirst shot at "auto correction" feature in mathed
2002-05-14 Lars Gullik Bjønnesautodelreg2.patch
2002-03-26 André Pönitzwork around for bug reported by Mario Morandini
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-03-12 André Pönitzspeed up math drawing
2002-02-15 André Pönitzmove around debugging stuff
2002-02-01 André PönitzSomewhat better behaviour for Umlauts in math
2002-01-16 André Pönitzprepare writing info messages to the minibuffer
2002-01-11 André Pönitzenable direct input of #1...#9; some whitespace changes
2002-01-08 André Pönitzsmall patches from Angus
2002-01-03 André Pönitzimplement getLastCode()
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-15 André Pönitzallow cut&paste of rectangular "regions" of cells
2001-12-12 André PönitzMartin's super/subscript patch
2001-12-12 André Pönitzmore up/down tweaking;
2001-12-11 André Pönitzmore cursor up/down tuning...
2001-12-11 André Pönitzrevert most of the stuff that got reverted yesterday...
2001-12-11 André Pönitzfix nasty bug when inserting labels when cursor was...
2001-12-10 André Pönitzperhaps a fix for the latest crashes
2001-12-05 André Pönitzremove more unneeded stuff
2001-12-05 André Pönitzbrute force does not need much code...
2001-12-05 André Pönitzdeep iterators for math insets;
2001-12-03 André Pönitzmake operator<<(*stream, ...) free functions;
2001-11-30 André Pönitzbetter handling of up/down
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önitzintroduce test for "equality"
2001-11-13 André Pönitzsuppress the {} indication an empty base of a scriptins...
2001-11-13 André Pönitztiny bugfix; remove unnerded code
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-08 André Pönitzcosmetics: rename "matrix" into "hull" since it is...
2001-11-07 André Pönitzfix 'double =' glitch
2001-10-24 André Pönitznext step...
2001-10-23 André Pönitzfix crash due to invalid cursor position after deleting...
2001-10-23 André Pönitz- remove some unused code
2001-10-19 André Pönitzhalfway through fixing size of math in non-standard...
2001-10-18 André Pönitzsome visual support for \lefteqn
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önitz*** empty log message ***
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-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-08-30 André PönitzMake Shift-End and Shift-Pos1 work as expected
2001-08-20 André Pönitzre-enable spaces and hyphens in labels;
2001-08-15 André Pönitzdeco drawing bug fix
2001-08-14 André Pönitzremove the imacro_ hack from MathCursor
2001-08-13 André Pönitzsmall step to a unified parser for file & interactive...
2001-08-09 André Pönitzfix broken ^ stuff; break delimiters...
2001-08-09 André Pönitziterators for MathArray; cosmetics;
2001-08-08 André Pönitzsomewhat better corser up/down handling
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-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-01 André Pönitzfix (potential?) memory leaks; cosmetics
2001-08-01 Jean-Marc LasgouttesAndre's mathinset shrink patch ; default .lyx extension...
2001-07-26 André Pönitznest step...
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önitzmathed108.diff
2001-07-25 André PönitzM-m <space> as substitute for the old C-<space> ...
2001-07-24 André Pönitz^ now copies selection into new scriptinset
2001-07-23 André Pönitzfix pullArg when pressing <Delete> at the end of an...
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 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
next