aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/mouse_event.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* compat/chrono_literals: Add C++14 backport.cppAlexander Sulfrian2015-04-051-3/+4
| | | | | Add user-defined literals for duration types (like the ones from C++14), Because these are user-defined they start with an underscore.
* base/time: Replaces by std::chrono.Alexander Sulfrian2015-04-031-4/+4
|
* remove semicolon after namespaceAlexander Sulfrian2014-05-041-1/+1
| | | | | Class definitions have to end with a semicolon but not namespaces. So remove this everywhere.
* fix includesAlexander Sulfrian2013-01-201-0/+2
|
* menu/mouse_event: add wrapper for mouse events to detect dbl-clicksAlexander Sulfrian2013-01-181-0/+81