]> git.lyx.org Git - lyx.git/history - src/mathed/math_cursor.h
merge CursorItem and MathPos
[lyx.git] / src / mathed / math_cursor.h
2003-12-15 André Pönitzmerge CursorItem and MathPos
2003-10-29 Lars Gullik Bjønnesdispatchresult -> DispatchResult
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-10-02 André Pönitzfix #1411
2003-09-05 Angus LeemingReplace LString.h with support/std_string.h,
2003-08-19 Angus LeemingStandardise the header blurb in mathed.
2003-07-16 André Pönitz'fix' stupid compiler warnings
2003-06-16 André PönitzIU of clone() and getLabelList()
2003-06-02 André PönitzIU of drawing phase one without 'semantic changes'...
2003-04-24 André Pönitzfix #1073
2003-03-21 André Pönitzpromote MathMetricsInfo to MetricsInfo, change mathed...
2003-02-18 André Pönitziu2: move localDispatch() to InsetBase
2003-02-13 André PönitzBo Peng's patch.
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2002-12-01 Lars Gullik Bjønnesws changes
2002-11-04 André Pönitzsize_type size -> difference_type diff in adjust()
2002-10-29 André Pönitzfix off by one error introduced by the fontinset splittin
2002-10-29 André Pönitz"Better" font handling. I've not found a cause for...
2002-10-22 André Pönitzsmall stuff, fix for one of the bugs John mentioned
2002-10-22 André Pönitz\n -> \\
2002-10-22 André Pönitzchange selection format from 'MathGridInset' to 'string'
2002-10-22 André Pönitzcode shuffle, part 2
2002-10-15 André PönitzFix for the 'spurious selection with RMB' and improved...
2002-09-11 André PönitzRunning Angus' rmcopyright.sh and hand-correcting...
2002-08-28 André Pönitzfix #593
2002-08-26 André Pönitzremove unused code
2002-08-22 André Pönitztry to correct x position where curosr drops of inset.
2002-08-14 André Pönitzmore lfun shuffling
2002-08-14 André Pönitzmore lfun localization
2002-08-13 André Pönitzthe lfun3 patches (overall cleanup and "localizing...
2002-08-12 André Pönitznew LFUN_MOUSE_(PRESS|MOTION|RELEASE)
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
next