summaryrefslogtreecommitdiff
path: root/libs/canvas/debug.cc
AgeCommit message (Collapse)Author
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-06-12We were 2 more debug "bits" away from overflow, so recast PBD::DEBUG ↵Paul Davis
mechanism away from a 64bit integer and toward std::bitset. Clean up a few minor related PBD::DEBUG issues along the way
2015-06-10add PBD::DEBUG::WaveViewPaul Davis
2014-03-04mingw build fixes (tested with i686-w64-mingw32 on linux-x86_64)Robin Gareus
2014-02-25add DEBUG::CanvasEnterLeave to allow runtime toggling of canvas enter/leave ↵Paul Davis
events
2014-01-16add event type string function to canvas (since it does not use gtkmm2ext)Paul Davis
2013-04-15add headers to all canvas .cc and .h filesPaul Davis
2013-04-09a variety of fixes for the cairocanvas, but it still buggy as hell handling ↵Paul Davis
events and lots of other stuff
2013-04-05lots of tweaking and adding debug output including operator<</dump(ostream&) ↵Paul Davis
methods to help visualize canvas structure
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work ↵Paul Davis
correctly