Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert headers to #pragma once | Matthias Clasen | 2023-03-31 | 1 | -3/+1 |
| | | | | The conversion was done by guard2one. | ||||
* | Replace "gdouble" with "double" | Benjamin Otte | 2020-07-25 | 1 | -2/+2 |
| | |||||
* | Prevent subclassing of gestures | Matthias Clasen | 2014-05-23 | 1 | -0/+44 |
For now, at least. We do this by hiding the instance and class structures in private headers. |