summaryrefslogtreecommitdiffstats
path: root/templates/html
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #754 from albert-github/feature/bug_css_menu_sidebarDimitri van Heesch2018-06-101-0/+8
|\ | | | | Drop down lists in menu bar missing
| * Drop down lists in menu bar missingalbert-github2018-06-021-0/+8
| | | | | | | | As a result of pull request #636 the drop down lists in the main bar don't work anymore, furthermore the treeview is lacking the scrollbar when a text is to long (text is not shown.
* | Bug 796494 - Collapsed treeview arrow displays as emoji in Microsoft Edgealbert-github2018-06-043-5/+5
|/ | | | | | | | | | | | The right arrow (▶) is inn MicrosoftEdge displayed as an Emoji it displays as a white arrow inside a blue square with a black border instead of a monochrome arrow. Unicode contains another right arrow (&#9258) which displays correctly (also in Chrome, Opera, FireFox, Internet Explorer; in some even better). The Unicode naming is a bit confusing: - for the down arrow we only have: - ▼ 'BLACK DOWN-POINTING TRIANGLE' - for the right arrow we have: - ▶ 'BLACK RIGHT-POINTING TRIANGLE' - ► 'BLACK RIGHT-POINTING POINTER' so it looks logical to use both Triangles but this is not the case.
* added PHP7 support for the search engine on HTML output.daMaex2018-03-222-4/+4
| | | | See: http://php.net/manual/en/language.basic-syntax.phptags.php
* Merge pull request #636 from ahoogol/masterDimitri van Heesch2018-01-061-7/+39
|\ | | | | -Fixed: some of remained work to support RTL in HTML output
| * -Fixed: last line underline overlap border in html fragmentahoogol2017-09-021-4/+4
| |
| * - Fixed: text-align of rtl tocahoogol2017-08-281-1/+28
| |
| * - Fixed: list item bullets overlap floating elements in htmlahoogol2017-08-281-4/+9
| | | | | | | | - Fixed: fragment lines overlap floating elements in html
* | Merge branch 'master' of https://github.com/ahoogol/doxygen into ahoogol-masterDimitri van Heesch2017-12-281-42/+158
|\ \ | |/
| * Added support for RTL(right to left) languages like Arabic and Persian in ↵ahoogol2017-06-251-42/+158
| | | | | | | | HTML output
* | Merge pull request #630 from faheel/change-right-arrowDimitri van Heesch2017-12-243-5/+5
|\ \ | | | | | | Changed the navtree collapsed list icon to be more symmetric to the expanded list icon
| * | Change navtree collapsed list iconFaheel Ahmad2017-12-073-5/+5
| | |
* | | Misc. typosluzpaz2017-12-232-2/+2
|/ / | | | | | | | | Super trivial typos Some are in qtools/ which I know is a 3rd party dependency but as we know is now obsolete upstream. I reckon it wouldn't be much of an issue to merge neverthless Tacked on several more commits
* | Marks JS as freely licensedzachwick2017-08-0411-36/+261
|/ | | | | | | | | | | | | | | Marking the resulting JS in this way ensures that visitors to the resulting HTML documentation do not have to choose between running non-free JS and experiencing the HTML documentation as it was intended. The JS was already freely licensed, so this change just ensures that the appropriate labelling occurs so that GNU LibreJS [0] parses the JS correctly as freely licensed. [0] https://www.gnu.org/software/librejs/ Signed-off-by: zachwick <zach@zachwick.com>
* Bug 776964 - Menu does not work without JavascriptDimitri van Heesch2017-01-102-0/+332
|
* Bug 774138 - Please add HTML classes to "Definition at..." & "Referenced ↵albert-github2016-11-131-0/+4
| | | | | | | by..." for CSS Added class= to html output for "Definition at..." resulting in p.definition in the css file and for "Referenced by .. " and "References ..." resulting in p.definition in css file. (also corrected some error messages).
* Fixed svgpan.js issue with Chrome causing empty SVG graphsDimitri van Heesch2016-11-061-3/+7
|
* Fixed jump to anchor issue when navigating to source fileDimitri van Heesch2016-11-061-0/+1
|
* Add support for more CSS formatting and column/row spanning in markdown tablesjohnk2016-10-051-0/+79
|
* Merge pull request #529 from dallerk/plantuml_cssDimitri van Heesch2016-10-041-0/+5
|\ | | | | New classes for generated HTML div elements.
| * New classes for generated HTML div elements.Dennis Allerkamp2016-09-241-0/+5
| | | | | | | | Dot, Msc and Plantuml have their own classes for the generated div element.
* | Bug 771152 - C++11 ref-qualifiers do not appear in Member Function ↵Dimitri van Heesch2016-09-211-0/+2
|/ | | | Documentation section
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-08-211-1/+1
|\
| * Missing semicolon in navtree.cssalbert-github2016-08-171-1/+1
| | | | | | | | Added missing semicolon in navtree,css
* | Bug 769028 - Can't scroll using finger documentation in Chrome browser on ↵Dimitri van Heesch2016-08-211-17/+2
|/ | | | Android OS
* Fix for HTML output when using server side search and the the new menu barDimitri van Heesch2016-07-312-3/+7
|
* Style fixes and added numbering to overloaded membersDimitri van Heesch2016-07-301-24/+28
|
* Modified (readability) layout for member title in HTML and LaTexPkLab.net2016-06-221-1/+21
|
* Adding partial htmlhelp support to template systemDimitri van Heesch2016-06-024-2/+21
|
* Fixed for index.hhp output when using template engineDimitri van Heesch2016-05-281-2/+2
|
* Improved list of files in htmlhelp.hhpDimitri van Heesch2016-05-281-4/+3
|
* Added support for encoding tag to the template engine used for HTML help indicesDimitri van Heesch2016-05-282-0/+40
|
* Fix search box rendering in HTML when menu bar is disabledDimitri van Heesch2016-05-241-0/+273
|
* Disable selecting line numberZHUO Qiang2016-05-201-0/+9
| | | | | Make the line number not selected by user. The user case is when you want to copy the raw source code content, you would not want to automatically select the line number.
* Bug 750930 - Representation of arrowsDimitri van Heesch2016-05-154-118/+12
|
* Applied responsive design to menu bar using smartmenusDimitri van Heesch2016-05-0520-224/+291
|
* Improve output on mobile devicesDimitri van Heesch2016-03-282-2/+3
|
* Bug 762934 - External search does not properly escape user supplied data, ↵Dimitri van Heesch2016-03-251-0/+1
| | | | resulting in vulnerability
* Bug 745659 - The table in classes.html has no class attributeDimitri van Heesch2015-12-281-1/+13
|
* Right alignment of in page table of contentsalbert-github2015-10-241-1/+1
| | | | The in page table of contents (@tableofcontents) should be right aligned with other "box" elements like div.fragment and pre.fragment
* Bug 755293 - Tree view pane overlaps with content tabsDimitri van Heesch2015-09-201-1/+1
|
* Template enhancements and various other small fixesDimitri van Heesch2015-09-0828-103/+189
|
* Moved creation of inline class documentation to separate template fileDimitri van Heesch2015-08-305-214/+82
|
* Added support for directory dependency graphs to template engineDimitri van Heesch2015-08-281-1/+12
|
* Added missing html resources to the html template fileDimitri van Heesch2015-08-272-0/+11
|
* Started with generating LaTeX output via the template engineDimitri van Heesch2015-08-272-3/+3
|
* Add mathjax support to template & context.Dimitri van Heesch2015-08-271-8/+7
|
* Added missing information to template version of the all members listDimitri van Heesch2015-08-272-11/+62
|
* Added javascript search engine data to the template contextDimitri van Heesch2015-08-278-4/+99
|
* Merge pull request #386 from albert-github/feature/bug_753909Dimitri van Heesch2015-08-271-0/+5
|\ | | | | Bug 753909 - Copy and paste of code fragment from CHM merges all pasted text into single line