Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding partial htmlhelp support to template system | Dimitri van Heesch | 2016-06-02 | 4 | -2/+21 |
| | |||||
* | Fixed for index.hhp output when using template engine | Dimitri van Heesch | 2016-05-28 | 1 | -2/+2 |
| | |||||
* | Improved list of files in htmlhelp.hhp | Dimitri van Heesch | 2016-05-28 | 1 | -4/+3 |
| | |||||
* | Added support for encoding tag to the template engine used for HTML help indices | Dimitri van Heesch | 2016-05-28 | 2 | -0/+40 |
| | |||||
* | Fix search box rendering in HTML when menu bar is disabled | Dimitri van Heesch | 2016-05-24 | 1 | -0/+273 |
| | |||||
* | Disable selecting line number | ZHUO Qiang | 2016-05-20 | 1 | -0/+9 |
| | | | | | Make the line number not selected by user. The user case is when you want to copy the raw source code content, you would not want to automatically select the line number. | ||||
* | Bug 750930 - Representation of arrows | Dimitri van Heesch | 2016-05-15 | 4 | -118/+12 |
| | |||||
* | Applied responsive design to menu bar using smartmenus | Dimitri van Heesch | 2016-05-05 | 20 | -224/+291 |
| | |||||
* | Improve output on mobile devices | Dimitri van Heesch | 2016-03-28 | 2 | -2/+3 |
| | |||||
* | Bug 762934 - External search does not properly escape user supplied data, ↵ | Dimitri van Heesch | 2016-03-25 | 1 | -0/+1 |
| | | | | resulting in vulnerability | ||||
* | PDF generation stops when image with caption is included in a table. | albert-github | 2016-01-13 | 1 | -0/+7 |
| | | | | | | | | | | | | In case an image is included in a table and this image has a caption the generation of a PDF stops with the message: ! Misplaced \noalign. \caption ->\noalign \bgroup \@ifnextchar [{\egroup \LT@c@ption \@firstofone ... l.45 \end{longtabu} This problem has in general been described in: http://tex.stackexchange.com/questions/85919/adding-a-caption-to-a-graphic-inside-a-longtable In this patch the suggestion from this reference is implemented by defining \doxyfigcaption and using this where a caption is required. | ||||
* | Bug 745659 - The table in classes.html has no class attribute | Dimitri van Heesch | 2015-12-28 | 1 | -1/+13 |
| | |||||
* | Made paragraph spacing more flexible in the LaTeX output to prevent page ↵ | Dimitri van Heesch | 2015-12-12 | 1 | -1/+1 |
| | | | | overflows | ||||
* | Right alignment of in page table of contents | albert-github | 2015-10-24 | 1 | -1/+1 |
| | | | | The in page table of contents (@tableofcontents) should be right aligned with other "box" elements like div.fragment and pre.fragment | ||||
* | Bug 755293 - Tree view pane overlaps with content tabs | Dimitri van Heesch | 2015-09-20 | 1 | -1/+1 |
| | |||||
* | Template enhancements and various other small fixes | Dimitri van Heesch | 2015-09-08 | 32 | -105/+194 |
| | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-08-30 | 1 | -3/+3 |
|\ | |||||
| * | Alignment in LaTeX parameter table | albert-github | 2015-08-28 | 1 | -3/+3 |
| | | | | | | | | Too be consistent between HTML, LaTeX and RTF the items should all be left aligned in the param table. | ||||
* | | Moved creation of inline class documentation to separate template file | Dimitri van Heesch | 2015-08-30 | 5 | -214/+82 |
| | | |||||
* | | Added support for directory dependency graphs to template engine | Dimitri van Heesch | 2015-08-28 | 1 | -1/+12 |
| | | |||||
* | | Added missing html resources to the html template file | Dimitri van Heesch | 2015-08-27 | 2 | -0/+11 |
| | | |||||
* | | Started with generating LaTeX output via the template engine | Dimitri van Heesch | 2015-08-27 | 14 | -6/+505 |
| | | |||||
* | | Add mathjax support to template & context. | Dimitri van Heesch | 2015-08-27 | 1 | -8/+7 |
| | | |||||
* | | Added missing information to template version of the all members list | Dimitri van Heesch | 2015-08-27 | 2 | -11/+62 |
| | | |||||
* | | Added javascript search engine data to the template context | Dimitri van Heesch | 2015-08-27 | 8 | -4/+99 |
|/ | |||||
* | Merge pull request #386 from albert-github/feature/bug_753909 | Dimitri van Heesch | 2015-08-27 | 1 | -0/+5 |
|\ | | | | | Bug 753909 - Copy and paste of code fragment from CHM merges all pasted text into single line | ||||
| * | Bug 753909 - Copy and paste of code fragment from CHM merges all pasted text ↵ | albert-github | 2015-08-23 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | into single line Complete code fragment was pasted in one line (chm, HTML OK), with the change in the ccs file this problem is overcome. Result was that between multiple code lines on the 2nd and following line a extra space appeared at the beginning of the line, this is overcome by placing all relevant div statements on one line. (based a.o. on http://stackoverflow.com/questions/19099873/how-can-i-use-css-to-insert-a-line-break-after-but-not-before-an-element) | ||||
* | | Added documentation for creating tables | Dimitri van Heesch | 2015-08-26 | 1 | -0/+1 |
| | | |||||
* | | Fixes to support nested tables again | Dimitri van Heesch | 2015-08-26 | 2 | -1/+11 |
|/ | |||||
* | Improved handling of <caption> in tables for LaTeX output. | Dimitri van Heesch | 2015-08-08 | 1 | -0/+5 |
| | |||||
* | Using tabu package for LaTeX tables | Dimitri van Heesch | 2015-07-12 | 1 | -72/+57 |
| | |||||
* | Alignment of project name | albert-github | 2015-05-17 | 2 | -1/+6 |
| | | | | With this bug fix it is possible to align the project name to another place than the default place "middle" by means of adjusting the style sheet. Until now it was also possible but one had to create an own html header file as well. | ||||
* | Fixes for showing type constraint relations | Dimitri van Heesch | 2015-03-15 | 1 | -0/+1 |
| | |||||
* | Added type constraint relations for Java generics to dot graphs and XML output | Dimitri van Heesch | 2015-02-21 | 1 | -0/+1 |
| | |||||
* | Added graphical hierarchy support to template engine | Dimitri van Heesch | 2014-12-25 | 7 | -8/+84 |
| | |||||
* | Improved main page rendering via template engine | Dimitri van Heesch | 2014-12-25 | 3 | -15/+59 |
| | |||||
* | Merge branch 'feature/bug_size_latex' of ↵ | Dimitri van Heesch | 2014-12-20 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_size_latex Conflicts: src/doctokenizer.h src/latexgen.cpp | ||||
| * | Limit images sizes and make more uniform (LaTeX) | albert-github | 2014-11-28 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adjusts some problems regarding image sizes in LaTeX output of doxygen (a.o. Bug 738299 - When using msc or PlantUML, the default latex for the created image should include [width=\linewidth]) this has been done is such a way that all the "image" commands (i.e. image, dot, dotfile, msc, mscfile, diafile, startuml) operate in a similar way / have the same possibilities. - commands.doc Adjusted documentation to reflect changes. - cmdmapper.cpp - cmdmapper.h Added utility function to map command id back to command name - doctokenizer.h - doctokenizer.l Handle Caption and Size indication. Required also that some other rules had to be tightened a bit (like usage of {} in startuml and usage of "" for captions. This was already described in the documentation in this way). - docparser.cpp - docparser.h Created routine to uniformly handle the Caption and size indications and store them in a general way. - latexgen.cpp Replaced graphicx package by adjustbox package (includes graphicx) to support "min width" etc. - doxygen.sty templates\latex Added commands to make commands with and without caption behave similar. - docbookvisitor.cpp - docbookvisitor.h - htmldocvisitor.cpp - latexdocvisitor.cpp - latexdocvisitor.h - printdocvisitor.h - xmldocvisitor.cpp Created routine to uniformly handle the Caption and size indications in a general way. - indexpage.xml (testing\022) - indexpage.xml (testing\031) - class_receiver.xml (testing\037) - class_sender.xml (testing\037) Adjusted example output. | ||||
* | | Added language attribute to XML output for classes, namespaces, and files | Dimitri van Heesch | 2014-11-15 | 1 | -0/+21 |
|/ | |||||
* | Introduced template directory for template and resource files and resource ↵ | Dimitri van Heesch | 2014-11-13 | 90 | -0/+12590 |
compiler & manager |