summaryrefslogtreecommitdiff
path: root/gui/apitrace.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-11-10gui: Refuse to open non-seekable (ie, non-Snappy) traces.Jose Fonseca1-0/+2
2015-07-22gui: Fix erasing elements from list during iteration.Evgeny Startsev1-3/+6
2015-01-26gui: Prepare to receive sparse thumbnail data.Dan McCabe1-8/+29
2015-01-26gui: Notify retracer of missing thumbnails to capture.Dan McCabe1-0/+9
2015-01-26gui: Detect and accumulate missing thumbnails.Dan McCabe1-0/+29
2015-01-25gui: Don't crash when a error happens in a filtered call.Jose Fonseca1-9/+11
2014-11-10gui: Use only the file name portion for the temporary edited trace.José Fonseca1-4/+7
2014-02-21qapitrace: fails to find [CALLNO] in first frameLawrence L Love1-2/+0
2013-10-11Implement grouping of calls.Zack Rusin1-5/+6
2013-04-11gui: Handle calls stranded between frames gracefully (issue #117).José Fonseca1-1/+1
2012-12-08gui: Fix crash on trigger actions without loaded trace-file.Alexandr Akulich1-0/+6
2012-08-09Fix ApiTrace::hasErrors to consider queuedErrors.James Benton1-1/+1
2012-03-27Auto detect the API from the trace.José Fonseca1-0/+12
2012-03-25Remove ApiTrace::FrameMarker.José Fonseca1-30/+1
2012-03-24Pass list of frames by reference.José Fonseca1-1/+1
2012-03-22Prevent another buffer overflow.José Fonseca1-3/+5
2012-03-22Fix buffer overflow.Dan McCabe1-1/+1
2012-03-11Display captured snapshots as thumbnails.Dan McCabe1-0/+17
2011-12-02Introduce call flags.José Fonseca1-3/+1
2011-10-07Fix a crash when loading multiple frames at once.Zack Rusin1-6/+18
2011-09-25Skip over filtered calls when searching.Zack Rusin1-16/+24
2011-09-24Make sure we reset the state when loading another trace fileZack Rusin1-0/+2
2011-09-19Cleanup some of the code.Zack Rusin1-10/+11
2011-09-18Delete loadertest and cleanup some of the new api.Zack Rusin1-19/+18
2011-09-14Fix and cleanup state lookups on frames.Zack Rusin1-2/+7
2011-09-14Properly handle and propagate retrace errors.Zack Rusin1-12/+50
2011-09-13Implement trace saving.Zack Rusin1-2/+3
2011-09-13Cleanup the code.Zack Rusin1-54/+6
2011-09-13Remove calls and numCalls from the ApiTrace class.Zack Rusin1-10/+0
2011-09-13Implement jump to.Zack Rusin1-0/+46
2011-09-13Implement goto start of the frame and goto end of the frame.Zack Rusin1-0/+26
2011-09-13Implement find prev.Zack Rusin1-1/+3
2011-09-12Implement find next for the on-demand-loaded files.Zack Rusin1-4/+97
2011-09-07Make state lookups with on-demand loading work.Zack Rusin1-1/+18
2011-09-06First working on demand loading!Zack Rusin1-9/+8
2011-09-06Switch the gui to the on-demand-loader.Zack Rusin1-38/+25
2011-09-06Implement an incremental on demand loader for the gui.Zack Rusin1-0/+1
2011-08-28Switch list to a vector.Zack Rusin1-3/+3
2011-08-28Fix a silly mistake.Zack Rusin1-1/+1
2011-08-28Share enum signatures.Zack Rusin1-0/+15
2011-08-28Save more memory.Zack Rusin1-4/+9
2011-08-28Reduce the size of ApiTraceCall, ApiTraceEvent and ApiTraceFrameZack Rusin1-2/+2
2011-08-28shave a few more megs by sizing trace call list correctlyZack Rusin1-1/+4
2011-08-28Share function signatures.Zack Rusin1-3/+12
2011-07-29Recognize glFrameTerminatorGREMEDY as swapbuffer frame marker.José Fonseca1-1/+2
2011-06-06Recognize CGLFlushDrawable as a swapbuffer.José Fonseca1-1/+2
2011-04-26Cleanup the ApiTraceFrame a bit.Zack Rusin1-4/+4
2011-04-20Fix minor errors in the apitracemodelZack Rusin1-2/+7
2011-04-20Various cleanups.Zack Rusin1-0/+3
2011-04-19more error handling changes.Zack Rusin1-0/+12