Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Style fixes and added numbering to overloaded members | Dimitri van Heesch | 2016-07-30 | 1 | -0/+2 | |
| | ||||||
* | Changed configuration mechanism to directly access options in order to ↵ | Dimitri van Heesch | 2016-01-17 | 1 | -28/+28 | |
| | | | | improve performance | |||||
* | RTF improvement: Example section was merged with next function title | MinGyu Kim | 2015-09-11 | 1 | -0/+1 | |
| | | | | | | | Example section lacked of new paragraph(\par) because writeExample set m_omitParagraph = TRUE When the output file was open in MS word, example file name was followed by function title in the same line. | |||||
* | Merge pull request #369 from albert-github/feature/bug_682373 | Dimitri van Heesch | 2015-07-26 | 1 | -0/+1 | |
|\ | | | | | Bug 682373 - Math does not work in LaTeX with custom header and footer. | |||||
| * | Bug 682373 - Math does not work in LaTeX with custom header and footer. | albert-github | 2015-07-24 | 1 | -0/+1 | |
| | | | | | | | | Reset current directory in case of return. | |||||
* | | Bug 149792 - Mainpage title has wrong style in RTF | albert-github | 2015-06-15 | 1 | -3/+8 | |
| | | | | | | | | | | Removal of "begin body" from text (only visible in Open and Libre Office, not in Word). Replace AUTHOR by the author specified in rtf configuration file. | |||||
* | | Bug 149792 - Mainpage title has wrong style in RTF | albert-github | 2015-06-14 | 1 | -1/+1 | |
| | | | | | | | | Translate the word Version as well. | |||||
* | | Bug 149792 - Mainpage title has wrong style in RTF | albert-github | 2015-06-14 | 1 | -3/+14 | |
|/ | | | | Set the TITLE as the PROJECT_NAME and the CREATEDATE as the date of creation. | |||||
* | Repair Doxygen generate invalid styleSheetFile and extensionsFile of RTF | hbccdf | 2015-03-28 | 1 | -2/+2 | |
| | ||||||
* | Bump copyright year | Dimitri van Heesch | 2015-02-26 | 1 | -1/+1 | |
| | ||||||
* | Support generating index-color PNG files | albert-github | 2015-02-08 | 1 | -4/+8 | |
| | | | | | | | Based on the request http://stackoverflow.com/questions/27036474/how-do-make-doxygen-generate-index-color-png-files for index colored png files, this functionality will be included in the newer versions (2.39) of dot. The functionality -Tpng:cairo:gd will automatically be used by doxygen, though the file extension would be wrong (.png:cairo:gd). With this patch the :cairo:gd is stripped from the image extension, but not from the -T of the dot command. In the doxywizard the different possibilities are supplied as well. Note however that the DOT_IMAGE_FORMAT name is not checked when read from the Doxyfile so it is possible to use other renderer / formats as well due to the generic solution with getDot ImageExtension. | |||||
* | Correct string buffer sizes for RTF output, such that the string is always ↵ | Dimitri van Heesch | 2015-01-03 | 1 | -0/+5 | |
| | | | | correctly sized. | |||||
* | Fixed regression due to buffer resizing while generating RTF. | Dimitri van Heesch | 2015-01-03 | 1 | -2/+0 | |
| | ||||||
* | Fixed a couple of cases where sharing string data could lead to corruption | Dimitri van Heesch | 2015-01-02 | 1 | -2/+5 | |
| | | | | | Also made dangerous string access more visible by introducing rawData(). This replaces data() which will now return a constant string. | |||||
* | Add source code possibility for RTF output | albert-github | 2014-12-10 | 1 | -0/+13 | |
| | | | | | Analogous to Latex and HTML output the possibility to have source code shown in RTF output is created. Based on question: http://doxygen.10944.n7.nabble.com/RTF-lack-of-source-code-tc6936.html | |||||
* | Fixed issue accessing uninitialized data when combining RTF output. | Dimitri van Heesch | 2014-11-02 | 1 | -5/+6 | |
| | ||||||
* | Docbook output improvements | Dimitri van Heesch | 2014-06-20 | 1 | -4/+4 | |
| | | | | | | 1. New Feature: Adapted Class Graph generation for DOCBOOK 2. Fixed DOCBOOK Code documentation formatting 3. Fixed Doxygen to handle FULL_PATH_NAMES for DOCBOOK generation | |||||
* | Updated copyright | Dimitri van Heesch | 2014-02-11 | 1 | -1/+1 | |
| | ||||||
* | 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 668424 - HTML links in RTF output are broken | albert-github | 2013-12-01 | 1 | -1/+1 | |
| | | | | There are different types of hyperlinks: external and internal. The internal hyperlinks should have \\l behind the word HYPERLINK, the external shouldnt. | |||||
* | Release-1.8.3.1-20130512 | Dimitri van Heesch | 2013-05-12 | 1 | -9/+9 | |
| | ||||||
* | Release-1.8.3.1-20130402 | Dimitri van Heesch | 2013-04-02 | 1 | -0/+10 | |
| | ||||||
* | Release-1.8.3.1-20130324 | Dimitri van Heesch | 2013-03-24 | 1 | -16/+1 | |
| | ||||||
* | Release-1.8.3.1 | Dimitri van Heesch | 2013-01-20 | 1 | -1/+1 | |
| | ||||||
* | Release-1.8.2-20121118 | Dimitri van Heesch | 2012-11-18 | 1 | -3/+7 | |
| | ||||||
* | Release-1.8.2-20120930 | Dimitri van Heesch | 2012-09-30 | 1 | -2/+6 | |
| | ||||||
* | Release-1.8.2 | Dimitri van Heesch | 2012-08-11 | 1 | -2/+2 | |
| | ||||||
* | Release-1.8.1.2-20120729 | Dimitri van Heesch | 2012-07-29 | 1 | -7/+7 | |
| | ||||||
* | Release-1.8.0-20120429 | Dimitri van Heesch | 2012-04-29 | 1 | -2/+2 | |
| | ||||||
* | Release-1.8.0-20120408 | Dimitri van Heesch | 2012-04-08 | 1 | -0/+15 | |
| | ||||||
* | Release-1.8.0 | Dimitri van Heesch | 2012-02-25 | 1 | -2/+2 | |
| | ||||||
* | Release-1.7.6.1-20120220 | Dimitri van Heesch | 2012-02-20 | 1 | -1/+1 | |
| | ||||||
* | Release-1.7.6.1-20111226 | Dimitri van Heesch | 2011-12-26 | 1 | -2/+2 | |
| | ||||||
* | Release-1.7.5 | Dimitri van Heesch | 2011-08-14 | 1 | -2/+45 | |
| | ||||||
* | Release-1.7.4-20110727 | Dimitri van Heesch | 2011-07-27 | 1 | -13/+72 | |
| | ||||||
* | Release-1.7.4-20110629 | Dimitri van Heesch | 2011-06-29 | 1 | -1/+7 | |
| | ||||||
* | Release-1.7.4-20110426 | Dimitri van Heesch | 2011-04-26 | 1 | -1/+2 | |
| | ||||||
* | Release-1.7.4 | Dimitri van Heesch | 2011-03-28 | 1 | -13/+60 | |
| | ||||||
* | Release-1.7.3-20110123 | Dimitri van Heesch | 2011-01-23 | 1 | -1/+1 | |
| | ||||||
* | Release-1.7.1 | Dimitri van Heesch | 2010-06-25 | 1 | -5/+5 | |
| | ||||||
* | Release-1.6.3-20100603 | Dimitri van Heesch | 2010-06-03 | 1 | -11/+11 | |
| | ||||||
* | Release-1.6.3-20100507 | Dimitri van Heesch | 2010-05-07 | 1 | -12/+63 | |
| | ||||||
* | Release-1.6.2-20100208 | Dimitri van Heesch | 2010-02-08 | 1 | -2/+2 | |
| | ||||||
* | Release-1.6.2-20100124 | Dimitri van Heesch | 2010-01-24 | 1 | -1/+10 | |
| | ||||||
* | Release-1.6.1-20091027 | Dimitri van Heesch | 2009-10-27 | 1 | -2/+2 | |
| | ||||||
* | Release-1.5.9-20090622 | Dimitri van Heesch | 2009-06-22 | 1 | -1/+1 | |
| | ||||||
* | Release-1.5.9-20090522 | Dimitri van Heesch | 2009-05-22 | 1 | -4/+14 | |
| | ||||||
* | Release-1.5.8-20090129 | Dimitri van Heesch | 2009-01-29 | 1 | -1/+4 | |
| | ||||||
* | Release-1.5.7.1-20081225 | Dimitri van Heesch | 2008-12-25 | 1 | -1/+1 | |
| | ||||||
* | Release-1.5.7.1-20081012 | Dimitri van Heesch | 2008-10-12 | 1 | -4/+14 | |
| |