summaryrefslogtreecommitdiffstats
path: root/src/tooltip.h
Commit message (Collapse)AuthorAgeFilesLines
* Issue #8206: Incorrect XHTML resultsDimitri van Heesch2020-11-271-2/+3
| | | | | | | | | | | | Changes: - Change TooltipManager back into a singleton - Give the OutputList object a unique output id - Increment the id at each startFile() atomically - Pass the id to the HTML code generator - Store tooltips per output id. - Keep track of tooltips that are already written for a given id - for output formats other than HTML the output id is 0 and tooltips are not collected and written
* Refactoring: modernize TooltipManager class and source reference listsDimitri van Heesch2020-10-201-9/+13
| | | | | - Tooltips are now collected per file instead of globally - Source reference lists now use STL containers
* Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-1/+1
|
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
|
* Added SOURCE_TOOLTIPS option for advanced tooltip support while source browsingDimitri van Heesch2013-07-021-0/+37