Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce the use of QString in favor of the more efficient QCString | Dimitri van Heesch | 2019-09-21 | 1 | -8/+13 |
| | |||||
* | Refactoring code for dot related source files | Dimitri van Heesch | 2019-09-10 | 1 | -2/+5 |
| | |||||
* | Merge branch 'feature/bug_endblock_msg' of ↵ | Dimitri van Heesch | 2019-08-04 | 1 | -2/+2 |
|\ | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_endblock_msg | ||||
| * | Correction warning message | albert-github | 2019-06-01 | 1 | -2/+2 |
| | | | | | | | | Consistency | ||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2019-06-13 | 1 | -1/+1 |
|\ \ | |||||
| * | | issue #7038 Broken refman.tex with SHOW_FILES=NO and doxygen groups | albert-github | 2019-06-06 | 1 | -1/+1 |
| |/ | | | | | | | Only have index section when SHOW_FILES is set (analogous to index for namespaces)i | ||||
* | | refactoring dot.cpp | Thomas Haller | 2019-06-13 | 1 | -0/+1 |
|/ | |||||
* | changed numbering of dot nodes to prevent different contents being generated ↵ | Thomas Haller | 2019-05-23 | 1 | -1/+0 |
| | | | | for the same .dot file | ||||
* | Improved const correctness and added support for inline namespaces | Dimitri van Heesch | 2019-04-21 | 1 | -17/+15 |
| | |||||
* | Refactored Definition and derived classes such that they are abstract interfaces | Dimitri van Heesch | 2019-02-28 | 1 | -12/+12 |
| | |||||
* | Incorrect layout of class index (HTML) | albert-github | 2019-02-13 | 1 | -4/+8 |
| | | | | | | | Regression of #6663 When looking at the example of #4935 the sorting and layout is correct in 1.8.14 but the layout is incorrect in 1.8.15. The incorrect layout is due to #6663 where a special case was solved for XHTML, the correct procedure should have been that in case of a table row without cells a dummy cell is added. The changes from #6663 have been reverted and the fix has been corrected (the special case occurred in the doxygen diagrams example). | ||||
* | Merge pull request #6776 from albert-github/feature/bug_xhtml_tooltip | Dimitri van Heesch | 2019-02-09 | 1 | -0/+3 |
|\ | | | | | Double id for tooltips in XHTML possible. | ||||
| * | Double id for tooltips in XHTML Possible. | albert-github | 2019-01-18 | 1 | -0/+3 |
| | | | | | | | | The tooltips (XHTML) should not be displayed per code fragment but for the entire (output) file as otherwise tooltips might be added multiple times resulting in double IDs. | ||||
* | | Fixed type in javascript license text and moved it to one location | Dimitri van Heesch | 2019-01-31 | 1 | -15/+1 |
| | | |||||
* | | Aligned license statement for javascripts with general license statement | Dimitri van Heesch | 2019-01-27 | 1 | -2/+1 |
|/ | |||||
* | issue #6727 SHOW_NAMESPACES = NO breaks latex PDF | albert-github | 2019-01-05 | 1 | -1/+1 |
| | | | | Only write the namespace index file reference (i.e. namespaces.tex , namespaces.rtf) to the overall file (i.e. refman.tex. refman.rtf) in case SHOW_NAMESPACES is set and there are namespaces. | ||||
* | Index list cannot contain special characters in ids for XHTML | albert-github | 2018-12-17 | 1 | -3/+3 |
| | | | | XHTML doesn't ids with a ~ in it, converted to an id character. This happens with e.g. the list of destructors. | ||||
* | XHTML problem with class index table | albert-github | 2018-12-06 | 1 | -4/+5 |
| | | | | | | | When running xhtml checker on the doxygen diagram example we get: Element tr content does not follow the DTD, expecting (th | td)+, got Document diagrams/xhtml/classes.xhtml does not validate This is due to an empty `<tr></tr>`, adding the appropriate column definitions solves the problem. | ||||
* | Unbalanced start of lists resulting in not creatable pdf of rtf document | albert-github | 2018-11-24 | 1 | -1/+0 |
| | | | | | Line was removed but #6415 but apparently reintroduced by a later issue. The problem shows with a number of the standard doxygen tests when enabling either e.g `--rtf` or `--latex` | ||||
* | Minor restructuring | Dimitri van Heesch | 2018-11-18 | 1 | -10/+1 |
| | |||||
* | Index bugfix | Mark Spruiell | 2018-10-22 | 1 | -0/+2 |
| | |||||
* | Added *.ice files as a recognized file type. | Mark Spruiell | 2018-10-22 | 1 | -60/+852 |
| | | | | Added a Slice-optimized output mode. | ||||
* | C++11 features used in Doxygen | albert-github | 2018-09-17 | 1 | -0/+7 |
| | | | | | - corrected some initializations - corrected some missing, new, cases (reported by travis CI) | ||||
* | Implementation of standard generator for docbook output | albert-github | 2018-09-07 | 1 | -4/+27 |
| | | | | | | | | Till now docbook had its own output generator, but lot of possibilities were missing (see remark about updating below), with this patch the (more than) basic implementation has been made. Added some docbook tests to the current tests and updated documentation where necessary Tried updating current version but too many issues remained that were generically handled in the standard generator, code is in current version behind '#if 0' construct in doxygen.cpp and name with '_v1' and in docbookgen.cp' | ||||
* | Prevent empty list | albert-github | 2018-07-28 | 1 | -2/+7 |
| | | | | In cased of no items the start and end tag are written which gives problems in case of LaTeX (implementation now analogous to writeNamespaceIndex). | ||||
* | Moved local toc data into a separate type for better encapsulation | Dimitri van Heesch | 2018-07-22 | 1 | -2/+2 |
| | |||||
* | Merge branch 'feature/bug_tableofcontents_latex' of ↵ | albert-github | 2018-07-12 | 1 | -8/+8 |
|\ | | | | | | | https://github.com/albert-github/doxygen into feature/bug_tableofcontents_latex | ||||
| * | Merge branch 'master' into feature/bug_tableofcontents_latex | Dimitri van Heesch | 2018-06-24 | 1 | -8/+8 |
| |\ | |||||
| | * | Merge branch 'master' into vhdl-localization | Andreas Regel | 2018-05-28 | 1 | -1/+6 |
| | |\ | | | | | | | | | | | | | | | | | # Conflicts: # src/translator.h | ||||
| | * | | Fix VHDL Latex documentation having two chapters with the same name. | Andreas Regel | 2018-01-08 | 1 | -1/+1 |
| | | | | |||||
| | * | | Add VHDL strings to Translator class and add german translations. | Andreas Regel | 2018-01-08 | 1 | -8/+8 |
| | | | | |||||
* | | | | Enable in page table of contents for XML and add maximum level to in page ↵ | albert-github | 2018-07-12 | 1 | -1/+1 |
|/ / / | | | | | | | | | | | | | | | | | | | table of contents - add the in page table of contents for XML - add the possibility to have maximum levels in the in page table of contents (possible per output type and per in page table of contents. Default is show all) | ||||
* | | | Enable in page table of contents for LaTeX | albert-github | 2018-05-21 | 1 | -1/+1 |
| |/ |/| | | | | | | | | | | | | | currently the \tableofcontents command is only supported for HTML. In this patch: - enable in page table of contents for LaTeX: \tableofcontents['{'[option][,option]*'}'] where option can be 'HTML, and 'LaTeX' (side effect: possibility to have options with, nearly, all commands.) | ||||
* | | Bug 792935 - error: Could not open file .../doc/html/functions_ .html for ↵ | albert-github | 2018-02-02 | 1 | -1/+6 |
|/ | | | | | | writing Labels are used internally in pages but also for filenames and not all file systems can cope with all characters, so only ASCII printable characters are left untouched. | ||||
* | Merge branch 'master' of https://github.com/ahoogol/doxygen into ahoogol-master | Dimitri van Heesch | 2017-12-28 | 1 | -3/+16 |
|\ | |||||
| * | Added support for RTL(right to left) languages like Arabic and Persian in ↵ | ahoogol | 2017-06-25 | 1 | -3/+16 |
| | | | | | | | | HTML output | ||||
* | | Merge branch 'master' into librejs_fixes | Dimitri van Heesch | 2017-08-21 | 1 | -3/+3 |
|\ \ | |||||
| * | | Add links behind nav entries "Namespaces" and "Files" (matching "Classes") | Friedrich W. H. Kossebau | 2017-06-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When layout file has "namespacelist" resp. "filelist" set to visible=no, the files "namespaces.html" resp. "files.html" are still generated, but not reachable. So same fix as done for "classlist" should be used, cmp. 700a9ac3c177fdef25b9b00ed6bb5e0ea963d236 Also gives consistent result & at least in QCH files fix the error message shown when clicking on "Namespaces" or "Files" section titles. | ||||
| * | | Fetch filename property from object instead of hardcoded duplicated string | Friedrich W. H. Kossebau | 2017-06-13 | 1 | -1/+1 |
| |/ | |||||
* | | Marks JS as freely licensed | zachwick | 2017-08-04 | 1 | -207/+222 |
|/ | | | | | | | | | | | | | | | 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 | 1 | -71/+75 |
| | |||||
* | Fixed problem generating per letter namespace member index pages. | Dimitri van Heesch | 2016-11-06 | 1 | -0/+1 |
| | |||||
* | Bug 771310 - French description for "Namespace Members" is wrong and causes ↵ | Dimitri van Heesch | 2016-09-21 | 1 | -6/+6 |
| | | | | fatal javascript error | ||||
* | Bug 764711 - quick link index in alphabetical class list in classes.html ↵ | Dimitri van Heesch | 2016-05-15 | 1 | -2/+2 |
| | | | | doesn't work | ||||
* | Applied responsive design to menu bar using smartmenus | Dimitri van Heesch | 2016-05-05 | 1 | -1/+164 |
| | |||||
* | Reimplemented node renumbering for dot graph to improve performance | Dimitri van Heesch | 2016-02-02 | 1 | -0/+1 |
| | |||||
* | Changed configuration mechanism to directly access options in order to ↵ | Dimitri van Heesch | 2016-01-17 | 1 | -59/+59 |
| | | | | improve performance | ||||
* | Bug 745659 - The table in classes.html has no class attribute | Dimitri van Heesch | 2015-12-28 | 1 | -1/+1 |
| | |||||
* | Template enhancements and various other small fixes | Dimitri van Heesch | 2015-09-08 | 1 | -3/+3 |
| | |||||
* | Fixed various issues found by PVS-Studio. | Dimitri van Heesch | 2015-08-18 | 1 | -2/+2 |
| |