]> git.cworth.org Git - apitrace/history - gui/apitrace.h
Use skiplist-based FastCallSet within trace::CallSet
[apitrace] / gui / apitrace.h
2012-09-28 José FonsecaMerge remote-tracking branch 'github/master' into d2d
2012-03-30 José FonsecaMerge branch 'master' into d3dretrace
2012-03-27 José FonsecaAuto detect the API from the trace.
2012-03-26 José FonsecaMerge remote-tracking branch 'github/master' into gui...
2012-03-25 José FonsecaRemove ApiTrace::FrameMarker.
2012-03-24 José FonsecaMerge branch 'gui-thumbnails'
2012-03-24 José FonsecaPass list of frames by reference.
2012-03-11 Dan McCabeDisplay captured snapshots as thumbnails.
2011-10-08 Zack RusinFix a crash when loading multiple frames at once.
2011-09-25 Zack RusinSkip over filtered calls when searching.
2011-09-25 José FonsecaMerge branch 'd3d10'
2011-09-24 Zack RusinDelete unused member variable
2011-09-23 José FonsecaMerge branch 'master' into d3d10
2011-09-21 Zack RusinMerge branch 'on-demand-loading'
2011-09-18 Zack RusinDelete loadertest and cleanup some of the new api.
2011-09-14 Zack RusinProperly handle and propagate retrace errors.
2011-09-13 Zack RusinCleanup the code.
2011-09-13 Zack RusinRemove calls and numCalls from the ApiTrace class.
2011-09-13 Zack RusinImplement jump to.
2011-09-13 Zack RusinImplement goto start of the frame and goto end of the...
2011-09-12 Zack RusinImplement find next for the on-demand-loaded files.
2011-09-07 Zack RusinMake state lookups with on-demand loading work.
2011-09-07 Zack RusinFirst working on demand loading!
2011-09-06 Zack RusinMerge remote-tracking branch 'origin/master' into on...
2011-09-06 Zack RusinSwitch the gui to the on-demand-loader.
2011-09-01 Zack RusinMerge remote-tracking branch 'origin/master' into on...
2011-08-29 Zack RusinSwitch list to a vector.
2011-08-29 Zack RusinShare enum signatures.
2011-08-28 Zack RusinSave more memory.
2011-08-28 Zack RusinShare function signatures.
2011-04-21 Zack RusinFix minor errors in the apitracemodel
2011-04-19 Zack Rusinmore error handling changes.
2011-04-19 Zack RusinLarge chunk of functionality to show errors.
2011-04-18 Zack RusinMerge branch 'trace-editing'
2011-04-18 Zack RusinLots of various cosmetic changes to the call editing.
2011-04-18 Zack RusinDo some initial saving.
2011-04-17 Zack RusinMake sure that the trace knows when it needs saving.
2011-04-17 Zack RusinThe trace now knows whether is has been edited.
2011-04-17 Zack RusinVarious part now propagate the values.
2011-04-13 Zack RusinImplement state diffing.
2011-04-13 Zack RusinAdd a search widget and fix go to.
2011-03-31 Zack RusinShow that we're loading a trace.
2011-03-31 Zack RusinIntroduce ApiTrace which encapsulates the data.