index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
rtfgen.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix issues caused by QCString::rawData and QCString::operator[]
Dimitri van Heesch
2021-04-26
1
-1/+1
*
Refactoring: remove implicit conversion from QCString to const char *
Dimitri van Heesch
2021-04-22
1
-137/+146
*
issue #2732: Adding support for C++ concepts (Origin: bugzilla #499352)
Dimitri van Heesch
2021-04-08
1
-0/+42
*
Refactoring: Add TextStream buffer to improve output writing performance
Dimitri van Heesch
2021-03-28
1
-700/+703
*
Refactoring: move qcstring and remove qtools
Dimitri van Heesch
2021-03-25
1
-2/+2
*
issue #8375 Lowercase search does not find non-ASCII uppercase pages and vice...
Dimitri van Heesch
2021-03-24
1
-1/+1
*
issue #8375: Lowercase search does not find non-ASCII uppercase pages and vic...
Dimitri van Heesch
2021-03-22
1
-1/+2
*
Refactoring: replace QFile/FTextStream with fstream/stringstream
Dimitri van Heesch
2021-03-18
1
-352/+341
*
Refactoring: Replaced QDir with Dir
Dimitri van Heesch
2021-03-18
1
-16/+15
*
Disable qregex.h and fix some warnings and issues
Dimitri van Heesch
2021-02-20
1
-2/+0
*
Refactoring: qtools cleanup + remove QDateTime use from rtfgen.cpp
Dimitri van Heesch
2021-02-05
1
-3/+9
*
Refactoring: modernize rtf_Style
Dimitri van Heesch
2021-01-22
1
-51/+45
*
Refactoring: replace Doxygen::directories by Doxygen::dirLinkedMap
Dimitri van Heesch
2021-01-01
1
-6/+14
*
Refactoring: replace Doxygen::groupSDict by Doxygen::groupLinkedMap
Dimitri van Heesch
2020-12-31
1
-6/+2
*
Refactoring: replaced PageSDict by PageLinked*Map
Dimitri van Heesch
2020-12-31
1
-14/+8
*
Refactoring: replace NamespaceSDict by NamespaceLinkedMap
Dimitri van Heesch
2020-12-23
1
-28/+17
*
Refactoring: replace ClassSDict by ClassLinkedMap/ClassLinkedRefMap
Dimitri van Heesch
2020-12-19
1
-46/+18
*
Improve handling of inline namespace members in LateX/RTF output
Dimitri van Heesch
2020-12-02
1
-2/+2
*
Remove duplicate pages for classes inside inline namespaces (LaTeX/RTF/DocBook)
Dimitri van Heesch
2020-11-29
1
-3/+6
*
Issue #8206: Incorrect XHTML results
Dimitri van Heesch
2020-11-27
1
-3/+3
*
Fix for broken LaTeX output.
Dimitri van Heesch
2020-09-27
1
-1/+1
*
Refactoring: prepare output generators for multi-threaded use
Dimitri van Heesch
2020-09-27
1
-14/+5
*
Refactoring: OutputList & OutputGen
Dimitri van Heesch
2020-08-24
1
-20/+24
*
Refactor: modernize configuration values
Dimitri van Heesch
2020-06-04
1
-2/+2
*
Fixes after coverity run
Dimitri van Heesch
2020-04-10
1
-2/+7
*
Fixed shadowing issue in getFortranDefs and other shadowing cases
Dimitri van Heesch
2020-04-09
1
-38/+39
*
Replaced FileNameDict/FileNameList by FileNameLinkedMap
Dimitri van Heesch
2020-04-06
1
-56/+48
*
Missing anchors in RTF code output (#7647)
albert-github
2020-03-21
1
-2/+36
*
Doxygen version information (#7645)
albert-github
2020-03-17
1
-3/+3
*
Enabled stricter compiler warnings and fixed all new warnings
Dimitri van Heesch
2020-03-08
1
-7/+6
*
Restructure section handling
Dimitri van Heesch
2020-02-21
1
-7/+7
*
Minor fixes
Dimitri van Heesch
2019-12-25
1
-37/+17
*
Removed exitCode parameter as it is always 1
Dimitri van Heesch
2019-12-22
1
-1/+1
*
Better termination message
albert-github
2019-11-22
1
-2/+1
*
Merge pull request #7344 from albert-github/feature/bug_tcl
Dimitri van Heesch
2019-11-10
1
-0/+1
|
\
|
*
Small improvements of TCL output
albert-github
2019-10-21
1
-0/+1
*
|
Spelling corrections for src directory
albert-github
2019-11-05
1
-1/+1
|
/
*
Reduce the use of QString in favor of the more efficient QCString
Dimitri van Heesch
2019-09-21
1
-1/+3
*
Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...
Dimitri van Heesch
2019-08-04
1
-2/+2
|
\
|
*
Correction warning message
albert-github
2019-06-01
1
-2/+2
*
|
Merge branch 'feature/bug_gitversion' of https://github.com/albert-github/dox...
Dimitri van Heesch
2019-07-30
1
-2/+2
|
\
\
|
*
|
Show git version information
albert-github
2019-05-31
1
-2/+2
*
|
|
Incorrect (X)HTML code when generating source code.
albert-github
2019-06-17
1
-0/+21
*
|
|
refactoring dot.cpp
Thomas Haller
2019-06-13
1
-5/+9
|
|
/
|
/
|
*
|
Improved const correctness and added support for inline namespaces
Dimitri van Heesch
2019-04-21
1
-1/+1
|
/
*
Moved check for page having a title to hasTitle() method
Dimitri van Heesch
2018-12-31
1
-1/+1
*
RTF lists more levels and removing extra paragraphs
albert-github
2018-11-18
1
-10/+11
*
RTF layout regarding References and Referenced by
albert-github
2018-10-28
1
-1/+2
*
Merge pull request #6477 from albert-github/feature/bug_exception_rtf_latex
Dimitri van Heesch
2018-09-06
1
-1/+1
|
\
|
*
Missing opening round bracket in case of an exception
albert-github
2018-08-31
1
-1/+1
[next]