]> git.lyx.org Git - lyx.git/history - src/text.C
some more 'global cursor' stuff
[lyx.git] / src / text.C
2003-10-29 André Pönitzsome more 'global cursor' stuff
2003-10-29 Lars Gullik Bjønnesdispatchresult -> DispatchResult
2003-10-28 Alfredo Braunsteinput a hack in rowBreakPoint inside #if 0
2003-10-28 André Pönitzlots of small stuff
2003-10-27 Alfredo Braunsteinfix the zombie chars
2003-10-27 André Pönitz * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INS...
2003-10-27 Alfredo Braunsteinremove lastPos and use endpos instead
2003-10-27 Alfredo Braunsteintwo rowbreaking fixes + a bit of rowBreakPoint simplifi...
2003-10-24 Alfredo Braunsteinmake endpos behave
2003-10-24 André Pönitzrefrain from computing width in setHeightOfRow as this...
2003-10-24 André PönitzAlfredos list<> -> vector<> for RowList
2003-10-24 André Pönitzset fill in fill(...) istead of returning it.
2003-10-23 André PönitzAlfredo's cursroRow() fix;
2003-10-23 André Pönitz * RowList_fwd.h: change list<> to vector<> to gain...
2003-10-23 Alfredo Braunsteintake the bidi stuff out of lyxtext.h to its own file
2003-10-23 André Pönitzmove width computation to helper function
2003-10-23 André Pönitz * lyxtext.h:
2003-10-22 André Pönitzrename row.end into row.endpos
2003-10-22 André Pönitzuse Row & instead of RowList::iterator in prepareToPrint()
2003-10-22 André Pönitzjust the next_rit check fixed
2003-10-22 Martin VermeerThis should fix the "oops" in the "is a bit silly"...
2003-10-21 André Pönitzremove debug message
2003-10-21 André Pönitzfix row breaking
2003-10-21 André Pönitzsmall stuff, whitespace & consistent naming
2003-10-21 Martin VermeerFinal touch 'inset display()'; fix 'is a bit silly...
2003-10-20 Martin VermeerRe-introduce display() for insets, fixing various bugs
2003-10-20 Jean-Marc Lasgouttesfix bug 1415; fix annoying typo
2003-10-20 André Pönitzsmall stuff (whitspace, spelling...)
2003-10-17 Lars Gullik Bjønnesthe dispatch patch
2003-10-17 André PönitzRowList::iterator -> Row &, ParagraphList::iterator...
2003-10-16 André Pönitzmake updateRowPositions() a bit faster.
2003-10-14 André PönitzIn insets:
2003-10-13 André Pönitz * BufferView_pimpl.C:
2003-10-10 André Pönitzfix #1384
2003-10-10 André Pönitzfix a few of the tabular crashes
2003-10-09 André Pönitzreplace ParagraphList::iterator by lyx::paroffset_type...
2003-10-08 André Pönitz * lyxtext.h: make the paragraphs_ a pointer instead...
2003-10-08 Angus LeemingFix a bunch of doxygen warnings.
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-18 Angus LeemingRename EnumLColor as LColor_color.
2003-09-16 Angus LeemingRemove IsInsetChar and IsWordChar from textutils.h.
2003-09-16 Angus LeemingRemove #include "LColor.h" from insettext.h. Deps down...
2003-09-15 Angus LeemingThe EnumLColor patch, free of macros.
2003-09-15 Alfredo Braunsteinremove an unusual nop and an outdated warning
2003-09-12 André Pönitzthe automatic label patch
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-09 Lars Gullik BjønnesChange Assert to BOOST_ASSERT.
2003-09-09 Angus LeemingPragmatic pimpl-ing of BufferParams.
2003-09-09 Angus LeemingPimpl Buffer.
2003-09-09 Angus LeemingMake buffer's member variables private; use accessor...
2003-09-08 Angus LeemingRemoved all redundant using directives from the source.
2003-09-06 Angus LeemingForward declare LatexRunParams in converter.h.
2003-09-06 Angus LeemingReplace ParagraphList.h with ParagraphList_fwd.h.
2003-09-06 Angus LeemingReduce 115 dependencies on RowList.h to just 10 depende...
2003-09-05 Angus LeemingStrip 320 #includes from the files in src.
2003-09-04 Lars Gullik Bjønnesfix cursorEnd, remove lastPrintablePos
2003-09-04 Angus LeemingMove #includes out of header files.
2003-08-28 Lars Gullik BjønnesUse Buffer const reference in most placees possible.
2003-08-27 André PönitzownerPar for gerParentLanguage
2003-08-27 Alfredo Braunsteinmoves top_y from lyxtext to BufferView
2003-08-26 André PönitzMartin's fullRow patch
2003-08-25 Alfredo BraunsteinRationalise the position of calls to updateRowPostition...
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-08-22 André Pönitzsupport for \overset
2003-08-22 André Pönitznext try to single Inset::metrics() computation
2003-08-22 André Pönitzhm... too eager I suppose
2003-08-22 André Pönitzremove the spurious metrics() (ex-update()) call from...
2003-08-22 André Pönitzthe lyxrow changes including accessors.
2003-08-22 André Pönitz * lyxrow.[Ch]: add end_ member
2003-08-18 André PönitzAlfredo's getRowNearY patch
2003-08-15 André Pönitzadd an additional full rebreak for 'resizeCurrentBuffer'.
2003-08-15 André Pönitz rowpainter.C: remove extra metrics calls
2003-08-15 André Pönitzbetter fix for anchorrow problem
2003-08-15 André Pönitzsplit LyXText::rowlist_ into individual Paragraph:...
2003-08-14 André Pönitzsome infrastructure to prepare the rowlist split
2003-08-14 André Pönitzmore getPar
2003-08-14 André Pönitzsome more getPar removals
2003-08-14 André Pönitzremove four getPar()
2003-08-14 André Pönitznext try...
2003-08-14 André Pönitzgrr.. revert. wrong patch.
2003-08-14 André Pönitzremove Row::pit_ member
2003-08-11 André Pönitzweekend stuff less the chunk John "*strongly* disagrees...
2003-08-08 André Pönitzmore not-so-useful stuff removed
2003-08-08 André Pönitz * lyxtext.h:
2003-08-08 André Pönitzdon't fiddle with rows when they will be recomputed...
2003-08-08 André Pönitz * text.C: replace rowlist fiddling with rebreak of...
2003-08-04 André Pönitz replace "complicate" BufferView::update(...) calls...
2003-08-01 André Pönitzremove need_update
2003-08-01 André Pönitzduplicate rowbreaking code in redoParagraph as starting...
2003-08-01 André Pönitzmake redoParagraph more independent of current cursor
2003-07-31 André Pönitzremove unneeded LyXText::workWidth(InsetOld const *)
2003-07-31 André Pönitzremove broken operator==() for Paragraphs
2003-07-29 André Pönitz- y - (-y) is pretty close to 0
2003-07-29 André Pönitzsmall stuff
2003-07-28 André Pönitzsome cleanup (TEXT() gone, argumenst always == false...
2003-07-28 Lars Gullik Bjønnesmore compress support
2003-07-28 André Pönitz use doubles again for x-coordinates. They are needed...
2003-07-27 André Pönitz remove Buffer * parameter from a bunch of get*Font...
2003-07-27 André Pönitzget rid of LyXText::need_break_row
2003-07-27 Asger Ottar AlstrupOptimise rowBreakPoint and setHeightOfRow as well.
next