Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for \-- and \--- to prevent interpretation as ndash and mdash | Dimitri van Heesch | 2014-04-13 | 9 | -4/+70 |
| | |||||
* | Meta tag in the HTML search page was not closed properly | Dimitri van Heesch | 2014-04-12 | 1 | -1/+1 |
| | |||||
* | Bug 726469 - Tilde sign in combination with <pre> and MARKDOWN_SUPPORT disabled | Dimitri van Heesch | 2014-04-12 | 1 | -1/+2 |
| | |||||
* | Bug 726219 - python3 import style causes doxygen to ignore some inheritances | Dimitri van Heesch | 2014-04-12 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2014-04-12 | 1 | -1/+0 |
|\ | |||||
| * | Merge pull request #141 from randomguy3/fix-id-extract | Dimitri van Heesch | 2014-04-12 | 1 | -1/+0 |
| |\ | | | | | | | Fix id parsing for atx markdown headers | ||||
| | * | Fix id parsing for atx markdown headers | Alex Merry | 2014-03-18 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | isAtxHeader() parses out the id and the title into the appropriate variables. The subsequent call to extractTitleId() would then have the trimmed title (without the id ref) as input, and hence always set id to be empty. | ||||
* | | | Merge branch 'patch-1' of https://github.com/rkawulak/doxygen into ↵ | Dimitri van Heesch | 2014-04-12 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | rkawulak-patch-1 Conflicts: src/doctokenizer.l | ||||
| * | | Update doctokenizer.l | rkawulak | 2014-03-17 | 1 | -1/+1 |
| |/ | | | | | Removed ':' from the end of the section title for an RCS tag - it was inconsistent with sections created using other commands. | ||||
* | | [PATCH] Fix broken links to subpages in LaTeX output | Dimitri van Heesch | 2014-04-12 | 1 | -2/+2 |
| | | |||||
* | | Bug 728077 - [PATCH] Build fails when --with-libclang on Fedora | Dimitri van Heesch | 2014-04-12 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'feature/bug_678436' of ↵ | Dimitri van Heesch | 2014-04-11 | 1 | -3/+3 |
|\ \ | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_678436 | ||||
| * | | Bug 678436 - Nested \if messes up list items | albert-github | 2014-04-07 | 1 | -1/+1 |
| | | | | | | | | | | | | Blank spaces after an if statement have to be removed as well. Also spaces before the firs round bracket have to be removed. | ||||
| * | | Bug 678436 - Nested \if messes up list items | albert-github | 2014-04-06 | 1 | -2/+2 |
| | | | | | | | | | | | | Blank spaces after an if statement have to be removed as well. Just enable them as part of the parameter of the conditional expression and remove them later on (to be safe not having them in the parser). | ||||
* | | | Changed "See Also" back to "See also" | Dimitri van Heesch | 2014-04-05 | 1 | -1/+1 |
| | | | |||||
* | | | Fixed problem with ending a paragraph when htmlonly was at the end of a ↵ | Dimitri van Heesch | 2014-04-05 | 1 | -1/+5 |
| | | | | | | | | | | | | comment block | ||||
* | | | Added optional [block] option to \htmlonly | Dimitri van Heesch | 2014-03-29 | 9 | -18/+42 |
| | | | |||||
* | | | Improve rendering of sub and superscripts in LaTeX | Dimitri van Heesch | 2014-03-28 | 2 | -2/+3 |
| | | | |||||
* | | | Use \newline i.s.o. \par for linebreaks in LaTeX | Dimitri van Heesch | 2014-03-28 | 1 | -2/+1 |
| | | | |||||
* | | | add space between br and / for better compatibility | Dimitri van Heesch | 2014-03-28 | 5 | -90/+37 |
|/ / | |||||
* | | Added \latexinclude command (thanks to Juan Zaratiegui for the patch) | Dimitri van Heesch | 2014-03-27 | 17 | -3/+64 |
| | | |||||
* | | Disabled config dependency check to avoid regression | Dimitri van Heesch | 2014-03-23 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'template' | Dimitri van Heesch | 2014-03-23 | 2 | -16/+272 |
|\ \ | |||||
| * | | Add index support to context | Dimitri van Heesch | 2014-03-23 | 2 | -16/+272 |
| | | | |||||
* | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2014-03-23 | 5 | -13/+30 |
|\ \ \ | |||||
| * \ \ | Merge pull request #147 from albert-github/feature/bug_chm_multiple_images | Dimitri van Heesch | 2014-03-23 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | Chm don't add images multiple times | ||||
| | * | | | Chm don't add images multiple times | albert-github | 2014-03-23 | 1 | -1/+1 |
| | | |/ | | |/| | | | | | | | | | Don 't add image to list in case it is already present (happened for image extsearch_flow.png in the doxygen manual). | ||||
| * | | | Merge pull request #146 from albert-github/feature/extension_chm_prev_next | Dimitri van Heesch | 2014-03-23 | 2 | -7/+24 |
| |\ \ \ | | | | | | | | | | | Enable Previous and Next buttons in chm output file | ||||
| | * | | | Enable Previous and Next buttons in chm output file | albert-github | 2014-03-23 | 2 | -7/+24 |
| | |/ / | | | | | | | | | | | | | Enables the Previous and Next buttons in case of a binary table of contents in the chm output file (binary toc is a requirement for the Precious and Next buttons). | ||||
| * | | | Merge pull request #145 from albert-github/feature/bug_changelog | Dimitri van Heesch | 2014-03-23 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | Superfluous < sign | ||||
| | * | | | Superfluous < sign | albert-github | 2014-03-23 | 1 | -1/+1 |
| | |/ / | | | | | | | | | | | | | Removed superfluous < sign | ||||
| * | | | Merge pull request #144 from albert-github/feature/bug_726734 | Dimitri van Heesch | 2014-03-23 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | | | Bug 726734 - alignment of blockquotes in pdf | ||||
| | * | | | Bug 726734 - alignment of blockquotes in pdf | albert-github | 2014-03-19 | 1 | -2/+2 |
| | |/ / | | | | | | | | | | | | | The quote instead of quotation does align multi level block quotes | ||||
| * | | | Merge pull request #143 from albert-github/feature/bug_726722 | Dimitri van Heesch | 2014-03-23 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | | | Bug 726722 - Blockquote followed by text inserts an extra paragraph | ||||
| | * | | | Bug 726722 - Blockquote followed by text inserts an extra paragraph | albert-github | 2014-03-19 | 1 | -2/+2 |
| | |/ / | | | | | | | | | | | | | Remove superfluous \n from intermediate output. | ||||
* | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2014-03-23 | 2 | -4/+13 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge pull request #139 from rkawulak/patch-2 | Dimitri van Heesch | 2014-03-23 | 1 | -1/+9 |
| |\ \ \ | | | | | | | | | | | Update doctokenizer.l | ||||
| | * | | | Update doctokenizer.l | rkawulak | 2014-03-17 | 1 | -1/+9 |
| | |/ / | | | | | | | | | Added support for Subversion fixed-length keyword syntax (see: http://sourceforge.net/p/doxygen/discussion/130996/thread/1c641a9f/). | ||||
| * | | | Merge pull request #137 from agateau/wip/list-only-own-pages-in-related-pages | Dimitri van Heesch | 2014-03-23 | 1 | -3/+4 |
| |\ \ \ | | | | | | | | | | | List only the project pages in "Related Pages" | ||||
| | * | | | List only the project pages in "Related Pages" | Aurélien Gâteau | 2014-03-18 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This avoids cluttering "Related Pages" with links to pages from external projects. | ||||
* | | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2014-03-23 | 7 | -14/+124 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge pull request #130 from ↵ | Dimitri van Heesch | 2014-03-23 | 7 | -14/+124 |
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | albert-github/feature/bug_doxywizard_logo_expert_mode Extension in config.xml if type=string with format=image | ||||
| | * | | | Extension in config.xml if type=string with format=image | albert-github | 2014-03-01 | 7 | -14/+124 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | In case of a project logo a preview is shown in the "wizard mode". In "expert mode" only the name is shown. In this patch the config.xml the type=string possibilities are extended with format=image (config.xml, configgen.py, config.h). The doxywizard has been extended so that in "expert mode" this type is supported and that a preview is given (expert.cpp, inputstring.cpp and inputstring.h), furthermore in wizard.cpp a minimum label size has been defined to prevent jumping of the items in case of switching between a message text and an icon. | ||||
* | | | | Removed message, minor restructuring | Dimitri van Heesch | 2014-03-23 | 1 | -6/+7 |
| | | | | |||||
* | | | | Merge branch 'master' of https://github.com/groleo/doxygen-1 into groleo-master | Dimitri van Heesch | 2014-03-23 | 1 | -0/+19 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | config.l: dependency checks for booleans | Adrian Negreanu | 2014-03-06 | 1 | -0/+19 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | Disable the boolean option that has its dependency disabled. This fixes the case where GENERATE_TREE_VIEW is set to TRUE even when its dependency GENERATE_HTML is FALSE. Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | ||||
* | | | Bug 726294 - Markdown Extra - fenced code block: '>' before tab width parsed ↵ | Dimitri van Heesch | 2014-03-17 | 1 | -10/+27 |
| | | | | | | | | | | | | as block quote | ||||
* | | | Reverted #132 after submitter reported that it did not work | Dimitri van Heesch | 2014-03-16 | 2 | -4/+3 |
| |/ |/| | |||||
* | | Fixed compiler warnings in section.h | Dimitri van Heesch | 2014-03-15 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2014-03-15 | 10 | -56/+173 |
|\ \ |