]> git.lyx.org Git - lyx.git/history - src/Graph.cpp
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / Graph.cpp
2020-12-05 Richard Kimberly... Change name in source files
2020-11-01 Yuriy SkalkoMatch header/source function argument naming
2020-10-20 Yuriy SkalkoClean includes using the output of iwyu tool
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-03-14 Richard HeckMove the global formats and system_formats variables...
2011-03-31 Richard HeckGiven how we are using this exclusion list, it makes...
2011-03-31 Richard HeckRemove unused code.
2011-03-31 Richard HeckSimplify public API by using default argument. More...
2011-03-30 Julien Riouxoptionally allow to exclude certain formats, by name...
2011-01-19 Richard HeckUse the typedef.
2011-01-19 Richard HeckSimplify the new graph code just a bit.
2011-01-19 Peter Kümmel#7240
2011-01-16 Peter Kümmelreturn empty EdgePath() on error
2011-01-15 Peter KümmelFix crash on Windows:
2010-05-31 Richard HeckSimplify the graph code a bit. This also will allow...
2010-05-31 Richard HeckMinor change to unfortunate codepath.
2010-04-18 Richard HeckAdd some debugging code so we can try to get informatio...
2010-04-18 Richard HeckRemove unneeded code.
2009-11-11 Richard HeckFix stupid thinko.
2009-11-10 Richard HeckThis more or less completes the re-implementation of...
2009-11-09 Richard HeckA bit more re-organization.
2009-11-09 Richard HeckOne more little comment.
2009-11-09 Richard HeckMove the visited stuff inside the Vertex struct.
2009-11-09 Richard HeckMove the to == from test, so as to return as soon as...
2009-11-09 Richard HeckAnother minor change, but this should almost get us...
2009-11-09 Richard HeckMore cleanup. We introduce a struct here to keep the...
2009-11-09 Richard HeckCleanup.
2009-11-09 Richard HeckJust some cleanup.
2009-11-09 Richard HeckJust some style, and some comments, as I try to figure...
2009-11-08 Richard HeckConstness.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-07-17 Abdelrazak Younesmore std declaration fixes.
2007-04-26 Bo PengRename .C ==> .cpp for files in src/