Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop GdkDeviceManager entirely | Matthias Clasen | 2017-11-25 | 1 | -45/+0 |
| | | | | Nothing uses it anymore. | ||||
* | Drop the GdkDeviceManager::display property | Matthias Clasen | 2017-11-25 | 1 | -3/+0 |
| | | | | | Move this to the backends, and stop deriving from GdkDeviceManager. | ||||
* | Remove the get_client_pointer vfunc | Matthias Clasen | 2017-11-25 | 1 | -3/+0 |
| | |||||
* | Drop the list_devices vfunc | Matthias Clasen | 2017-11-25 | 1 | -2/+0 |
| | | | | We no longer have api that uses this. | ||||
* | gdk: Drop devicemanager signals | Matthias Clasen | 2017-11-25 | 1 | -8/+0 |
| | | | | Nobody is emitting them anymore. | ||||
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
| | |||||
* | Fix up GDK docs | Matthias Clasen | 2010-12-25 | 1 | -0/+1 |
| | |||||
* | Consistently hide class structs | Matthias Clasen | 2010-12-24 | 1 | -0/+8 |
| | | | | | And, since we've decided to keep the structs private, there is no point in having the standard GObject clas macros anymore either. | ||||
* | Explode gdkinternals.h into per-class private headers | Matthias Clasen | 2010-12-21 | 1 | -0/+54 |
At the same time, move some more class and instance structs out of public headers. |