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
|
|
|
|
|
2003-02-26 17:04:10 +00:00
|
|
|
|
using lyx::pos_type;
|
2004-03-25 09:16:36 +00:00
|
|
|
|
using lyx::par_type;
|
2003-11-24 16:26:55 +00:00
|
|
|
|
|
|
|
|
|
using std::endl;
|
2003-10-06 15:43:21 +00:00
|
|
|
|
using std::max;
|
|
|
|
|
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-04-07 20:20:15 +00:00
|
|
|
|
RowPainter(BufferView const & bv, Painter & pain, LyXText const & text,
|
|
|
|
|
par_type pit, RowList::iterator rit, int y);
|
2003-07-14 17:50:00 +00:00
|
|
|
|
private:
|
|
|
|
|
// paint various parts
|
|
|
|
|
void paintBackground();
|
|
|
|
|
void paintSelection();
|
|
|
|
|
void paintAppendix();
|
|
|
|
|
void paintDepthBar();
|
|
|
|
|
void paintChangeBar();
|
|
|
|
|
void paintFirst();
|
|
|
|
|
void paintLast();
|
2003-07-28 12:20:42 +00:00
|
|
|
|
void paintForeignMark(double orig_x, LyXFont const & orig_font);
|
2003-07-14 17:50:00 +00:00
|
|
|
|
void paintHebrewComposeChar(lyx::pos_type & vpos);
|
|
|
|
|
void paintArabicComposeChar(lyx::pos_type & vpos);
|
|
|
|
|
void paintChars(lyx::pos_type & vpos, bool hebrew, bool arabic);
|
|
|
|
|
int paintAppendixStart(int y);
|
|
|
|
|
void paintText();
|
|
|
|
|
void paintFromPos(lyx::pos_type & vpos);
|
|
|
|
|
void paintInset(lyx::pos_type const pos);
|
|
|
|
|
|
|
|
|
|
/// return left margin
|
|
|
|
|
int leftMargin() const;
|
|
|
|
|
|
|
|
|
|
/// return the font at the given pos
|
|
|
|
|
LyXFont const getFont(lyx::pos_type pos) const;
|
|
|
|
|
|
|
|
|
|
/// return the label font for this row
|
|
|
|
|
LyXFont const getLabelFont() const;
|
|
|
|
|
|
|
|
|
|
/// return pixel width for the given pos
|
|
|
|
|
int singleWidth(lyx::pos_type pos) const;
|
|
|
|
|
int singleWidth(lyx::pos_type pos, char c) const;
|
|
|
|
|
|
|
|
|
|
/// bufferview to paint on
|
|
|
|
|
BufferView const & bv_;
|
|
|
|
|
|
|
|
|
|
/// Painter to use
|
|
|
|
|
Painter & pain_;
|
|
|
|
|
|
|
|
|
|
/// LyXText for the row
|
|
|
|
|
LyXText const & text_;
|
2004-03-25 09:16:36 +00:00
|
|
|
|
ParagraphList & pars_;
|
2003-07-14 17:50:00 +00:00
|
|
|
|
|
|
|
|
|
/// The row to paint
|
2003-10-23 08:15:57 +00:00
|
|
|
|
RowList::iterator const rit_;
|
|
|
|
|
Row & row_;
|
2003-07-14 17:50:00 +00:00
|
|
|
|
|
|
|
|
|
/// Row's paragraph
|
2004-08-15 00:01:45 +00:00
|
|
|
|
par_type const pit_;
|
|
|
|
|
Paragraph const & par_;
|
2003-07-14 17:50:00 +00:00
|
|
|
|
|
|
|
|
|
// Looks ugly - is
|
2003-07-28 12:20:42 +00:00
|
|
|
|
double xo_;
|
2003-07-14 17:50:00 +00:00
|
|
|
|
int yo_;
|
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-04-07 20:20:15 +00:00
|
|
|
|
RowPainter::RowPainter(BufferView const & bv, Painter & pain,
|
|
|
|
|
LyXText const & text, par_type pit, RowList::iterator rit, int y)
|
|
|
|
|
: bv_(bv), pain_(pain), text_(text), pars_(text.paragraphs()),
|
2004-08-15 00:01:45 +00:00
|
|
|
|
rit_(rit), row_(*rit), pit_(pit), par_(text.paragraphs()[pit]),
|
2004-04-07 20:20:15 +00:00
|
|
|
|
xo_(text_.xo_), yo_(y), width_(text_.width())
|
2003-11-24 16:26:55 +00:00
|
|
|
|
{
|
2004-01-30 11:41:12 +00:00
|
|
|
|
//lyxerr << "RowPainter: x: " << x_ << " xo: " << xo << " yo: " << yo
|
|
|
|
|
// << " pit->y: " << pit_->y
|
2004-08-15 00:01:45 +00:00
|
|
|
|
// << " row: " << (par_.size() ? par_.getChar(row_.pos()) : 'X') << endl;
|
2004-08-14 15:55:22 +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-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
|
|
|
|
|
|
|
|
|
// background has already been cleared.
|
2003-11-28 08:55:12 +00:00
|
|
|
|
if (&text_ == bv_.text())
|
2003-11-24 16:26:55 +00:00
|
|
|
|
paintBackground();
|
|
|
|
|
|
|
|
|
|
// paint the selection background
|
2004-02-06 11:50:13 +00:00
|
|
|
|
if (bv_.cursor().selection() && &text_ == bv_.cursor().text())
|
2004-02-06 11:12:49 +00:00
|
|
|
|
paintSelection();
|
2003-11-24 16:26:55 +00:00
|
|
|
|
|
|
|
|
|
// vertical lines for appendix
|
|
|
|
|
paintAppendix();
|
|
|
|
|
|
|
|
|
|
// environment depth brackets
|
|
|
|
|
paintDepthBar();
|
|
|
|
|
|
|
|
|
|
// changebar
|
|
|
|
|
paintChangeBar();
|
|
|
|
|
|
|
|
|
|
if (row_.pos() == 0)
|
|
|
|
|
paintFirst();
|
|
|
|
|
|
2004-08-15 00:01:45 +00:00
|
|
|
|
if (row_.endpos() >= par_.size())
|
2003-11-24 16:26:55 +00:00
|
|
|
|
paintLast();
|
|
|
|
|
|
|
|
|
|
// paint text
|
|
|
|
|
paintText();
|
|
|
|
|
}
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// "temporary"
|
|
|
|
|
LyXFont const RowPainter::getFont(pos_type pos) const
|
|
|
|
|
{
|
2004-08-15 00:01:45 +00:00
|
|
|
|
return text_.getFont(par_, pos);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
int RowPainter::singleWidth(lyx::pos_type pos) const
|
|
|
|
|
{
|
2004-08-15 00:01:45 +00:00
|
|
|
|
return text_.singleWidth(par_, pos);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
int RowPainter::singleWidth(lyx::pos_type pos, char c) const
|
|
|
|
|
{
|
2004-08-15 00:01:45 +00:00
|
|
|
|
LyXFont const & font = text_.getFont(par_, pos);
|
|
|
|
|
return text_.singleWidth(par_, pos, c, font);
|
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
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2003-03-22 17:26:03 +00:00
|
|
|
|
void RowPainter::paintInset(pos_type const pos)
|
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_);
|
2003-05-30 06:48:24 +00:00
|
|
|
|
pi.base.font = getFont(pos);
|
2004-08-14 23:57:29 +00:00
|
|
|
|
pi.ltr_pos = (text_.bidi.level(pos) % 2 == 0);
|
2004-08-14 14:03:42 +00:00
|
|
|
|
theCoords.insets_.add(inset, int(x_), yo_ + row_.baseline());
|
2004-02-02 17:32:56 +00:00
|
|
|
|
inset->drawSelection(pi, int(x_), yo_ + row_.baseline());
|
2003-10-23 08:15:57 +00:00
|
|
|
|
inset->draw(pi, int(x_), yo_ + row_.baseline());
|
2003-07-18 14:04:49 +00:00
|
|
|
|
x_ += inset->width();
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void RowPainter::paintHebrewComposeChar(pos_type & vpos)
|
|
|
|
|
{
|
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;
|
|
|
|
|
|
|
|
|
|
LyXFont const & font = getFont(pos);
|
|
|
|
|
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)) {
|
2003-10-23 08:15:57 +00:00
|
|
|
|
int const width2 = singleWidth(i, c);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
// dalet / resh
|
|
|
|
|
dx = (c == '<EFBFBD>' || c == '<EFBFBD>')
|
|
|
|
|
? width2 - width
|
|
|
|
|
: (width2 - width) / 2;
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Draw nikud
|
2003-10-23 08:15:57 +00:00
|
|
|
|
pain_.text(int(x_) + dx, yo_ + row_.baseline(), str, font);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void RowPainter::paintArabicComposeChar(pos_type & vpos)
|
|
|
|
|
{
|
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;
|
|
|
|
|
|
|
|
|
|
LyXFont const & font = getFont(pos);
|
|
|
|
|
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)) {
|
2003-10-23 08:15:57 +00:00
|
|
|
|
int const width2 = singleWidth(i, c);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
dx = (width2 - width) / 2;
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
// Draw nikud
|
2003-10-23 08:15:57 +00:00
|
|
|
|
pain_.text(int(x_) + dx, yo_ + row_.baseline(), str, font);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void RowPainter::paintChars(pos_type & vpos, bool hebrew, bool arabic)
|
|
|
|
|
{
|
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();
|
2003-07-15 11:08:02 +00:00
|
|
|
|
LyXFont orig_font = getFont(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
|
|
|
|
|
2004-08-15 00:01:45 +00:00
|
|
|
|
bool prev_struckout = isDeletedText(par_, pos);
|
|
|
|
|
bool prev_newtext = isInsertedText(par_, pos);
|
2003-03-04 09:27:27 +00:00
|
|
|
|
|
2003-02-26 17:04:10 +00:00
|
|
|
|
// collect as much similar chars as we can
|
2003-10-27 15:39:59 +00:00
|
|
|
|
for (++vpos; vpos < end && (pos = text_.bidi.vis2log(vpos)) >= 0; ++vpos) {
|
2004-08-15 00:01:45 +00:00
|
|
|
|
char c = par_.getChar(pos);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
|
|
|
|
if (!IsPrintableNonspace(c))
|
|
|
|
|
break;
|
|
|
|
|
|
2004-08-15 00:01:45 +00:00
|
|
|
|
if (prev_struckout != isDeletedText(par_, pos))
|
2003-02-26 17:04:10 +00:00
|
|
|
|
break;
|
2003-03-04 09:27:27 +00:00
|
|
|
|
|
2004-08-15 00:01:45 +00:00
|
|
|
|
if (prev_newtext != isInsertedText(par_, pos))
|
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 (orig_font != getFont(pos))
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
2003-10-27 12:41:26 +00:00
|
|
|
|
if (prev_struckout)
|
2003-02-26 17:04:10 +00:00
|
|
|
|
orig_font.setColor(LColor::strikeout);
|
2003-10-27 12:41:26 +00:00
|
|
|
|
else if (prev_newtext)
|
2003-02-26 17:04:10 +00:00
|
|
|
|
orig_font.setColor(LColor::newtext);
|
|
|
|
|
|
|
|
|
|
// Draw text and set the new x position
|
2003-10-23 08:15:57 +00:00
|
|
|
|
//lyxerr << "paint row: yo_ " << yo_ << " baseline: " << row_.baseline()
|
2003-07-22 15:12:04 +00:00
|
|
|
|
// << "\n";
|
2003-10-23 08:15:57 +00:00
|
|
|
|
pain_.text(int(x_), yo_ + row_.baseline(), str, orig_font);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
x_ += font_metrics::width(str, orig_font);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2003-07-28 12:20:42 +00:00
|
|
|
|
void RowPainter::paintForeignMark(double orig_x, LyXFont const & orig_font)
|
2003-02-26 17:04:10 +00:00
|
|
|
|
{
|
|
|
|
|
if (!lyxrc.mark_foreign_language)
|
|
|
|
|
return;
|
|
|
|
|
if (orig_font.language() == latex_language)
|
|
|
|
|
return;
|
2003-09-09 09:47:59 +00:00
|
|
|
|
if (orig_font.language() == bv_.buffer()->params().language)
|
2003-02-26 17:04:10 +00:00
|
|
|
|
return;
|
|
|
|
|
|
2003-10-23 08:15:57 +00:00
|
|
|
|
int const y = yo_ + row_.baseline() + 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);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
|
|
|
|
LyXFont const & orig_font = getFont(pos);
|
|
|
|
|
|
2003-07-28 12:20:42 +00:00
|
|
|
|
double const orig_x = x_;
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
2004-08-15 00:01:45 +00:00
|
|
|
|
char const c = par_.getChar(pos);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
2003-09-16 12:12:33 +00:00
|
|
|
|
if (c == Paragraph::META_INSET) {
|
2003-03-22 17:26:03 +00:00
|
|
|
|
paintInset(pos);
|
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
|
|
|
|
|
|
|
|
|
|
// special case languages
|
|
|
|
|
bool const hebrew = (orig_font.language()->lang() == "hebrew");
|
|
|
|
|
bool const arabic =
|
|
|
|
|
orig_font.language()->lang() == "arabic" &&
|
|
|
|
|
(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))) {
|
|
|
|
|
paintChars(vpos, hebrew, arabic);
|
|
|
|
|
} else if (hebrew) {
|
|
|
|
|
paintHebrewComposeChar(vpos);
|
|
|
|
|
} else if (arabic) {
|
|
|
|
|
paintArabicComposeChar(vpos);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
paintForeignMark(orig_x, orig_font);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2003-03-17 01:34:36 +00:00
|
|
|
|
void RowPainter::paintBackground()
|
2003-02-26 17:04:10 +00:00
|
|
|
|
{
|
2003-07-28 12:20:42 +00:00
|
|
|
|
int const x = int(xo_);
|
2003-03-17 01:34:36 +00:00
|
|
|
|
int const y = yo_ < 0 ? 0 : yo_;
|
2003-10-23 08:15:57 +00:00
|
|
|
|
int const h = yo_ < 0 ? row_.height() + yo_ : row_.height();
|
2003-03-17 01:34:36 +00:00
|
|
|
|
pain_.fillRectangle(x, y, width_, h, text_.backgroundColor());
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void RowPainter::paintSelection()
|
|
|
|
|
{
|
2004-08-15 00:01:45 +00:00
|
|
|
|
bool const is_rtl = text_.isRTL(par_);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
|
|
|
|
// the current selection
|
2004-01-20 14:25:24 +00:00
|
|
|
|
LCursor const & cur = bv_.cursor();
|
2004-01-26 10:13:15 +00:00
|
|
|
|
int const starty = text_.cursorY(cur.selBegin());
|
2004-01-20 14:25:24 +00:00
|
|
|
|
int const endy = text_.cursorY(cur.selEnd());
|
2004-03-25 09:16:36 +00:00
|
|
|
|
par_type startpit = cur.selBegin().par();
|
|
|
|
|
par_type endpit = cur.selEnd().par();
|
|
|
|
|
RowList::iterator startrow = pars_[startpit].getRow(cur.selBegin().pos());
|
|
|
|
|
RowList::iterator endrow = pars_[endpit].getRow(cur.selEnd().pos());
|
2003-10-27 12:41:26 +00:00
|
|
|
|
int const h = row_.height();
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
2004-08-15 00:01:45 +00:00
|
|
|
|
int const row_y = text_.yo_ + par_.y + row_.y_offset();
|
2003-11-22 15:51:12 +00:00
|
|
|
|
|
2003-11-24 16:36:59 +00:00
|
|
|
|
bool const sel_starts_here = startpit == pit_ && startrow == rit_;
|
|
|
|
|
bool const sel_ends_here = endpit == pit_ && endrow == rit_;
|
|
|
|
|
bool const sel_on_one_row = sel_starts_here && sel_ends_here;
|
|
|
|
|
|
2003-10-23 13:28:49 +00:00
|
|
|
|
if (text_.bidi.same_direction()) {
|
2003-11-24 16:36:59 +00:00
|
|
|
|
if (sel_on_one_row) {
|
2004-04-07 20:20:15 +00:00
|
|
|
|
int const startx = text_.cursorX(cur.selBegin());
|
|
|
|
|
int const endx = text_.cursorX(cur.selEnd());
|
2004-03-01 21:10:47 +00:00
|
|
|
|
int const x1 = is_rtl ? endx : startx;
|
|
|
|
|
int const x2 = is_rtl ? startx : endx;
|
|
|
|
|
pain_.fillRectangle(x1, yo_, x2 - x1, h, LColor::selection);
|
2003-11-24 16:36:59 +00:00
|
|
|
|
} else if (sel_starts_here) {
|
2004-04-07 20:20:15 +00:00
|
|
|
|
int const startx = text_.cursorX(cur.selBegin());
|
2004-03-01 21:10:47 +00:00
|
|
|
|
int const x1 = is_rtl ? int(xo_) : startx;
|
|
|
|
|
int const x2 = is_rtl ? startx : int(xo_) + width_;
|
|
|
|
|
pain_.fillRectangle(x1, yo_, x2 - x1, h, LColor::selection);
|
2003-11-24 16:36:59 +00:00
|
|
|
|
} else if (sel_ends_here) {
|
2004-04-07 20:20:15 +00:00
|
|
|
|
int const endx = text_.cursorX(cur.selEnd());
|
2004-03-01 21:10:47 +00:00
|
|
|
|
int const x1 = is_rtl ? endx : int(xo_);
|
|
|
|
|
int const x2 = is_rtl ? int(xo_) + width_ : endx;
|
|
|
|
|
pain_.fillRectangle(x1, yo_, x2 - x1, h, LColor::selection);
|
2003-11-17 20:28:11 +00:00
|
|
|
|
} else if (row_y > starty && row_y < endy) {
|
2003-11-24 16:26:55 +00:00
|
|
|
|
pain_.fillRectangle(int(xo_), yo_, width_, h, LColor::selection);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
return;
|
2003-10-27 12:41:26 +00:00
|
|
|
|
}
|
2003-11-03 17:47:28 +00:00
|
|
|
|
|
2003-11-24 16:26:55 +00:00
|
|
|
|
if ((startpit != pit_ && startrow != rit_ && !is_rtl)
|
|
|
|
|
|| (endpit != pit_ && endrow != rit_ && is_rtl))
|
2003-07-28 12:20:42 +00:00
|
|
|
|
pain_.fillRectangle(int(xo_), yo_,
|
2003-10-27 12:41:26 +00:00
|
|
|
|
int(x_), h, LColor::selection);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
2004-08-15 00:01:45 +00:00
|
|
|
|
pos_type const body_pos = par_.beginOfBody();
|
2003-10-27 11:44:10 +00:00
|
|
|
|
pos_type const end = row_.endpos();
|
2003-07-28 12:20:42 +00:00
|
|
|
|
double tmpx = x_;
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
2003-10-27 11:44:10 +00:00
|
|
|
|
for (pos_type vpos = row_.pos(); vpos < end; ++vpos) {
|
2003-10-23 13:28:49 +00:00
|
|
|
|
pos_type pos = text_.bidi.vis2log(vpos);
|
2003-07-28 12:20:42 +00:00
|
|
|
|
double const old_tmpx = tmpx;
|
2003-03-09 12:37:22 +00:00
|
|
|
|
if (body_pos > 0 && pos == body_pos - 1) {
|
2004-08-15 00:01:45 +00:00
|
|
|
|
LyXLayout_ptr const & layout = par_.layout();
|
2003-02-26 17:04:10 +00:00
|
|
|
|
LyXFont const lfont = getLabelFont();
|
|
|
|
|
|
|
|
|
|
tmpx += label_hfill_ + font_metrics::width(layout->labelsep, lfont);
|
|
|
|
|
|
2004-08-15 00:01:45 +00:00
|
|
|
|
if (par_.isLineSeparator(body_pos - 1))
|
2003-03-09 12:37:22 +00:00
|
|
|
|
tmpx -= singleWidth(body_pos - 1);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
|
2003-11-21 16:35:46 +00:00
|
|
|
|
tmpx += singleWidth(pos);
|
|
|
|
|
|
2004-08-15 00:01:45 +00:00
|
|
|
|
if (hfillExpansion(par_, row_, pos)) {
|
2003-03-09 12:37:22 +00:00
|
|
|
|
if (pos >= body_pos)
|
2003-02-26 17:04:10 +00:00
|
|
|
|
tmpx += hfill_;
|
|
|
|
|
else
|
|
|
|
|
tmpx += label_hfill_;
|
|
|
|
|
} else {
|
2004-08-15 00:01:45 +00:00
|
|
|
|
if (par_.isSeparator(pos) && pos >= body_pos)
|
2003-11-21 16:35:46 +00:00
|
|
|
|
tmpx += separator_;
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
|
2003-11-24 16:26:55 +00:00
|
|
|
|
if (((startpit != pit_ && startrow != rit_)
|
2004-01-26 10:13:15 +00:00
|
|
|
|
|| cur.selBegin().pos() <= pos) &&
|
2003-11-24 16:26:55 +00:00
|
|
|
|
((endpit != pit_ && endrow != rit_)
|
2004-01-20 14:25:24 +00:00
|
|
|
|
|| pos < cur.selEnd().pos())) {
|
2003-02-26 17:04:10 +00:00
|
|
|
|
// Here we do not use x_ as xo_ was added to x_.
|
|
|
|
|
pain_.fillRectangle(int(old_tmpx), yo_,
|
2003-10-27 12:41:26 +00:00
|
|
|
|
int(tmpx - old_tmpx + 1), h, LColor::selection);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2003-11-22 15:51:12 +00:00
|
|
|
|
if ((startpit != pit_ && startrow != rit_ && is_rtl) ||
|
|
|
|
|
(endpit != pit_ && endrow != rit_ && !is_rtl)) {
|
2003-07-28 12:20:42 +00:00
|
|
|
|
pain_.fillRectangle(int(xo_ + tmpx),
|
2003-11-25 11:17:27 +00:00
|
|
|
|
yo_, int(width_ - tmpx), h, LColor::selection);
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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_)
|
|
|
|
|
? row_.baseline()
|
|
|
|
|
: row_.height() + boost::next(rit_)->top_of_text();
|
2003-03-04 09:27:27 +00:00
|
|
|
|
|
2003-02-26 17:04:10 +00:00
|
|
|
|
pain_.fillRectangle(4, yo_, 5, height, LColor::changebar);
|
|
|
|
|
}
|
|
|
|
|
|
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;
|
|
|
|
|
|
|
|
|
|
int y = yo_;
|
|
|
|
|
|
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-03-25 09:16:36 +00:00
|
|
|
|
par_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-03-25 09:16:36 +00:00
|
|
|
|
par_type pit2 = pit_;
|
|
|
|
|
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();
|
|
|
|
|
|
2003-10-23 08:15:57 +00:00
|
|
|
|
int const h = yo_ + row_.height() - 1 - (i - next_depth - 1) * 3;
|
2003-02-26 17:04:10 +00:00
|
|
|
|
|
|
|
|
|
pain_.line(x, yo_, x, h, LColor::depthbar);
|
|
|
|
|
|
2003-07-28 12:20:42 +00:00
|
|
|
|
if (i > prev_depth)
|
2003-02-26 17:04:10 +00:00
|
|
|
|
pain_.fillRectangle(x, yo_, w, 2, LColor::depthbar);
|
2003-07-28 12:20:42 +00:00
|
|
|
|
if (i > next_depth)
|
2003-02-26 17:04:10 +00:00
|
|
|
|
pain_.fillRectangle(x, h, w, 2, LColor::depthbar);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
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())
|
2003-03-13 19:55:39 +00:00
|
|
|
|
y_top += paintAppendixStart(yo_ + y_top + 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
|
|
|
|
|
|
|
|
|
LyXFont font = getLabelFont();
|
2004-08-15 00:01:45 +00:00
|
|
|
|
if (!par_.getLabelstring().empty()) {
|
2003-07-28 12:20:42 +00:00
|
|
|
|
double x = x_;
|
2004-08-15 00:01:45 +00:00
|
|
|
|
string const str = par_.getLabelstring();
|
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") {
|
2003-09-09 09:47:59 +00:00
|
|
|
|
if (buffer.params().secnumdepth >= 0) {
|
2003-02-26 17:04:10 +00:00
|
|
|
|
float spacing_val = 1.0;
|
|
|
|
|
if (!parparams.spacing().isDefault()) {
|
|
|
|
|
spacing_val = parparams.spacing().getValue();
|
|
|
|
|
} else {
|
2003-09-09 17:00:19 +00:00
|
|
|
|
spacing_val = buffer.params().spacing().getValue();
|
2003-02-26 17:04:10 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
int const maxdesc =
|
|
|
|
|
int(font_metrics::maxDescent(font) * layout->spacing.getValue() * spacing_val)
|
|
|
|
|
+ int(layout->parsep) * defaultRowHeight();
|
|
|
|
|
|
|
|
|
|
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);
|
|
|
|
|
}
|
|
|
|
|
|
2003-07-28 12:20:42 +00:00
|
|
|
|
pain_.text(int(x),
|
2003-10-23 08:15:57 +00:00
|
|
|
|
yo_ + row_.baseline() -
|
|
|
|
|
row_.ascent_of_text() - maxdesc,
|
2003-02-26 17:04:10 +00:00
|
|
|
|
str, font);
|
|
|
|
|
}
|
|
|
|
|
} 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);
|
|
|
|
|
}
|
|
|
|
|
|
2003-10-23 08:15:57 +00:00
|
|
|
|
pain_.text(int(x), yo_ + row_.baseline(), 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();
|
2003-02-26 17:04:10 +00:00
|
|
|
|
float spacing_val = 1.0;
|
|
|
|
|
if (!parparams.spacing().isDefault()) {
|
|
|
|
|
spacing_val = parparams.spacing().getValue();
|
|
|
|
|
} else {
|
2003-09-09 17:00:19 +00:00
|
|
|
|
spacing_val = buffer.params().spacing().getValue();
|
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) {
|
|
|
|
|
x = ((is_rtl ? leftMargin() : x_)
|
2004-08-15 00:01:45 +00:00
|
|
|
|
+ width_ - text_.rightMargin(par_)) / 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);
|
|
|
|
|
}
|
2003-07-28 12:20:42 +00:00
|
|
|
|
pain_.text(int(x),
|
2003-10-23 08:15:57 +00:00
|
|
|
|
yo_ + row_.baseline() - row_.ascent_of_text() - maxdesc,
|
2003-02-26 17:04:10 +00:00
|
|
|
|
str, font);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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));
|
2003-10-28 11:18:40 +00:00
|
|
|
|
int const y = yo_ + row_.baseline() - 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();
|
2003-10-23 08:15:57 +00:00
|
|
|
|
pain_.text(int(x), yo_ + row_.baseline(), 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
|
|
|
|
|
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
|
|
|
|
|
2003-10-23 13:28:49 +00:00
|
|
|
|
pos_type 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;
|
|
|
|
|
}
|
|
|
|
|
|
2003-02-26 17:04:10 +00:00
|
|
|
|
if (x_ + singleWidth(pos) < 0) {
|
|
|
|
|
x_ += singleWidth(pos);
|
|
|
|
|
++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
|
|
|
|
|
|
|
|
|
// if we reach the end of a struck out range, paint it
|
|
|
|
|
// we also don't paint across things like tables
|
|
|
|
|
if (running_strikeout && (highly_editable_inset || !is_struckout)) {
|
2003-10-27 12:41:26 +00:00
|
|
|
|
int const middle = yo_ + (row_.baseline() + row_.top_of_text()) / 2;
|
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());
|
|
|
|
|
|
2003-07-22 11:54:39 +00:00
|
|
|
|
x_ += label_hfill_ + lwidth - singleWidth(body_pos - 1);
|
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;
|
|
|
|
|
|
2003-10-23 08:15:57 +00:00
|
|
|
|
int const y0 = yo_ + row_.baseline();
|
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)) {
|
2003-02-26 17:04:10 +00:00
|
|
|
|
x_ += singleWidth(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) {
|
2003-10-27 12:41:26 +00:00
|
|
|
|
int const middle = yo_ + (row_.baseline() + row_.top_of_text()) / 2;
|
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;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2004-04-07 20:20:15 +00:00
|
|
|
|
int paintPars(BufferView const & bv, Painter & pain,
|
|
|
|
|
LyXText const & text, par_type pit, par_type end)
|
2003-07-14 17:50:00 +00:00
|
|
|
|
{
|
2003-11-21 17:03:04 +00:00
|
|
|
|
//lyxerr << " paintRows: pit: " << &*pit << endl;
|
2004-03-25 09:16:36 +00:00
|
|
|
|
ParagraphList & pars = text.paragraphs();
|
2004-04-07 20:20:15 +00:00
|
|
|
|
|
|
|
|
|
int y = pars[pit].y + text.yo_ - bv.top_y();
|
|
|
|
|
|
|
|
|
|
for (; pit != end; ++pit) {
|
2004-03-25 09:16:36 +00:00
|
|
|
|
RowList::iterator row = pars[pit].rows.begin();
|
|
|
|
|
RowList::iterator rend = pars[pit].rows.end();
|
2003-08-15 08:03:54 +00:00
|
|
|
|
|
2004-08-13 21:20:29 +00:00
|
|
|
|
// We draw full paragraphs to get the (xo, yo) cache of all
|
|
|
|
|
// contained insets right. This is needed for properly working
|
|
|
|
|
// editXY. And maybe not even sufficient.
|
|
|
|
|
// FIXME: Alfredo, please have a look at the coordinate business
|
|
|
|
|
// again.
|
2003-08-15 08:03:54 +00:00
|
|
|
|
for ( ; row != rend; ++row) {
|
2004-04-07 20:20:15 +00:00
|
|
|
|
RowPainter(bv, pain, text, pit, row, y);
|
2003-11-21 17:03:04 +00:00
|
|
|
|
y += row->height();
|
2003-08-15 08:03:54 +00:00
|
|
|
|
}
|
|
|
|
|
|
2004-04-07 20:20:15 +00:00
|
|
|
|
}
|
2003-07-28 20:04:43 +00:00
|
|
|
|
return y;
|
2003-07-28 18:40:05 +00:00
|
|
|
|
}
|
|
|
|
|
|
2003-08-19 16:46:47 +00:00
|
|
|
|
} // namespace anon
|
|
|
|
|
|
|
|
|
|
|
2004-04-07 20:20:15 +00:00
|
|
|
|
void refreshPar(BufferView const & bv, LyXText const & text, par_type pit)
|
|
|
|
|
{
|
|
|
|
|
static NullPainter nop;
|
|
|
|
|
paintPars(bv, nop, text, pit, pit + 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2003-11-28 08:55:12 +00:00
|
|
|
|
int paintText(BufferView const & bv)
|
2003-08-19 16:46:47 +00:00
|
|
|
|
{
|
2004-04-07 20:20:15 +00:00
|
|
|
|
par_type pit, end;
|
|
|
|
|
getParsInRange(bv.text()->paragraphs(), bv.top_y(),
|
|
|
|
|
bv.top_y() + bv.workHeight(), pit, end);
|
2004-02-06 09:34:04 +00:00
|
|
|
|
//lyxerr << "top_y: " << bv.top_y() << " y: " << pit->y << endl;
|
2004-04-07 20:20:15 +00:00
|
|
|
|
return paintPars(bv, bv.painter(), *bv.text(), pit, end);
|
2003-08-19 16:46:47 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2004-04-07 20:20:15 +00:00
|
|
|
|
void paintTextInset(LyXText const & text, PainterInfo & pi)
|
2003-08-19 16:46:47 +00:00
|
|
|
|
{
|
2004-04-07 20:20:15 +00:00
|
|
|
|
paintPars(*pi.base.bv, pi.pain, text, 0, text.paragraphs().size());
|
2003-08-19 16:46:47 +00:00
|
|
|
|
}
|