]> git.lyx.org Git - lyx.git/history - src/rowpainter.C
fix compiler warnings about unused parameter
[lyx.git] / src / rowpainter.C
2007-01-20 Abdelrazak YounesFix cursor navigation in math.
2007-01-06 Abdelrazak YounesThis commit fixes the singlePar optimization which...
2006-12-30 Abdelrazak Younesdelete unused variables.
2006-12-29 Abdelrazak YounesThis commit do the Model/View separation of the LyXText...
2006-12-17 Abdelrazak YounesFix for bug 3027 by Martin V.
2006-12-01 Abdelrazak YounesThis commit fixes the following bug:
2006-11-27 Abdelrazak YounesEditing Optimization.
2006-11-24 Michael Schmitt * src/rowpainter.C: fix compiler warnings; remove...
2006-11-23 Michael Schmitt * insets/inset.h:
2006-11-07 Asger Ottar Alstrup- Avoid lyxerr[] like the plague. Use if (lyxerr.debugg...
2006-11-07 Abdelrazak Younes* InsetText::Wide() -> wide()
2006-11-07 Abdelrazak Younes* InsetText:
2006-11-03 Georg BaumAdd code for debugging inset metrics (switched off...
2006-10-31 Michael Schmitt * rowpainter.C: when checking whether the change
2006-10-30 Abdelrazak Younes* LyXText::singleWidth(): remove unneeded Buffer argument.
2006-10-30 Abdelrazak YounesMove BufferView cached pointer out of LyXText:
2006-10-30 Abdelrazak Younesrevert changes from last commit due to a bad tree state.
2006-10-30 Abdelrazak Younes* Painter.h:
2006-10-29 Michael Schmitt * rowpainter.C: remove unused variable 'inside',
2006-10-28 Abdelrazak Younessimplify paintText() interface.
2006-10-26 Abdelrazak YounespaintText(): replace the test on BufferView::buffer...
2006-10-26 Abdelrazak YounesThis commit fixes 3 crashes when reverting a document:
2006-10-22 Asger Ottar Alstrup- LyX is dead slow, so the least we can do is use anti...
2006-10-22 Asger Ottar Alstrup- 5% speed-up by reserving space in the vector we build...
2006-10-22 André Pönitzuse more unicode in math
2006-10-21 Asger Ottar Alstrup- InsetQuotes updates the inset cache
2006-10-21 André Pönitzmove the only remaining function in lyxrow_func to...
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-20 Lars Gullik BjønnesMore unicode, this time some focus on layouts and textc...
2006-10-20 Lars Gullik BjønnesChange (and fix) the bullets in itemize to be more...
2006-10-20 Michael Schmittchange tracking:
2006-10-19 Georg BaumUse UTF8 for LaTeX export.
2006-10-19 Michael SchmittChange tracking:
2006-10-17 Abdelrazak YounesMore unicode conversion
2006-10-15 Abdelrazak YounesMacOSX compile fix: The class Point conflicted with...
2006-10-13 Abdelrazak YounesIn order to support multiple LyXView each BufferView...
2006-10-11 Michael SchmittChange tracking:
2006-10-11 Abdelrazak YounesThis commit cleans up everything related to singleton...
2006-10-10 Abdelrazak Younes* frontends/Painter:
2006-10-07 Abdelrazak YounesThis commit is a big rework of the FontLoader/FontMetri...
2006-10-04 Michael Schmitt * src/LyXAction.C:
2006-09-26 Abdelrazak YounesFree BufferView from LyXView!
2006-09-16 Abdelrazak Younesdelete BufferView::text() method and add two FIXME...
2006-09-09 Lars Gullik BjønnesChange _() to return a docstring. Fixup callers with...
2006-08-13 Lars Gullik BjønnesMerge the unicode branch into trunk.
2006-07-08 Lars Gullik BjønnesExtracted from r14281
2006-07-08 Abdelrazak YounesFix potential crashes related to element presence in...
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
next