]> git.lyx.org Git - lyx.git/history - src/text.C
small stuff, whitespace & consistent naming
[lyx.git] / src / text.C
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.
2003-07-27 André Pönitzrestrict scope of temporary variable
2003-07-27 Asger Ottar AlstrupWhen calculating fill, exploit data structure to avoid...
2003-07-27 Asger Ottar AlstrupWork to improve performance a bit
2003-07-25 Lars Gullik Bjønnesrename Inset to InsetOld
2003-07-25 Asger Ottar AlstrupUndo cleaned up. It seems to work pretty well now.
2003-07-25 Lars Gullik Bjønnesthe clone auto_ptr patch
2003-07-22 André Pönitzsome more infrastructure...
2003-07-22 André PönitzLyXText::rebuild -> LyXText::metrics
2003-07-18 André Pönitzmake textWidth access a bit simpler
2003-07-18 André Pönitztwo-phase-drawing for InsetText & InsetTabular
2003-07-17 André Pönitzremove some commented out code
2003-07-17 André Pönitzremove twice unused variable 'tmpheight'
2003-07-17 André Pönitzremove Inset::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-10 Alfredo BraunsteinTake out bufferview from buffer.
2003-07-10 André PönitzThe insettext patch.
2003-07-01 André Pönitzlast Friday's text*.C -> text_func shuffle
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-30 André Pönitzre-enable --with-included-string
2003-06-28 Lars Gullik Bjønnesthe doxygen patch
2003-06-27 André Pönitzremove LyXCursor::row_ member
2003-06-26 André PönitzMove rarely used stuff out-of-line
next