]> git.lyx.org Git - lyx.git/history - src/FuncRequest.cpp
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / FuncRequest.cpp
2022-12-10 Jean-Marc LasgouttesAdd != operator to FuncRequest and special value FuncRe...
2020-12-02 Yuriy SkalkoSimplify FuncRequest constructors
2020-11-01 Yuriy SkalkoMatch header/source function argument naming
2020-10-20 Pavel SandaMake master compilable again with older gcc.
2020-10-20 Yuriy SkalkoClean includes using the output of iwyu tool
2020-02-29 Richard Kimberly... Fix warnings
2018-04-21 Richard HeckFix #8338.
2018-03-19 Jean-Marc LasgouttesFix initialzation order in FuncRequest
2018-03-12 Pavel SandaFix Undocked Outliner & multiple window crashes (#11004).
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-03-18 Scott KostyshakFix typo in comment
2016-06-27 Richard HeckWhitespace only.
2016-06-27 Richard HeckThis patch does two closely related things.
2012-06-07 Jean-Marc LasgouttesHandle sending a FuncRequest object to lyxerr
2010-11-29 Jean-Marc Lasgoutteswhitespace
2010-04-12 Richard HeckRevert r34122, which doesn't help.
2010-04-12 Richard HeckSwap the argument_ and action_ variables, so that r3410...
2010-04-12 Pavel SandaThis was buggy for sure, who knows about this one ;)
2010-04-12 Pavel SandaShot in the dark for #6646 crash.
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 HeckFix comment.
2010-01-05 Richard HeckKill warning: string::npos was the wrong type, and...
2009-12-02 Jean-Marc Lasgouttesnew method getLongArg that grabs all the remainder...
2008-12-15 Jean-Marc Lasgouttesimprove debug information
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-03-15 André Pönitzs/kb_action/FuncCode/g
2007-12-13 Peter Kümmelcmake/merge: fix compile, this split conflicts with...
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-10-20 Bernhard RoiderCmdDef.cpp/h: A class that manages command definitions...
2007-07-17 Abdelrazak Younesmore std declaration fixes.
2007-04-26 Bo PengRename .C ==> .cpp for files in src/