Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Recognize all HTML4 special character entities | albert-github | 2014-02-08 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In doxygen a limited number of HTML4 special character entities are recognized, with this patch the full list of HTML4 special character entities (see http://www.w3.org/TR/html4/sgml/entities.html) is supported (as far as they can be represented in the output format). - doxygen_manual.tex - latexgen.cpp Added wasysym package to support per thousand sign (perthousand command from textcomp didn't work properly) Added option for textcomp package so currency symbol would work properly - htmlcmds.doc Adjusted documentation, listing all entities - compound.xsd - xmlgen.cpp Removed in xsd file all references for special HTML4 character entities and placed placeholder so doxygen (in xmlgen.cpp)can automatically add the right element names. - util.cpp - util.h Define all entities with their representation for all output formats. Define access routines to the different representations Mapping (for recognition of the entities) based on running through the list of available entities, after validation of the order of the entities. A few entities contain now besides letters also numbers at the end. - docparser.h Define symbols for all entities as well as a helper struct and enum. The member m_letter is not used anymore and thus removed. All existing symbols were renamed so no confusion (i.e. errors when forgetting to rename some symbols) can occur. Obsolete references to letter removed, all letters with accents etc. are explicitly defined and not through the generic accent name plus an extra letter. - docparser.cpp Adjust used symbols to their new names. Remove references to letter (as used for accents etc.) Replace list of explicitly supported entities with call to symbol code access routine. - docbookvisitor.cpp - htmldocvisitor.cpp - latexdocvisitor.cpp - mandocvisitor.cpp - perlmodgen.cpp - printdocvisitor.h - rtfdocvisitor.cpp - textdocvisitor.cpp - xmldocvisitor.cpp Replace list of explicitly supported entities with call to access routine and use returned value to output. | |||||
* | Merge pull request #95 from albert-github/feature/bug_latex_index_1 | Dimitri van Heesch | 2014-02-03 | 1 | -4/+15 | |
|\ | | | | | Enabling possibility to have { and } in (latex) index items | |||||
| * | Enabling possibility to have { and } in (latex) index items | albert-github | 2014-01-15 | 1 | -4/+15 | |
| | | | | | | | | | | | | | | | | | | In the doxygen manual the index items for \{ and \} were missing due to the missing support for the usage of { and } in parts of the code. This patch fixes this problem by introducing 2 new latex commands. See also http://tex.stackexchange.com/questions/153291/index-unmatched-braces-in-latex Further improvements in the index are: - consistency in different places - correction of index for \:: - placing \~ on a more logical place (together with other special characters, ~ is in the ASCII table after a-z whilst other characters are before this range) | |||||
* | | Use hook arrow for hyphens in symbol names in the LaTeX output. | Dimitri van Heesch | 2014-01-12 | 1 | -0/+1 | |
|/ | ||||||
* | added option to have numbers in the bookmark pane (PDF output) | Dimitri van Heesch | 2014-01-11 | 1 | -1/+5 | |
| | ||||||
* | Simplified LaTeX header/footer escaping | Dimitri van Heesch | 2014-01-08 | 1 | -20/+16 | |
| | ||||||
* | Bug 626172 - Latex $projectname with "&" gets no escaped | albert-github | 2014-01-04 | 1 | -8/+20 | |
| | | | | The variable elements in the header en footer should be converted to latex string, now they are in the format as defined in the Doxyfile | |||||
* | Reduced and improved functionality of QList | Dimitri van Heesch | 2013-12-30 | 1 | -12/+12 | |
| | | | | | | | | | - operations on current index and node (next(), prev(), last(), first()) have been removed. - access to internal nodes has been removed. - old QList has been renamed to QInternalList for use inside qtools only. - added type safe compare, new, and delete operations (compareValues(), newValue(), deleteValue()). - add compareValues also to QDict for consistency. - changed doxygen's implementation to comply with the new QList and QDict interface. | |||||
* | Bug 710998 - latex_count=5 is not enough | Dimitri van Heesch | 2013-11-11 | 1 | -4/+4 | |
| | ||||||
* | doxygen.sty.h was not ignored and not included/generated properly | Dimitri van Heesch | 2013-10-12 | 1 | -1/+1 | |
| | ||||||
* | LaTeX: Fix ToC entries of index/bibliography | Dimitri van Heesch | 2013-09-28 | 1 | -1/+6 | |
| | ||||||
* | Using & in the project name caused invalid HTML and LaTeX output | Dimitri van Heesch | 2013-08-03 | 1 | -2/+6 | |
| | ||||||
* | Added SOURCE_TOOLTIPS option for advanced tooltip support while source browsing | Dimitri van Heesch | 2013-07-02 | 1 | -17/+7 | |
| | ||||||
* | Release-1.8.4 | Dimitri van Heesch | 2013-05-19 | 1 | -464/+5 | |
| | ||||||
* | Release-1.8.3.1-20130512 | Dimitri van Heesch | 2013-05-12 | 1 | -10/+4 | |
| | ||||||
* | Release-1.8.3.1-20130402 | Dimitri van Heesch | 2013-04-02 | 1 | -0/+8 | |
| | ||||||
* | Release-1.8.3.1-20130324 | Dimitri van Heesch | 2013-03-24 | 1 | -468/+477 | |
| | ||||||
* | Release-1.8.3.1 | Dimitri van Heesch | 2013-01-20 | 1 | -6/+6 | |
| | ||||||
* | Release-1.8.2-20121118 | Dimitri van Heesch | 2012-11-18 | 1 | -5/+8 | |
| | ||||||
* | Release-1.8.2-20120930 | Dimitri van Heesch | 2012-09-30 | 1 | -0/+3 | |
| | ||||||
* | Release-1.8.2 | Dimitri van Heesch | 2012-08-11 | 1 | -2/+4 | |
| | ||||||
* | Release-1.8.1.2-20120729 | Dimitri van Heesch | 2012-07-29 | 1 | -1/+1 | |
| | ||||||
* | Release-1.8.1.2 | Dimitri van Heesch | 2012-07-12 | 1 | -0/+1 | |
| | ||||||
* | Release-1.8.1 | Dimitri van Heesch | 2012-05-19 | 1 | -2/+4 | |
| | ||||||
* | Release-1.8.0-20120429 | Dimitri van Heesch | 2012-04-29 | 1 | -30/+30 | |
| | ||||||
* | Release-1.8.0-20120408 | Dimitri van Heesch | 2012-04-08 | 1 | -0/+15 | |
| | ||||||
* | Release-1.8.0 | Dimitri van Heesch | 2012-03-17 | 1 | -0/+1 | |
| | ||||||
* | Release-1.7.6.1-20120220 | Dimitri van Heesch | 2012-02-20 | 1 | -40/+56 | |
| | ||||||
* | Release-1.7.6.1-20120122 | Dimitri van Heesch | 2012-01-22 | 1 | -11/+64 | |
| | ||||||
* | Release-1.7.6.1-20120110 | Dimitri van Heesch | 2012-01-10 | 1 | -1/+1 | |
| | ||||||
* | Release-1.7.6.1-20111226 | Dimitri van Heesch | 2011-12-26 | 1 | -10/+5 | |
| | ||||||
* | Release-1.7.5.1-20111027 | Dimitri van Heesch | 2011-10-27 | 1 | -11/+16 | |
| | ||||||
* | Release-1.7.5.1-20110925 | Dimitri van Heesch | 2011-09-25 | 1 | -2/+2 | |
| | ||||||
* | Release-1.7.5.1 | Dimitri van Heesch | 2011-08-21 | 1 | -2/+8 | |
| | ||||||
* | Release-1.7.5 | Dimitri van Heesch | 2011-08-14 | 1 | -66/+96 | |
| | ||||||
* | Release-1.7.4-20110727 | Dimitri van Heesch | 2011-07-27 | 1 | -33/+108 | |
| | ||||||
* | Release-1.7.4-20110629 | Dimitri van Heesch | 2011-06-29 | 1 | -5/+9 | |
| | ||||||
* | Release-1.7.4-20110606 | Dimitri van Heesch | 2011-06-06 | 1 | -4/+56 | |
| | ||||||
* | Release-1.7.4-20110426 | Dimitri van Heesch | 2011-04-26 | 1 | -11/+29 | |
| | ||||||
* | Release-1.7.4 | Dimitri van Heesch | 2011-03-28 | 1 | -56/+121 | |
| | ||||||
* | Release-1.7.3-20110217 | Dimitri van Heesch | 2011-02-17 | 1 | -2/+23 | |
| | ||||||
* | Release-1.7.3-20110123 | Dimitri van Heesch | 2011-01-23 | 1 | -3/+3 | |
| | ||||||
* | Release-1.7.3 | Dimitri van Heesch | 2011-01-03 | 1 | -13/+13 | |
| | ||||||
* | Release-1.7.2-20101224 | Dimitri van Heesch | 2010-12-24 | 1 | -4/+0 | |
| | ||||||
* | Release-1.7.1-20100920 | Dimitri van Heesch | 2010-09-20 | 1 | -4/+59 | |
| | ||||||
* | Release-1.7.1-20100822 | Dimitri van Heesch | 2010-08-22 | 1 | -18/+80 | |
| | ||||||
* | Release-1.7.1 | Dimitri van Heesch | 2010-06-25 | 1 | -2/+0 | |
| | ||||||
* | Release-1.6.3-20100603 | Dimitri van Heesch | 2010-06-03 | 1 | -6/+10 | |
| | ||||||
* | Release-1.6.3-20100507 | Dimitri van Heesch | 2010-05-07 | 1 | -38/+90 | |
| | ||||||
* | Release-1.6.3-20100418 | Dimitri van Heesch | 2010-04-18 | 1 | -9/+19 | |
| |