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. | ||||
* | gesture: Keep the target widget for events | Matthias Clasen | 2020-02-21 | 1 | -0/+4 |
| | | | | | | We already store the events; keep the target widget in addition. This is a step towards getting rid of gdk_event_get_target. | ||||
* | gesture: Make gtk_gesture_get_last_update_time() private | Carlos Garnacho | 2014-05-23 | 1 | -0/+4 |
| | |||||
* | gesture: make gtk_gesture_cancel_sequence() private | Carlos Garnacho | 2014-05-23 | 1 | -0/+3 |
| | |||||
* | gesture: Make gtk_gesture_check() private | Carlos Garnacho | 2014-05-23 | 1 | -0/+2 |
| | |||||
* | Prevent subclassing of gestures | Matthias Clasen | 2014-05-23 | 1 | -3/+33 |
| | | | | | For now, at least. We do this by hiding the instance and class structures in private headers. | ||||
* | widget: Improve button press emulation on sequence denied | Carlos Garnacho | 2014-05-23 | 1 | -0/+4 |
| | | | | | | Ensure that state being set on pointer emulating touches actually gets propagated properly on widgets with gestures that only handle pointer events. | ||||
* | gesture: Add private getter to know whether a touch begin was handled | Carlos Garnacho | 2014-05-23 | 1 | -0/+32 |
If GDK_TOUCH_BEGIN was handled/consumed for a sequence, or GDK_BUTTON_PRESS was handled for the mouse gesture, this function will return TRUE. |