index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split off code to detect inkscape version to a separate function
Dimitri van Heesch
2020-05-09
1
-80/+84
*
Running Inkscape 1.0
albert-github
2020-05-09
1
-1/+9
*
Running Inkscape 1.0
albert-github
2020-05-08
1
-1/+78
*
Input buffer overflow in php input code (#7745)
albert-github
2020-05-02
1
-4/+4
*
Refactoring: size_t type conversions and QList in DotManager
Dimitri van Heesch
2020-05-02
12
-40/+57
*
Refactoring: Introduce type names for commonly used container types
Dimitri van Heesch
2020-05-01
26
-361/+396
*
Fix for overruling flags that did work with the Visual Studio compiler
Dimitri van Heesch
2020-04-30
1
-0/+3
*
Refactoring: modernize g_inputFiles and the parameters of readFileOrDirectory
Dimitri van Heesch
2020-04-30
4
-113/+147
*
Refactoring: replace Doxygen::namespaceAliasDict by Doxygen::namespaceAliasMap
Dimitri van Heesch
2020-04-29
4
-31/+26
*
Refactoring: migrate type of Doxygen::inputPaths to std::set
Dimitri van Heesch
2020-04-29
3
-25/+19
*
Refactoring: replaced killDict by killSet
Dimitri van Heesch
2020-04-27
2
-31/+29
*
Refactoring: migrate MemberNameInfoSDict to MemberNameInfoLinkedMap
Dimitri van Heesch
2020-04-27
15
-801/+678
*
Refactoring: Improve encapsulation of MemberInfo class
Dimitri van Heesch
2020-04-27
10
-100/+123
*
Fixed 2 small memory leaks
Dimitri van Heesch
2020-04-26
1
-16/+16
*
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2020-04-26
1
-1/+1
|
\
|
*
Inconsistent behavior between `///` and `//!` for formulas (#7726)
albert-github
2020-04-26
1
-1/+1
*
|
Refactor: better encapsulation for MemberName
Dimitri van Heesch
2020-04-25
2
-1/+28
*
|
Refactor: remove symbolStorage references (dead code)
Dimitri van Heesch
2020-04-25
2
-15/+0
*
|
Refactor: improve encapsulation for ArgumentList
Dimitri van Heesch
2020-04-25
10
-84/+120
|
/
*
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2020-04-25
1
-0/+3
|
\
|
*
Undefined control sequence for formula using MathJax (#7712)
albert-github
2020-04-25
1
-0/+3
*
|
Fixes missing include and missing html extension logic
Dimitri van Heesch
2020-04-25
2
-1/+2
|
/
*
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2020-04-25
1
-2/+2
|
\
|
*
Incorrect text for HTML_FORMULA_FORMAT in documentation / Doxyfile (#7722)
albert-github
2020-04-25
1
-2/+2
*
|
moved separate doxygen tag to tagfile attribute
Dimitri van Heesch
2020-04-25
2
-7/+3
*
|
Merge branch 'feature/bug_tag_doxygen' of https://github.com/albert-github/do...
Dimitri van Heesch
2020-04-25
2
-0/+9
|
\
\
|
|
/
|
/
|
|
*
Add doxygen version information to tag file
albert-github
2020-04-20
2
-0/+9
*
|
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2020-04-25
1
-1/+1
|
\
\
|
*
|
Wrong message in case of svg formulas for HTML (#7716)
albert-github
2020-04-22
1
-1/+1
|
|
/
*
|
Performance improvements after profiling
Dimitri van Heesch
2020-04-24
16
-291/+300
|
/
*
issue #7706: Md5 hash does not match for two different runs (part 2)
Dimitri van Heesch
2020-04-19
2
-31/+22
*
Refactoring: changed Doxygen::expandAsDefinedDict to Doxygen::expandAsDefinedSet
Dimitri van Heesch
2020-04-18
3
-11/+10
*
issue #7706: Md5 hash does not match for two different runs
Dimitri van Heesch
2020-04-17
1
-37/+42
*
issue #7698: forward declaration of template classes
Dimitri van Heesch
2020-04-16
1
-20/+22
*
Fix for crash in addEnumValuesToEnum() (better solution)
Dimitri van Heesch
2020-04-15
1
-8/+13
*
issue #7702: test list is always created
Dimitri van Heesch
2020-04-14
3
-16/+22
*
Fix for crash in addEnumValuesToEnum()
Dimitri van Heesch
2020-04-14
1
-7/+9
*
Updated changelog for version 1.8.18
Dimitri van Heesch
2020-04-12
1
-0/+4
*
Text show as formula when USE_MATHJAX=YES (#7697)
albert-github
2020-04-12
2
-0/+22
*
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2020-04-11
1
-0/+1
|
\
|
*
Missing break statement (#7696)
albert-github
2020-04-10
1
-0/+1
*
|
Changed content delivery default URL for MATHJAX_RELPATH option to jsdelivr.net
Dimitri van Heesch
2020-04-11
1
-1/+1
|
/
*
Fixes after coverity run
Dimitri van Heesch
2020-04-10
4
-16/+23
*
Combined both rules in one to reduce code duplication
Dimitri van Heesch
2020-04-09
1
-6/+1
*
Merge branch 'feature/bug_cite_comma' of https://github.com/albert-github/dox...
Dimitri van Heesch
2020-04-09
1
-0/+5
|
\
|
*
Link in case of comma at end of URL
albert-github
2020-04-08
1
-0/+5
*
|
Changed fix as proposed
Dimitri van Heesch
2020-04-09
3
-49/+36
*
|
Merge branch 'feature/issue_7692' of https://github.com/albert-github/doxygen...
Dimitri van Heesch
2020-04-09
1
-4/+15
|
\
\
|
*
|
issue #7692 \copydoc does not work with file paths including dots
albert-github
2020-04-08
1
-4/+15
|
|
/
*
|
Fixed shadowing issue in getFortranDefs and other shadowing cases
Dimitri van Heesch
2020-04-09
12
-209/+195
[next]