]> git.lyx.org Git - lyx.git/history - src/Lexer.cpp
Rename a variable
[lyx.git] / src / Lexer.cpp
2017-08-29 Jean-Marc LasgouttesFix Lexer::getLongString prefix pruning logic
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-03-14 Richard HeckMove the global formats and system_formats variables...
2016-10-16 Guillaume MunchDocstringify getLongString in general and preamble...
2015-09-20 Georg BaumFix cppcheck variable scope warnings
2015-05-19 Juergen SpitzmuellerProvide optional trimmed version of Lexer::getString...
2014-05-19 Georg BaumInitialize all members
2013-09-29 Vincent van RavesteijnMerge: Remove tex2lyx defines to allow for newer automake
2013-09-29 Jean-Marc LasgouttesRemove dependency on TEX2LYX #define in Lexer.cpp
2012-02-21 Georg BaumUse libmagic for file format detection if available.
2011-09-23 Richard HeckFix a couple unused variable warnings.
2010-08-28 Enrico ForestieriFix bug #6868: LYXCMD:xxx:inset-insert:graphics does...
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-02-21 Enrico ForestieriFix bug #5238: LyX 1.6 fails with non-ascii chars in...
2009-06-21 Enrico ForestieriFix bug #6030: LyX does not take into account BOM in...
2008-11-25 Jürgen Spitzmüller* Lexer.{cpp,h}:
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-09-30 Uwe Stöhradd support for TABs in Listings, fileformat change...
2008-05-05 Jürgen SpitzmüllerCorrectly handle quotation marks in command preferences...
2008-04-05 André Pönitzlexer cosmetics
2008-04-05 André Pönitzcode duplication is fun...
2008-04-05 André Pönitzuse simpler parser interface
2008-04-03 André Pönitzmake Lexer interface a bit more friendly
2008-04-03 André Pönitzsimplify Lexer handling a bit more
2008-04-03 André Pönitzremove 50 lines of duplicated code
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-21 André Pönitzforgot this part...
2008-02-18 Abdelrazak Younesheader cleanup
2008-01-14 Abdelrazak Younesheader cleanup
2008-01-12 André Pönitzcosmetics
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-28 André Pönitzhand-crafted LyXErr
2007-11-15 André Pönitzreduce line noise
2007-10-20 André Pönitzcosmetics
2007-09-30 André Pönitzboost/utility -> boost/noncopyable
2007-09-16 Lars Gullik BjønnesRemove warnings reported with gcc 4.3:
2007-08-01 Jean-Marc Lasgouttes * src/support/gzstream,cpp:
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-26 André Pönitzrename LyXLex into Lexer