summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | Enable Previous and Next buttons in chm output filealbert-github2014-03-232-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 #144 from albert-github/feature/bug_726734Dimitri van Heesch2014-03-231-2/+2
| |\ \ \ | | | | | | | | | | Bug 726734 - alignment of blockquotes in pdf
| | * | | Bug 726734 - alignment of blockquotes in pdfalbert-github2014-03-191-2/+2
| | |/ / | | | | | | | | | | | | The quote instead of quotation does align multi level block quotes
| * | | Merge pull request #143 from albert-github/feature/bug_726722Dimitri van Heesch2014-03-231-2/+2
| |\ \ \ | | | | | | | | | | Bug 726722 - Blockquote followed by text inserts an extra paragraph
| | * | | Bug 726722 - Blockquote followed by text inserts an extra paragraphalbert-github2014-03-191-2/+2
| | |/ / | | | | | | | | | | | | Remove superfluous \n from intermediate output.
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-03-232-4/+13
|\ \ \ \ | |/ / /
| * | | Merge pull request #139 from rkawulak/patch-2Dimitri van Heesch2014-03-231-1/+9
| |\ \ \ | | | | | | | | | | Update doctokenizer.l
| | * | | Update doctokenizer.lrkawulak2014-03-171-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-pagesDimitri van Heesch2014-03-231-3/+4
| |\ \ \ | | | | | | | | | | List only the project pages in "Related Pages"
| | * | | List only the project pages in "Related Pages"Aurélien Gâteau2014-03-181-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | This avoids cluttering "Related Pages" with links to pages from external projects.
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-03-233-2/+32
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #130 from ↵Dimitri van Heesch2014-03-233-2/+32
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | 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=imagealbert-github2014-03-013-2/+32
| | |/ / | | | | | | | | | | | | | | | | | | | | 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 restructuringDimitri van Heesch2014-03-231-6/+7
| | | |
* | | | Merge branch 'master' of https://github.com/groleo/doxygen-1 into groleo-masterDimitri van Heesch2014-03-231-0/+19
|\ \ \ \ | |_|_|/ |/| | |
| * | | config.l: dependency checks for booleansAdrian Negreanu2014-03-061-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 Heesch2014-03-171-10/+27
| | | | | | | | | | | | as block quote
* | | Reverted #132 after submitter reported that it did not workDimitri van Heesch2014-03-161-1/+0
| |/ |/|
* | Fixed compiler warnings in section.hDimitri van Heesch2014-03-151-4/+4
| |
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-03-159-53/+170
|\ \
| * \ Merge pull request #132 from mr-c/clangfixDimitri van Heesch2014-03-151-0/+1
| |\ \ | | | | | | | | pass libclang header file location; add paths for Ubuntu's llvm-3.4
| | * | pass libclang header file location; add paths for Ubuntu's llvm-3.4Michael R. Crusoe2014-03-041-0/+1
| | |/
| * | Merge pull request #131 from albert-github/feature/bug_725516Dimitri van Heesch2014-03-158-53/+169
| |\ \ | | | | | | | | Bug 725516 - In case of sections with the same name they are not reported.
| | * | In case of sections with the same name they are not reported.albert-github2014-03-028-53/+169
| | |/ | | | | | | | | | | | | In this patch it is checked if a section label has been used before and if so a warning is given with file name and line number (when possible) where the section label was used the first time. Note in section.h the item level was not initialized in the past in case of a copy constructor.
* | | Some restructuring and some compiler warning fixesDimitri van Heesch2014-03-1512-41/+43
| | |
* | | Merge branch 'feature/bug_625601' of ↵Dimitri van Heesch2014-03-158-38/+68
|\ \ \ | | | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_625601
| * | | Bug 625601 - FORTRAN: recognition free versus fixed formatted codealbert-github2014-03-098-38/+68
| | |/ | |/| | | | | | | | | | The recognition of the type (free or fixed) of Fortran code is not reliable possible. A well known possibility as used with compilers as well is to specify the type of code by means of the extension. With EXTENSION_MAPPING it is possible to select the type of Fortran code, when not explicitly set doxygen tries to guess the type of Fortran code.
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-03-131-1/+1
|\ \ \ | | |/ | |/|
| * | Bug 643618 - Fortran: variable with name "type" confuses Doxygenalbert-github2014-03-091-1/+1
| |/ | | | | | | Most problems were solved in version 1.8.5 but the underscore character (_) had not been incorporated, this is done with this patch.
* | Added reference counting for all context objectsDimitri van Heesch2014-03-115-723/+1119
| |
* | Extension specific filteringDimitri van Heesch2014-03-043-10/+30
| |
* | Added directory info to the contextDimitri van Heesch2014-03-015-5/+157
| |
* | Unified DirFileContext and NestingContextDimitri van Heesch2014-03-012-301/+122
| |
* | Added dir tree nodes to the contextDimitri van Heesch2014-03-012-59/+208
| |
* | Bug 724949 - Server side (PHP) search broke in 1.8.3Dimitri van Heesch2014-03-011-1/+3
|/
* util/patternMatch: don't extract a QCString(QFileInfo) each time we ↵Adrian Negreanu2014-02-281-3/+8
| | | | | | | | | | | | QRegExp.match patternMatch iterates over the pattern list, while FileInfo remains constant. given this, extract the QCStrings for QFileInfo outside of the iterating loop. Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
* Fix typos in russian translationSergey M․2014-02-271-4/+4
|
* util/patternMatch: break when pattern is foundAdrian Negreanu2014-02-271-1/+2
| | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
* sqlite3: speedup the SELECTsAdrian Negreanu2014-02-271-185/+258
| | | | | | | | | | | | | | | | | | The uniqueness of rows is maintained by first doing a select. In case the item is not found, it's INSERTed. This is done for files, refids, params and includes, data that is not unique by itself, like cross-references for example. In other words, you can have many memberdefs in one file, but you can only have one cross-reference between two functions since the reference location is unique. So, when SELECTing files and refids, use the file name and refids as primary key since that's the fastest way to do it. Also 'OR REPLACE' not necessary in 'INSERT OR REPLACE'. Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
* Corrected some definitions for some Fortran keywordsalbert-github2014-02-232-3/+3
|
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-02-226-6/+15
|\
| * Merge pull request #121 from albert-github/feature/bug_674851Dimitri van Heesch2014-02-204-4/+4
| |\ | | | | | | Bug 674851 - Percent to prevent auto-linking in page title is not removed for navpath
| | * Bug 674851 - Percent to prevent auto-linking in page title is not removed ↵albert-github2014-02-174-4/+4
| | | | | | | | | | | | | | | | | | for navpath remove the % sign from some relevant places. The % sign is to prevent automatic linking.
| * | Bug 724241 - Internal inconsistency: namespace in IDLalbert-github2014-02-202-2/+11
| |/ | | | | | | Library was missing in the list of namespaces. In scanner.l constants, module and library are handled in the same way. In namespace.{h,cpp} only constants and module were handled, now also library is handled in a similar way.
* | Fixed difference between generated XML schema and XML files for HTML entitiesDimitri van Heesch2014-02-221-3/+6
| |
* | Bug 722619 - doxygen 1.8.6 sorts the contents of a namespace by group within ↵Dimitri van Heesch2014-02-224-2/+13
|/ | | | the Class List
* Bug 722457 - regression referencing namespaced typeDimitri van Heesch2014-02-151-1/+3
|
* Add validation of internal consistency to html entity mapperDimitri van Heesch2014-02-152-1/+2
|
* Merge pull request #120 from NimbusKit/propertynamesDimitri van Heesch2014-02-151-0/+2
|\ | | | | Pull out property names in Objective-C.
| * Pull out property names in Objective-C.Jeff Verkoeyen2014-02-151-0/+2
| | | | | | | | Property names are everything after the ::.