summaryrefslogtreecommitdiff
path: root/gtk/gtktext.c
Commit message (Expand)AuthorAgeFilesLines
* gtk/texthandle: Use gtk_text_handle_present() instead of GtkNativeJonas Ådahl2020-12-071-2/+2
* gtk/popover: Use gtk_popover_present() instead of going via GtkNativeJonas Ådahl2020-12-071-5/+5
* Text: add missing nullability annotationsBilal Elmoussaoui2020-12-021-2/+2
* docs: Fix the links for keybinding signalsMatthias Clasen2020-11-171-9/+9
* text: Remove empty root() implementationTimm Bäder2020-10-221-8/+0
* text: Fix a documentation mishapTimm Bäder2020-10-221-1/+1
* text: Fold focus_{in,out} into only callerTimm Bäder2020-10-221-48/+27
* text: Avoid a crashTimm Bäder2020-10-221-2/+3
* text: React to text attribute changes in cssMatthias Clasen2020-10-211-3/+5
* docs: Document more accessible rolesMatthias Clasen2020-10-201-0/+6
* gtk: Remove unused header includeBenjamin Otte2020-10-201-1/+0
* Fix the buildMatthias Clasen2020-10-131-17/+17
* text: Make editable signals work againMatthias Clasen2020-10-131-21/+21
* text: Ignore text widgets for a11yMatthias Clasen2020-10-121-1/+1
* text: Set the readonly accessible propertyMatthias Clasen2020-10-121-0/+5
* text: Add some missing setters and gettersMatthias Clasen2020-10-031-33/+139
* docs: Document various entry ::activate signalsMatthias Clasen2020-09-291-1/+1
* text: Claim the sequence when we start selectingMatthias Clasen2020-09-121-0/+2
* text: Set the hotspot for the drag iconMatthias Clasen2020-09-071-1/+3
* text: Stop drag updates when a dnd startsMatthias Clasen2020-09-061-0/+14
* text: Don't replace unselected text with EmojiMatthias Clasen2020-09-051-1/+1
* text widgets: Don't lose focus after EmojiMatthias Clasen2020-09-021-0/+1
* text: Properly handle focus moving to a descendentMatthias Clasen2020-08-241-4/+16
* text: Don't compute invisible char needlesslyMatthias Clasen2020-08-231-5/+7
* text: Defer most recomputation until we're mappedMatthias Clasen2020-08-231-7/+17
* Drop style class definesMatthias Clasen2020-08-141-4/+4
* gdk: Conflate GDK devicesCarlos Garnacho2020-07-291-2/+2
* Remove ATKEmmanuele Bassi2020-07-261-4/+0
* actionmuxer: Port internal usersMatthias Clasen2020-07-201-1/+4
* text: Claim clicks when grabbing focusMatthias Clasen2020-07-181-4/+4
* text: Support reverse selectionMatthias Clasen2020-06-261-1/+5
* text: Update action enabled state correctlyMatthias Clasen2020-06-261-0/+7
* text: Be more selective when selecting on focus-inMatthias Clasen2020-06-261-1/+5
* Revert "text: Avoid creating a PangoAttrList we don't need"Matthias Clasen2020-06-261-4/+3
* text: Handle key events in the target phaseMatthias Clasen2020-06-261-0/+1
* text: Give names to event controllersMatthias Clasen2020-06-261-0/+5
* gtktext: Don't accept (twice!) all press actionsCarlos Garnacho2020-06-261-4/+3
* Rename (unused) argumentEmmanuele Bassi2020-06-181-1/+1
* Fix minor typosYuri Chornoivan2020-06-181-1/+1
* text: Drop unused includesMatthias Clasen2020-06-151-2/+0
* Drop fallback-c89.cChristoph Reiter2020-05-311-2/+0
* Fix minor typosYuri Chornoivan2020-05-281-2/+2
* text: Avoid clash of preedit and placeholderMatthias Clasen2020-05-221-2/+4
* text: Assert that we have ranges before using themTimm Bäder2020-05-191-1/+3
* gtk: Handle seatless displaysMatthias Clasen2020-05-151-28/+54
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-2/+2
* text: Fix popover useMatthias Clasen2020-05-111-4/+3
* Replace gtk_widget_destroy everywhereMatthias Clasen2020-05-111-3/+3
* widget: Add a :focusable propertyMatthias Clasen2020-05-101-1/+1
* text: Use dispose instead of destroyMatthias Clasen2020-05-051-19/+6