]> git.lyx.org Git - lyx.git/history - src/TextMetrics.cpp
Whitespace.
[lyx.git] / src / TextMetrics.cpp
2009-12-07 Vincent van RavesteijnSimplify code.
2009-11-21 Vincent van RavesteijnFix bug #6113: Customized font color in footnote is...
2009-11-21 Vincent van Ravesteijn* TextMetrics.cpp: cosmetics.
2009-11-20 Vincent van RavesteijnFix bug #6161: Wrong cursor position in bidi text.
2009-11-15 Vincent van RavesteijnAllow PgUp and PgDwn to put the cursor on the first...
2009-11-15 Vincent van RavesteijnFix bug #6327: Crash in new file and press PgUp button.
2009-11-08 Abdelrazak YounesMake Buffer argument mandatory in most of the InsetMath...
2009-11-04 Vincent van RavesteijnAdd a FIXME to a piece of unreachable code. This dates...
2009-08-20 Vincent van RavesteijnOnly paint the paragraph end markers when a new paragra...
2009-08-19 Vincent van RavesteijnFix bug #6129: Show paragraph marks / pilcrows.
2009-08-19 Vincent van RavesteijnFix the painting of the last character of a paragraph...
2009-08-13 Vincent van RavesteijnFix bug #6126: Assertion with page down in Math manual.
2009-08-10 Abdelrazak YounesText::dispatch(): the spellchecking code is now uneeded.
2009-08-10 Abdelrazak YounesMove the inline spellchecking code from collectWords...
2009-08-10 Vincent van RavesteijnCorrect datatypes.
2009-08-10 Vincent van RavesteijnFix bug #3997: RTL paragraphs are painted slightly...
2009-08-09 Abdelrazak YounesMove depthHook(), outerHook(), isFirstInSequence()...
2009-08-09 Abdelrazak YounesMove contents of paragraph_funcs.* to Text.h and Text...
2009-08-09 Abdelrazak YounesGet rid of some Paragraph::inInset() access.
2009-08-09 Abdelrazak YounesText::Inset(): now returns a reference in order to...
2009-08-09 Abdelrazak YounesNow that Text knows its owner, use the associated Buffe...
2009-08-09 Abdelrazak YounesGet rid of Paragraph::ownerCode().
2009-07-24 Vincent van RavesteijnFix bug #5061. Patches from Dov (a long time ago).
2009-07-19 Uwe Stöhrsupport to specify the paragraph indentation in the...
2009-07-11 Uwe StöhrTextMetrics.cpp: fix bug that AlignRight were aligned...
2009-07-11 Uwe StöhrTextMetrics.cpp: typo
2009-05-20 Vincent van RavesteijnFix bug #5944: Scrolling isn't predictable.
2009-05-20 Vincent van RavesteijnRevert unwanted commit (r29683) and some cosmetics.
2009-05-09 Vincent van RavesteijnFix bug #5890: Assertion when reducing the view size.
2009-04-02 Vincent van RavesteijnFix bug 4067: Incorrect indentation in Description...
2009-03-25 Vincent van RavesteijnRevert cs 28908: wrong fix.
2009-03-25 Vincent van RavesteijnFill the paragraph metrics cache before checkInsetHit...
2008-12-15 Jean-Marc Lasgouttesdo not require inset dimensions when the inset is not...
2008-11-21 Dov Feldsternget rid of code duplication between overloaded versions...
2008-11-16 André Pönitzmove updateLables to buffer
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-24 Abdelrazak YounesAttenuate bug 4346 impact: crash -> assertion.
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.
next