2003-02-26 17:04:10 +00:00
|
|
|
|
/**
|
|
|
|
|
* \file rowpainter.C
|
|
|
|
|
* This file is part of LyX, the document processor.
|
|
|
|
|
* Licence details can be found in the file COPYING.
|
|
|
|
|
*
|
|
|
|
|
* \author various
|
|
|
|
|
* \author John Levon
|
|
|
|
|
*
|
2003-08-23 00:17:00 +00:00
|
|
|
|
* Full author contact details are available in file CREDITS.
|
2003-02-26 17:04:10 +00:00
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#include <config.h>
|
|
|
|
|
|
2003-09-06 23:36:02 +00:00
|
|
|
|
#include "rowpainter.h"
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
|
|
|
|
#include "buffer.h"
|
2004-08-14 14:03:42 +00:00
|
|
|
|
#include "coordcache.h"
|
2003-11-17 20:28:11 +00:00
|
|
|
|
#include "cursor.h"
|
2003-10-22 16:30:57 +00:00
|
|
|
|
#include "debug.h"
|
2003-09-09 11:24:33 +00:00
|
|
|
|
#include "bufferparams.h"
|
2003-09-06 23:36:02 +00:00
|
|
|
|
#include "BufferView.h"
|
|
|
|
|
#include "encoding.h"
|
2003-02-26 17:04:10 +00:00
|
|
|
|
#include "gettext.h"
|
|
|
|
|
#include "language.h"
|
2003-09-16 10:30:59 +00:00
|
|
|
|
#include "LColor.h"
|
2003-09-06 23:36:02 +00:00
|
|
|
|
#include "lyxrc.h"
|
2003-09-06 12:36:58 +00:00
|
|
|
|
#include "lyxrow.h"
|
2003-04-01 16:55:48 +00:00
|
|
|
|
#include "lyxrow_funcs.h"
|
2003-05-30 06:48:24 +00:00
|
|
|
|
#include "metricsinfo.h"
|
2003-09-16 12:12:33 +00:00
|
|
|
|
#include "paragraph.h"
|
2003-09-06 23:36:02 +00:00
|
|
|
|
#include "paragraph_funcs.h"
|
|
|
|
|
#include "ParagraphParameters.h"
|
2003-09-09 17:00:19 +00:00
|
|
|
|
#include "vspace.h"
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
2003-09-06 23:36:02 +00:00
|
|
|
|
#include "frontends/font_metrics.h"
|
2004-04-07 20:20:15 +00:00
|
|
|
|
#include "frontends/nullpainter.h"
|
2003-09-06 23:36:02 +00:00
|
|
|
|
#include "frontends/Painter.h"
|
|
|
|
|
|
|
|
|
|
#include "insets/insettext.h"
|
|
|
|
|
|
|
|
|
|
#include "support/textutils.h"
|
2003-06-30 23:56:22 +00:00
|
|
|
|
|
2005-12-30 19:02:52 +00:00
|
|
|
|
#include <boost/crc.hpp>
|
|
|
|
|
|
2003-02-26 17:04:10 +00:00
|
|
|
|
using lyx::pos_type;
|
2004-11-24 21:53:46 +00:00
|
|
|
|
using lyx::pit_type;
|
2003-11-24 16:26:55 +00:00
|
|
|
|
|
|
|
|
|
using std::endl;
|
2003-10-06 15:43:21 +00:00
|
|
|
|
using std::max;
|
2004-11-30 01:59:49 +00:00
|
|
|
|
using std::min;
|
2003-10-06 15:43:21 +00:00
|
|
|
|
using std::string;
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
2004-01-30 11:41:12 +00:00
|
|
|
|
|
2003-02-26 17:04:10 +00:00
|
|
|
|
namespace {
|
|
|
|
|
|
2003-07-14 17:50:00 +00:00
|
|
|
|
/**
|
|
|
|
|
* A class used for painting an individual row of text.
|
|
|
|
|
*/
|
|
|
|
|
class RowPainter {
|
|
|
|
|
public:
|
2003-11-24 16:26:55 +00:00
|
|
|
|
/// initialise and run painter
|
2004-11-30 01:59:49 +00:00
|
|
|
|
RowPainter(PainterInfo & pi, LyXText const & text,
|
2005-01-31 16:29:48 +00:00
|
|
|
|
pit_type pit, Row const & row, int x, int y);
|
2004-11-30 01:59:49 +00:00
|
|
|
|
|
2003-07-14 17:50:00 +00:00
|
|
|
|
// paint various parts
|
|
|
|
|
void paintAppendix();
|
|
|
|
|
void paintDepthBar();
|
|
|
|
|
void paintChangeBar();
|
|
|
|
|
void paintFirst();
|
|
|
|
|
void paintLast();
|
2004-11-30 01:59:49 +00:00
|
|
|
|
void paintText();
|
|
|
|
|
|
|
|
|
|
private:
|
2005-06-10 14:55:01 +00:00
|
|
|
|
void paintForeignMark(double orig_x, LyXFont const & font);
|
|
|
|
|
void paintHebrewComposeChar(lyx::pos_type & vpos, LyXFont const & font);
|
|
|
|
|
void paintArabicComposeChar(lyx::pos_type & vpos, LyXFont const & font);
|
|
|
|
|
void paintChars(lyx::pos_type & vpos, LyXFont font,
|
|
|
|
|
bool hebrew, bool arabic);
|
2003-07-14 17:50:00 +00:00
|
|
|
|
int paintAppendixStart(int y);
|
|
|
|
|
void paintFromPos(lyx::pos_type & vpos);
|
2005-06-10 14:55:01 +00:00
|
|
|
|
void paintInset(lyx::pos_type const pos, LyXFont const & font);
|
2003-07-14 17:50:00 +00:00
|
|
|
|
|
|
|
|
|
/// return left margin
|
|
|
|
|
int leftMargin() const;
|
|
|
|
|
|
|
|
|
|
/// return the label font for this row
|
|
|
|
|
LyXFont const getLabelFont() const;
|
|
|
|
|
|
|
|
|
|
/// bufferview to paint on
|
|
|
|
|
BufferView const & bv_;
|
|
|
|
|
|
|
|
|
|
/// Painter to use
|
|
|
|
|
Painter & pain_;
|
|
|
|
|
|
|
|
|
|
/// LyXText for the row
|
|
|
|
|
LyXText const & text_;
|
2005-07-18 11:00:15 +00:00
|
|
|
|
ParagraphList const & pars_;
|
2003-07-14 17:50:00 +00:00
|
|
|
|
|
|
|
|
|
/// The row to paint
|
2005-01-31 16:29:48 +00:00
|
|
|
|
Row const & row_;
|
2003-07-14 17:50:00 +00:00
|
|
|
|
|
|
|
|
|
/// Row's paragraph
|
2004-11-24 21:53:46 +00:00
|
|
|
|
pit_type const pit_;
|
2004-08-15 00:01:45 +00:00
|
|
|
|
Paragraph const & par_;
|
2003-07-14 17:50:00 +00:00
|
|
|
|
|
2005-09-07 10:37:05 +00:00
|
|
|
|
/// is row erased? (change tracking)
|
|
|
|
|
bool erased_;
|
|
|
|
|
|
2003-07-14 17:50:00 +00:00
|
|
|
|
// Looks ugly - is
|
2004-11-30 01:59:49 +00:00
|
|
|
|
double const xo_;
|
|
|
|
|
int const yo_; // current baseline
|
2003-07-28 12:20:42 +00:00
|
|
|
|
double x_;
|
2003-07-14 17:50:00 +00:00
|
|
|
|
int width_;
|
2003-07-28 12:20:42 +00:00
|
|
|
|
double separator_;
|
|
|
|
|
double hfill_;
|
|
|
|
|
double label_hfill_;
|
2003-07-14 17:50:00 +00:00
|
|
|
|
};
|
|
|
|
|
|
2003-07-28 12:20:42 +00:00
|
|
|
|
|
2004-11-30 01:59:49 +00:00
|
|
|
|
RowPainter::RowPainter(PainterInfo & pi,
|
2005-01-31 16:29:48 +00:00
|
|
|
|
LyXText const & text, pit_type pit, Row const & row, int x, int y)
|
2004-11-30 01:59:49 +00:00
|
|
|
|
: bv_(*pi.base.bv), pain_(pi.pain), text_(text), pars_(text.paragraphs()),
|
|
|
|
|
row_(row), pit_(pit), par_(text.paragraphs()[pit]),
|
2005-09-07 10:37:05 +00:00
|
|
|
|
erased_(pi.erased_),
|
2005-04-12 18:42:27 +00:00
|
|
|
|
xo_(x), yo_(y), width_(text_.width())
|
2003-11-24 16:26:55 +00:00
|
|
|
|
{
|
2004-03-01 16:29:30 +00:00
|
|
|
|
RowMetrics m = text_.computeRowMetrics(pit, row_);
|
2004-03-01 12:23:17 +00:00
|
|
|
|
x_ = m.x + xo_;
|
2004-08-14 15:55:22 +00:00
|
|
|
|
|
2004-11-30 01:59:49 +00:00
|
|
|
|
//lyxerr << "RowPainter: x: " << x_ << " xo: " << xo_ << " yo: " << yo_ << endl;
|
|
|
|
|
//row_.dump();
|
|
|
|
|
|
2004-03-01 12:23:17 +00:00
|
|
|
|
separator_ = m.separator;
|
|
|
|
|
hfill_ = m.hfill;
|
|
|
|
|
label_hfill_ = m.label_hfill;
|
2003-11-24 16:26:55 +00:00
|
|
|
|
|
2004-11-30 01:59:49 +00:00
|
|
|
|
BOOST_ASSERT(pit >= 0);
|
|
|
|
|
BOOST_ASSERT(pit < int(text.paragraphs().size()));
|
2003-11-24 16:26:55 +00:00
|
|
|
|
}
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LyXFont const RowPainter::getLabelFont() const
|
|
|
|
|
{
|
2004-08-15 00:01:45 +00:00
|
|
|
|
return text_.getLabelFont(par_);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
int RowPainter::leftMargin() const
|
|
|
|
|
{
|
2003-11-25 11:17:27 +00:00
|
|
|
|
return text_.leftMargin(pit_, row_.pos());
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2005-06-10 14:55:01 +00:00
|
|
|
|
void RowPainter::paintInset(pos_type const pos, LyXFont const & font)
|
2003-02-26 17:04:10 +00:00
|
|
|
|
{
|
2004-08-15 00:01:45 +00:00
|
|
|
|
InsetBase const * inset = par_.getInset(pos);
|
2003-09-09 17:25:35 +00:00
|
|
|
|
BOOST_ASSERT(inset);
|
2004-04-07 20:20:15 +00:00
|
|
|
|
PainterInfo pi(const_cast<BufferView *>(&bv_), pain_);
|
2005-12-17 15:03:41 +00:00
|
|
|
|
// FIXME: We should always use font, see documentation of
|
|
|
|
|
// noFontChange() in insetbase.h.
|
|
|
|
|
pi.base.font = inset->noFontChange() ?
|
|
|
|
|
bv_.buffer()->params().getLyXTextClass().defaultfont() :
|
|
|
|
|
font;
|
2004-08-14 23:57:29 +00:00
|
|
|
|
pi.ltr_pos = (text_.bidi.level(pos) % 2 == 0);
|
2005-09-07 10:37:05 +00:00
|
|
|
|
pi.erased_ = erased_ || isDeletedText(par_, pos);
|
2005-01-31 16:29:48 +00:00
|
|
|
|
theCoords.insets().add(inset, int(x_), yo_);
|
2004-11-30 01:59:49 +00:00
|
|
|
|
inset->drawSelection(pi, int(x_), yo_);
|
|
|
|
|
inset->draw(pi, int(x_), yo_);
|
2003-07-18 14:04:49 +00:00
|
|
|
|
x_ += inset->width();
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2005-06-10 14:55:01 +00:00
|
|
|
|
void RowPainter::paintHebrewComposeChar(pos_type & vpos, LyXFont const & font)
|
2003-02-26 17:04:10 +00:00
|
|
|
|
{
|
2003-10-23 13:28:49 +00:00
|
|
|
|
pos_type pos = text_.bidi.vis2log(vpos);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
|
|
|
|
string str;
|
|
|
|
|
|
|
|
|
|
// first char
|
2004-08-15 00:01:45 +00:00
|
|
|
|
char c = par_.getChar(pos);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
str += c;
|
|
|
|
|
++vpos;
|
|
|
|
|
|
|
|
|
|
int const width = font_metrics::width(c, font);
|
|
|
|
|
int dx = 0;
|
|
|
|
|
|
|
|
|
|
for (pos_type i = pos - 1; i >= 0; --i) {
|
2004-08-15 00:01:45 +00:00
|
|
|
|
c = par_.getChar(i);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
if (!Encodings::IsComposeChar_hebrew(c)) {
|
|
|
|
|
if (IsPrintableNonspace(c)) {
|
2005-07-18 14:25:20 +00:00
|
|
|
|
int const width2 =
|
|
|
|
|
text_.singleWidth(par_, i, c, text_.getFont(par_, i));
|
2003-02-26 17:04:10 +00:00
|
|
|
|
// dalet / resh
|
|
|
|
|
dx = (c == '<EFBFBD>' || c == '<EFBFBD>')
|
|
|
|
|
? width2 - width
|
|
|
|
|
: (width2 - width) / 2;
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Draw nikud
|
2004-11-30 01:59:49 +00:00
|
|
|
|
pain_.text(int(x_) + dx, yo_, str, font);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2005-06-10 14:55:01 +00:00
|
|
|
|
void RowPainter::paintArabicComposeChar(pos_type & vpos, LyXFont const & font)
|
2003-02-26 17:04:10 +00:00
|
|
|
|
{
|
2003-10-23 13:28:49 +00:00
|
|
|
|
pos_type pos = text_.bidi.vis2log(vpos);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
string str;
|
|
|
|
|
|
|
|
|
|
// first char
|
2004-08-15 00:01:45 +00:00
|
|
|
|
char c = par_.getChar(pos);
|
|
|
|
|
c = par_.transformChar(c, pos);
|
2004-01-26 10:13:15 +00:00
|
|
|
|
str += c;
|
2003-02-26 17:04:10 +00:00
|
|
|
|
++vpos;
|
|
|
|
|
|
|
|
|
|
int const width = font_metrics::width(c, font);
|
|
|
|
|
int dx = 0;
|
|
|
|
|
|
2003-04-09 21:34:31 +00:00
|
|
|
|
for (pos_type i = pos - 1; i >= 0; --i) {
|
2004-08-15 00:01:45 +00:00
|
|
|
|
c = par_.getChar(i);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
if (!Encodings::IsComposeChar_arabic(c)) {
|
|
|
|
|
if (IsPrintableNonspace(c)) {
|
2005-07-18 14:25:20 +00:00
|
|
|
|
int const width2 =
|
|
|
|
|
text_.singleWidth(par_, i, c, text_.getFont(par_, i));
|
2003-02-26 17:04:10 +00:00
|
|
|
|
dx = (width2 - width) / 2;
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
// Draw nikud
|
2004-11-30 01:59:49 +00:00
|
|
|
|
pain_.text(int(x_) + dx, yo_, str, font);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2005-06-10 14:55:01 +00:00
|
|
|
|
void RowPainter::paintChars(pos_type & vpos, LyXFont font,
|
|
|
|
|
bool hebrew, bool arabic)
|
2003-02-26 17:04:10 +00:00
|
|
|
|
{
|
2003-10-23 13:28:49 +00:00
|
|
|
|
pos_type pos = text_.bidi.vis2log(vpos);
|
2003-10-27 11:44:10 +00:00
|
|
|
|
pos_type const end = row_.endpos();
|
2005-07-18 12:13:32 +00:00
|
|
|
|
FontSpan const font_span = par_.fontSpan(pos);
|
2005-06-10 14:55:01 +00:00
|
|
|
|
Change::Type const prev_change = par_.lookupChange(pos);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
|
|
|
|
// first character
|
|
|
|
|
string str;
|
2004-08-15 00:01:45 +00:00
|
|
|
|
str += par_.getChar(pos);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
if (arabic) {
|
|
|
|
|
unsigned char c = str[0];
|
2004-08-15 00:01:45 +00:00
|
|
|
|
str[0] = par_.transformChar(c, pos);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
2003-03-04 09:27:27 +00:00
|
|
|
|
|
2003-02-26 17:04:10 +00:00
|
|
|
|
// collect as much similar chars as we can
|
2005-06-10 14:55:01 +00:00
|
|
|
|
for (++vpos ; vpos < end ; ++vpos) {
|
|
|
|
|
pos = text_.bidi.vis2log(vpos);
|
2005-07-18 12:13:32 +00:00
|
|
|
|
if (pos < font_span.first || pos > font_span.last)
|
2003-02-26 17:04:10 +00:00
|
|
|
|
break;
|
|
|
|
|
|
2005-06-10 14:55:01 +00:00
|
|
|
|
if (prev_change != par_.lookupChange(pos))
|
2003-02-26 17:04:10 +00:00
|
|
|
|
break;
|
2003-03-04 09:27:27 +00:00
|
|
|
|
|
2005-06-10 14:55:01 +00:00
|
|
|
|
char c = par_.getChar(pos);
|
|
|
|
|
|
|
|
|
|
if (!IsPrintableNonspace(c))
|
2003-02-26 17:04:10 +00:00
|
|
|
|
break;
|
2003-03-04 09:27:27 +00:00
|
|
|
|
|
2003-02-26 17:04:10 +00:00
|
|
|
|
if (arabic && Encodings::IsComposeChar_arabic(c))
|
|
|
|
|
break;
|
2003-10-23 08:15:57 +00:00
|
|
|
|
|
2003-02-26 17:04:10 +00:00
|
|
|
|
if (hebrew && Encodings::IsComposeChar_hebrew(c))
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
if (arabic)
|
2004-08-15 00:01:45 +00:00
|
|
|
|
c = par_.transformChar(c, pos);
|
2003-10-27 15:39:59 +00:00
|
|
|
|
|
2003-02-26 17:04:10 +00:00
|
|
|
|
str += c;
|
|
|
|
|
}
|
|
|
|
|
|
2005-06-10 14:55:01 +00:00
|
|
|
|
if (prev_change == Change::DELETED)
|
|
|
|
|
font.setColor(LColor::strikeout);
|
|
|
|
|
else if (prev_change == Change::INSERTED)
|
|
|
|
|
font.setColor(LColor::newtext);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
|
|
|
|
// Draw text and set the new x position
|
2004-11-30 01:59:49 +00:00
|
|
|
|
//lyxerr << "paint row: yo_ " << yo_ << "\n";
|
2005-06-10 14:55:01 +00:00
|
|
|
|
pain_.text(int(x_), yo_, str, font);
|
|
|
|
|
x_ += font_metrics::width(str, font);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2005-06-10 14:55:01 +00:00
|
|
|
|
void RowPainter::paintForeignMark(double orig_x, LyXFont const & font)
|
2003-02-26 17:04:10 +00:00
|
|
|
|
{
|
|
|
|
|
if (!lyxrc.mark_foreign_language)
|
|
|
|
|
return;
|
2005-06-10 14:55:01 +00:00
|
|
|
|
if (font.language() == latex_language)
|
2003-02-26 17:04:10 +00:00
|
|
|
|
return;
|
2005-06-10 14:55:01 +00:00
|
|
|
|
if (font.language() == bv_.buffer()->params().language)
|
2003-02-26 17:04:10 +00:00
|
|
|
|
return;
|
|
|
|
|
|
2004-11-30 01:59:49 +00:00
|
|
|
|
int const y = yo_ + 1;
|
2003-02-26 17:04:10 +00:00
|
|
|
|
pain_.line(int(orig_x), y, int(x_), y, LColor::language);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2003-03-22 17:26:03 +00:00
|
|
|
|
void RowPainter::paintFromPos(pos_type & vpos)
|
2003-02-26 17:04:10 +00:00
|
|
|
|
{
|
2003-10-23 13:28:49 +00:00
|
|
|
|
pos_type const pos = text_.bidi.vis2log(vpos);
|
2005-07-18 14:25:20 +00:00
|
|
|
|
LyXFont orig_font = text_.getFont(par_, pos);
|
|
|
|
|
text_.applyOuterFont(orig_font);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
2003-07-28 12:20:42 +00:00
|
|
|
|
double const orig_x = x_;
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
2005-09-07 10:37:05 +00:00
|
|
|
|
if (par_.isInset(pos)) {
|
2005-06-10 14:55:01 +00:00
|
|
|
|
paintInset(pos, orig_font);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
++vpos;
|
|
|
|
|
paintForeignMark(orig_x, orig_font);
|
2003-03-22 17:26:03 +00:00
|
|
|
|
return;
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// usual characters, no insets
|
2005-09-07 10:37:05 +00:00
|
|
|
|
char const c = par_.getChar(pos);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
|
|
|
|
// special case languages
|
2005-07-18 14:25:20 +00:00
|
|
|
|
std::string const & lang = orig_font.language()->lang();
|
|
|
|
|
bool const hebrew = lang == "hebrew";
|
|
|
|
|
bool const arabic = lang == "arabic" &&
|
2003-02-26 17:04:10 +00:00
|
|
|
|
(lyxrc.font_norm_type == LyXRC::ISO_8859_6_8 ||
|
|
|
|
|
lyxrc.font_norm_type == LyXRC::ISO_10646_1);
|
|
|
|
|
|
|
|
|
|
// draw as many chars as we can
|
|
|
|
|
if ((!hebrew && !arabic)
|
|
|
|
|
|| (hebrew && !Encodings::IsComposeChar_hebrew(c))
|
|
|
|
|
|| (arabic && !Encodings::IsComposeChar_arabic(c))) {
|
2005-06-10 14:55:01 +00:00
|
|
|
|
paintChars(vpos, orig_font, hebrew, arabic);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
} else if (hebrew) {
|
2005-06-10 14:55:01 +00:00
|
|
|
|
paintHebrewComposeChar(vpos, orig_font);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
} else if (arabic) {
|
2005-06-10 14:55:01 +00:00
|
|
|
|
paintArabicComposeChar(vpos, orig_font);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
paintForeignMark(orig_x, orig_font);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void RowPainter::paintChangeBar()
|
|
|
|
|
{
|
2003-10-23 08:15:57 +00:00
|
|
|
|
pos_type const start = row_.pos();
|
2003-10-27 11:44:10 +00:00
|
|
|
|
pos_type const end = row_.endpos();
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
2004-08-15 00:01:45 +00:00
|
|
|
|
if (start == end || !par_.isChanged(start, end - 1))
|
2003-02-26 17:04:10 +00:00
|
|
|
|
return;
|
2003-03-04 09:27:27 +00:00
|
|
|
|
|
2003-10-23 08:15:57 +00:00
|
|
|
|
int const height = text_.isLastRow(pit_, row_)
|
2004-11-30 01:59:49 +00:00
|
|
|
|
? row_.ascent()
|
|
|
|
|
: row_.height();
|
2003-03-04 09:27:27 +00:00
|
|
|
|
|
2004-11-30 01:59:49 +00:00
|
|
|
|
pain_.fillRectangle(4, yo_ - row_.ascent(), 5, height, LColor::changebar);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
|
2003-03-04 09:27:27 +00:00
|
|
|
|
|
2003-02-26 17:04:10 +00:00
|
|
|
|
void RowPainter::paintAppendix()
|
|
|
|
|
{
|
2004-08-15 00:01:45 +00:00
|
|
|
|
if (!par_.params().appendix())
|
2003-03-13 19:55:39 +00:00
|
|
|
|
return;
|
|
|
|
|
|
2004-11-30 01:59:49 +00:00
|
|
|
|
int y = yo_ - row_.ascent();
|
2003-03-13 19:55:39 +00:00
|
|
|
|
|
2004-08-15 00:01:45 +00:00
|
|
|
|
if (par_.params().startOfAppendix())
|
2003-03-13 19:55:39 +00:00
|
|
|
|
y += 2 * defaultRowHeight();
|
|
|
|
|
|
2003-10-23 08:15:57 +00:00
|
|
|
|
pain_.line(1, y, 1, yo_ + row_.height(), LColor::appendix);
|
2004-02-27 09:18:03 +00:00
|
|
|
|
pain_.line(width_ - 2, y, width_ - 2, yo_ + row_.height(), LColor::appendix);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void RowPainter::paintDepthBar()
|
|
|
|
|
{
|
2004-08-15 00:01:45 +00:00
|
|
|
|
Paragraph::depth_type const depth = par_.getDepth();
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
|
|
|
|
if (depth <= 0)
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
Paragraph::depth_type prev_depth = 0;
|
2003-10-23 08:15:57 +00:00
|
|
|
|
if (!text_.isFirstRow(pit_, row_)) {
|
2004-11-24 21:53:46 +00:00
|
|
|
|
pit_type pit2 = pit_;
|
2003-10-23 08:15:57 +00:00
|
|
|
|
if (row_.pos() == 0)
|
2003-08-14 12:06:11 +00:00
|
|
|
|
--pit2;
|
2004-03-25 09:16:36 +00:00
|
|
|
|
prev_depth = pars_[pit2].getDepth();
|
2003-08-14 12:06:11 +00:00
|
|
|
|
}
|
2003-06-18 17:43:49 +00:00
|
|
|
|
|
2003-08-14 12:06:11 +00:00
|
|
|
|
Paragraph::depth_type next_depth = 0;
|
2003-10-23 08:15:57 +00:00
|
|
|
|
if (!text_.isLastRow(pit_, row_)) {
|
2004-11-24 21:53:46 +00:00
|
|
|
|
pit_type pit2 = pit_;
|
2004-03-25 09:16:36 +00:00
|
|
|
|
if (row_.endpos() >= pars_[pit2].size())
|
2003-08-14 12:06:11 +00:00
|
|
|
|
++pit2;
|
2004-03-25 09:16:36 +00:00
|
|
|
|
next_depth = pars_[pit2].getDepth();
|
2003-08-14 12:06:11 +00:00
|
|
|
|
}
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
|
|
|
|
for (Paragraph::depth_type i = 1; i <= depth; ++i) {
|
2004-08-14 15:55:22 +00:00
|
|
|
|
int const w = nestMargin() / 5;
|
2004-08-14 21:56:40 +00:00
|
|
|
|
int x = int(xo_) + w * i;
|
|
|
|
|
// only consider the changebar space if we're drawing outermost text
|
|
|
|
|
if (text_.isMainText())
|
2004-08-14 15:55:22 +00:00
|
|
|
|
x += changebarMargin();
|
|
|
|
|
|
2004-11-30 01:59:49 +00:00
|
|
|
|
int const starty = yo_ - row_.ascent();
|
|
|
|
|
int const h = row_.height() - 1 - (i - next_depth - 1) * 3;
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
2004-11-30 01:59:49 +00:00
|
|
|
|
pain_.line(x, starty, x, starty + h, LColor::depthbar);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
2003-07-28 12:20:42 +00:00
|
|
|
|
if (i > prev_depth)
|
2004-11-30 01:59:49 +00:00
|
|
|
|
pain_.fillRectangle(x, starty, w, 2, LColor::depthbar);
|
2003-07-28 12:20:42 +00:00
|
|
|
|
if (i > next_depth)
|
2004-11-30 01:59:49 +00:00
|
|
|
|
pain_.fillRectangle(x, starty + h, w, 2, LColor::depthbar);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2003-03-13 19:55:39 +00:00
|
|
|
|
int RowPainter::paintAppendixStart(int y)
|
|
|
|
|
{
|
|
|
|
|
LyXFont pb_font;
|
2003-09-16 09:01:15 +00:00
|
|
|
|
pb_font.setColor(LColor::appendix);
|
|
|
|
|
pb_font.decSize();
|
2003-03-13 19:55:39 +00:00
|
|
|
|
|
|
|
|
|
string const label = _("Appendix");
|
|
|
|
|
int w = 0;
|
|
|
|
|
int a = 0;
|
|
|
|
|
int d = 0;
|
|
|
|
|
font_metrics::rectText(label, pb_font, w, a, d);
|
|
|
|
|
|
2003-07-28 12:20:42 +00:00
|
|
|
|
int const text_start = int(xo_ + (width_ - w) / 2);
|
2003-03-13 19:55:39 +00:00
|
|
|
|
int const text_end = text_start + w;
|
|
|
|
|
|
2003-09-15 10:08:01 +00:00
|
|
|
|
pain_.rectText(text_start, y + d, label, pb_font, LColor::none, LColor::none);
|
2003-03-13 19:55:39 +00:00
|
|
|
|
|
2003-07-28 12:20:42 +00:00
|
|
|
|
pain_.line(int(xo_ + 1), y, text_start, y, LColor::appendix);
|
|
|
|
|
pain_.line(text_end, y, int(xo_ + width_ - 2), y, LColor::appendix);
|
2003-03-13 19:55:39 +00:00
|
|
|
|
|
|
|
|
|
return 3 * defaultRowHeight();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2003-02-26 17:04:10 +00:00
|
|
|
|
void RowPainter::paintFirst()
|
|
|
|
|
{
|
2004-08-15 00:01:45 +00:00
|
|
|
|
ParagraphParameters const & parparams = par_.params();
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
2003-03-13 19:55:39 +00:00
|
|
|
|
int y_top = 0;
|
|
|
|
|
|
2003-02-26 17:04:10 +00:00
|
|
|
|
// start of appendix?
|
2003-07-28 12:20:42 +00:00
|
|
|
|
if (parparams.startOfAppendix())
|
2005-05-05 13:11:05 +00:00
|
|
|
|
y_top += paintAppendixStart(yo_ - row_.ascent() + 2 * defaultRowHeight());
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
2003-08-28 07:41:31 +00:00
|
|
|
|
Buffer const & buffer = *bv_.buffer();
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
2004-08-15 00:01:45 +00:00
|
|
|
|
LyXLayout_ptr const & layout = par_.layout();
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
2003-09-09 09:47:59 +00:00
|
|
|
|
if (buffer.params().paragraph_separation == BufferParams::PARSEP_SKIP) {
|
2004-03-25 09:16:36 +00:00
|
|
|
|
if (pit_ != 0) {
|
2003-02-26 17:04:10 +00:00
|
|
|
|
if (layout->latextype == LATEX_PARAGRAPH
|
2004-08-15 00:01:45 +00:00
|
|
|
|
&& !par_.getDepth()) {
|
2003-09-09 09:47:59 +00:00
|
|
|
|
y_top += buffer.params().getDefSkip().inPixels(bv_);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
} else {
|
2004-03-25 09:16:36 +00:00
|
|
|
|
LyXLayout_ptr const & playout = pars_[pit_ - 1].layout();
|
2003-02-26 17:04:10 +00:00
|
|
|
|
if (playout->latextype == LATEX_PARAGRAPH
|
2004-03-25 09:16:36 +00:00
|
|
|
|
&& !pars_[pit_ - 1].getDepth()) {
|
2003-02-26 17:04:10 +00:00
|
|
|
|
// is it right to use defskip here, too? (AS)
|
2003-09-09 09:47:59 +00:00
|
|
|
|
y_top += buffer.params().getDefSkip().inPixels(bv_);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2004-08-15 00:01:45 +00:00
|
|
|
|
bool const is_rtl = text_.isRTL(par_);
|
2003-12-01 13:35:49 +00:00
|
|
|
|
bool const is_seq = isFirstInSequence(pit_, text_.paragraphs());
|
2004-08-15 00:01:45 +00:00
|
|
|
|
//lyxerr << "paintFirst: " << par_.id() << " is_seq: " << is_seq << std::endl;
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
|
|
|
|
// should we print a label?
|
|
|
|
|
if (layout->labeltype >= LABEL_STATIC
|
|
|
|
|
&& (layout->labeltype != LABEL_STATIC
|
2003-10-22 16:30:57 +00:00
|
|
|
|
|| layout->latextype != LATEX_ENVIRONMENT
|
|
|
|
|
|| is_seq)) {
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
2005-04-19 09:04:25 +00:00
|
|
|
|
LyXFont const font = getLabelFont();
|
|
|
|
|
string const str = par_.getLabelstring();
|
|
|
|
|
if (!str.empty()) {
|
2003-07-28 12:20:42 +00:00
|
|
|
|
double x = x_;
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
|
|
|
|
// this is special code for the chapter layout. This is
|
|
|
|
|
// printed in an extra row and has a pagebreak at
|
|
|
|
|
// the top.
|
2003-09-12 17:13:22 +00:00
|
|
|
|
if (layout->counter == "chapter") {
|
2005-04-19 09:04:25 +00:00
|
|
|
|
double spacing_val = 1.0;
|
|
|
|
|
if (!parparams.spacing().isDefault()) {
|
|
|
|
|
spacing_val = parparams.spacing().getValue();
|
|
|
|
|
} else {
|
|
|
|
|
spacing_val = buffer.params().spacing().getValue();
|
|
|
|
|
}
|
2005-09-19 10:18:37 +00:00
|
|
|
|
|
2005-04-19 09:04:25 +00:00
|
|
|
|
int const labeladdon = int(font_metrics::maxHeight(font) * layout->spacing.getValue() * spacing_val);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
2005-04-19 09:04:25 +00:00
|
|
|
|
int const maxdesc = int(font_metrics::maxDescent(font) * layout->spacing.getValue() * spacing_val)
|
|
|
|
|
+ int(layout->parsep) * defaultRowHeight();
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
2005-04-19 09:04:25 +00:00
|
|
|
|
if (is_rtl) {
|
|
|
|
|
x = width_ - leftMargin() -
|
|
|
|
|
font_metrics::width(str, font);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
2005-04-26 11:12:20 +00:00
|
|
|
|
|
2005-04-19 09:04:25 +00:00
|
|
|
|
pain_.text(int(x), yo_ - maxdesc - labeladdon, str, font);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
} else {
|
|
|
|
|
if (is_rtl) {
|
2004-02-27 09:18:03 +00:00
|
|
|
|
x = width_ - leftMargin()
|
2003-02-26 17:04:10 +00:00
|
|
|
|
+ font_metrics::width(layout->labelsep, font);
|
|
|
|
|
} else {
|
|
|
|
|
x = x_ - font_metrics::width(layout->labelsep, font)
|
|
|
|
|
- font_metrics::width(str, font);
|
|
|
|
|
}
|
|
|
|
|
|
2004-11-30 01:59:49 +00:00
|
|
|
|
pain_.text(int(x), yo_, str, font);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// the labels at the top of an environment.
|
|
|
|
|
// More or less for bibliography
|
2003-10-22 16:30:57 +00:00
|
|
|
|
} else if (is_seq &&
|
2003-02-26 17:04:10 +00:00
|
|
|
|
(layout->labeltype == LABEL_TOP_ENVIRONMENT ||
|
|
|
|
|
layout->labeltype == LABEL_BIBLIO ||
|
|
|
|
|
layout->labeltype == LABEL_CENTERED_TOP_ENVIRONMENT)) {
|
|
|
|
|
LyXFont font = getLabelFont();
|
2004-08-15 00:01:45 +00:00
|
|
|
|
if (!par_.getLabelstring().empty()) {
|
|
|
|
|
string const str = par_.getLabelstring();
|
2005-01-06 13:48:13 +00:00
|
|
|
|
double spacing_val = 1.0;
|
2005-07-18 14:25:20 +00:00
|
|
|
|
if (!parparams.spacing().isDefault())
|
2003-02-26 17:04:10 +00:00
|
|
|
|
spacing_val = parparams.spacing().getValue();
|
2005-07-18 14:25:20 +00:00
|
|
|
|
else
|
2003-09-09 17:00:19 +00:00
|
|
|
|
spacing_val = buffer.params().spacing().getValue();
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
2005-09-19 10:18:37 +00:00
|
|
|
|
int const labeladdon = int(font_metrics::maxHeight(font) * layout->spacing.getValue() * spacing_val);
|
|
|
|
|
|
2003-02-26 17:04:10 +00:00
|
|
|
|
int maxdesc =
|
|
|
|
|
int(font_metrics::maxDescent(font) * layout->spacing.getValue() * spacing_val
|
|
|
|
|
+ (layout->labelbottomsep * defaultRowHeight()));
|
|
|
|
|
|
2003-07-28 12:20:42 +00:00
|
|
|
|
double x = x_;
|
2003-02-26 17:04:10 +00:00
|
|
|
|
if (layout->labeltype == LABEL_CENTERED_TOP_ENVIRONMENT) {
|
2005-12-02 13:20:26 +00:00
|
|
|
|
if (is_rtl)
|
|
|
|
|
x = leftMargin();
|
|
|
|
|
x += (width_ - text_.rightMargin(par_) - leftMargin()) / 2;
|
2003-02-26 17:04:10 +00:00
|
|
|
|
x -= font_metrics::width(str, font) / 2;
|
|
|
|
|
} else if (is_rtl) {
|
2004-02-27 09:18:03 +00:00
|
|
|
|
x = width_ - leftMargin() -
|
2003-02-26 17:04:10 +00:00
|
|
|
|
font_metrics::width(str, font);
|
|
|
|
|
}
|
2005-09-19 10:18:37 +00:00
|
|
|
|
pain_.text(int(x), yo_ - maxdesc - labeladdon, str, font);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void RowPainter::paintLast()
|
|
|
|
|
{
|
2004-08-15 00:01:45 +00:00
|
|
|
|
bool const is_rtl = text_.isRTL(par_);
|
2003-12-01 13:35:49 +00:00
|
|
|
|
int const endlabel = getEndLabel(pit_, text_.paragraphs());
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
|
|
|
|
// draw an endlabel
|
|
|
|
|
switch (endlabel) {
|
|
|
|
|
case END_LABEL_BOX:
|
2003-10-28 11:18:40 +00:00
|
|
|
|
case END_LABEL_FILLED_BOX: {
|
2003-02-26 17:04:10 +00:00
|
|
|
|
LyXFont const font = getLabelFont();
|
|
|
|
|
int const size = int(0.75 * font_metrics::maxAscent(font));
|
2004-11-30 01:59:49 +00:00
|
|
|
|
int const y = yo_ - size;
|
2004-08-14 15:55:22 +00:00
|
|
|
|
int x = is_rtl ? nestMargin() + changebarMargin() : width_ - size;
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
2004-03-01 21:10:47 +00:00
|
|
|
|
if (width_ - int(row_.width()) <= size)
|
2004-02-27 09:18:03 +00:00
|
|
|
|
x += (size - width_ + row_.width() + 1) * (is_rtl ? -1 : 1);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
2003-07-28 12:20:42 +00:00
|
|
|
|
if (endlabel == END_LABEL_BOX)
|
2003-02-26 17:04:10 +00:00
|
|
|
|
pain_.rectangle(x, y, size, size, LColor::eolmarker);
|
2003-07-28 12:20:42 +00:00
|
|
|
|
else
|
2003-02-26 17:04:10 +00:00
|
|
|
|
pain_.fillRectangle(x, y, size, size, LColor::eolmarker);
|
|
|
|
|
break;
|
|
|
|
|
}
|
2003-10-28 11:18:40 +00:00
|
|
|
|
|
|
|
|
|
case END_LABEL_STATIC: {
|
2003-02-26 17:04:10 +00:00
|
|
|
|
LyXFont font = getLabelFont();
|
2004-08-15 00:01:45 +00:00
|
|
|
|
string const & str = par_.layout()->endlabelstring();
|
2003-07-28 12:20:42 +00:00
|
|
|
|
double const x = is_rtl ?
|
2003-07-18 07:47:07 +00:00
|
|
|
|
x_ - font_metrics::width(str, font)
|
2004-08-15 00:01:45 +00:00
|
|
|
|
: - text_.rightMargin(par_) - row_.width();
|
2004-11-30 01:59:49 +00:00
|
|
|
|
pain_.text(int(x), yo_, str, font);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
break;
|
|
|
|
|
}
|
2003-10-28 11:18:40 +00:00
|
|
|
|
|
2003-02-26 17:04:10 +00:00
|
|
|
|
case END_LABEL_NO_LABEL:
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2003-03-22 17:26:03 +00:00
|
|
|
|
void RowPainter::paintText()
|
2003-02-26 17:04:10 +00:00
|
|
|
|
{
|
2003-10-27 11:44:10 +00:00
|
|
|
|
pos_type const end = row_.endpos();
|
2004-08-15 00:01:45 +00:00
|
|
|
|
pos_type body_pos = par_.beginOfBody();
|
2003-03-09 12:37:22 +00:00
|
|
|
|
if (body_pos > 0 &&
|
2004-08-15 00:01:45 +00:00
|
|
|
|
(body_pos > end || !par_.isLineSeparator(body_pos - 1))) {
|
2003-03-09 12:37:22 +00:00
|
|
|
|
body_pos = 0;
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
|
2004-08-15 00:01:45 +00:00
|
|
|
|
LyXLayout_ptr const & layout = par_.layout();
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
|
|
|
|
bool running_strikeout = false;
|
|
|
|
|
bool is_struckout = false;
|
2003-07-18 07:47:07 +00:00
|
|
|
|
int last_strikeout_x = 0;
|
2003-03-04 09:27:27 +00:00
|
|
|
|
|
2005-07-18 14:25:20 +00:00
|
|
|
|
// Use font span to speed things up, see below
|
|
|
|
|
FontSpan font_span;
|
|
|
|
|
LyXFont font;
|
|
|
|
|
|
2003-10-27 15:39:59 +00:00
|
|
|
|
for (pos_type vpos = row_.pos(); vpos < end; ) {
|
2003-02-26 17:04:10 +00:00
|
|
|
|
if (x_ > bv_.workWidth())
|
|
|
|
|
break;
|
2003-10-27 12:41:26 +00:00
|
|
|
|
|
2004-08-15 16:52:44 +00:00
|
|
|
|
pos_type const pos = text_.bidi.vis2log(vpos);
|
2003-03-04 09:27:27 +00:00
|
|
|
|
|
2004-08-15 00:01:45 +00:00
|
|
|
|
if (pos >= par_.size()) {
|
2003-03-13 10:30:28 +00:00
|
|
|
|
++vpos;
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
|
2005-07-18 14:25:20 +00:00
|
|
|
|
// Use font span to speed things up, see above
|
|
|
|
|
if (vpos < font_span.first || vpos > font_span.last) {
|
|
|
|
|
font_span = par_.fontSpan(vpos);
|
|
|
|
|
font = text_.getFont(par_, vpos);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
const int width_pos =
|
2005-09-19 11:18:20 +00:00
|
|
|
|
text_.singleWidth(par_, pos, par_.getChar(pos), font);
|
2005-07-18 14:25:20 +00:00
|
|
|
|
|
2004-08-15 16:52:44 +00:00
|
|
|
|
if (x_ + width_pos < 0) {
|
|
|
|
|
x_ += width_pos;
|
2003-02-26 17:04:10 +00:00
|
|
|
|
++vpos;
|
|
|
|
|
continue;
|
|
|
|
|
}
|
2003-03-04 09:27:27 +00:00
|
|
|
|
|
2004-08-15 00:01:45 +00:00
|
|
|
|
is_struckout = isDeletedText(par_, pos);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
|
|
|
|
if (is_struckout && !running_strikeout) {
|
|
|
|
|
running_strikeout = true;
|
2003-07-28 12:20:42 +00:00
|
|
|
|
last_strikeout_x = int(x_);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
2003-03-04 09:27:27 +00:00
|
|
|
|
|
2004-08-15 00:01:45 +00:00
|
|
|
|
bool const highly_editable_inset = par_.isInset(pos)
|
|
|
|
|
&& isHighlyEditableInset(par_.getInset(pos));
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
2005-07-18 14:25:20 +00:00
|
|
|
|
// If we reach the end of a struck out range, paint it.
|
|
|
|
|
// We also don't paint across things like tables
|
2003-02-26 17:04:10 +00:00
|
|
|
|
if (running_strikeout && (highly_editable_inset || !is_struckout)) {
|
2005-07-18 14:25:20 +00:00
|
|
|
|
// Calculate 1/3 height of the buffer's default font
|
2005-03-22 10:57:10 +00:00
|
|
|
|
int const middle =
|
|
|
|
|
yo_ - font_metrics::maxAscent(text_.defaultfont_) / 3;
|
2003-07-28 12:20:42 +00:00
|
|
|
|
pain_.line(last_strikeout_x, middle, int(x_), middle,
|
2003-02-26 17:04:10 +00:00
|
|
|
|
LColor::strikeout, Painter::line_solid, Painter::line_thin);
|
|
|
|
|
running_strikeout = false;
|
|
|
|
|
}
|
2003-03-04 09:27:27 +00:00
|
|
|
|
|
2003-03-09 12:37:22 +00:00
|
|
|
|
if (body_pos > 0 && pos == body_pos - 1) {
|
2003-02-26 17:04:10 +00:00
|
|
|
|
int const lwidth = font_metrics::width(layout->labelsep,
|
|
|
|
|
getLabelFont());
|
|
|
|
|
|
2004-08-15 16:52:44 +00:00
|
|
|
|
x_ += label_hfill_ + lwidth - width_pos;
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
|
2004-08-15 00:01:45 +00:00
|
|
|
|
if (par_.isHfill(pos)) {
|
2003-02-26 17:04:10 +00:00
|
|
|
|
x_ += 1;
|
|
|
|
|
|
2004-11-30 01:59:49 +00:00
|
|
|
|
int const y0 = yo_;
|
2003-02-26 17:04:10 +00:00
|
|
|
|
int const y1 = y0 - defaultRowHeight() / 2;
|
|
|
|
|
|
2003-07-28 12:20:42 +00:00
|
|
|
|
pain_.line(int(x_), y1, int(x_), y0, LColor::added_space);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
2004-08-15 00:01:45 +00:00
|
|
|
|
if (hfillExpansion(par_, row_, pos)) {
|
2003-02-26 17:04:10 +00:00
|
|
|
|
int const y2 = (y0 + y1) / 2;
|
|
|
|
|
|
2003-03-09 12:37:22 +00:00
|
|
|
|
if (pos >= body_pos) {
|
2003-07-28 12:20:42 +00:00
|
|
|
|
pain_.line(int(x_), y2, int(x_ + hfill_), y2,
|
2003-02-26 17:04:10 +00:00
|
|
|
|
LColor::added_space,
|
|
|
|
|
Painter::line_onoffdash);
|
|
|
|
|
x_ += hfill_;
|
|
|
|
|
} else {
|
2003-07-28 12:20:42 +00:00
|
|
|
|
pain_.line(int(x_), y2, int(x_ + label_hfill_), y2,
|
2003-02-26 17:04:10 +00:00
|
|
|
|
LColor::added_space,
|
|
|
|
|
Painter::line_onoffdash);
|
|
|
|
|
x_ += label_hfill_;
|
|
|
|
|
}
|
2003-07-28 12:20:42 +00:00
|
|
|
|
pain_.line(int(x_), y1, int(x_), y0, LColor::added_space);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
x_ += 2;
|
|
|
|
|
++vpos;
|
2004-08-15 00:01:45 +00:00
|
|
|
|
} else if (par_.isSeparator(pos)) {
|
2004-08-15 16:52:44 +00:00
|
|
|
|
x_ += width_pos;
|
2003-03-09 12:37:22 +00:00
|
|
|
|
if (pos >= body_pos)
|
2003-02-26 17:04:10 +00:00
|
|
|
|
x_ += separator_;
|
|
|
|
|
++vpos;
|
|
|
|
|
} else {
|
2003-03-22 17:26:03 +00:00
|
|
|
|
paintFromPos(vpos);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2003-03-04 09:27:27 +00:00
|
|
|
|
|
2003-02-26 17:04:10 +00:00
|
|
|
|
// if we reach the end of a struck out range, paint it
|
|
|
|
|
if (running_strikeout) {
|
2005-03-22 10:57:10 +00:00
|
|
|
|
// calculate 1/3 height of the buffer's default font
|
|
|
|
|
int const middle =
|
|
|
|
|
yo_ - font_metrics::maxAscent(text_.defaultfont_) / 3;
|
2003-07-28 12:20:42 +00:00
|
|
|
|
pain_.line(last_strikeout_x, middle, int(x_), middle,
|
2003-02-26 17:04:10 +00:00
|
|
|
|
LColor::strikeout, Painter::line_solid, Painter::line_thin);
|
|
|
|
|
running_strikeout = false;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2005-12-30 19:02:52 +00:00
|
|
|
|
lyx::size_type calculateRowSignature(Row const & row, Paragraph const & par)
|
|
|
|
|
{
|
|
|
|
|
boost::crc_32_type crc;
|
|
|
|
|
for (lyx::pos_type i = row.pos(); i < row.endpos(); ++i) {
|
|
|
|
|
const unsigned char b[] = { par.getChar(i) };
|
|
|
|
|
crc.process_bytes(b, 1);
|
|
|
|
|
}
|
|
|
|
|
return crc.checksum();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2006-01-01 23:06:23 +00:00
|
|
|
|
bool isCursorOnRow(PainterInfo & pi, pit_type pit, RowList::const_iterator rit)
|
2005-12-30 19:02:52 +00:00
|
|
|
|
{
|
2006-01-01 23:06:23 +00:00
|
|
|
|
LCursor & cur = pi.base.bv->cursor();
|
|
|
|
|
for (lyx::size_type d = 0; d < cur.depth(); d++)
|
|
|
|
|
if (cur[d].pit() == pit
|
|
|
|
|
&& cur[d].pos() >= rit->pos()
|
2006-01-16 15:17:17 +00:00
|
|
|
|
&& cur[d].pos() <= rit->endpos())
|
2006-01-01 23:06:23 +00:00
|
|
|
|
return true;
|
2005-12-30 19:02:52 +00:00
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2004-11-30 01:59:49 +00:00
|
|
|
|
void paintPar
|
2005-12-30 19:02:52 +00:00
|
|
|
|
(PainterInfo & pi, LyXText const & text, pit_type pit, int x, int y,
|
|
|
|
|
bool repaintAll)
|
2003-07-14 17:50:00 +00:00
|
|
|
|
{
|
2004-11-30 01:59:49 +00:00
|
|
|
|
// lyxerr << " paintPar: pit: " << pit << " at y: " << y << endl;
|
|
|
|
|
static NullPainter nop;
|
|
|
|
|
static PainterInfo nullpi(pi.base.bv, nop);
|
|
|
|
|
int const ww = pi.base.bv->workHeight();
|
2005-01-06 15:40:49 +00:00
|
|
|
|
|
2005-07-18 11:00:15 +00:00
|
|
|
|
Paragraph const & par = text.paragraphs()[pit];
|
2004-11-30 01:59:49 +00:00
|
|
|
|
|
2005-01-31 16:29:48 +00:00
|
|
|
|
RowList::const_iterator const rb = par.rows().begin();
|
|
|
|
|
RowList::const_iterator const re = par.rows().end();
|
|
|
|
|
theCoords.parPos()[&text][pit] = Point(x, y);
|
2004-11-30 01:59:49 +00:00
|
|
|
|
|
|
|
|
|
y -= rb->ascent();
|
2005-12-30 19:02:52 +00:00
|
|
|
|
lyx::size_type rowno(0);
|
|
|
|
|
for (RowList::const_iterator rit = rb; rit != re; ++rit, ++rowno) {
|
2004-11-30 01:59:49 +00:00
|
|
|
|
y += rit->ascent();
|
2005-01-06 15:40:49 +00:00
|
|
|
|
|
2005-12-30 19:02:52 +00:00
|
|
|
|
// Row signature; has row changed since last paint?
|
|
|
|
|
lyx::size_type const row_sig = calculateRowSignature(*rit, par);
|
|
|
|
|
|
2006-01-01 23:06:23 +00:00
|
|
|
|
bool cursor_on_row = isCursorOnRow(pi, pit, rit);
|
|
|
|
|
|
2005-12-30 19:02:52 +00:00
|
|
|
|
// If selection is on, the current row signature differs from
|
|
|
|
|
// from cache, or cursor is inside an inset _on this row_,
|
|
|
|
|
// then paint the row
|
2006-01-01 23:06:23 +00:00
|
|
|
|
if (repaintAll || par.rowSignature()[rowno] != row_sig
|
|
|
|
|
|| cursor_on_row) {
|
2005-12-30 19:02:52 +00:00
|
|
|
|
// Add to row signature cache
|
|
|
|
|
par.rowSignature()[rowno] = row_sig;
|
|
|
|
|
|
|
|
|
|
bool const inside = (y + rit->descent() >= 0
|
|
|
|
|
&& y - rit->ascent() < ww);
|
|
|
|
|
RowPainter rp(inside ? pi : nullpi, text, pit, *rit, x, y);
|
|
|
|
|
// Clear background of this row
|
|
|
|
|
// (if paragraph background was not cleared)
|
|
|
|
|
if (!repaintAll) {
|
|
|
|
|
pi.pain.fillRectangle(x, y - rit->ascent(),
|
|
|
|
|
pi.base.bv->workWidth(), rit->height(),
|
|
|
|
|
text.backgroundColor());
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Instrumentation for testing row cache (see also
|
|
|
|
|
// 12 lines lower):
|
|
|
|
|
//lyxerr << "#";
|
|
|
|
|
rp.paintAppendix();
|
|
|
|
|
rp.paintDepthBar();
|
|
|
|
|
rp.paintChangeBar();
|
|
|
|
|
if (rit == rb)
|
|
|
|
|
rp.paintFirst();
|
|
|
|
|
if (rit + 1 == re)
|
|
|
|
|
rp.paintLast();
|
|
|
|
|
rp.paintText();
|
|
|
|
|
}
|
2004-11-30 01:59:49 +00:00
|
|
|
|
y += rit->descent();
|
2004-04-07 20:20:15 +00:00
|
|
|
|
}
|
2005-12-30 19:02:52 +00:00
|
|
|
|
//lyxerr << "." << endl;
|
2003-07-28 18:40:05 +00:00
|
|
|
|
}
|
|
|
|
|
|
2003-08-19 16:46:47 +00:00
|
|
|
|
} // namespace anon
|
|
|
|
|
|
|
|
|
|
|
2004-11-30 01:59:49 +00:00
|
|
|
|
void paintText(BufferView const & bv, ViewMetricsInfo const & vi)
|
2004-04-07 20:20:15 +00:00
|
|
|
|
{
|
2004-11-30 01:59:49 +00:00
|
|
|
|
Painter & pain = bv.painter();
|
|
|
|
|
LyXText * const text = bv.text();
|
2005-12-30 19:02:52 +00:00
|
|
|
|
bool const select = bv.cursor().selection();
|
2004-04-07 20:20:15 +00:00
|
|
|
|
|
2004-11-30 01:59:49 +00:00
|
|
|
|
PainterInfo pi(const_cast<BufferView *>(&bv), pain);
|
2005-12-30 19:02:52 +00:00
|
|
|
|
if (select || !vi.singlepar) {
|
|
|
|
|
// Clear background (Delegated to rows if no selection)
|
|
|
|
|
pain.fillRectangle(0, vi.y1, bv.workWidth(), vi.y2 - vi.y1,
|
|
|
|
|
text->backgroundColor());
|
|
|
|
|
}
|
|
|
|
|
if (select) {
|
|
|
|
|
text->drawSelection(pi, 0, 0);
|
|
|
|
|
}
|
2004-11-30 01:59:49 +00:00
|
|
|
|
|
|
|
|
|
int yy = vi.y1;
|
|
|
|
|
// draw contents
|
|
|
|
|
for (pit_type pit = vi.p1; pit <= vi.p2; ++pit) {
|
2005-12-30 19:02:52 +00:00
|
|
|
|
Paragraph const & par = text->getPar(pit);
|
|
|
|
|
yy += par.ascent();
|
|
|
|
|
paintPar(pi, *bv.text(), pit, 0, yy, select || !vi.singlepar);
|
|
|
|
|
yy += par.descent();
|
2004-11-30 01:59:49 +00:00
|
|
|
|
}
|
2005-01-06 15:40:49 +00:00
|
|
|
|
|
2005-10-07 12:00:41 +00:00
|
|
|
|
// Cache one paragraph above and one below
|
2005-05-31 14:40:30 +00:00
|
|
|
|
// Note MV: this cannot be suppressed even for singlepar.
|
|
|
|
|
// Try viewing the User Guide Mobius figure
|
2005-10-07 12:00:41 +00:00
|
|
|
|
|
2004-11-30 01:59:49 +00:00
|
|
|
|
if (vi.p1 > 0) {
|
|
|
|
|
text->redoParagraph(vi.p1 - 1);
|
2005-10-07 12:00:41 +00:00
|
|
|
|
theCoords.parPos()[bv.text()][vi.p1 - 1] =
|
|
|
|
|
Point(0, vi.y1 - text->getPar(vi.p1 - 1).descent());
|
2004-11-30 01:59:49 +00:00
|
|
|
|
}
|
|
|
|
|
|
2005-02-15 19:34:44 +00:00
|
|
|
|
if (vi.p2 < lyx::pit_type(text->paragraphs().size()) - 1) {
|
2004-11-30 01:59:49 +00:00
|
|
|
|
text->redoParagraph(vi.p2 + 1);
|
2005-10-07 12:00:41 +00:00
|
|
|
|
theCoords.parPos()[bv.text()][vi.p2 + 1] =
|
|
|
|
|
Point(0, vi.y2 + text->getPar(vi.p2 + 1).ascent());
|
2004-11-30 01:59:49 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// and grey out above (should not happen later)
|
2005-01-31 16:29:48 +00:00
|
|
|
|
// lyxerr << "par ascent: " << text->getPar(vi.p1).ascent() << endl;
|
2005-10-07 12:00:41 +00:00
|
|
|
|
if (vi.y1 > 0 && !vi.singlepar)
|
2004-11-30 01:59:49 +00:00
|
|
|
|
pain.fillRectangle(0, 0, bv.workWidth(), vi.y1, LColor::bottomarea);
|
|
|
|
|
|
|
|
|
|
// and possibly grey out below
|
2005-01-31 16:29:48 +00:00
|
|
|
|
// lyxerr << "par descent: " << text->getPar(vi.p1).ascent() << endl;
|
2005-10-07 12:00:41 +00:00
|
|
|
|
if (vi.y2 < bv.workHeight() && !vi.singlepar)
|
2004-11-30 01:59:49 +00:00
|
|
|
|
pain.fillRectangle(0, vi.y2, bv.workWidth(), bv.workHeight() - vi.y2, LColor::bottomarea);
|
2003-08-19 16:46:47 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2004-11-30 01:59:49 +00:00
|
|
|
|
void paintTextInset(LyXText const & text, PainterInfo & pi, int x, int y)
|
2003-08-19 16:46:47 +00:00
|
|
|
|
{
|
2004-11-30 01:59:49 +00:00
|
|
|
|
// lyxerr << " paintTextInset: y: " << y << endl;
|
|
|
|
|
|
|
|
|
|
y -= text.getPar(0).ascent();
|
|
|
|
|
for (int pit = 0; pit < int(text.paragraphs().size()); ++pit) {
|
|
|
|
|
y += text.getPar(pit).ascent();
|
2005-12-30 19:02:52 +00:00
|
|
|
|
paintPar(pi, text, pit, x, y, true);
|
2004-11-30 01:59:49 +00:00
|
|
|
|
y += text.getPar(pit).descent();
|
|
|
|
|
}
|
2003-08-19 16:46:47 +00:00
|
|
|
|
}
|