]> git.lyx.org Git - lyx.git/history - src/rowpainter.C
Add GTK bibitem dialog
[lyx.git] / src / rowpainter.C
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.
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.
next