summaryrefslogtreecommitdiffstats
path: root/templates/html
Commit message (Collapse)AuthorAgeFilesLines
* Scalable search bar for high resolution displays (#7888)tttapa2020-07-049-70/+196
| | | | | | | | | | * 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
* Updated formatting rules for paragraphs within table header cells.Thomas Vogt2020-06-141-1/+1
| | | | Only present paragraphs within table headers (th) with font weight strong, keep normal table cells (td) unaffected.
* Fixed javascript warning in resize.jsRelease_1_8_18Dimitri van Heesch2020-04-131-1/+3
|
* issue #6901: Please consider relicensing of Javascript filesDimitri van Heesch2020-03-277-143/+130
|
* Merge branch 'remove_tcl'Dimitri van Heesch2020-03-221-1/+0
|\
| * Remove support for TCL (code is too buggy and unmaintained, language not ↵Dimitri van Heesch2020-03-151-1/+0
| | | | | | | | very popular)
* | Fix CROS javascript issue when giving focus to search result frame.Joseph Mirabel2020-03-222-3/+8
|/
* Avoid unsupported html attributes from appearing in the XML/docbook output ↵Dimitri van Heesch2020-02-021-41/+0
| | | | and other small fixes
* issue #7412: HTML: Opening a reference link in a new tab does not scroll to ↵Dimitri van Heesch2019-12-101-0/+1
| | | | the content
* Correct style in table header in case of paragraph is usedalbert-github2019-11-211-0/+5
| | | | | | In case a paragraph is used in a table header (quite unusual but can happen with 2 lines and an empty line in between), a `<p class="starttd">` tag is added and therewith the layout is incorrect. This problem was detected based on #7409 This has been corrected (and tested with some available browsers FF, IE, Chrome, Opera).
* Spelling corrections for templates directoryalbert-github2019-11-042-2/+2
| | | | | | Spelling corrections as found by codespell and in #561. One reported problem was already fixed, others are fixed here.
* Also span entire line in case of a memTemplItemRightalbert-github2019-10-101-1/+1
| | | | Based on the CGAL issue https://github.com/CGAL/cgal/issues/2095 (and pull request https://github.com/CGAL/cgal/pull/4282) to see to it that all relevant table span the page.
* Fix some typos luz.paz2019-09-161-1/+1
|
* Updated jquery and worked around performance issues in powertip pluginDimitri van Heesch2019-05-301-3/+3
|
* secref command output shows in 1 column (HTML)albert-github2019-03-041-1/+3
| | | | | The output from the `\secref` command shows in 1 column instead of 3. The `column-count` (also possibile without `-moz` or `-webkit`) should be with the `<ul>` tag instead of the `<div>` tag
* 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
| | |