Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 774949 - Unknown reference in manual | Dimitri van Heesch | 2016-11-29 | 1 | -1/+1 |
| | |||||
* | Bug 775245 - referencing Python files via tagfile broken | Dimitri van Heesch | 2016-11-29 | 1 | -4/+13 |
| | |||||
* | Cleanup: removed redundant =NULL from interfaces, or replaced by =0 where it ↵ | Dimitri van Heesch | 2016-11-28 | 7 | -7/+7 |
| | | | | was needed. | ||||
* | Merge pull request #545 from albert-github/feature/bug_774138 | Dimitri van Heesch | 2016-11-28 | 13 | -16/+27 |
|\ | | | | | Bug 774138 - Please add HTML classes to "Definition at..." & "Referenced by..." for CSS | ||||
| * | Bug 774138 - Please add HTML classes to "Definition at..." & "Referenced ↵ | albert-github | 2016-11-13 | 13 | -16/+27 |
| | | | | | | | | | | | | | | by..." for CSS Added class= to html output for "Definition at..." resulting in p.definition in the css file and for "Referenced by .. " and "References ..." resulting in p.definition in css file. (also corrected some error messages). | ||||
* | | Added missing language value for SQL to XML output | Dimitri van Heesch | 2016-11-27 | 2 | -0/+2 |
| | | |||||
* | | Merge pull request #549 from artur-kink/master | Dimitri van Heesch | 2016-11-27 | 9 | -2/+548 |
|\ \ | | | | | | | Add sql syntax highlighting to code blocks | ||||
| * | | Add NVARCHAR as a SQL type | Artur Kink | 2016-11-22 | 1 | -1/+1 |
| | | | |||||
| * | | Add sql syntax highlighting to code blocks | Artur Kink | 2016-11-22 | 9 | -2/+548 |
| | | | |||||
* | | | Merge pull request #543 from jhunold/textbf | Dimitri van Heesch | 2016-11-22 | 3 | -7/+7 |
|\ \ \ | |/ / |/| | | Fix: replace deprecated {\bf with \textbf{ in LaTeX generator | ||||
| * | | Fix: replace deprecated {\bf with \textbf{ in LaTeX generator | Jürgen Hunold | 2016-11-10 | 3 | -7/+7 |
| |/ | | | | | | | | | The newest version of scrbook (from Ubuntu 16.10) otherwise bails out with "scrbook Error: undefined old font command `\bf'" | ||||
* | | Bug 774273 - INLINE_SIMPLE_STRUCTS with enums in classes does not work | Dimitri van Heesch | 2016-11-13 | 1 | -1/+3 |
|/ | |||||
* | Fixed svgpan.js issue with Chrome causing empty SVG graphs | Dimitri van Heesch | 2016-11-06 | 1 | -3/+7 |
| | |||||
* | Replaced section marker before members by diamond shaped bullet | Dimitri van Heesch | 2016-11-06 | 1 | -1/+1 |
| | |||||
* | Fixed jump to anchor issue when navigating to source file | Dimitri van Heesch | 2016-11-06 | 1 | -0/+1 |
| | |||||
* | Fixed problem generating per letter namespace member index pages. | Dimitri van Heesch | 2016-11-06 | 2 | -1/+2 |
| | |||||
* | Merge pull request #541 from kossebau/addMoreJSFilesToQCHFile | Dimitri van Heesch | 2016-11-04 | 1 | -0/+7 |
|\ | | | | | Fix: Add missing jquery.js, dynsections.js & optional svgpan.js to QCH file | ||||
| * | Fix: Add missing jquery.js, dynsections.js & optional svgpan.js to QCH file | Friedrich W. H. Kossebau | 2016-10-30 | 1 | -0/+7 |
| | | |||||
* | | Merge pull request #542 from deem0n/master | Dimitri van Heesch | 2016-11-04 | 1 | -8/+11 |
|\ \ | | | | | | | Reverting pull request #537 until it will be fixed | ||||
| * | | Reverting pull request #537 until it will be fixed | Dmitry Dorofeev | 2016-11-03 | 1 | -8/+11 |
|/ / | | | | | | | | | | | | | | | | | | | Unfortunately code to support column/row spanning in markdown tables breaking latex/pdf generation in case of utf8 symbols in table headers (at least) Attempt to define USE_ORIGINAL_TABLES did not help, as important part of the code was moved to the wrong place, so this patch reverts original tables code while keeping span support in place for debugging/fixing. Just undefine USE_ORIGINAL_TABLES to enable span support. | ||||
* | | Removed x flag from util* source files | Dimitri van Heesch | 2016-10-24 | 2 | -0/+0 |
|/ | |||||
* | Bug 773231 - Underscores in type or member name cause unwanted hyphenation ↵ | Dimitri van Heesch | 2016-10-23 | 4 | -9/+17 |
| | | | | in PDF output Data Fields | ||||
* | Bug 773354 - "name" attribute of image map not urlencoded, not working in Chrome | Dimitri van Heesch | 2016-10-22 | 2 | -3/+2 |
| | |||||
* | Merge pull request #539 from anderswallander/plantuml_qt_fix | Dimitri van Heesch | 2016-10-20 | 2 | -4/+9 |
|\ | | | | | Fix plantuml generation issue | ||||
| * | Fix plantuml generation issue | Anders Wallander | 2016-10-19 | 2 | -4/+9 |
|/ | | | | | | | | | | | Commit 62f09103b77b9e5b4093d248563e2f9d76b65728 which merged pull request 538 introduced a bug in the generation of plantuml diagrams for other plantuml sources than the htmldocvisitor. In the previous commit the baseName argument was wrongly interpreted as file name without path. This commit fix this issue so the behaviour should be the same as before, while still also having the support for PlantUML diagrams in Qt compressed help files. | ||||
* | Merge pull request #537 from jmk0/table_markup_enhancements | Dimitri van Heesch | 2016-10-18 | 4 | -8/+366 |
|\ | | | | | Add support for more CSS and column/row spanning in markdown tables | ||||
| * | Add support for more CSS formatting and column/row spanning in markdown tables | johnk | 2016-10-05 | 4 | -8/+366 |
| | | |||||
* | | Merge pull request #538 from anderswallander/plantuml_qt | Dimitri van Heesch | 2016-10-18 | 2 | -7/+12 |
|\ \ | | | | | | | Add plantuml support to Qt compressed help file | ||||
| * | | Adds plantuml support Qt compressed help file | Anders Wallander | 2016-10-18 | 2 | -7/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plantuml generated diagrams will be included in the index.qcp file which defines what files to include in the Qt compressed help file. This means that plantuml diagrams will work in the Qt creator help viewer. Signed-off-by: Anders Wallander <anders.wallander@volvocars.com> | ||||
* | | | Merge pull request #535 from kanje/master | Dimitri van Heesch | 2016-10-18 | 1 | -6/+8 |
|\ \ \ | |/ / |/| | | Add mscgen images to index.qhp | ||||
| * | | Add mscgen images to index.qhp | kanje | 2016-10-05 | 1 | -6/+8 |
| |/ | | | | | | | Include mscgen images to QtHelp *.qch output. | ||||
* | | Bug 729921 - wrong collaboration diagram when in template used scoped ↵ | Dimitri van Heesch | 2016-10-17 | 1 | -1/+1 |
| | | | | | | | | argument type | ||||
* | | Bug 772574 - __xxx__ not interpreted as markdown when xxx begins with a ↵ | Dimitri van Heesch | 2016-10-17 | 1 | -2/+7 |
| | | | | | | | | non-word character (e.g. __-1__) | ||||
* | | Doxygen error: Found ';' while parsing initializer list | Dimitri van Heesch | 2016-10-10 | 1 | -1/+1 |
| | | |||||
* | | ug 756185 - Multiline //!< behavior changed | Dimitri van Heesch | 2016-10-09 | 1 | -2/+3 |
| | | |||||
* | | Bug 770973 - Tag file size double between each run | Dimitri van Heesch | 2016-10-08 | 2 | -2/+2 |
| | | |||||
* | | Bug 759402 - C++11 "using" type alias for function pointer with no arguments ↵ | Dimitri van Heesch | 2016-10-06 | 1 | -5/+0 |
|/ | | | | is formatted incorrectly | ||||
* | Merge pull request #529 from dallerk/plantuml_css | Dimitri van Heesch | 2016-10-04 | 2 | -3/+8 |
|\ | | | | | New classes for generated HTML div elements. | ||||
| * | New classes for generated HTML div elements. | Dennis Allerkamp | 2016-09-24 | 2 | -3/+8 |
| | | | | | | | | Dot, Msc and Plantuml have their own classes for the generated div element. | ||||
* | | Merge pull request #534 from imelgrat/patch-1 | Dimitri van Heesch | 2016-10-04 | 1 | -2/+2 |
|\ \ | | | | | | | Fixed typedef and define strings for Spanish translation | ||||
| * | | Fixed typedef and define strings for Spanish translation | Iván Melgrati | 2016-09-28 | 1 | -2/+2 |
| | | | | | | | | | Fixed strings for trTypedefs() and trDefines() on Spanish translation header file. This fixes JavaScript errors when either typedefs or defines were documented. | ||||
* | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-09-27 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge pull request #532 from artur-kink/master | Dimitri van Heesch | 2016-09-27 | 1 | -4/+4 |
| |\ \ | | | | | | | | | Clear header/footer information in ConfigImpl for postProcess | ||||
| | * | | Clear header/footer information in ConfigImpl for postProcess | Artur Kink | 2016-09-27 | 1 | -4/+4 |
| |/ / | |||||
* | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-09-26 | 8 | -10/+44 |
|\ \ \ | |/ / | |||||
| * | | Merge pull request #530 from artur-kink/master | Dimitri van Heesch | 2016-09-26 | 7 | -9/+43 |
| |\ \ | | | | | | | | | For manpages remove trailing dash when no brief description | ||||
| | * | | Fixup man only output to use generator state push pop | Artur Kink | 2016-09-26 | 6 | -9/+17 |
| | | | | |||||
| | * | | For manpages remove trailing dash when no brief description | Artur Kink | 2016-09-25 | 7 | -9/+35 |
| | | | | |||||
| * | | | Merge pull request #528 from dallerk/plantuml_cfg | Dimitri van Heesch | 2016-09-24 | 1 | -1/+1 |
| |\ \ \ | | |_|/ | |/| | | Fix for PlantUML configuration | ||||
| | * | | Fix for PlantUML configuration | Dennis Allerkamp | 2016-09-24 | 1 | -1/+1 |
| |/ / | | | | | | | | | | Only if PlantUML configuration file is configured, then it will be passed as an argument to plantuml.jar. |