summaryrefslogtreecommitdiffstats
path: root/src/htmlgen.cpp
Commit message (Expand)AuthorAgeFilesLines
* bug_674442 CREATE_FOLDERS should not create unused foldersalbert-github2021-06-121-0/+8
* Improved responsive design of dynamic menusDimitri van Heesch2021-05-301-3/+3
* Optimized MathJax HTML output and made the template output the same.Dimitri van Heesch2021-05-241-50/+41
* Merge pull request #8554 from albert-github/feature/bug_mathjax_v3_refDimitri van Heesch2021-05-231-4/+3
|\
| * Extra settings for MathJax V3albert-github2021-05-151-4/+3
* | Make templated HTML output more similar to hardcoded output.Dimitri van Heesch2021-05-201-2/+2
|/
* Some fixes for template.cpp and improve the template outputDimitri van Heesch2021-05-141-10/+3
* Reintroducing the sidebar layout via new FULL_SIDEBAR option.Dimitri van Heesch2021-05-091-6/+16
* Reverted the layout change introduced in a9d29861fe6ad3c182d6cded2e3636a20086...Dimitri van Heesch2021-05-091-8/+8
* Optimized the layout in case DISABLE_INDEX=YES and GENERATE_TREEVIEW=YESDimitri van Heesch2021-05-081-2/+9
* Merge pull request #8496 from albert-github/feature/issue_7346Dimitri van Heesch2021-04-271-29/+94
|\
| * issue #7346 Incompatibility with MathJax 3.0albert-github2021-04-121-29/+94
* | Fix issues caused by QCString::rawData and QCString::operator[]Dimitri van Heesch2021-04-261-1/+1
* | Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-148/+145
|/
* issue #2732: Adding support for C++ concepts (Origin: bugzilla #499352)Dimitri van Heesch2021-04-081-0/+13
* Regression: source code was not longer visible in HTML/LaTeX/docbook outputDimitri van Heesch2021-03-311-39/+23
* Refactoring: Add TextStream buffer to improve output writing performanceDimitri van Heesch2021-03-281-416/+424
* issue #8375 Lowercase search does not find non-ASCII uppercase pages and vice...Dimitri van Heesch2021-03-241-7/+7
* Refactoring: replace QGString by std::ostringstreamDimitri van Heesch2021-03-231-3/+3
* issue #8375: Lowercase search does not find non-ASCII uppercase pages and vic...Dimitri van Heesch2021-03-221-1/+2
* Refactoring: replace QFile/FTextStream with fstream/stringstreamDimitri van Heesch2021-03-181-260/+251
* Refactoring: Replaced QDir with DirDimitri van Heesch2021-03-181-3/+3
* Refactoring: Replaced QFileInfo with FileInfoDimitri van Heesch2021-03-181-16/+15
* Refactoring: some cleanup and removed text direction logicDimitri van Heesch2021-03-041-1/+1
* Disable qregex.h and fix some warnings and issuesDimitri van Heesch2021-02-201-2/+1
* Refactoring: modernize LayoutNavEntry and LayoutDocEntry listsDimitri van Heesch2021-01-221-15/+10
* bug 668003 Default LaTeX header misses $-placeholdersalbert-github2021-01-051-105/+8
* Refactoring: replaced PageSDict by PageLinked*MapDimitri van Heesch2020-12-311-1/+1
* fix: convert links to the main doxygen site to https. Trailing whitespace wa...Allan Bowe2020-11-291-1/+1
* issue #697: Test 32 reference to bell signal (XHTML, LaTeX)Dimitri van Heesch2020-11-281-15/+40
* Issue #8206: Incorrect XHTML resultsDimitri van Heesch2020-11-271-2/+4
* Refactoring: modernize TooltipManager class and source reference listsDimitri van Heesch2020-10-201-3/+0
* Fix for broken LaTeX output.Dimitri van Heesch2020-09-271-1/+1
* Refactoring: prepare output generators for multi-threaded useDimitri van Heesch2020-09-271-25/+30
* Proposed fix for issue #7898 (#8029)luca-aep2020-09-161-3/+3
* Fixed regression causing search.css not to be generated anymoreDimitri van Heesch2020-08-251-1/+1
* Refactoring: OutputList & OutputGenDimitri van Heesch2020-08-241-61/+75
* Replaced bitmap of doxygen logo by SVG versionDimitri van Heesch2020-07-181-2/+2
* Scalable search bar for high resolution displays (#7888)tttapa2020-07-041-9/+9
* Refactor: modernize configuration valuesDimitri van Heesch2020-06-041-17/+12
* Performance improvements after profilingDimitri van Heesch2020-04-241-1/+1
* Text show as formula when USE_MATHJAX=YES (#7697)albert-github2020-04-121-0/+12
* Doxygen version information (#7645)albert-github2020-03-171-9/+9
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-5/+10
* Removing warnings from doxygen internal documentationalbert-github2020-02-251-1/+9
* Restructure section handlingDimitri van Heesch2020-02-211-12/+12
* Minor fixesDimitri van Heesch2019-12-251-50/+47
* Merge branch 'feature/bug_335614' of https://github.com/albert-github/doxygen...Dimitri van Heesch2019-12-251-15/+12
|\
| * Bug 335614 - HTML link incorrect when using tagfilealbert-github2019-09-301-15/+12
* | Merge pull request #7230 from albert-github/feature/bug_formula_macrofileDimitri van Heesch2019-12-251-1/+184
|\ \