]> git.lyx.org Git - lyx.git/history - src/mathed
more cursor dispatch
[lyx.git] / src / mathed /
2004-02-03 Martin VermeerCompile fix gcc 2.95 + stlport
2004-02-03 André Pönitzfix super/subscript crash
2004-02-03 André Pönitzfix a few of the recent width cache related problems
2004-02-03 André Pönitzremove math cursor plus
2004-02-02 André Pönitzremove cursor::drawSelection() plus some math reorganiz...
2004-01-31 Lars Gullik BjønnesThe func.diff patch. Functors work and some tiny cleanup.
2004-01-30 André Pönitzmore IU
2004-01-28 Lars Gullik Bjønnesstd:: changes, stupid stuff
2004-01-26 André Pönitzmore IU
2004-01-20 André PönitzPart of IU.
2004-01-16 André Pönitzshift small stuff from math cursor to cursor
2004-01-16 André Pönitzand some mathed de-uglyfication
2004-01-16 André Pönitzmathed uglyfication
2004-01-15 André Pönitzthe monster patch
2004-01-15 André Pönitzsome renaming + safety stuff
2004-01-14 André Pönitzmore IU
2004-01-14 André Pönitzmore math iterator adjustment
2004-01-14 André Pönitzremove more functions from MathIterator to prepare...
2004-01-14 André Pönitzdrop another function unknown to the outer world...
2004-01-14 André Pönitzeven more unneeded functions
2004-01-14 André Pönitzremove unneeded inset() member function
2004-01-13 André PönitzAnchor globalization
2004-01-13 André Pönitzreplace LyXCursor by CursorSlice
2004-01-13 André Pönitzsome integer type changes for inset unification
2004-01-08 André Pönitzsome selection work for tabulars
2004-01-07 André Pönitzsimplified search in mathed
2004-01-07 Jean-Marc Lasgouttesmake LyX/Mac compile and work better
2004-01-07 André Pönitzre-enable commandline search in a single formula
2004-01-07 André Pönitzprevent crash in cursorX when row cache is empty
2003-12-15 André Pönitzmerge CursorItem and MathPos
2003-12-12 André Pönitzfix math super/subscript
2003-12-10 André PönitzMartin's patch forn symmetric behaviour on backspace...
2003-12-10 André PönitzGeorg Baum's vspace change
2003-11-22 Lars Gullik BjønnesA couple of changing resulting from gcc 3.4 debug mode...
2003-11-21 André PönitzMichael Schmitt's patch to remove unused arguments
2003-11-20 Angus LeemingSquash a bunch of warnings thrown up by g++.
2003-11-13 Alfredo BraunsteinfitCursor work
2003-11-10 André Pönitzcoordinate cache IU
2003-11-10 André Pönitzthe update/updateInset merge
2003-11-10 André PönitzThe deed is done.
2003-11-05 José MatoxRename ascii to plaintext and LatexRunParams to OutputP...
2003-11-04 André Pönitzcursor changes
2003-11-03 Lars Gullik BjønnesChange DispatchResult semantics a bit.
2003-11-03 Lars Gullik Bjønnesthe exception safety patch
2003-11-01 Lars Gullik Bjønnesmore dispatchresult changes
2003-10-31 José Matoxunify API for insets export
2003-10-29 Lars Gullik Bjønnesmake dispatch_result_t ctor of DispatchResult explicit
2003-10-29 Lars Gullik BjønnesFINISHED_POP -> FINISHED
2003-10-29 Lars Gullik Bjønnesmore dispatch work
2003-10-29 Lars Gullik Bjønnesdispatchresult -> DispatchResult
2003-10-28 André Pönitzsupport for \textcolor
2003-10-27 André Pönitzfix color handling
2003-10-27 André Pönitzremove strain on Angus's eyes.
2003-10-23 André Pönitzdispatch -> priv_dispatch where necessary
2003-10-22 Angus LeemingGive InsetExternal the ability to preview its contents.
2003-10-20 Martin VermeerRe-introduce display() for insets, fixing various bugs
2003-10-17 Lars Gullik Bjønnesthe dispatch patch
2003-10-14 Angus LeemingTurn LyX into a singleton class. Kill the BufferView...
2003-10-14 Angus LeemingOnly draw the preview when previews are activated.
2003-10-14 André PönitzIn insets:
2003-10-13 Angus LeemingUse Andr�'s prefered idiom here.
2003-10-13 Angus LeemingMake it compile with g++-2.95.
2003-10-13 Angus LeemingRemove a couple of #includes.
2003-10-13 Angus LeemingNo trailing whitespace left in src...
2003-10-13 Lars Gullik BjønnesDISPATCH -> dispatch_result
2003-10-12 Angus LeemingMinimise the use of the BufferView cache. The only...
2003-10-10 Angus LeemingRenderButton, RenderGraphic and RenderPreview now have...
2003-10-10 Angus LeemingDon't try and generate the previews from draw.
2003-10-09 Angus LeemingTowards saner generation of previews code. Yeah, I...
2003-10-09 Angus LeemingRemove the inset and view member functions from Preview...
2003-10-09 Angus LeemingDon't use the cached BufferView to get the Buffer when...
2003-10-07 André Pönitzsupport for \dfrac
2003-10-07 Angus LeemingSelf-consistent header files.
2003-10-07 Martin Vermeeradd <string> and other small fixes to make
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-10-06 André Pönitzmake 'swap row' swap labels, too.
2003-10-06 Martin VermeerSmall fixes to allow building with STLport
2003-10-02 André Pönitzfix #1145
2003-10-02 André Pönitzfix #1411
2003-10-02 André Pönitzsupport for color in math
2003-09-30 André Pönitzsome mathit bit was missing.
2003-09-30 André Pönitzfix nasty crash when selecting with up/down close to...
2003-09-24 Jean-Marc LasgouttesLyX/Mac metrics fix
2003-09-19 Angus LeemingFix InsetInclude properly. Data is now stored in an...
2003-09-18 Angus LeemingPass Buffer arg to Inset::getLabelList, Inset::fillWith...
2003-09-18 Angus LeemingEnable previewing of Include insets within insets withi...
2003-09-16 Angus LeemingSmall clean-up of the PreviewedInset interface.
2003-09-16 Angus LeemingRemove #include "LColor.h" from inset.h.
2003-09-16 Angus Leeminglyxfont.h no longer #includes LColor.h.
2003-09-15 Lars Gullik BjønnesGet rid of lyxstring, remove usage of STRCONV.
2003-09-15 Angus LeemingDefine explicitly the color passed to the painter.
2003-09-12 André Pönitzpoor man's support for \boldsymbol
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-09 Angus LeemingGet rid of trailing whitespace 'noise' in future patche...
2003-09-09 Lars Gullik BjønnesChange Assert to BOOST_ASSERT.
2003-09-08 Jean-Marc Lasgouttessmall header tweaks
2003-09-08 Angus LeemingRemoved all redundant using directives from the source.
2003-09-07 Angus LeemingFinish the task of removing all cruft from the header...
2003-09-05 Angus LeemingChanges due to the removal of using directives from...
2003-09-05 Angus LeemingReplace LString.h with support/std_string.h,
next