]> git.lyx.org Git - lyx.git/history - src/TextMetrics.cpp
document my LFUN changes in the past
[lyx.git] / src / TextMetrics.cpp
2007-12-06 Abdelrazak Younes* InsetHFill: small drawing tweaks and fix the cursor...
2007-12-06 Abdelrazak YounesCode simplification. We don't need to memorize the...
2007-12-05 Abdelrazak YounesInsetHFill drawing: some other tweaks. There's still...
2007-12-05 Abdelrazak YounesInsetHFill drawing: some tweaks.
2007-12-05 Abdelrazak YounesCleanup Hfill metrics and painting. InsetHFill is now...
2007-11-29 André Pönitzassimilate BOOST_CURRENT_FUNCTION
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 André Pönitzhand-crafted LyXErr
2007-11-26 Abdelrazak Younes* TextMetrics::getPitNearY(): Fix crash when navigating...
2007-11-19 Abdelrazak Younescorrect comment. Thanks Martin.
2007-11-17 Abdelrazak YounesSimplify single par drawing:
2007-11-16 Abdelrazak YounesCosmetics and cleanup.
2007-11-16 Abdelrazak Younesrow selection tweaks.
2007-11-15 André Pönitzreduce line noise
2007-11-15 Abdelrazak Younessimplify text selection drawing.
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-11-06 Abdelrazak Younes* BufferView: Make use of ScreenUpdateStrategy::NoScree...
2007-11-05 André Pönitzremove unneeded Cursor.h include;
2007-11-05 Dov FeldsternGetting rid of LTR bias --- part 3/4
2007-11-02 André Pönitzde-tuple-fication; cosmetics
2007-11-01 Stefan Schimanski* dynamic macros as described in http://1stein.org...
2007-10-29 Abdelrazak Younes* MetricsInfo::background_color: int -> ColorCode
2007-10-28 Abdelrazak YounesForbid implicit conversion from FontInfo to Font.
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-22 Dov FeldsternGetting rid of LTR bias --- part 1/?
2007-10-18 Abdelrazak YounesReduce header dependencies in Paragraph.h
2007-10-18 Abdelrazak YounesRefactor Undo/Redo framework into an Undo class owned...
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-10-02 André Pönitzthe delegate patch
2007-09-29 André Pönitzcosmetics
2007-09-29 André Pönitzmove font related stuff from bufferview_funcs to Font
2007-09-29 André Pönitzcosmetics
2007-09-29 André Pönitzcosmetics
2007-09-28 Abdelrazak Younes* TextMetrics::drawParagraph(): add 'inside' informatio...
2007-09-26 Abdelrazak YounesTemporarily fix jumpy cursor.
2007-09-23 Abdelrazak YounesFix RTL inset painting.
2007-09-23 Abdelrazak YounesFix Cut&Paste bug.
2007-09-21 Abdelrazak Younes* Inset:
2007-09-20 André PönitzRemove a few includes from Text.h
2007-09-20 Abdelrazak Younes* TextMetrics:
2007-09-18 Abdelrazak YounesFix InsetBox drawing and remove remnant of the wide...
2007-09-15 Abdelrazak YounesGive PageDown/Up scrolling a sane behaviour. Does not...
2007-09-12 Abdelrazak Younes* bufferview_funcs.cpp:status(): use new TextMetrics...
2007-09-12 Abdelrazak YounesFix PageDown/Up temporarily.
2007-09-11 Abdelrazak YounesTransfer the Paragraph position cache from CoordCache...
2007-09-09 Abdelrazak Younes* TextMetrics::draw(): withdraw first row ascent before...
2007-09-05 Abdelrazak Younes* TextMetrics::drawSelection(): use parMetrics() instea...
2007-09-05 Abdelrazak Younes* TextMetrics::draw(): get rid of the first par ascent...
2007-09-05 Abdelrazak YounesMove selection painting closer to row painting. Single...
2007-09-04 Alfredo Braunsteinrename Paragraph::isRightToLeftPar -> isRTL for the...
2007-09-03 Alfredo Braunsteinfix multi-cell selection
2007-09-03 Alfredo Braunsteinenable some non-rtl optimization
2007-09-02 Alfredo Braunsteinoptimization: save some font copying
2007-09-02 Abdelrazak Younes* TextMetrics: getDisplayFont() and isRTLBoundary(...
2007-09-02 Abdelrazak Younes* Text: Move some more stuff from Text to TextMetrics:
2007-09-02 Alfredo Braunsteinfix crash + shut up warning
2007-09-02 Abdelrazak YounesDon't save background color in Text. Hand it down at...
2007-09-02 Abdelrazak YounesTransfer current_font and real_current_font from Text...
2007-09-02 Abdelrazak YounesTransfer metrics and screen related methods from Text...
2007-09-02 Abdelrazak YounesTransfer metrics and screen related methods from Text...
2007-09-02 Abdelrazak YounesFix crash when selection begins or ends outside the...
2007-09-02 Abdelrazak YounesTransfer metrics and screen related methods from Text...
2007-09-02 Alfredo Braunsteinmetrics fix: reset some Row values to default in top...
2007-09-01 Abdelrazak YounesTemporarily remove the assertion because it doesn't...
2007-09-01 Abdelrazak YounesRe-implement the wide() hack in a clean way (at metrics...
2007-09-01 Abdelrazak YounesFix wrapping bug within inset. dim_.wid was not set!
2007-09-01 Abdelrazak YounesImprove painting debug info.
2007-09-01 Abdelrazak YounesImprove painting debug info.
2007-09-01 Abdelrazak Younes* InsetCollapsable::metrics(): it seems we don't need...
2007-08-31 Abdelrazak YounesTransfer Paragraph::hfillExpansion() to ParagraphMetric...
2007-08-31 Abdelrazak YounesTransfer Text::drawSelection() to TextMetrics.
2007-08-30 Abdelrazak YounesFinally enable single row repainting within insets...
2007-08-30 Abdelrazak Younes* RowPainter:
2007-08-29 Abdelrazak YounesBug fixes. changed_ was always true...
2007-08-29 Abdelrazak YounesEnable use of Row::changed()
2007-08-29 Abdelrazak YounesTransfer ParagraphMetrics::rowChangeStatus() to Row...
2007-08-28 Abdelrazak YounesTake Track-Change into account when calculating row...
2007-08-28 Abdelrazak YounesUpdate comment.
2007-08-28 Abdelrazak Younes* TextMetrics::redoParagraph(): we need to check the...
2007-08-28 Abdelrazak YounesDon't draw if there's nothing to draw.
2007-08-28 Abdelrazak YounesWe are not forced to redraw the row each time the curso...
2007-08-28 Abdelrazak YounesMerge the Row and RowMetrics class. Those classes were...
2007-08-28 Abdelrazak Younes- Transfer rowpainter.cpp:paintPar() to TextMetrics...
2007-08-27 Abdelrazak Younes- Transfer rowpainter.cpp:paintTextInset() to TextMetri...
2007-08-27 Abdelrazak YounesBug fix: correctly redraw a Row containing and inset...
2007-08-27 Abdelrazak YounesGather ParagraphMetrics initialization in ParagraphMetr...
2007-08-23 André Pönitzrename Layout_ptr into LayoutPtr
2007-08-21 Abdelrazak Younes* BufferView::buffer() returns a reference instead...
2007-08-18 Abdelrazak Younes* Text:
2007-08-18 Abdelrazak Younes* TextMetrics.cpp
2007-08-18 Abdelrazak Younes* Layout.h
2007-08-10 Lars Gullik BjønnesGet rid of a few warnings.
2007-06-10 Stefan Schimanski* Font are lightweight, so better do not change the...
2007-06-10 Stefan Schimanski* Changing the font does not change the fontmetrics...
2007-06-07 Stefan Schimanski* local_bidi.patch: The bidi object in the class Text...
2007-06-07 Stefan Schimanski* no_bidi_isboundary.patch: added isRTLBoundary as...
2007-05-30 Stefan Schimanski* removed the "dirty trick" to append a row with wrong...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-19 Richard HeckFix for bug 3650. Made changes to the Paragraph::checkB...
next