]> git.lyx.org Git - lyx.git/history - src/lyxtext.h
add and LyXText::undoSpan to compute the influence of a layout change.
[lyx.git] / src / lyxtext.h
2004-01-09 Alfredo Braunsteinadd and LyXText::undoSpan to compute the influence...
2003-12-18 Alfredo Braunsteinredocursor removal
2003-12-15 André Pönitzmerge CursorItem and MathPos
2003-12-10 André Pönitz * inset.h:
2003-12-08 Alfredo Braunsteinlyxtext.h, text2.C (setLayout): don't use cursor to...
2003-12-03 André Pönitzremove Inset::getParagraphs()
2003-12-03 André Pönitzpatch sent to the list yesteday
2003-12-02 André Pönitzmerge common code
2003-12-01 André Pönitz * buffer.[Ch]:
2003-11-28 André Pönitzmove space above/below from Paragraph into a separate...
2003-11-28 André Pönitzismall stuff
2003-11-26 Alfredo BraunsteinupdateCounters fix + changeDepth simplification
2003-11-25 Martin VermeerIntroducing a number of tags parametrizing various
2003-11-25 André Pönitzthe 'lots of small stuff' patch
2003-11-22 Lars Gullik BjønnesA couple of changing resulting from gcc 3.4 debug mode...
2003-11-21 Alfredo Braunsteinallow extending a double/triple click + whitespace...
2003-11-21 Alfredo Braunsteinxy0_->xyo_ + two fixes
2003-11-20 Alfredo Braunsteincursor work + absolute coords for lyxtext
2003-11-17 André Pönitzmove some cursor handling from insettext.C to text2.C
2003-11-11 André Pönitz * text.C: remove big comment on invalid Paragraph...
2003-11-10 André PönitzAlfredo's patch.
2003-11-10 André PönitzThe deed is done.
2003-11-04 Alfredo Braunsteinremove dead spellcheck code
2003-10-29 Lars Gullik Bjønnesdispatchresult -> DispatchResult
2003-10-28 André Pönitzlots of small stuff
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-24 André Pönitzrefrain from computing width in setHeightOfRow as this...
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 Alfredo Braunsteintake the bidi stuff out of lyxtext.h to its own file
2003-10-23 André Pönitz * lyxtext.h:
2003-10-22 André Pönitzuse Row & instead of RowList::iterator in prepareToPrint()
2003-10-21 André Pönitzsmall stuff, whitespace & consistent naming
2003-10-17 André PönitzRowList::iterator -> Row &, ParagraphList::iterator...
2003-10-13 André Pönitz * BufferView_pimpl.C:
2003-10-13 Lars Gullik BjønnesDISPATCH -> dispatch_result
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-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-18 Angus LeemingRename EnumLColor as LColor_color.
2003-09-15 Angus LeemingThe EnumLColor patch, free of macros.
2003-09-07 Angus LeemingRemove all unnecessary #includes from header files.
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-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 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önitzthe lyxrow changes including accessors.
2003-08-22 André Pönitz * lyxrow.[Ch]: add end_ member
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önitzremove toggleSelection
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önitzremove unneeded LyXText::redoHeightOfParagraph
2003-08-08 André Pönitz * lyxtext.h:
2003-08-01 André Pönitzremove need_update
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-28 André Pönitz use doubles again for x-coordinates. They are needed...
2003-07-28 André Pönitzcache and use the textclass default font in each LyXText
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-25 Lars Gullik Bjønnesrename Inset to InsetOld
2003-07-22 André Pönitzsmall stuff
2003-07-22 André Pönitzsome more infrastructure...
2003-07-22 André PönitzLyXText::rebuild -> LyXText::metrics
2003-07-18 André Pönitztwo-phase-drawing for InsetText & InsetTabular
2003-07-17 André Pönitzprepare passing down max text widths...
2003-07-17 André PönitzDisable InsetText::update and InsetTabular::update
2003-07-16 André Pönitzreplace the LyXCursor::irow_ member with on-demand...
2003-07-15 André Pönitz'full redraw' related stuff that's innocent for the...
2003-07-15 André Pönitzremove unneeded refresh_row
2003-07-15 André Pönitzrefresh_status_ trisate -> need_refresh_ bool
2003-07-15 Alfredo Braunsteinremove reinit argument from LyXText::init (act as if...
2003-07-10 André PönitzThe insettext patch.
2003-07-01 André Pönitzlast Friday's text*.C -> text_func shuffle
2003-06-30 André Pönitzre-enable --with-included-string
2003-06-28 Lars Gullik Bjønnesthe doxygen patch
2003-06-27 André Pönitzmove some selection related stuff over to textcursor.C
2003-06-27 André Pönitzmove cursor related data fro LyXText to new strcut...
2003-06-27 André Pönitzrename fullRebreak() to partialRebreak() and implement
2003-06-27 André Pönitzremove LyXCursor::row_ member
2003-06-26 André Pönitzrevert accidental commit
2003-06-26 André PönitzMove rarely used stuff out-of-line
2003-06-17 Lars Gullik BjønnesThe Paste Recent patch
2003-05-23 André Pönitzsmall stuff (white space, const, remove a const_cast...)
next