Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added concepts to the templated output | Dimitri van Heesch | 2021-06-12 | 1 | -8/+22 |
| | | | | | also made some changes to make the templated HTML output better match the built-in output. | ||||
* | Optimized MathJax HTML output and made the template output the same. | Dimitri van Heesch | 2021-05-24 | 1 | -1/+3 |
| | |||||
* | Make templated HTML output more similar to hardcoded output. | Dimitri van Heesch | 2021-05-20 | 1 | -9/+10 |
| | |||||
* | Template engine: allow listing list and struct variables as strings | Dimitri van Heesch | 2021-05-15 | 1 | -2/+2 |
| | | | | | For easier debugging one can do e.g. `{% msg %}value={{ variable }}{% endmsg %}` to list the value of a variable also when it is a list or struct. | ||||
* | Some fixes for template.cpp and improve the template output | Dimitri van Heesch | 2021-05-14 | 1 | -7/+30 |
| | |||||
* | Some regressions on the templated approach | albert-github | 2021-03-20 | 1 | -1/+1 |
| | | | | | | | | | Although the templated approach is highly experimental there are a number of regressions fixed: - context.cpp - incorrect if condition due to: Refactoring: cleanup unused qtools headers (commit: b89561e0c61aec5cae6eafc354f81a3bf071a777) - garbled messages due to missing end of line in message - htmllayout.tpl - doxygen.luma has been replaced by doxygen.cpp | ||||
* | Scalable search bar for high resolution displays (#7888) | tttapa | 2020-07-04 | 1 | -3/+3 |
| | | | | | | | | | | * Use SVG images for search bar icons * Update search bar CSS for high resolution displays Uses CSS shadows instead of PNG images of shadows * Limit the main-menu CSS rule to first level list #main-menu li:last-child applies to last childs of sub-lists as well #main-menu > li:last-child only applies to the top-level list | ||||
* | Spelling corrections for templates directory | albert-github | 2019-11-04 | 1 | -1/+1 |
| | | | | | | Spelling corrections as found by codespell and in #561. One reported problem was already fixed, others are fixed here. | ||||
* | Adding partial htmlhelp support to template system | Dimitri van Heesch | 2016-06-02 | 1 | -0/+1 |
| | |||||
* | Added support for encoding tag to the template engine used for HTML help indices | Dimitri van Heesch | 2016-05-28 | 1 | -0/+7 |
| | |||||
* | Bug 750930 - Representation of arrows | Dimitri van Heesch | 2016-05-15 | 1 | -2/+0 |
| | |||||
* | Applied responsive design to menu bar using smartmenus | Dimitri van Heesch | 2016-05-05 | 1 | -0/+6 |
| | |||||
* | Template enhancements and various other small fixes | Dimitri van Heesch | 2015-09-08 | 1 | -20/+35 |
| | |||||
* | Added missing html resources to the html template file | Dimitri van Heesch | 2015-08-27 | 1 | -0/+8 |
| | |||||
* | Added javascript search engine data to the template context | Dimitri van Heesch | 2015-08-27 | 1 | -1/+16 |
| | |||||
* | Added graphical hierarchy support to template engine | Dimitri van Heesch | 2014-12-25 | 1 | -1/+6 |
| | |||||
* | Improved main page rendering via template engine | Dimitri van Heesch | 2014-12-25 | 1 | -9/+9 |
| | |||||
* | Introduced template directory for template and resource files and resource ↵ | Dimitri van Heesch | 2014-11-13 | 1 | -0/+232 |
compiler & manager |