]> git.lyx.org Git - lyx.git/history - src/support/debug.cpp
Remove updateInfo() calls in favor of doing the relevant work
[lyx.git] / src / support / debug.cpp
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-07-06 Jean-Marc LasgouttesRewrite stripName without regex
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Georg BaumMingw-w64 build fixes for long long
2015-11-16 Juergen SpitzmuellerRename function that was ambiguous from a monolithic...
2015-07-08 Jean-Marc LasgouttesSmall clean-up to debug support
2014-04-21 Richard HeckThis is the result of an audit of all static variables...
2012-06-11 Jean-Marc LasgouttesMake debug messages more readable
2011-04-25 Peter Kümmelmove call stack code, add TODOs
2011-04-21 Peter Kümmeldemangle names of call stack, thx to JM for the <cxxabi...
2011-04-12 Peter Kümmeladd comment about backtrace requirement
2011-04-11 Peter Kümmeladd debug function which prints the callstack to stderr...
2010-11-06 Vincent van Ravesteijnsrc/support/debug.h/cpp:
2010-06-07 Peter Kümmeldon't block GUI when showing all debug messages
2010-05-16 Pavel SandaKeep the string in synchro with the code around
2010-01-03 Pavel SandaKeep in synchro with "All messages"
2009-12-30 Peter Kümmeluse template instead of macro,
2009-12-30 Peter Kümmelno stl includes in debug.h
2009-12-29 Peter KümmelAdd Pavel's lyxerr extension, add ui for debug levels.
2009-08-17 Pavel SandaAdd find debug level. Patch from Tommaso.
2009-06-28 Pavel SandaCapitalize
2009-06-28 Pavel Sandatypo
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-08-15 Jean-Marc LasgouttesAdd a new debug channel UNDO (in place of the unused...
2008-07-14 Pavel SandaIntroduce Debug::SELECTION mainly for copy/paste primar...
2008-06-25 Abdelrazak YounesIntroduce Debug::LOCALE for locale debugging.
2008-04-17 André Pönitzmove assert function to a separate file
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-10 Dov Feldsternvisual mode for bidi cursor movement
2007-12-21 Stefan Schimanski* added debugging flag "macros" for math macros
2007-12-21 Abdelrazak YounesClose to perfect scrolling. Some bugs fixing and behavi...
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-12-08 Abdelrazak Younes* fix enabling/disabling of LyXErr.
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...