Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Misc. typos | luzpaz | 2017-12-23 | 2 | -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 licensed | zachwick | 2017-08-04 | 11 | -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 Javascript | Dimitri van Heesch | 2017-01-10 | 2 | -0/+332 |
| | |||||
* | Bug 774138 - Please add HTML classes to "Definition at..." & "Referenced ↵ | albert-github | 2016-11-13 | 1 | -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 graphs | Dimitri van Heesch | 2016-11-06 | 1 | -3/+7 |
| | |||||
* | Fixed jump to anchor issue when navigating to source file | Dimitri van Heesch | 2016-11-06 | 1 | -0/+1 |
| | |||||
* | Add support for more CSS formatting and column/row spanning in markdown tables | johnk | 2016-10-05 | 1 | -0/+79 |
| | |||||
* | Merge pull request #529 from dallerk/plantuml_css | Dimitri van Heesch | 2016-10-04 | 1 | -0/+5 |
|\ | | | | | New classes for generated HTML div elements. | ||||
| * | New classes for generated HTML div elements. | Dennis Allerkamp | 2016-09-24 | 1 | -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 Heesch | 2016-09-21 | 1 | -0/+2 |
|/ | | | | Documentation section | ||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-08-21 | 1 | -1/+1 |
|\ | |||||
| * | Missing semicolon in navtree.css | albert-github | 2016-08-17 | 1 | -1/+1 |
| | | | | | | | | Added missing semicolon in navtree,css | ||||
* | | Bug 769028 - Can't scroll using finger documentation in Chrome browser on ↵ | Dimitri van Heesch | 2016-08-21 | 1 | -17/+2 |
|/ | | | | Android OS | ||||
* | Fix for HTML output when using server side search and the the new menu bar | Dimitri van Heesch | 2016-07-31 | 2 | -3/+7 |
| | |||||
* | Style fixes and added numbering to overloaded members | Dimitri van Heesch | 2016-07-30 | 1 | -24/+28 |
| | |||||
* | Modified (readability) layout for member title in HTML and LaTex | PkLab.net | 2016-06-22 | 1 | -1/+21 |
| | |||||
* | Adding partial htmlhelp support to template system | Dimitri van Heesch | 2016-06-02 | 4 | -2/+21 |
| | |||||
* | Fixed for index.hhp output when using template engine | Dimitri van Heesch | 2016-05-28 | 1 | -2/+2 |
| | |||||
* | Improved list of files in htmlhelp.hhp | Dimitri van Heesch | 2016-05-28 | 1 | -4/+3 |
| | |||||
* | Added support for encoding tag to the template engine used for HTML help indices | Dimitri van Heesch | 2016-05-28 | 2 | -0/+40 |
| | |||||
* | Fix search box rendering in HTML when menu bar is disabled | Dimitri van Heesch | 2016-05-24 | 1 | -0/+273 |
| | |||||
* | Disable selecting line number | ZHUO Qiang | 2016-05-20 | 1 | -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 arrows | Dimitri van Heesch | 2016-05-15 | 4 | -118/+12 |
| | |||||
* | Applied responsive design to menu bar using smartmenus | Dimitri van Heesch | 2016-05-05 | 20 | -224/+291 |
| | |||||
* | Improve output on mobile devices | Dimitri van Heesch | 2016-03-28 | 2 | -2/+3 |
| | |||||
* | Bug 762934 - External search does not properly escape user supplied data, ↵ | Dimitri van Heesch | 2016-03-25 | 1 | -0/+1 |
| | | | | resulting in vulnerability | ||||
* | Bug 745659 - The table in classes.html has no class attribute | Dimitri van Heesch | 2015-12-28 | 1 | -1/+13 |
| | |||||
* | Right alignment of in page table of contents | albert-github | 2015-10-24 | 1 | -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 tabs | Dimitri van Heesch | 2015-09-20 | 1 | -1/+1 |
| | |||||
* | Template enhancements and various other small fixes | Dimitri van Heesch | 2015-09-08 | 28 | -103/+189 |
| | |||||
* | Moved creation of inline class documentation to separate template file | Dimitri van Heesch | 2015-08-30 | 5 | -214/+82 |
| | |||||
* | Added support for directory dependency graphs to template engine | Dimitri van Heesch | 2015-08-28 | 1 | -1/+12 |
| | |||||
* | Added missing html resources to the html template file | Dimitri van Heesch | 2015-08-27 | 2 | -0/+11 |
| | |||||
* | Started with generating LaTeX output via the template engine | Dimitri van Heesch | 2015-08-27 | 2 | -3/+3 |
| | |||||
* | Add mathjax support to template & context. | Dimitri van Heesch | 2015-08-27 | 1 | -8/+7 |
| | |||||
* | Added missing information to template version of the all members list | Dimitri van Heesch | 2015-08-27 | 2 | -11/+62 |
| | |||||
* | Added javascript search engine data to the template context | Dimitri van Heesch | 2015-08-27 | 8 | -4/+99 |
| | |||||
* | Merge pull request #386 from albert-github/feature/bug_753909 | Dimitri van Heesch | 2015-08-27 | 1 | -0/+5 |
|\ | | | | | Bug 753909 - Copy and paste of code fragment from CHM merges all pasted text into single line | ||||
| * | Bug 753909 - Copy and paste of code fragment from CHM merges all pasted text ↵ | albert-github | 2015-08-23 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | into single line Complete code fragment was pasted in one line (chm, HTML OK), with the change in the ccs file this problem is overcome. Result was that between multiple code lines on the 2nd and following line a extra space appeared at the beginning of the line, this is overcome by placing all relevant div statements on one line. (based a.o. on http://stackoverflow.com/questions/19099873/how-can-i-use-css-to-insert-a-line-break-after-but-not-before-an-element) | ||||
* | | Fixes to support nested tables again | Dimitri van Heesch | 2015-08-26 | 1 | -0/+4 |
|/ | |||||
* | Alignment of project name | albert-github | 2015-05-17 | 2 | -1/+6 |
| | | | | With this bug fix it is possible to align the project name to another place than the default place "middle" by means of adjusting the style sheet. Until now it was also possible but one had to create an own html header file as well. | ||||
* | Added graphical hierarchy support to template engine | Dimitri van Heesch | 2014-12-25 | 7 | -8/+84 |
| | |||||
* | Improved main page rendering via template engine | Dimitri van Heesch | 2014-12-25 | 3 | -15/+59 |
| | |||||
* | Introduced template directory for template and resource files and resource ↵ | Dimitri van Heesch | 2014-11-13 | 87 | -0/+11202 |
compiler & manager |