]> git.lyx.org Git - lyx.git/history - src/rowpainter.C
float2string #4 (Spacing)
[lyx.git] / src / rowpainter.C
2005-01-06 Jürgen Spitzmüllerfloat2string #4 (Spacing)
2004-11-30 Alfredo BraunsteinCoordBranch merge
2004-11-24 Alfredo Braunsteinpar->pit renaming
2004-08-15 Jean-Marc Lasgouttessome profiler work, a few cleanups
2004-08-15 André Pönitzchange a few par_type args in LyXText::* to Paragrpah...
2004-08-14 Jean-Marc Lasgouttesone less use of ownerPar means faster code
2004-08-14 André Pönitzmake all cached positions screen-absolute
2004-08-14 Lars Gullik Bjønnessome nicer margins and some small cleanup
2004-08-14 André Pönitzremove per-inset position cahce, use new external map...
2004-08-13 André Pönitzremove unused mathed parts
2004-08-13 André Pönitzredraw full paragraphs only
2004-04-20 Angus LeemingWhitespace, only whitespace...
2004-04-07 Alfredo Braunsteinthe 'fitCursor fix'
2004-03-27 Angus LeemingSquash a bunch of compiler warnings.
2004-03-25 André Pönitzthe stuff from the sneak preview:
2004-03-01 Alfredo Braunsteincoord fix + shut up compiler warning
2004-03-01 Alfredo Braunsteinsome renaming
2004-03-01 Alfredo Braunsteinmove prepareToPrint out of the rowbreaking loop, do...
2004-02-27 André PönitzWednesday's 'de-mathed-ification' + Row::fill removal
2004-02-16 André Pönitz * insettabular.[Ch]: remove remains of the 'update...
2004-02-16 Alfredo Braunsteinselection inside insets y-coord fix
2004-02-11 André Pönitzbug + spped fixes + small stuff
2004-02-06 André Pönitzfix two warnings
2004-02-06 André Pönitzre-enable bits of selection
2004-02-06 André Pönitzdisable a few messages
2004-02-02 André Pönitzremove cursor::drawSelection() plus some math reorganiz...
2004-02-02 André Pönitz * cursor.[Ch]: remove direct access to anchor
2004-01-30 André Pönitzmore IU
2004-01-26 André Pönitzmore IU
2004-01-20 André PönitzPart of IU.
2004-01-14 André Pönitzmove selStart and selEnd from LyXText to BufferView
2004-01-14 André Pönitzmove the Selection structure from LyXText to BufferView
2004-01-13 André PönitzAnchor globalization
2003-12-15 André Pönitzmerge CursorItem and MathPos
2003-12-12 Alfredo Braunsteinselection patch
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-25 André Pönitzthe 'lots of small stuff' patch
2003-11-24 André Pönitzsome bool variables to make if() simpler
2003-11-24 André Pönitzsome rowpainter simlification
2003-11-22 Lars Gullik BjønnesMore debug mode work.
2003-11-21 André PönitzMichael's open-close-patch
2003-11-21 André Pönitzmore small stuff
2003-11-21 André Pönitzsmall stuff
2003-11-21 André Pönitzmore rowpainter simplification
2003-11-21 André Pönitztiny simplification
2003-11-21 Alfredo Braunsteinxy0_->xyo_ + two fixes
2003-11-17 Alfredo Braunsteinmouse selection patch
2003-11-13 André Pönitzno need for three calls to update() in a row...
2003-11-03 Lars Gullik Bjønnesthe exception safety patch
2003-10-28 André Pönitzlots of small stuff
2003-10-27 André Pönitzfix off-by-one error
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 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önitzrename row.end into row.endpos
2003-10-17 André PönitzRowList::iterator -> Row &, ParagraphList::iterator...
2003-10-16 André Pönitzmake updateRowPositions() a bit faster.
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
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-16 Angus Leeminglyxfont.h no longer #includes LColor.h.
2003-09-15 Angus LeemingDefine explicitly the color passed to the painter.
2003-09-12 André Pönitzthe automatic label patch
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-08-28 Lars Gullik BjønnesUse Buffer const reference in most placees possible.
2003-08-28 André Pönitzsuppress debug message
2003-08-27 Alfredo Braunsteinmoves top_y from lyxtext to BufferView
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önitzthe lyxrow changes including accessors.
2003-08-22 André Pönitz * lyxrow.[Ch]: add end_ member
2003-08-19 André Pönitzshift rowpainter interface a bit
2003-08-18 André Pönitzdrop one argument from paintRows, add pit argument
2003-08-18 André Pönitzdrop a few fitCursor() and draw() calls
2003-08-15 André Pönitz rowpainter.C: remove extra metrics calls
2003-08-15 André Pönitzsplit LyXText::rowlist_ into individual Paragraph:...
2003-08-14 André Pönitzand here
2003-08-14 André Pönitzsome infrastructure to prepare the rowlist split
2003-08-14 André Pönitzspeedup scrolling. UserGuide should be back to normal.
2003-08-14 André Pönitztwo more
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-07-28 André Pönitzslimmer interface to paintrows
next