]> git.lyx.org Git - lyx.git/history - src/Trans.cpp
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / Trans.cpp
2024-04-28 Jean-Marc LasgouttesMove Lexer to support/ directory (and lyx::support...
2020-10-20 Yuriy SkalkoClean includes using the output of iwyu tool
2020-10-16 Yuriy SkalkoRemove CutAndPaste.h from Trans.cpp
2020-10-09 Yuriy SkalkoLoop refactoring
2020-10-05 Yuriy SkalkoRefactoring
2020-10-03 Yuriy SkalkoRefactoring based on cppcheck suggestions
2020-04-19 Richard Kimberly... Fix warning
2018-02-24 Richard HeckFix bug #10930.
2017-03-09 Jean-Marc LasgouttesAvoid dereferencing an iterator at the end
2016-06-12 Richard HeckAdd comment about coverity #23335.
2015-10-10 Georg BaumAdd missing intializations
2015-08-26 Günter MildeNew lfun "accent-perispomeni".
2015-07-21 Jean-MarcMerge branch 'rowpainter2'
2015-07-21 Jean-Marc LasgouttesInitialize correctly the default keymap
2010-12-17 Stephan Wittfix compiler warnings in pedantic mode: remove trailing...
2009-05-21 Uwe Stöhrremove unused includes of convert.h
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-05-07 Abdelrazak Younesfix Bug 4119: LFUN accent-special-caron is obsolete
2008-04-03 André Pönitzsimplify Lexer handling a bit more
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-15 André Pönitzs/kb_action/FuncCode/g
2008-02-18 Abdelrazak Younesheader cleanup
2007-12-17 Abdelrazak Younes* get rid of support::absolutePath()
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-11-15 André Pönitzreduce line noise
2007-09-17 André Pönitzlittle simplification
2007-08-10 Christian RidderströmConverted '#warning ...' into FIXME-comments
2007-07-05 Jürgen Spitzmüllerfix unicode decomposition (bugs 3313 and 3498):
2007-04-30 André Pönitzconsolidate tex-accent.* Trans.* KmodInfo.h into Trans...
2007-04-26 André Pönitzrename LyXLex into Lexer
2007-04-26 Bo PengRename .C ==> .cpp for files in src/