]> git.lyx.org Git - lyx.git/history - src/KeySequence.cpp
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / KeySequence.cpp
2020-11-30 Yuriy SkalkoCleanup included headers
2019-03-09 Juergen SpitzmuellerDo not use GUI language for shortcut info inset if...
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-26 Lars Gullik BjønnesUse empty() to check empty and non-empty'ness not size()
2011-02-23 Stephan Witt#7292 make the modifiers Option and Control act on...
2009-04-02 Richard HeckFix crash when hitting delete key once more after deleting
2009-04-02 Richard HeckClean up a bit.
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-09-24 Richard HeckSave a few bytes.
2008-07-22 Jürgen SpitzmüllerMore work on the Shortcuts UI:
2008-03-15 André Pönitzs/kb_action/FuncCode/g
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-10-30 Bo PengCosmetic changes to how shortcuts are printed: S-C...
2007-10-20 Bo Pengadd another format (BindFile) to KeySequence::print()
2007-10-02 André Pönitzcosmetics
2007-09-17 André Pönitzsmall simplification
2007-09-17 André Pönitzsimplify KeySymbol stuff. which hopefully works...
2007-07-17 Abdelrazak Younesmore std declaration fixes.
2007-04-27 André Pönitzrename LyXKeySym into KeySymbol
2007-04-27 André Pönitzrename kb_sequence into KeySequence