summaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Expand)AuthorFilesLines
2014-07-10Merge pull request #282 from urkle/fix_image_savezackr1-2/+19
2014-07-07add simple support to export buffers to disk.Edward Rudd3-0/+66
2014-07-07fix saving image via right click menu in state inspectorEdward Rudd1-2/+19
2014-06-18gui: Avoid temporary std::string by calling QString::fromLatin1 where possible.José Fonseca1-7/+7
2014-05-30gui: Ensure all Retracer::Retracer members are initialized.José Fonseca1-0/+2
2014-05-30gui: Don't crash when double-clicking on non-image rows of Surface tab.José Fonseca1-2/+5
2014-05-23gui: Don't show glPopDebugGroup().José Fonseca1-0/+5
2014-05-23gui: Never filter glPushDebugGroup.José Fonseca1-1/+9
2014-05-22gui: Silence duplicate widget warning.José Fonseca1-1/+1
2014-05-22gui: Generalize from glStringMarkerGREMEDY to all markers.José Fonseca1-4/+4
2014-05-22gui: print the marker string from glStringMarkerGREMEDY directlyVladimir Vukicevic1-33/+44
2014-05-22gui: Tweak thread id presentation.José Fonseca1-4/+7
2014-05-15Display thread id in GUIVladimir Vukicevic2-2/+16
2014-05-15gui: add wglGetCurrentContext to default filterVladimir Vukicevic1-0/+2
2014-05-15qapitrace: merge duplicate logic in TraceLoaderLawrence L Love2-115/+185
2014-05-13gui: Remove unused members.José Fonseca4-4/+0
2014-05-10qapitrace: startup load of trace fails with groupsLawrence L Love1-3/+2
2014-05-02qapitrace: arrow-key selected Call is obstructedLawrence L Love1-0/+1
2014-05-02qapitrace: issue #218 crashes on glPopDebugGroupLawrence L Love1-4/+5
2014-04-09gui: respect the alpha channel in surfacesZack Rusin2-3/+10
2014-03-27Revert "qapitrace: fix an inline string FIXME request"José Fonseca1-5/+8
2014-03-27qapitrace: fix an inline string FIXME requestLawrence L Love1-8/+5
2014-02-28gui: Use more precision dumping pixels.José Fonseca1-2/+2
2014-02-25Merge pull request #231 from lawlove/qapitrace-startnumzackr3-3/+3
2014-02-25qapitrace: minor optimization to findCallIndex()Lawrence L Love1-0/+1
2014-02-21qapitrace: fails to find [CALLNO] in first frameLawrence L Love3-3/+3
2014-02-03qapitrace: Add option to retrace with core profile.Corey Richardson4-1/+62
2014-01-23qapitrace: ignore more supporting files generated by qtcreatorLawrence L Love1-1/+0
2013-10-14gui: Prevent assertion failure on debug builds.José Fonseca1-1/+0
2013-10-14gui: Fix debug build.José Fonseca1-2/+2
2013-10-11gui: fix pixel info on flipped imagesZack Rusin1-0/+5
2013-10-11Implement grouping of calls.Zack Rusin8-84/+227
2013-09-20cmake: Link ${LIBBACKTRACE_LIBRARIES} once.José Fonseca1-1/+0
2013-09-20common: dump backtrace on signalsAlexander Monakov1-0/+1
2013-09-17Rescale the image pixels using the full precision.José Fonseca3-69/+57
2013-09-12gui: make sure that the alpha channel is initializedZack Rusin1-1/+1
2013-09-12gui: show the original pixel values in the surface viewerZack Rusin5-102/+165
2013-09-12ui: Handle float images in dumps.José Fonseca1-5/+12
2013-09-12image: Support reading PFM images.José Fonseca1-5/+8
2013-09-11gui: load image data via the Image class.José Fonseca1-1/+83
2013-09-10gui: Implement a new surface viewerZack Rusin7-28/+714
2013-07-20qapitrace: Add option to replay in singlethreaded modePeter Lohrmann4-1/+69
2013-07-08gui: Allow to edit strings.José Fonseca2-0/+15
2013-05-13gui: Make "Details View" the default pane.Alexander Monakov1-7/+2
2013-05-06Use ids for frames.José Fonseca1-11/+11
2013-05-05Cleanup the backtrace representation.José Fonseca1-18/+12
2013-05-04Backtrace via call detailEugene Velesevich4-0/+75
2013-04-12gui: Fix includes.José Fonseca1-2/+2
2013-04-12qapitrace: Support executing glretrace on a remote target host.Carl Worth5-2/+49
2013-04-11gui: Handle calls stranded between frames gracefully (issue #117).José Fonseca2-10/+13