]> git.cworth.org Git - apitrace/history - gui/mainwindow.h
gui/mainwindow: Add functions that toggle actions enables and use it.
[apitrace] / gui / mainwindow.h
2012-12-08 Alexandr Akulichgui/mainwindow: Add functions that toggle actions enabl...
2012-11-05 José FonsecaMerge branch 'master' into dxva
2012-09-28 José FonsecaMerge remote-tracking branch 'github/master' into d2d
2012-08-13 José FonsecaMerge branch 'profile-gui'
2012-08-10 José FonsecaMerge remote-tracking branch 'github/master' into profi...
2012-08-08 James BentonAdd gui support for trace profiling.
2012-04-13 José FonsecaMerge branch 'd3dretrace'
2012-04-11 Dan McCabeAdd trim support to qapitrace GUI app.
2012-03-30 José FonsecaMerge branch 'master' into d3dretrace
2012-03-27 José FonsecaShow important retrace messages long enough to read.
2012-03-24 José FonsecaMerge branch 'gui-thumbnails'
2012-03-24 José FonsecaMake thumbnailing an non-automatic action.
2012-03-24 José FonsecaRemoved unused copy of thumbnails.
2012-03-17 José FonsecaMerge branch 'master' into d3dretrace
2012-03-17 José FonsecaLookup call state on double-click.
2012-03-11 Dan McCabeDisplay captured snapshots as thumbnails.
2012-03-11 Dan McCabeCapture snapshot stream in anticipation of displaying...
2012-01-21 José FonsecaMerge branch 'master' into d2d
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-09-25 Zack RusinSkip over filtered calls when searching.
2011-09-23 José FonsecaMerge branch 'master' into d3d10
2011-09-21 Zack RusinMerge branch 'on-demand-loading'
2011-09-14 Zack RusinProperly handle and propagate retrace errors.
2011-09-13 Zack RusinImplement jump to.
2011-09-13 Zack RusinImplement goto start of the frame and goto end of the...
2011-09-12 Zack RusinImplement find next for the on-demand-loaded files.
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-01 Zack RusinMerge remote-tracking branch 'origin/master' into on...
2011-08-28 Zack RusinReduce the size of ApiTraceCall, ApiTraceEvent and...
2011-06-20 Zack RusinAllow saving of surface snapshots to png's.
2011-05-04 zackrMerge pull request #17 from mysticbob/master
2011-05-04 Bob Kuehnequiet clang warning about mismatched types
2011-04-28 Zack RusinDon't hide the state dock while looking up the defaults.
2011-04-23 Zack RusinShow the call for which the surface we're displaying.
2011-04-23 Zack RusinAllow opening multiple images.
2011-04-20 Zack RusinGo to the selected error.
2011-04-20 Zack RusinLarge chunk of showing the replay errors.
2011-04-19 Zack Rusinmore error handling changes.
2011-04-18 Zack RusinImplement an edit menu.
2011-04-18 Zack RusinMerge branch 'trace-editing'
2011-04-18 Zack RusinLots of various cosmetic changes to the call editing.
2011-04-17 Zack Rusinthe filename is stored in the trace
2011-04-15 Zack RusinMake the editor a dialog.
2011-04-15 Zack RusinStart working on trace editing
2011-04-13 Zack RusinImplement state diffing.
2011-04-13 Zack RusinImplement showing only of events specified by a regexp.
2011-04-13 Zack RusinAdd a search widget and fix go to.
2011-04-11 Zack RusinImplement tracing from the ui.
2011-04-11 Zack RusinImplement jumping to a specific call.
2011-04-11 Zack RusinAdd a trace dialog.
2011-04-10 Zack RusinReplay and parse json in a thread.
2011-04-10 Zack RusinClean the constructor a bit.
2011-04-10 Zack RusinAdd a simple viewer for surfaces.
2011-04-09 Zack RusinShow currently bound shaders.
2011-04-09 José FonsecaMerge branch 'master' into noglut
2011-04-07 Zack RusinAllow opening help pages for functions in external...
2011-04-07 Zack RusinAdd code to interpret and display binary vertex data.
2011-04-06 Zack RusinAbstract retracing into a class of its own.
2011-04-03 Zack RusinAllow setting of the filter options.
2011-04-01 Zack RusinAllow filling state for frames and calls.
2011-03-31 Zack RusinImplement state viewing for the current frame.
2011-03-31 Zack RusinLet retrace dump state.
2011-03-31 Zack RusinShow that we're loading a trace.
2011-03-31 Zack RusinIntroduce ApiTrace which encapsulates the data.
2011-03-31 Zack RusinAllow retracing from the gui plus make the call list...
2011-03-31 Zack RusinStart on custom filtering.
2011-03-31 Zack Rusinadd lots of quirks and details view
2011-03-31 Zack RusinA lot better data conversions.
2011-03-31 Zack RusinAdd a basic gui for apitrace.