]> git.lyx.org Git - lyx.git/history - src/KeyMap.cpp
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / KeyMap.cpp
2024-04-28 Jean-Marc LasgouttesMove Lexer to support/ directory (and lyx::support...
2023-07-21 Jean-Marc LasgouttesDetect when one tries to bind a lfun to a prefix of...
2022-12-10 Jean-Marc LasgouttesAdd != operator to FuncRequest and special value FuncRe...
2022-11-28 Jean-Marc LasgouttesMerge branch 'killqt4'
2022-11-27 Juergen SpitzmuellerInclude he/cua.bind (#12052)
2022-10-26 Juergen SpitzmuellerSync with master
2022-07-27 Jean-Marc LasgouttesAllow to unbind without specifying the lfun
2020-11-21 Yuriy SkalkoUse range-based loops
2020-10-10 Richard Kimberly... Fix warning
2020-02-29 Richard Kimberly... Fix warnings
2019-03-09 Juergen SpitzmuellerDo not use GUI language for shortcut info inset if...
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2016-06-12 Guillaume MunchAdd perf comment
2014-06-09 Georg BaumRemove unsafe method FileName::tempName()
2014-04-21 Richard HeckThis is the result of an audit of all static variables...
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-25 Lars Gullik BjønnesMore idiomatic way of checking if a shared_ptr has...
2011-02-23 Stephan Witt#7292 make the modifiers Option and Control act on...
2011-01-18 Richard HeckMove bind file format tag to LyXAction.cpp, and rename it.
2011-01-16 Richard HeckRemove extra return.
2011-01-16 Richard HeckRemove debugging comment.
2011-01-16 Richard HeckConversion routines for bind files.
2010-12-17 Stephan Wittfix compiler warnings in pedantic mode: remove trailing...
2010-08-09 Jean-Marc Lasgouttesfix bug #6786: InsetLayout name containing spaces is...
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-04-09 Richard HeckMake members of FuncRequest private, per the FIXME...
2010-04-09 Richard HeckThis is just a giant renaming of member variables in...
2010-01-05 Richard HeckMinor style things, and a little constness.
2010-01-05 Richard HeckMinor renaming. We don't have any other iterators here, so
2009-08-29 Uwe StöhrKeyMap.cpp: more consistent messages
2009-07-17 Richard HeckMake sure we don't get into an infinite loop here.
2009-07-16 Richard HeckReact better if we can't find bind files. Related to...
2009-04-02 Richard HeckWhoops. I somehow undid the reordering with that last...
2009-04-02 Richard HeckThere are too many things here named `table'.
2009-04-02 Richard HeckJust re-ordering stuff.
2009-04-02 Richard HeckClean up a bit.
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-31 Jean-Marc LasgouttesFix part of http://bugzilla.lyx.org/show_bug.cgi?id...
2008-09-24 Richard HeckThis patch prevents the shortcut dialog from silently...
2008-09-24 Richard HeckSave a few bytes.
2008-09-23 Richard HeckMove the ItemType enum out of GuiPref and into KeyMap...
2008-04-03 André Pönitzcosmetics
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-21 André Pönitzcosmetics
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 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-11-02 André Pönitzcosmetics
2007-11-02 André PönitzI wonder why boost::tuple is preferable over a simple...
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-10-30 Bo PengCosmetic changes to how shortcuts are printed: S-C...
2007-10-26 Bo PengPrefShortcuts: improve the Shortcut input dialog
2007-10-22 Abdelrazak YounesFix a warning that is potentially a bug (!= used instea...
2007-10-20 Bo Pengadd a \unbind keyword and a few utility functions ...
2007-10-20 Bo Pengadd another format (BindFile) to KeySequence::print()
2007-10-18 Bo PengPrefShortcuts: list all shortcuts (bound and unbound...
2007-10-11 Bo PengInsetInfo: Make the display of multiple shortcuts less...
2007-10-02 André Pönitzcosmetics
2007-09-17 André Pönitzsimplify KeySymbol stuff. which hopefully works...
2007-07-17 Abdelrazak Younesmore std declaration fixes.
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-27 André Pönitzrename LyXKeySym into KeySymbol
2007-04-27 André Pönitzrename kb_sequence into KeySequence
2007-04-27 André Pönitzrename kb_keymap into KeyMap