]> git.cworth.org Git - apitrace/history - gui
Use call number instead of frame number for snapshot filenames.
[apitrace] / gui /
2011-04-14 José FonsecaBest effort to show (and compare) nested state parameters.
2011-04-13 José FonsecaRemove bogus reference entry.
2011-04-13 José FonsecaAdd links to functions documented in ARB extensions.
2011-04-13 Zack RusinAdd a key sequence for next and prev.
2011-04-13 José FonsecaLinearize the shaders source in JSON.
2011-04-13 José FonsecaShow shader type in the combo box.
2011-04-13 José FonsecaRename libglxtrace.so back to glxtrace.so.
2011-04-13 Zack RusinAdd wglDescribePixelFormat to the list of extra state...
2011-04-13 Zack RusinAllow closing of the goto widget with the escape key.
2011-04-13 Zack RusinFilter text was missing the first paren.
2011-04-13 Zack RusinImplement state diffing.
2011-04-13 Zack RusinImplement showing only of events specified by a regexp.
2011-04-13 Zack RusinHighly optimize searching and fix a crash.
2011-04-13 Zack RusinAdd a search widget and fix go to.
2011-04-12 José FonsecaDump stencil buffer too.
2011-04-12 Zack RusinAdd a very nice glsl editor code.
2011-04-12 Zack RusinRespect the double buffered option when looking up...
2011-04-12 Zack RusinExpand surface items if there's not too many of them.
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 RusinShow the currently bound fbos in the gui.
2011-04-10 Zack RusinReplay and parse json in a thread.
2011-04-10 Zack RusinClean the constructor a bit.
2011-04-10 José FonsecaUse normalized ubytes for now.
2011-04-10 José FonsecaHardcode base64 enconding.
2011-04-10 José FonsecaIgnore all generated ui_*.h files.
2011-04-10 Zack RusinClear the surfaces tree when changing calls.
2011-04-10 Zack RusinForgot to add the imageviewer.
2011-04-10 Zack RusinAdd a simple viewer for surfaces.
2011-04-10 Zack RusinRead the surface data from json.
2011-04-09 Zack RusinShow currently bound shaders.
2011-04-09 José FonsecaIgnore generated files.
2011-04-09 José FonsecaMerge branch 'master' into noglut
2011-04-08 José FonsecaAdd WGL reference URL.
2011-04-08 Zack RusinAllow setting options on the retrace processs.
2011-04-07 Zack RusinAllow visualizaing data with starting offsets.
2011-04-07 Zack RusinIncorporate Jose's patch and make vertexdatainterpreter...
2011-04-07 Zack RusinAllow opening help pages for functions in external...
2011-04-07 José FonsecaUse QT includes and definitions in the gui subdirectory...
2011-04-07 José FonsecaUpdate .gitignore.
2011-04-07 Zack RusinAdd code to interpret and display binary vertex data.
2011-04-07 Zack RusinGenerate filterText in thread.
2011-04-06 Zack RusinAdd name of the file in the window bar.
2011-04-06 Zack RusinAbstract retracing into a class of its own.
2011-04-03 Zack RusinFilter glXQueryExtensionsString when asked to filter...
2011-04-03 Zack RusinIndex shouldn't be bold, plus don't newline after index...
2011-04-03 Zack RusinAllow setting of the filter options.
2011-04-03 Zack RusinStop showing binary data, just say what it is and how...
2011-04-03 José FonsecaIgnore qrc_qapitrace.cxx.
2011-04-02 José FonsecaIgnore qrc_qapitrace.cxx.
2011-04-02 Zack RusinTooltips in the event list
2011-04-02 Zack RusinCleanup the event model code.
2011-04-01 José FonsecaSort state in ascending order by default.
2011-04-01 Zack RusinAdd some icons.
2011-04-01 Zack RusinAllow sorting of the state.
2011-04-01 Zack RusinAllow filling state for frames and calls.
2011-04-01 Zack Rusinshorten really long arguments
2011-03-31 José FonsecaIgnore generated gui files.
2011-03-31 José FonsecaShow call return values in event list.
2011-03-31 Zack RusinImplement state viewing for the current frame.
2011-03-31 Zack RusinAdd qjson dependency and cleanup the cmake qt code.
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 RusinDon't layout the text when filtering.
2011-03-31 Zack RusinStart on custom filtering.
2011-03-31 Zack Rusinadd lots of quirks and details view
2011-03-31 Zack Rusinsome color in the list
2011-03-31 Zack RusinA lot better data conversions.
2011-03-31 José FonsecaMake GUI build dependent on availability of QT4.
2011-03-31 José FonsecaReuse trace library.
2011-03-31 Zack RusinAdd a basic gui for apitrace.