summaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Expand)AuthorFilesLines
2012-03-18Attempt to allow to control image dynamic range.José Fonseca3-1/+132
2012-03-17Lookup call state on double-click.José Fonseca2-0/+7
2012-03-15Link need libraries explicitly.José Fonseca1-1/+8
2012-02-28Allow to specify the API from trace dialog.José Fonseca6-0/+40
2012-02-28Whitelist tracing on Windows.José Fonseca1-5/+0
2012-01-27Correctly copy "out" arguments to the "leave" portion of the traceCarl Worth2-4/+4
2011-12-11Trace enum signatures as a whole.José Fonseca2-19/+37
2011-12-03Merge pull request #61 from prahal/gui-editzackr2-87/+151
2011-12-02Introduce call flags.José Fonseca3-3/+9
2011-12-02gui: let the edit mode work.Alban Browaeys2-87/+151
2011-11-27Allow to retrace with EGL too.José Fonseca7-1/+74
2011-11-27Allow to specify an initial call no in the qapitrace command line.José Fonseca3-5/+44
2011-11-27Add hyperlinks for non-ARB extensions too.José Fonseca3-0/+1290
2011-11-25Fix GUI visualization of floating point values.José Fonseca3-5/+18
2011-11-25Trace via "apitrace trace" command.José Fonseca1-45/+23
2011-11-25Add links to EXT_framebuffer_object spec.José Fonseca1-0/+17
2011-11-24Parse doubles to a new Double class rather than to the Float class.Carl Worth3-0/+11
2011-11-24Prevent segfault on glretrace crash (fixes issue #52).José Fonseca2-10/+24
2011-11-17Encode format as a member and not part of the label.Zack Rusin4-2/+22
2011-11-16Make the details view a bit clearer.Zack Rusin2-6/+20
2011-11-16Add depth info to the surfaces.Zack Rusin3-0/+21
2011-11-05gui: Handle incomplete calls.José Fonseca1-6/+14
2011-11-03Put glxtrace.so also in the wrappers directory.José Fonseca1-1/+1
2011-11-01Expose build/install dirs as a define.José Fonseca3-11/+9
2011-11-01Change non-executable install directories to include an "apitrace" componentCarl Worth1-2/+2
2011-10-30Have selected call always match the current call.José Fonseca1-1/+1
2011-10-30Only jump to errors when the error item is activated.José Fonseca1-1/+1
2011-10-27Lower case namespaces.José Fonseca5-103/+103
2011-10-07Fix a crash when loading multiple frames at once.Zack Rusin2-6/+20
2011-09-27Deep copy the blob data.Zack Rusin1-10/+1
2011-09-27Fix multi line strings inside array arguments on the call details pane.José Fonseca2-8/+8
2011-09-26Show a warning box if astyle isn't installed and indent was activated.Zack Rusin1-0/+6
2011-09-26Ignore qapitrace.qrc.dependsJosé Fonseca1-0/+1
2011-09-25Skip over filtered calls when searching.Zack Rusin7-55/+116
2011-09-24Add an option to indent the glsl code in the shader viewer.Zack Rusin2-2/+45
2011-09-24Add a custom filter to the event view.Zack Rusin4-37/+129
2011-09-24Make sure we reset the state when loading another trace fileZack Rusin3-2/+12
2011-09-24Delete unused member variableZack Rusin1-1/+0
2011-09-24Cleanup the default size computation for the surface viewer.Zack Rusin3-3/+28
2011-09-21Remove unused files.Zack Rusin2-156/+0
2011-09-21Remove some extra debugging output.Zack Rusin1-2/+1
2011-09-21Merge branch 'on-demand-loading'Zack Rusin18-430/+1669
2011-09-21Make sure that the loader deletes the signatures.Zack Rusin1-0/+2
2011-09-19Fix silly typoZack Rusin1-1/+1
2011-09-19If a frame has already been loaded don't do it again.Zack Rusin1-2/+11
2011-09-19Always add calls for last frame.José Fonseca1-7/+2
2011-09-19Cleanup some of the code.Zack Rusin2-44/+65
2011-09-18Delete loadertest and cleanup some of the new api.Zack Rusin7-37/+36
2011-09-15Show thumbnail of the color buffer in tooltips.Zack Rusin3-15/+64
2011-09-14Fix and cleanup state lookups on frames.Zack Rusin5-6/+36