]> git.cworth.org Git - apitrace/history - gui
Don't (de)serialize mirror images.
[apitrace] / gui /
2011-09-01 José FonsecaDon't (de)serialize mirror images.
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.
2011-04-25 Zack RusinEncode the snapshots as png's.
2011-04-24 Zack RusinPlug 2 more memory leaks in the gui.
2011-04-24 Zack RusinPlugging some memory leaks
2011-04-24 Zack RusinDon't generate the search string on thousands of hidden...
2011-04-23 Zack RusinShow the call for which the surface we're displaying.
2011-04-23 José Fonsecas/TRACE_PATH/TRACE_FILE/
2011-04-23 Zack RusinSize the image widget more reasonably.
2011-04-23 Zack RusinAllow opening multiple images.
2011-04-22 Zack RusinAdd shortcut to replay and lookup state.
2011-04-21 José FonsecaFix HTML representation of multiline strings.
2011-04-21 José FonsecaPut all executables into the same to level build directory.
2011-04-21 Zack RusinShave about 200mb of heap by not using full filterText...
2011-04-21 Zack RusinFix minor errors in the apitracemodel
2011-04-20 Zack RusinVarious cleanups.
2011-04-20 Zack RusinCall the action "error checking" instead of "benchmarking"
2011-04-20 Zack RusinGo to the selected error.
2011-04-20 Zack RusinAdd an action to show and hide the errors dock.
2011-04-20 Zack RusinLarge chunk of showing the replay errors.
2011-04-19 Zack Rusinmore error handling changes.
2011-04-19 Zack RusinLarge chunk of functionality to show errors.
2011-04-18 Zack Rusinunignore png's in the resources dir
2011-04-18 Zack RusinImplement an edit menu.
2011-04-18 Zack RusinMerge branch 'trace-editing'
2011-04-18 Zack RusinRemove stale reference to a deleted widget.
2011-04-18 Zack RusinFix saving of traces with pointers.
2011-04-18 Zack RusinLots of various cosmetic changes to the call editing.
2011-04-18 Zack RusinA first working version of saving :)
2011-04-18 Zack RusinDo some initial saving.
2011-04-18 Zack RusinSave the blob.
2011-04-18 Zack RusinImplement a bulk of trace saving.
2011-04-17 Zack RusinIntroduce ApiEnum.
2011-04-17 Zack RusinMake sure that the trace knows when it needs saving.
2011-04-17 Zack Rusinthe filename is stored in the trace
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-17 Zack RusinSet a parent trace on all the frames.
2011-04-17 Zack RusinStub out revert.
2011-04-17 Zack RusinFurther reduce memory usage by a couple of hundreds...
2011-04-16 Zack RusinCollect the edited shaders from the shader editor.
2011-04-16 Zack RusinReduce the memory usage by ~2gb on a 2.7 million calls...
2011-04-16 Zack Rusindelete call after parsing it.
2011-04-16 Zack RusinStart collecting the edited values.
2011-04-16 Zack RusinMake apitracecall an actual class.
2011-04-15 Zack RusinMake the editor a dialog.
2011-04-15 Zack RusinDisplay shaders in the shader editor.
2011-04-15 Zack RusinMake sure that only numericals can be edited right...
next