summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
Commit message (Expand)AuthorAgeFilesLines
* widget: reset all controllers when the widget becomes insensitiveCarlos Garnacho2014-06-051-0/+13
* widget: Set GDK_BUTTON1_MASK on emulated pointer eventsCarlos Garnacho2014-06-041-1/+4
* widget: Ensure all gestures outside a grab scope are cancelledCarlos Garnacho2014-06-031-30/+5
* widget: Only deny a sequence if it was previously claimedCarlos Garnacho2014-06-031-0/+3
* Update GtkImage icons when the direction is changedDebarshi Ray2014-05-311-5/+5
* gtk: port many nullability annotation fixes from Vala bindingsEvan Nemerson2014-05-301-2/+2
* gtk: add missing type annotations ported from Vala bindingsEvan Nemerson2014-05-271-1/+2
* gtk: fix annotation syntax and missing some missing annotationsEvan Nemerson2014-05-271-6/+6
* widget: Change GtkCapturePhase behavior in event controllers' handlingCarlos Garnacho2014-05-271-6/+7
* gesture: Replace gtk_gesture_attach/detach with event controller APICarlos Garnacho2014-05-271-18/+23
* Typo fixesMatthias Clasen2014-05-241-5/+5
* widget: Include box-shadow in the clipBenjamin Otte2014-05-241-0/+13
* widget: Add _gtk_widget_set_css_clip()Benjamin Otte2014-05-241-0/+43
* API: widget: Add gtk_widget_set_clip() APIBenjamin Otte2014-05-241-18/+125
* widget: Flip execution order of GTK_PHASE_TARGET/BUBBLECarlos Garnacho2014-05-231-1/+2
* Add back a private api to list controllersMatthias Clasen2014-05-231-0/+22
* widget: 3-way merge ate my g_object_ref()Carlos Garnacho2014-05-231-1/+1
* widget: remove check on whether the controller was already addedCarlos Garnacho2014-05-231-1/+0
* widget: Hook GTK_PHASE_TARGET controllers to the default event handlersCarlos Garnacho2014-05-231-5/+38
* gesture: Add GTK_PHASE_TARGETCarlos Garnacho2014-05-231-3/+2
* Be careful about the list of event controllersMatthias Clasen2014-05-231-11/+21
* widget: tighten the conditions at which a press event is emulatedCarlos Garnacho2014-05-231-26/+66
* widget: Fix gesture event handler retval for bubbled eventsCarlos Garnacho2014-05-231-4/+7
* gesture: make gtk_gesture_cancel_sequence() privateCarlos Garnacho2014-05-231-2/+1
* gesture: Simplify gesture/widget interaction public APICarlos Garnacho2014-05-231-67/+21
* widget: Keep a widget reference around _gtk_widget_run_controllers()Carlos Garnacho2014-05-231-0/+3
* widget: Change slightly the gesture cancellation policy in a same widgetCarlos Garnacho2014-05-231-7/+12
* widget: remove GtkGesture-related signalsCarlos Garnacho2014-05-231-55/+8
* widget: Add docs for GtkGesture-related APICarlos Garnacho2014-05-231-0/+33
* widget: refactor gesture integrationCarlos Garnacho2014-05-231-203/+218
* widget: Add gtk_widget_set_gesture_state()Carlos Garnacho2014-05-231-0/+21
* widget: Improve button press emulation on sequence deniedCarlos Garnacho2014-05-231-22/+104
* widget: Reset gestures on grab-notifyCarlos Garnacho2014-05-231-0/+44
* widget: Make helper gesture API take GtkGesturesCarlos Garnacho2014-05-231-51/+48
* Add: GTK_PHASE_NONE value to GtkCapturePhase.Carlos Garnacho2014-05-231-4/+4
* widget: Propagate touch/button press events when a sequence is deniedCarlos Garnacho2014-05-231-3/+97
* widget: Implement hierarchy-level mechanism to claim/deny sequencesCarlos Garnacho2014-05-231-15/+109
* widget: Add widget-level handling of touch sequence state.Carlos Garnacho2014-05-231-0/+62
* widget: Hook GtkEventController to widget event processing.Carlos Garnacho2014-05-231-4/+176
* Deprecate GdkColorMatthias Clasen2014-05-221-2/+6
* docs: syntax fixMatthias Clasen2014-05-201-1/+1
* widget: Untagle if statementsBenjamin Otte2014-05-191-11/+8
* API: Deprecate gtk_widget_region_intersect()Benjamin Otte2014-05-181-0/+3
* API: Deprecate gtk_widget_reparent()Benjamin Otte2014-05-171-0/+2
* Don't lie about baselines so muchMatthias Clasen2014-05-151-2/+4
* Add private GtkWidget api for action groupsMatthias Clasen2014-05-141-0/+17
* GtkPopover: inherit actions from the relative_to widgetOwen W. Taylor2014-05-121-0/+2
* Remove a redundant checkMatthias Clasen2014-05-111-7/+4
* widget: deprecate focus-line-width style propertyCosimo Cecchi2014-05-091-2/+9
* widget: deprecate focus-line-pattern style propertyCosimo Cecchi2014-05-091-2/+10