summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #91 from Artistan/masterHEADorigin/masterorigin/HEADmasterAlpha2016-12-142-1/+2
|\
| * revert whitespaceCharles Peterson2016-12-121-1/+1
| * fix error "non-numeric" && add .gitignore for ideaCharles Peterson2016-12-122-2/+3
|/
* Update package.sh scriptAlpha2016-10-201-5/+7
* Fileviewer: force scroll to line numbers on openAlpha2016-08-051-1/+4
* Convert composer.json to UTF-8Alpha2016-08-041-1/+1
* Bumped to version 1.4v1.4.0Alpha2016-07-232-1/+3
* Remember last column sorted onAlpha2016-07-231-1/+6
* Show filename first in fileviewer titleAlpha2016-07-191-1/+1
* Avoid wrapping options block on large font systemsAlpha2016-07-171-1/+0
* Remove some outdated stuff from READMEv1.3.1Jacob Oettinger2016-05-301-5/+1
* Merge pull request #67 from cfoellmann/feature/composerAlpha2016-05-191-0/+25
|\
| * added composer.json for packagist registrationChristian Foellmann2015-04-121-0/+25
* | Merge pull request #84 from cfinke/patch-1Alpha2016-05-141-1/+1
|\ \
| * | Escape dot in regular expression.Christopher Finke2016-05-131-2/+2
| |/
* | Small spacing changes to match code styleAlpha2016-05-142-13/+13
* | Move back to jokkedkAlpha2016-05-142-2/+1
* | Merge pull request #73 from alpha0010/masterAlpha2016-05-1414-1678/+2745
|\ \ | |/ |/|
| * Merge pull request #80 from arirubinstein/masterAlpha2016-02-101-6/+4
| |\
| | * Escape Shell InjectionAri Rubinstein2016-01-251-1/+1
| |/ |/|
| * Merge pull request #5 from jeffturcotte/masterAlpha2016-02-101-0/+7
| |\
| | * Static file support for PHP built-in webserverJeff Turcotte2016-02-091-0/+7
| |/
| * Enable configuration of displayed table fieldsAlpha2015-12-212-10/+37
| * Bumped to version 1.31.3Alpha2015-11-252-1/+4
| * Safegaurd against error on miss-parse of compressed name, fixes #2Alpha2015-11-252-2/+7
| * Fix fileviewer for mixed PHP/HTMLAlpha2015-11-192-7/+14
| * Add warning message if call graph fails due to missing executablesAlpha2015-11-192-9/+18
| * Remove unnecessary indirectionAlpha2015-09-051-18/+11
| * Fix previous commit a254974 (function call got lost during staging?)Alpha2015-08-231-1/+1
| * Port preprocessor to C++, use PHP preprocessor as fallbackAlpha2015-08-226-5/+415
| * Bumped to version 1.21.2Alpha2015-08-151-1/+1
| * Minor render tweaksAlpha2015-08-154-10/+12
| * Take control of update checking in fork alpha0010/webgrindAlpha2015-08-131-1/+2
| * Send proper header with JSONAlpha2015-08-121-9/+13
| * Add proxy function step optionAlpha2015-08-042-2/+36
| * Fix save correct called-from function indexAlpha2015-07-281-2/+2
| * Remove unneeded number_format() functionAlpha2015-07-271-28/+1
| * Add negate search filter optionAlpha2015-07-271-1/+8
| * Add clear trace files functionAlpha2015-07-272-0/+34
| * Fix display percent vs millisecond vs microsecond show different functionsAlpha2015-07-273-28/+29
| * Fix lookup internal php functionAlpha2015-07-271-1/+1
| * Add links to line numbersAlpha2015-07-271-1/+9
| * Merge pull request #70 from positronium/master (partial)Alpha2015-07-271-13/+34
| |\
| | * Now you can use the Back buttonpositronium2015-07-271-16/+33
| * | Improve favicon.ico clarityAlpha2015-07-273-0/+3
| * | Merge pull request #68 from bionoren/xdebug23Alpha2015-07-231-3/+23
| |\ \
| | * | Update Preprocessor.phpBion2015-04-151-21/+23
| | * | Added support to the preprocessor for function name compression in xdebug 2.3...Bion Oren2015-04-151-3/+22
| |/ / |/| |
| * | Merge pull request #59 from vlakoff/quotesAlpha2015-07-231-0/+7
| |\ \
| | * | Add quotes around python and dot path if neededvlakoff2015-01-081-0/+7
| | |/
| * | Merge pull request #56 from bendoh/master (modified)Alpha2015-07-232-18/+51
| |\ \
| | * | Myriad improvements to the fileviewer code. Lines now get their own line boxe...Ben Doherty2014-04-092-22/+74
| | |/
| * | Merge pull request #55 from boonedox/masterAlpha2015-07-231-0/+0
| |\ \
| | * | Add favico.icoJeremiah Johnson2015-07-231-0/+0
| | |/
| * | Merge pull request #49 from ghost/masterAlpha2015-07-231-573/+995
| |\ \
| | * | Update gprof2dot.py (see gprof2dot.py git) GuimDev2013-12-241-320/+823
| | |/
| * | Merge pull request #43 from KarneAsada/masterAlpha2015-07-233-13/+25
| |\ \
| | * | Added config option graphImageType to set image output typeDan Karney2013-03-122-3/+15
| * | | Merge pull request #36 from bionoren/issue3Alpha2015-07-231-35/+46
| |\ \ \
| | * | | Performance optimizations loading in callgrind dataBion Oren2012-08-131-55/+61
| | |/ /
| * | | Merge pull request #18 from rentalhost/masterAlpha2015-07-231-0/+28
| |\ \ \
| | * | | - Show individual cost (average);David Rodrigues2011-03-191-51/+80
| * | | | Harmonize whitespaceAlpha2015-07-239-1055/+1042
|/ / / /
* | | | Merge pull request #64 from zyphlar/patch-1Joakim Nygård2015-03-231-4/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | README links to github instead of google codeWill Bradley2015-03-191-4/+2
|/ / /
* | | Merge pull request #46 from alimony/patch-1Joakim Nygård2013-06-211-3/+3
|\ \ \ | |_|/ |/| |
| * | Make the installation section an actual list.Markus Amalthea Magnuson2013-06-101-3/+3
|/ /
* | Merge pull request #32 from Erkan-Yilmaz/masteroetting2012-03-121-3/+3
|\ \
| * | images broken (404); typoErkan Yilmaz2012-03-101-3/+3
|/ /
* | Implements changes in Preprocessor required by new reader that includes line ...Jacob Oettinger2011-11-143-5/+6
* | Link to function definitions in earlier versions of xdebugJacob Oettinger2011-09-271-1/+1
* | xdebug 2.2 fixes a bug that makes it possible to link to function/method defi...Jacob Oettinger2011-09-273-9/+27
* | Use the -o arg to dot to write directly to disk, rather than reading the cont...Doug Tabacco2011-09-151-11/+10
* | Changed call graph to buttonJoakim Nygård2011-09-152-3/+2
* | Merge pull request #20 from benmatselby/load-local-fileJoakim Nygård2011-09-141-143/+143
|\ \ | |/ |/|
| * Load the local file relative to index.php as otherwise you can end up with a ...Ben Selby2011-03-291-143/+143
|/
* Merge branch 'master' of https://github.com/yannooo/webgrindJoakim Nygård2011-03-010-0/+0
|\
| * Fix htmlyannooo2011-02-011-1/+1
| * Fix file selectionyannooo2011-02-011-1/+1
| * Modify readmeyannooo2011-02-011-0/+3
| * [NEW] Add ability to generate call graphyannooo2011-02-014-0/+2804
* | [CHANGED] callgraph javascript/url cleanupJoakim Nygård2011-03-011-1/+2
* | [FIXED] callgraph cache naming conflictJoakim Nygård2011-03-011-1/+1
* | [CHANGED] Bumbed to v1.1 with callgraph1.1Joakim Nygård2011-03-011-1/+1
* | [NEW] Call graphs are cachedJoakim Nygård2011-03-013-33/+25
* | Fix htmlyannooo2011-03-011-1/+1
* | Fix file selectionyannooo2011-03-011-1/+1
* | Modify readmeyannooo2011-03-011-0/+3
* | [NEW] Add ability to generate call graphyannooo2011-03-014-0/+2804
* | [FIXED] Corrected footerJoakim Nygård2011-03-012-2/+2
|/
* [NEW] Adding READMEJoakim Nygård2011-01-201-0/+30
* [FIX] Issue #58 againjokkedk2010-10-282-1/+2
* [FIX] #61 Invalid argument to Preprocessor::subCallInformation in some casesjokkedk2010-10-271-3/+12
* [NEW] #37 Configurable trace list dropdownjokkedk2010-10-273-3/+15
* [CHANGE] Added xdebug output format on first loadjokkedk2010-10-271-3/+3
* [NEW] Shows the path to xdebug output dir on first loadjokkedk2010-10-271-1/+1
* [FIXED] #58, line numbers inside code viewerjokkedk2010-10-272-1/+2
* [CHANGED] Moving version out of config.phpjokkedk2010-07-052-3/+6
* [FIXED] Potential fix for self-profiling #21jokkedk2010-07-051-1/+1
* [FIXED] Fileviewer links works with specific line numberjokkedk2010-06-021-1/+1