Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change coordinate translation apis to take doubles | Matthias Clasen | 2020-05-17 | 1 | -4/+4 |
| | | | | | | Change gtk_widget_translate_coordinates and gtk_native_get_surface_transform to operate on doubles. Update all callers. | ||||
* | native: Make gtk_native_get_surface_transform public | Matthias Clasen | 2020-05-17 | 1 | -0/+5 |
| | | | | | This api is needed to translate between surface and widget coordinates. | ||||
* | Introduce GtkNative | Matthias Clasen | 2019-05-28 | 1 | -0/+72 |
Split off the parts of GtkRoot that are specific to widgets having a surface into the GtkNative interface. |