]> git.lyx.org Git - lyx.git/history - src/insets/InsetLine.cpp
* ANNOUNCE
[lyx.git] / src / insets / InsetLine.cpp
2010-10-31 Vincent van RavesteijnMore include frenzy.
2010-10-29 Vincent van RavesteijnRemove InsetCommand::mailer_name_.
2010-10-29 Vincent van RavesteijnRemove the name parameter from string2params and params...
2010-09-17 Uwe StöhrInsetLine:
2010-09-16 Abdelrazak YounesInsetLine: Fix vertical positioning, offset is really...
2010-09-16 Abdelrazak YounesRemove uneeded hack.
2010-09-16 Abdelrazak YounesFix InsetLine painting for exotic offset and heigth.
2010-09-15 Abdelrazak Younes* add InsetLine::dimension() to avoid calling InsetComm...
2010-09-15 Abdelrazak Younesrevert r35374 and further improve the metrics and drawi...
2010-09-14 Uwe StöhrInsetLine.cpp: correct coding style
2010-09-14 Uwe StöhrInsetLine.cpp: restore the drawing routine after r35373...
2010-09-14 Abdelrazak YounesFix InsetLine metrics and drawing.
2010-09-14 Abdelrazak Younescoding style and C++ fixes.
2010-09-07 Pavel SandaCommit clash, Abdel just fixed it another way.
2010-09-07 Pavel SandaCompilation fix for 'abs'
2010-09-07 Abdelrazak YounesGcc compile fix. abs is defined for float not int.
2010-09-07 Pavel SandaSquash warning
2010-09-07 Uwe StöhrInsetLine.cpp: remove unused include
2010-09-07 Uwe StöhrInsetLine: support for the LaTeX command \rule; kick...
2010-09-05 Uwe StöhrInsetLine.cpp: fix #6863: use text color also for lines...
2010-09-05 Uwe StöhrInsetLine.cpp: compile fix for r35283
2010-08-25 Uwe StöhrInsetLine.cpp: use text color also for lyxlines
2010-08-24 Uwe Stöhr\lyxline is a LyX-specific macro that creates a line...
2010-01-19 Richard HeckMove the StartTag, EndTag, and CompTag classes into...
2009-11-25 Richard HeckRestore XHTML output for InsetLine.
2009-06-12 Richard HeckWell, it turns out that we need a different return...
2009-06-12 Richard HeckThe return value for xhtml() is not going to be needed.
2009-06-05 Richard HeckHTML output code for a handful of easy insets.
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-06-18 Pavel SandaFix include orderings.
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-18 Abdelrazak Younesheader cleanup
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-09-25 Abdelrazak YounesFix drawing of horizontal line and page break.
2007-09-21 Abdelrazak Younes* Inset:
2007-08-30 André Pönitzuse bald pointers in clone()
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-29 André PönitzLyXText -> Text
2007-04-26 André Pönitzrename LColor into Color
2007-04-26 André Pönitzrename LyXLex into Lexer
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 2