]> git.cworth.org Git - apitrace/history - gui
Merge branch 'master' into d3dretrace
[apitrace] / gui /
2012-03-30 José FonsecaMerge branch 'master' into d3dretrace
2012-03-27 José FonsecaShow important retrace messages long enough to read.
2012-03-27 José FonsecaAuto detect the API from the trace.
2012-03-26 José FonsecaMerge remote-tracking branch 'github/master' into gui...
2012-03-26 José FonsecaFix includes.
2012-03-25 José FonsecaRemove ApiTrace::FrameMarker.
2012-03-25 José FonsecaMake frame thumbnail size consistent.
2012-03-25 José FonsecaGet JSON state to not be fully buffered into memory.
2012-03-25 José FonsecaDon't buffer all stdout from retrace when generating...
2012-03-24 José FonsecaProcess stderr one line at time.
2012-03-24 José FonsecaDon't read all json output to memory.
2012-03-24 José FonsecaMerge branch 'gui-thumbnails'
2012-03-24 José FonsecaMake thumbnailing an non-automatic action.
2012-03-24 José FonsecaDefer reading all standard error.
2012-03-24 José FonsecaCapture thumbnails only after the trace finished loading.
2012-03-24 José FonsecaRemoved unused copy of thumbnails.
2012-03-24 José FonsecaPass list of frames by reference.
2012-03-24 José FonsecaAvoid QImage object copies by using references.
2012-03-22 José FonsecaFix size comparisons in traceloader.cpp.
2012-03-22 José FonsecaPrevent another buffer overflow.
2012-03-22 Dan McCabeFix buffer overflow.
2012-03-21 José FonsecaAllow to turn off transparency on image viewer.
2012-03-18 José FonsecaAttempt to allow to control image dynamic range.
2012-03-17 José FonsecaMerge branch 'master' into d3dretrace
2012-03-17 José FonsecaLookup call state on double-click.
2012-03-15 José FonsecaLink need libraries explicitly.
2012-03-11 Dan McCabeDisplay captured snapshots as thumbnails.
2012-03-11 Dan McCabeCapture snapshot stream in anticipation of displaying...
2012-02-28 José FonsecaAllow to specify the API from trace dialog.
2012-02-28 José FonsecaWhitelist tracing on Windows.
2012-01-27 Carl WorthCorrectly copy "out" arguments to the "leave" portion...
2011-12-11 José FonsecaTrace enum signatures as a whole.
2011-12-03 zackrMerge pull request #61 from prahal/gui-edit
2011-12-03 José FonsecaMerge branch 'glproc-cleanup'
2011-12-02 José FonsecaIntroduce call flags.
2011-12-02 Alban Browaeysgui: let the edit mode work.
2011-11-27 José FonsecaAllow to retrace with EGL too.
2011-11-27 José FonsecaAllow to specify an initial call no in the qapitrace...
2011-11-27 José FonsecaAdd hyperlinks for non-ARB extensions too.
2011-11-25 José FonsecaFix GUI visualization of floating point values.
2011-11-25 José FonsecaTrace via "apitrace trace" command.
2011-11-25 José FonsecaAdd links to EXT_framebuffer_object spec.
2011-11-24 Carl WorthParse doubles to a new Double class rather than to...
2011-11-24 José FonsecaPrevent segfault on glretrace crash (fixes issue #52).
2011-11-17 Zack RusinEncode format as a member and not part of the label.
2011-11-17 Zack RusinMake the details view a bit clearer.
2011-11-17 Zack RusinAdd depth info to the surfaces.
2011-11-05 José Fonsecagui: Handle incomplete calls.
2011-11-03 José FonsecaPut glxtrace.so also in the wrappers directory.
2011-11-01 José FonsecaExpose build/install dirs as a define.
2011-11-01 Carl WorthChange non-executable install directories to include...
2011-10-31 José FonsecaMerge branch 'os-path'
2011-10-30 José FonsecaHave selected call always match the current call.
2011-10-30 José FonsecaOnly jump to errors when the error item is activated.
2011-10-27 José FonsecaLower case namespaces.
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...
next