summaryrefslogtreecommitdiffstats
path: root/templates/html
Commit message (Collapse)AuthorAgeFilesLines
* Bug 141919 - Wrong param and exception style in RTF outputalbert-github2019-02-011-1/+1
| | | | | | | | Some small improvements in the different formats based on the problems signaled with the issue - doxygen.css make exceptions in line with other tables (i.e. the appearance of the name of the exception) - doxygen.sty, rtfdocvisitor.cpp between items in e.g. Precondition, Postcondition, Note place a paragraph distance (like in main text) - docbookvisitor.cpp handle title of Rcs and User sections correctly .
* Aligned license statement for javascripts with general license statementDimitri van Heesch2019-01-314-97/+49
|
* issue #6733 invalid cite anchor id when using crossrefalbert-github2019-01-041-6/+6
| | | | | | | The crossreference possibility was not properly taken into account in bibtex conversion for other formats than LaTeX. - doxygen.bst: use correct labels (i.e. add 'CITEREF_' in case of crossreferences to the giver name) - cite.cpp: add the crossreferences to the citation dictionary (to overcome warning message). - extending test 012
* Merge pull request #6683 from lewijw/jQuery1.7.2Dimitri van Heesch2018-12-242-35/+7
|\ | | | | Upgrade to jQuery 1.7.2 to get rid of security scan violations.
| * Upgrade to jQuery 1.7.2 to get rid of security scan violations.John W. Lewis2018-12-142-35/+7
| |
* | [ImgBot] Optimize imagesImgBotApp2018-12-074-0/+0
|/ | | | | | | | | | | | | | | | | | | | *Total -- 536.41kb -> 410.38kb (23.5%) /doc/extsearch_flow.png -- 20.57kb -> 7.41kb (64%) /testing/sample.png -- 3.69kb -> 2.50kb (32.26%) /doc/doxywizard_main.png -- 55.86kb -> 38.51kb (31.07%) /doc/doxywizard_page1.png -- 38.72kb -> 29.24kb (24.47%) /doc/doxywizard_page4.png -- 42.69kb -> 32.57kb (23.72%) /doc/doxywizard_page3.png -- 49.71kb -> 37.95kb (23.66%) /doc/doxywizard_page2.png -- 38.13kb -> 29.21kb (23.41%) /addon/doxywizard/images/tunecolor.png -- 99.90kb -> 77.30kb (22.62%) /doc/doxywizard_menu.png -- 57.29kb -> 45.09kb (21.28%) /doc/doxywizard_expert.png -- 29.35kb -> 23.73kb (19.15%) /templates/html/mag_sel.png -- 0.55kb -> 0.45kb (17.41%) /templates/html/mag.png -- 0.51kb -> 0.44kb (14.31%) /doc/infoflow.png -- 98.24kb -> 84.89kb (13.59%) /templates/html/search_r.png -- 0.60kb -> 0.54kb (9.64%) /templates/html/search_l.png -- 0.59kb -> 0.55kb (6.13%)
* Merge pull request #6602 from albert-github/feature/bug_tparamDimitri van Heesch2018-12-031-3/+3
|\ | | | | Consistency in headings and layout for template parameters (tparam)
| * Consistency in headings and layout for template parameters (tparam)albert-github2018-11-061-3/+3
| | | | | | | | | | - at some places the translation of the "Template Parameters" was not yet done - layout of the template parameters table in HTML had no default. Should be analogous to the table for normal parameters
* | Warning running xmllint for xhtmlalbert-github2018-11-263-3/+3
| | | | | | | | | | | | | | When running xmllint in the error output the following message appears: `I/O error : Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd` Going to the website we see that there an automatic redirect was done from `http` to `https`.
* | Merge branch 'feature/bug_inline_image' of ↵Dimitri van Heesch2018-11-111-1/+1
|\ \ | |/ |/| | | https://github.com/albert-github/doxygen into albert-github-feature/bug_inline_image
| * Inline imagesalbert-github2018-08-091-1/+1
| | | | | | | | Create the possibility of inline images with the `\image` command by means of the option `inline`.
* | Merge pull request #6402 from albert-github/feature/bug_579628Dimitri van Heesch2018-09-011-0/+9
|\ \ | | | | | | Bug 579628 - Merging of consecutive repeated commands creates poorly-structured HTML
| * | Bug 579628 - Merging of consecutive repeated commands creates ↵albert-github2018-07-201-0/+9
| | | | | | | | | | | | | | | | | | | | | poorly-structured HTML Most issues from this report were already implemented. Extended for cross reference lists with the possibility to "style" intermediate items as well. (also some code structure, i.e. mnemonics instead of numbers).
* | | Merge branch 'feature/bug_667993' of ↵Dimitri van Heesch2018-08-261-0/+5
|\ \ \ | | | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_667993
| * | | Bug 667993 - HTML tags <u> and </u> not supportedalbert-github2018-07-071-0/+5
| |/ / | | | | | | | | | Added underline possibility and strike through possibility for the different output formats insofar it is possible (other similar possibilities are not always possible for all output formats either).
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2018-08-261-1/+1
|\ \ \
| * | | Truncated split bar in HTML output between treeview and normal text areaalbert-github2018-08-211-1/+1
| | |/ | |/| | | | | | | In case of of choosing small letters in the browser or having a large display one can see that the split bar ends at a certain point.
* | | Renamed (start/end)SimpleSect to (start/end)Examples.Dimitri van Heesch2018-08-261-7/+5
| | |
* | | Merge branch 'feature/bug_693515' of ↵Dimitri van Heesch2018-08-191-1/+1
|\ \ \ | |/ / |/| | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_693515
| * | Bug 693515 - The 'Examples:' section; bad/missing style and incorrect spellingalbert-github2018-06-291-1/+1
| |/ | | | | | | Made implementation analogous to the implementation for parameters in respect to padding and the use of colon (:).
* | Issue 6411: CSS for Markdown tables do not use HTML_COLORSTYLE_HUE, ↵albert-github2018-07-271-18/+18
| | | | | | | | | | | | HTML_COLORSTYLE_SAT config variables Corrected a number of inconsistencies in the doxygen css file (e.g. a markdown table looked different from a HTML table, see header when changing colors) by using the same color placeholder.
* | Merge pull request #747 from albert-github/feature/bug_779141Dimitri van Heesch2018-07-231-1/+1
|\ \ | |/ |/| Bug 779141 - CREATE_SUBDIRS breaks SERVER_BASED_SEARCH
| * Bug 779141 - CREATE_SUBDIRS breaks SERVER_BASED_SEARCHalbert-github2018-05-281-1/+1
| | | | | | | | Added relPath also for the search (result) script (analogous to other fields in the query).
* | 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 (&#9654;) 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: - &#9660; 'BLACK DOWN-POINTING TRIANGLE' - for the right arrow we have: - &#9654; 'BLACK RIGHT-POINTING TRIANGLE' - &#9658; '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
|