]> git.lyx.org Git - lyx.git/history - src/ParagraphParameters.cpp
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / ParagraphParameters.cpp
2024-04-28 Jean-Marc LasgouttesMove Lexer to support/ directory (and lyx::support...
2020-11-01 Yuriy SkalkoMatch header/source function argument naming
2020-11-01 Yuriy SkalkoUse const references
2020-10-20 Yuriy SkalkoClean includes using the output of iwyu tool
2020-04-08 Richard Kimberly... Debug output for paragraph params.
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-08-14 Richard HeckRemove some unused code, and replace with a comment.
2008-04-02 André Pönitznext try...
2008-04-02 André Pönitzrevert last patch. there's something wrong, possibly...
2008-04-02 André Pönitzsimplify Lexer use a bit
2008-03-06 Richard HeckChange the interface to a paragraph's layout. We still...
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
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-08-23 André Pönitzrename Layout_ptr into LayoutPtr
2007-08-15 Richard HeckMinor adjustment to previous commit.
2007-08-15 Richard HeckAdd LFUN_PARAGRAPH_PARAMS (= paragraph-params), used...
2007-06-28 Richard HeckFix some issues with the paragraph settings dialog...
2007-04-30 André Pönitzdistribute content sof tex-strings.cpp to their respect...
2007-04-29 André PönitzLyXText -> Text
2007-04-29 André Pönitzrename LyXLayout into Layout
2007-04-28 André Pönitzrename/merge LyXLength related stuff
2007-04-26 André Pönitzrename LyXLex into Lexer
2007-04-26 Bo PengRename .C ==> .cpp for files in src/