summaryrefslogtreecommitdiff
path: root/gui/loaderthread.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-09-21Remove unused files.Zack Rusin1-122/+0
2011-09-19Always add calls for last frame.José Fonseca1-7/+2
2011-09-01Ensure that calls for traces with a single frame are shown.José Fonseca1-0/+4
2011-08-28Switch list to a vector.Zack Rusin1-1/+12
2011-08-28Share function signatures.Zack Rusin1-7/+8
2011-04-26Cleanup the ApiTraceFrame a bit.Zack Rusin1-1/+1
2011-04-21Shave about 200mb of heap by not using full filterText on filtering.Zack Rusin1-2/+0
2011-04-16delete call after parsing it.Zack Rusin1-2/+2
2011-04-15Make apitracecall an actual class.Zack Rusin1-21/+3
2011-04-07Allow opening help pages for functions in external browser.Zack Rusin1-2/+31
2011-04-06Generate filterText in thread.Zack Rusin1-0/+2
2011-03-30Let retrace dump state.Zack Rusin1-1/+1
2011-03-30Introduce ApiTrace which encapsulates the data.Zack Rusin1-9/+70
2011-03-30Add a basic gui for apitrace.Zack Rusin1-0/+39