]> git.lyx.org Git - lyx.git/history - src/TextMetrics.cpp
revert erroneous previous commit.
[lyx.git] / src / TextMetrics.cpp
2008-10-13 Pavel SandaSelection painting in Insets (courtesy of fishing industry)
2008-09-24 André Pönitzstreamlining setter syntax. using mutable references...
2008-09-21 André PönitzAbdel can't seee anythin wrong with that
2008-09-14 Abdelrazak YounesPatch by Vincent that solves a number of problems relat...
2008-09-13 Abdelrazak Younesrev26385: don't know why but some file were not committ...
2008-09-13 Jürgen Spitzmüller* Fix display of horizontal alignment in fixed width...
2008-07-10 Richard HeckRename empty layout stuff to plain layout stuff.
2008-05-14 Abdelrazak YounesFix http://bugzilla.lyx.org/show_bug.cgi?id=4585
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-20 Richard HeckFix bug 4754. The old missing negation problem....
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-01 Edwin Leuvendon't draw selection too wide (esp visible in full...
2008-03-28 Abdelrazak YounesFontIterator is only used in TextMetrics.
2008-03-21 José MatoxAdd headers necessary to compile with g++ 4.3 (I am...
2008-03-17 Jürgen Spitzmüller*** File Format Change: UI and enhancement for InsetSpa...
2008-03-15 Stefan Schimanski* moved text completion logic into Text class
2008-03-15 André Pönitzcosmetics/#include cleanup
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
next