summaryrefslogtreecommitdiff
path: root/gui/traceloader.h
AgeCommit message (Expand)AuthorFilesLines
2015-11-10gui: Drop unusued code paths.Jose Fonseca1-1/+0
2015-11-10gui: Refuse to open non-seekable (ie, non-Snappy) traces.Jose Fonseca1-0/+1
2015-05-20common,cli,wrappers,retrace,gui: Use #pragma once.Jose Fonseca1-4/+1
2014-12-19gui: Remove ApiTraceEnumSignature.José Fonseca1-3/+1
2014-05-15qapitrace: merge duplicate logic in TraceLoaderLawrence L Love1-0/+25
2013-10-11Implement grouping of calls.Zack Rusin1-0/+1
2012-03-27Auto detect the API from the trace.José Fonseca1-0/+2
2012-03-25Remove ApiTrace::FrameMarker.José Fonseca1-3/+0
2011-10-27Lower case namespaces.José Fonseca1-6/+6
2011-09-25Skip over filtered calls when searching.Zack Rusin1-9/+8
2011-09-24Make sure we reset the state when loading another trace fileZack Rusin1-1/+0
2011-09-13Implement jump to.Zack Rusin1-0/+2
2011-09-13Implement goto start of the frame and goto end of the frame.Zack Rusin1-0/+4
2011-09-13Implement find prev.Zack Rusin1-0/+4
2011-09-12Implement find next for the on-demand-loaded files.Zack Rusin1-1/+17
2011-09-11Encapsulate on parser state in structure.José Fonseca1-7/+6
2011-09-06First working on demand loading!Zack Rusin1-4/+2
2011-09-06Switch the gui to the on-demand-loader.Zack Rusin1-3/+13
2011-09-06Implement an incremental on demand loader for the gui.Zack Rusin1-0/+68