]> git.lyx.org Git - lyx.git/history - src/TextMetrics.cpp
Change the interface to a paragraph's layout. We still store a LayoutPtr, but now...
[lyx.git] / src / TextMetrics.cpp
2008-03-06 Richard HeckChange the interface to a paragraph's layout. We still...
2008-03-06 Richard HeckChanges LayoutList from a vector<LayoutPtr> to a vector...
2008-03-06 Abdelrazak YounesTransfer and bug fix LFUN_BUFFER_BEGIN/END_SELECT to...
2008-03-06 Abdelrazak YounesFix PageUp/Down select when at the top/bottom of a...
2008-03-06 Abdelrazak YounesFix http://bugzilla.lyx.org/show_bug.cgi?id=4494
2008-03-03 Abdelrazak YounesFix multipar selection drawing. The problem was that...
2008-02-28 Stefan Schimanski* corner cases for RTL completions: RTL<->LTR boundaries
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-27 André PönitzAPI cosmetics
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André Pönitzmostly s/Paragraph::layout(...)/Paragraph::setLayout...
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-23 Stefan Schimanski* proper cursor position RTL text with inline completion
2008-02-21 Stefan Schimanski* completion infrastructure
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-12 Richard HeckFix bug 4037 and related problems. The patch has been...
2008-02-09 Abdelrazak YounesSupport full screen in BufferView
2008-02-09 André Pönitzsome refactoring.
2008-02-06 Stefan Schimanski* first check if empty, then set the pit. Otherwise...
2008-02-06 Stefan Schimanski* There are cases where updateLabels is not called...
2008-02-01 Bo PengImprove cursor movement around lines ending with break...
2008-01-14 Abdelrazak YounesBetter fix than revision 22553. Transfer the backup...
2008-01-14 Abdelrazak YounesTextMetrics::drawParagraph(): Fix drawing bug reported...
2008-01-12 André PönitzThere was a bit too much copying of dociterators gpoing...
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-12-21 Abdelrazak Younescorrectly position new paragraph on up and down movement.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-07 Abdelrazak YounesPartly revert r21987 which caused alignment problems.
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.
next