summaryrefslogtreecommitdiffstats
path: root/libmscgen
Commit message (Collapse)AuthorAgeFilesLines
* Incorrect line count in case of an error in msc inputalbert-github2020-11-203-0/+9
| | | | The variables to store line number etc. are static variables and should be reset on each invocation of the lex msc parser.
* Allow building doxygen as a subprojectAnonymous Maarten2020-09-161-4/+4
|
* Coverity uninitialized variable in mscgen_api.cppalbert-github2020-06-121-0/+1
| | | | | - Initialize the variable ymax - add an extended example with "parallel events" triggered by a `,` instead of `;` between events
* Fix a number of compiler warnings in the 64bit build for WindowsDimitri van Heesch2020-03-024-12/+13
|
* spelling: representedJosh Soref2019-11-121-1/+1
|
* spelling: outputJosh Soref2019-11-121-1/+1
|
* spelling: manifestJosh Soref2019-11-121-1/+1
|
* spelling: horizontalJosh Soref2019-11-121-1/+1
|
* spelling: hanningJosh Soref2019-11-121-1/+1
|
* spelling: columnJosh Soref2019-11-121-1/+1
|
* spelling: blendingJosh Soref2019-11-121-4/+4
|
* spelling: backgroundJosh Soref2019-11-121-1/+1
|
* spelling: attributeJosh Soref2019-11-121-1/+1
|
* spelling: angularJosh Soref2019-11-121-1/+1
|
* Spelling corrections for libmscgen directoryalbert-github2019-11-059-14/+14
| | | | | | Spelling corrections as found by codespell. The original package was written by UK-English writing person so left the words in UK-English (upon request this can be changed as well to US-English spelling).
* Merge branch 'feature/bug_consistency_state_2' of ↵Dimitri van Heesch2019-09-122-6/+17
|\ | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_consistency_state_2
| * Consistent way to show scanner statealbert-github2019-09-052-6/+17
| | | | | | | | | | Create a consistent way to display the state mnemonics of the different scanners (analogous to the fortranscanner.l) Use an automatic procedure to generate the routine with the translation of the states to a string.
* | Fixed a couple of compiler warnings on WindowsDimitri van Heesch2019-09-123-44/+44
|/
* Correction obvious documentation errors in mscgenalbert-github2019-07-012-2/+2
|
* Fixed windows build issue in gd.hDimitri van Heesch2019-06-231-31/+2
|
* Fix gd_intern.h for Windows buildDimitri van Heesch2019-06-232-15/+1
|
* issue #6880 mscgen links placed in the wrong place when using SVG outputDimitri van Heesch2019-06-2341-0/+21238