]> git.lyx.org Git - lyx.git/history - src/insets/InsetLine.cpp
Loop refactoring
[lyx.git] / src / insets / InsetLine.cpp
2020-08-07 Stephan Witt#9376 prepare use of Length in lyxrc - move the class...
2020-07-09 Juergen SpitzmuellerFix header inclusions
2020-07-08 Thibaut CuvelierNew DocBook support
2020-06-25 Jean-Marc LasgouttesRun codespell on src/insets
2020-06-15 Thibaut CuvelierRename XHTMLStream to XMLStream, move it to another...
2018-01-05 Jean-Marc LasgouttesMove the inPixels(MetricsBase) help from Length to...
2016-12-06 Jean-Marc LasgouttesGet rid of Inset::setDimCache
2016-12-06 Jean-Marc LasgouttesNow Inset::dimension is only an access to cache
2016-07-04 Guillaume MunchRationalise includes
2015-09-13 Georg BaumAdd some missing member variable initializations
2015-07-14 Jean-Marc LasgouttesUse integer line thickness in painter
2015-03-26 Jean-Marc LasgouttesImprove support for on screen length calculation
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-28 Lars Gullik BjønnesInsetLine.cpp: add <cstdlib>
2012-10-26 Lars Gullik Bjønnesinsets/InsetLine.cpp: use std::abs
2011-10-25 Uwe StöhrInsetLine.cpp: fix bug #7851
2011-04-01 Richard HeckClean up XHTML output a bit.
2011-02-10 Enrico ForestieriIntegrate texrow with otexstream in order to perform...
2011-01-29 Enrico ForestieriIntroduce a wrapper class for odocstream to help ensuri...
2010-12-08 Jean-Marc LasgouttesTry to finally fix #6930. All the paths that did not...
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