| Commit message (Expand) | Author | Age | Files | Lines |
* | Added concepts to the templated output | Dimitri van Heesch | 2021-06-12 | 18 | -36/+139 |
|
|
* | Improved responsive design of dynamic menus | Dimitri van Heesch | 2021-05-30 | 3 | -53/+97 |
|
|
* | Optimized MathJax HTML output and made the template output the same. | Dimitri van Heesch | 2021-05-24 | 5 | -8/+33 |
|
|
* | Merge pull request #8554 from albert-github/feature/bug_mathjax_v3_ref | Dimitri van Heesch | 2021-05-23 | 2 | -2/+2 |
|\ |
|
| * | Extra settings for MathJax V3 | albert-github | 2021-05-15 | 2 | -2/+2 |
|
|
* | | Make templated HTML output more similar to hardcoded output. | Dimitri van Heesch | 2021-05-20 | 19 | -44/+102 |
|
|
* | | Template engine: allow listing list and struct variables as strings | Dimitri van Heesch | 2021-05-15 | 1 | -2/+2 |
|/ |
|
* | Rename template filter '|e' to '|escape' to keep in line with Django | Dimitri van Heesch | 2021-05-14 | 1 | -1/+1 |
|
|
* | Some fixes for template.cpp and improve the template output | Dimitri van Heesch | 2021-05-14 | 16 | -152/+204 |
|
|
* | Reintroducing the sidebar layout via new FULL_SIDEBAR option. | Dimitri van Heesch | 2021-05-09 | 7 | -531/+289 |
|
|
* | Reverted the layout change introduced in a9d29861fe6ad3c182d6cded2e3636a20086... | Dimitri van Heesch | 2021-05-09 | 4 | -13/+12 |
|
|
* | Optimized the layout in case DISABLE_INDEX=YES and GENERATE_TREEVIEW=YES | Dimitri van Heesch | 2021-05-08 | 7 | -23/+38 |
|
|
* | issue #2732: Adding support for C++ concepts (Origin: bugzilla #499352) | Dimitri van Heesch | 2021-04-08 | 1 | -0/+6 |
|
|
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2021-03-22 | 1 | -1/+1 |
|\ |
|
| * | Some regressions on the templated approach | albert-github | 2021-03-20 | 1 | -1/+1 |
|
|
* | | issue #8375: Lowercase search does not find non-ASCII uppercase pages and vic... | Dimitri van Heesch | 2021-03-22 | 1 | -5/+1 |
|/ |
|
* | issue #5362: Indexing and searching cannot treat non ASCII identifiers | Dimitri van Heesch | 2021-01-31 | 1 | -1/+1 |
|
|
* | issue #5363: Indexing and searching cannot treat non ASCII identifiers | Dimitri van Heesch | 2021-01-31 | 1 | -1/+5 |
|
|
* | Refactoring: Modernise client side part of searchindex | Dimitri van Heesch | 2020-12-29 | 1 | -0/+2 |
|
|
* | Fixed problem expanding/collapsing search results when using XHTML (part 2) | Dimitri van Heesch | 2020-12-25 | 2 | -3/+3 |
|
|
* | Prettify the HTML output when enabling SEPARATE_MEMBER_PAGES | Dimitri van Heesch | 2020-12-21 | 1 | -8/+23 |
|
|
* | Fixed problem expanding/collapsing search results when using XHTML | Dimitri van Heesch | 2020-12-21 | 1 | -2/+2 |
|
|
* | Refactoring: modernize class index | Dimitri van Heesch | 2020-12-21 | 1 | -18/+58 |
|
|
* | fix: convert links to the main doxygen site to https. Trailing whitespace wa... | Allan Bowe | 2020-11-29 | 2 | -4/+4 |
|
|
* | Default doxygen search mechanism doesn't work when using with XHTML output | albert-github | 2020-11-25 | 2 | -5/+5 |
|
|
* | XHML: div tag not possible as part of a p tag. | albert-github | 2020-11-16 | 1 | -1/+1 |
|
|
* | issue @8169 "\emoji heavy_check_mark" produces ✓ instead of ✔️ | albert-github | 2020-11-11 | 1 | -0/+6 |
|
|
* | Proposed fix for issue #7898 (#8029) | luca-aep | 2020-09-16 | 1 | -2/+4 |
|
|
* | Layout on the bibliography page | albert-github | 2020-08-11 | 1 | -1/+3 |
|
|
* | Merge pull request #7936 from albert-github/feature/bug_cite_debug | Dimitri van Heesch | 2020-07-31 | 1 | -1/+6 |
|\ |
|
| * | Debug facility for the \cite command | albert-github | 2020-07-31 | 1 | -1/+6 |
|
|
* | | Minors tweaks to the regular expressions | Dimitri van Heesch | 2020-07-31 | 1 | -2/+2 |
|
|
* | | Incorrect representation of citation | albert-github | 2020-07-31 | 1 | -2/+2 |
|/ |
|
* | Made shading more subtle in the SVG logo | Dimitri van Heesch | 2020-07-19 | 1 | -1/+1 |
|
|
* | Make the luminance levels of the new SVG logo better match the original bitmap | Dimitri van Heesch | 2020-07-19 | 1 | -5/+5 |
|
|
* | Replaced bitmap of doxygen logo by SVG version | Dimitri van Heesch | 2020-07-18 | 5 | -78/+31 |
|
|
* | Issue #7892: Incorrect search box on server-side search results page | Dimitri van Heesch | 2020-07-07 | 1 | -7/+1 |
|
|
* | Scalable search bar for high resolution displays (#7888) | tttapa | 2020-07-04 | 9 | -70/+196 |
|
|
* | Updated formatting rules for paragraphs within table header cells. | Thomas Vogt | 2020-06-14 | 1 | -1/+1 |
|
|
* | Fixed javascript warning in resize.jsRelease_1_8_18 | Dimitri van Heesch | 2020-04-13 | 1 | -1/+3 |
|
|
* | issue #6901: Please consider relicensing of Javascript files | Dimitri van Heesch | 2020-03-27 | 7 | -143/+130 |
|
|
* | Merge branch 'remove_tcl' | Dimitri van Heesch | 2020-03-22 | 1 | -1/+0 |
|\ |
|
| * | Remove support for TCL (code is too buggy and unmaintained, language not very... | Dimitri van Heesch | 2020-03-15 | 1 | -1/+0 |
|
|
* | | Fix CROS javascript issue when giving focus to search result frame. | Joseph Mirabel | 2020-03-22 | 2 | -3/+8 |
|/ |
|
* | Avoid unsupported html attributes from appearing in the XML/docbook output an... | Dimitri van Heesch | 2020-02-02 | 1 | -41/+0 |
|
|
* | issue #7412: HTML: Opening a reference link in a new tab does not scroll to t... | Dimitri van Heesch | 2019-12-10 | 1 | -0/+1 |
|
|
* | Correct style in table header in case of paragraph is used | albert-github | 2019-11-21 | 1 | -0/+5 |
|
|
* | Spelling corrections for templates directory | albert-github | 2019-11-04 | 2 | -2/+2 |
|
|
* | Also span entire line in case of a memTemplItemRight | albert-github | 2019-10-10 | 1 | -1/+1 |
|
|
* | Fix some typos | luz.paz | 2019-09-16 | 1 | -1/+1 |
|
|