]> git.cworth.org Git - apitrace/history - gui
tracedump: Add tri-state --color option (auto, always, or never)
[apitrace] / gui /
2011-10-08 Zack RusinFix a crash when loading multiple frames at once.
2011-09-27 Zack RusinDeep copy the blob data.
2011-09-27 José FonsecaFix multi line strings inside array arguments on the...
2011-09-27 Zack RusinShow a warning box if astyle isn't installed and indent...
2011-09-26 José FonsecaIgnore qapitrace.qrc.depends
2011-09-25 Zack RusinSkip over filtered calls when searching.
2011-09-25 José FonsecaMerge branch 'd3d10'
2011-09-24 Zack RusinAdd an option to indent the glsl code in the shader...
2011-09-24 Zack RusinAdd a custom filter to the event view.
2011-09-24 Zack RusinMake sure we reset the state when loading another trace...
2011-09-24 Zack RusinDelete unused member variable
2011-09-24 Zack RusinCleanup the default size computation for the surface...
2011-09-23 José FonsecaMerge branch 'master' into d3d10
2011-09-21 Zack RusinRemove unused files.
2011-09-21 Zack RusinRemove some extra debugging output.
2011-09-21 Zack RusinMerge branch 'on-demand-loading'
2011-09-21 Zack RusinMake sure that the loader deletes the signatures.
2011-09-20 Zack RusinFix silly typo
2011-09-20 Zack RusinIf a frame has already been loaded don't do it again.
2011-09-19 José FonsecaAlways add calls for last frame.
2011-09-19 Zack RusinCleanup some of the code.
2011-09-18 Zack RusinDelete loadertest and cleanup some of the new api.
2011-09-16 Zack RusinShow thumbnail of the color buffer in tooltips.
2011-09-15 Zack RusinFix and cleanup state lookups on frames.
2011-09-14 Zack RusinShow number of calls per frame.
2011-09-14 Zack RusinProperly handle and propagate retrace errors.
2011-09-14 Zack RusinActually save the edited calls.
2011-09-14 Zack RusinRemove unused callIndex methods.
2011-09-14 Zack RusinImplement trace saving.
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-13 Zack RusinImplement find prev.
2011-09-12 Zack RusinImplement find next for the on-demand-loaded files.
2011-09-11 José FonsecaEncapsulate on parser state in structure.
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 RusinFix indention.
2011-09-06 Zack RusinLoad the last few calls.
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-06 Zack RusinImplement an incremental on demand loader for the gui.
2011-09-02 Zack RusinMerge remote-tracking branch 'origin/master' into on...
2011-09-01 José FonsecaEnsure that calls for traces with a single frame are...
2011-09-01 José FonsecaDon't (de)serialize mirror images.
2011-09-01 Zack RusinMerge remote-tracking branch 'origin/master' into on...
2011-08-29 Zack Rusinnasty hack, but for now we need to keep the pointers
2011-08-29 Zack RusinChange apiarray to use a qvector instead of a qlist
2011-08-29 Zack RusinSwitch more places from qlist to qvector.
2011-08-29 Zack RusinSwitch list to a vector.
2011-08-29 Zack RusinFix a silly mistake.
2011-08-29 Zack RusinShare enum signatures.
2011-08-28 Zack RusinSave more memory.
2011-08-28 Zack RusinReduce the size of ApiTraceCall, ApiTraceEvent and...
2011-08-28 Zack Rusinpreallocate array values
2011-08-28 Zack Rusinshave a few more megs by sizing trace call list correctly
2011-08-28 Zack RusinPreallocate a few lists with the correct size.
2011-08-28 Zack RusinShare function signatures.
2011-08-28 Zack RusinChange filterText to searchText
2011-08-27 Zack RusinFix warnings.
2011-08-27 Zack RusinCleanup that file.
2011-08-24 Zack RusinMerge branch 'master' into compression
2011-08-08 Zack RusinDon't change immutable values.
2011-07-31 José FonsecaSort uniforms in ascending order by default.
2011-07-31 José FonsecaAdd a state tab that list uniforms.
2011-07-31 José FonsecaAvoid pointless data structure copying.
2011-07-29 José FonsecaRecognize glFrameTerminatorGREMEDY as swapbuffer frame...
2011-07-02 José FonsecaRename static library from trace to common.
2011-06-20 Zack RusinAllow saving of surface snapshots to png's.
2011-06-06 José FonsecaRecognize CGLFlushDrawable as a swapbuffer.
2011-06-01 José FonsecaUse double buffer visuals by default.
2011-05-28 José FonsecaMake Trace::Writer methods a bit more consistent.
2011-05-28 José FonsecaBetter naming for bitmask signature.
2011-05-28 José FonsecaUnify Call::Signature into FunctionSig.
2011-05-28 José FonsecaUnify Struct::Signature into StructSig
2011-05-28 José FonsecaUnify Enum::Signature into EnumSig.
2011-05-28 José FonsecaUnify Bitmask::Signature with BitmaskSig.
2011-05-28 José FonsecaUnify Bitmask::Pair with BitmaskVal.
2011-05-28 José FonsecaRemove the empty default state message box.
2011-05-28 José FonsecaTurn trace writer into a class.
2011-05-27 José FonsecaIgnore assertion failure on Mac OS X.
2011-05-24 José Fonsecatrace_write -> trace_writer
2011-05-14 José FonsecaQJSON_INCLUDE_DIRS -> QJSON_INCLUDE_DIR
2011-05-10 José FonsecaRemove dependency from GL headers on the GUI.
2011-05-09 José FonsecaMerge branch 'master' into multi-context
2011-05-08 José FonsecaUse CPack for packaging.
2011-05-07 Zack RusinShow the lookup state menu on frames.
2011-05-07 Zack RusinWord wrap the surfaces description.
2011-05-07 José FonsecaFully segregate Floats from doubles.
2011-05-06 José FonsecaMerge branch 'master' into multi-context
2011-05-06 José FonsecaLinearize texture data in JSON.
2011-05-04 zackrMerge pull request #17 from mysticbob/master
2011-05-04 Bob Kuehnequiet clang warning about mismatched types
2011-05-04 José FonsecaUpdate gitignore.
2011-04-28 Zack RusinDon't hide the state dock while looking up the defaults.
2011-04-28 Zack RusinDon't clear the trace when the file selection has been...
2011-04-27 Zack RusinShow the size of binary data uploaded in a frame.
2011-04-27 Zack RusinCleanup the ApiTraceFrame a bit.
2011-04-25 Zack RusinDetect the binary data at the construction.
next