]> git.lyx.org Git - lyx.git/history - src/ModuleList.cpp
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / ModuleList.cpp
2024-04-28 Jean-Marc LasgouttesMove Lexer to support/ directory (and lyx::support...
2020-12-05 Richard Kimberly... Change name in source files
2020-05-03 Richard Kimberly... Fix some warnings.
2019-04-20 Juergen SpitzmuellerAdd system/local icon to available modules list
2016-06-26 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2016-06-26 Juergen SpitzmuellerFix indentation
2016-06-09 Jean-Marc LasgouttesInitialize LyXModule::available_ in constructor
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 ModuleList.cpp
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-28 Lars Gullik Bjønnessrc/*.cpp: reformatting to increase consistency
2012-03-08 Julien RiouxWhitespace only.
2011-09-02 Richard HeckFix bug #7751: Sort the modules and formats by translat...
2011-01-13 Richard HeckFix bug #7044: Better error messages when modules are...
2010-07-17 Vincent van Ravesteijn* ModuleList.cpp:
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2009-08-14 Richard HeckConstify a bunch of stuff that can be const.
2009-08-14 Richard Hecks/moduleList/theModuleList/ for style purposes.
2009-08-14 Richard HeckStyle.
2009-08-14 Richard HeckModule categories, for Pavel.
2009-06-02 Richard HeckAllow escaped quotes in the module description.
2009-02-19 Richard HeckRename a routine.
2009-02-11 Richard HeckMove some code around in an effort to make information...
2008-11-04 Richard HeckThinko. Fixes bug reported by Philippe Charpentier.
2008-10-16 Richard HeckThe last bit of cleanup: Make checking for exclusions...
2008-05-06 Jean-Marc Lasgouttesa bit of compilation unbreaking
2008-05-06 Abdelrazak Younesremove unneeded includes.
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-07 Richard HeckBaseClassList --> LayoutFileList
2008-02-24 Richard HeckTry to make the distinction between base classes and...
2008-02-18 Abdelrazak Younesheader cleanup
2008-01-12 Richard HeckThis commit changes the way individual LyXModule's...
2008-01-10 Richard HeckAdditional UI logic related to module requires and...
2008-01-09 Richard HeckThis commit adds some new functionality to the modules...
2008-01-06 Richard HeckPass by const reference. Thanks Andre and Peter.
2008-01-06 Richard HeckThanks, Angus.
2008-01-05 Richard HeckImplement isAvaiable in ModuleList.
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-11-07 André Pönitz--boost; style issues.
2007-08-31 Abdelrazak Younesde-indent
2007-08-31 Abdelrazak Younescompil fix and cosmetics.
2007-08-29 Richard HeckGet package things working with modules prior to UI...
2007-08-29 Richard HeckThis is one of a series of patches that will merge...