]> git.lyx.org Git - lyx.git/history - src/rowpainter.C
Partially extracted from r14281 from the younes branch.
[lyx.git] / src / rowpainter.C
2006-07-03 Lars Gullik BjønnesPartially extracted from r14281 from the younes branch.
2006-07-03 Lars Gullik BjønnesSecond part of r14315 from the younes branch:
2006-06-20 Martin Vermeer Redefine the speed-up "Wide" patch to draw proper...
2006-06-20 Abdelrazak YounesThis is the merging of the GUI API cleanup branch that...
2006-05-08 Michael Schmittsrc/paragraph.h:
2006-05-05 Michael Schmitt src/paragraph.h:
2006-04-09 Lars Gullik Bjønnes* support/types.h: introduce the char_type type
2006-04-09 Lars Gullik Bjønnes* Change several freestanding and class methods with...
2006-04-08 André Pönitzsupport/textutils.h:
2006-04-05 Lars Gullik BjønnesWhitespace cleanup.
2006-03-18 Georg Baum * src/insets/insetbase.h
2006-03-18 Jürgen Spitzmüllerexpand redrawing of current row to endpos() AGAIN
2006-03-17 Martin Vermeer Changes to the within-inset row rendering caching...
2006-03-13 Martin Vermeerfix painting of change bar with only paragraph break...
2006-03-10 Martin VermeerFix bug 2195: Slowness in rendering inside insets,...
2006-02-22 Jürgen SpitzmüllerFix defaultFont problems (bug 2308)
2006-02-05 Martin VermeerFix bug 2115 ("blueline bug")
2006-02-03 Martin VermeerBlueline-under-insets fix
2006-01-16 Jürgen Spitzmüllerexpand redrawing of current row to endpos()
2006-01-01 Martin Vermeerlet's always repaint the row with the cursor in it
2005-12-30 Martin VermeerThe speed patch: redraw only rows that have changed
2005-12-17 Georg Baumpartial fix for bug 1973
2005-12-02 Jean-Marc Lasgouttesfix centering of LABEL_CENTERED_TOP_ENVIRONMENT
2005-10-07 Martin VermeerThe speedup patch
2005-09-19 Martin VermeerFix bug 2029 (RtL space width)
2005-09-19 Jean-Marc Lasgouttesfix display of top labels
2005-09-07 Jean-Marc LasgouttesJohn&JMarc's change tracking patch
2005-07-18 André Pönitzuse the FontSpan trick in drawing as well
2005-07-18 André Pönitzfix bug 1795
2005-07-18 André Pönitz~4% speedup by inlining a few one-line accessors
2005-06-10 Jean-Marc Lasgouttesreduce number of calls to LyXText::getFont
2005-05-31 Martin VermeerAxe processEvents, fix cursor draw artifacts, put updat...
2005-05-05 Jürgen Spitzmüllerfix drawing of appendix start
2005-04-26 Angus LeemingWhitespace, only whitespace.
2005-04-19 Jean-Marc Lasgoutteshonor secnumdepth for section headers; avoid multiple...
2005-04-12 Martin VermeerFix the metric bug left after fixing the inset font bug
2005-04-10 Martin VermeerFix language underline bug from previous fix
2005-04-10 Martin VermeerFix font inside inset (bugs 1766, 1809)
2005-03-22 Jürgen Spitzmüllerfix drawing of change tracker strikeout
2005-02-15 Angus LeemingEnsure that "paragraphs().size() - 1" can be used meani...
2005-01-31 Angus LeemingAsger's commentary, const-correct and bug-squashing...
2005-01-18 Asger Ottar Alstrup- Add missing STL includes for correctness - gcc is...
2005-01-06 Lars Gullik Bjønnestostr -> convert and some bformat work
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.
next