summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
Commit message (Expand)AuthorAgeFilesLines
* TextView: add missing nullability annotationsBilal Elmoussaoui2020-12-021-3/+5
* textview: fix precondition assertionsChristian Hergert2020-11-241-4/+4
* docs: Fix the links for keybinding signalsMatthias Clasen2020-11-171-13/+13
* gtk/textview: Improve check for cursor-modeCarlos Garnacho2020-11-061-1/+1
* gtk/textview: Do not forcibly show text handlesCarlos Garnacho2020-11-051-3/+0
* gtk/textview: Defer touchscreen focus placing to drag endCarlos Garnacho2020-11-051-5/+2
* gtk/textview: Clean up further if the drag gesture is taken overCarlos Garnacho2020-11-051-5/+4
* textview: Remove a broken debug output statementTimm Bäder2020-10-221-7/+1
* textview: Respect return value of get_text_surface_coords()Timm Bäder2020-10-221-4/+9
* gtktextview: Avoid GtkGestureClick claiming on touch pressCarlos Garnacho2020-09-251-2/+0
* textview: Make clickable tags work againMatthias Clasen2020-09-161-2/+2
* textview: Fix dndMatthias Clasen2020-09-061-5/+21
* text widgets: Don't lose focus after EmojiMatthias Clasen2020-09-021-0/+1
* textview: Fix placement of Emoji chooserMatthias Clasen2020-09-021-0/+14
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-211-3/+3
* Drop style class definesMatthias Clasen2020-08-141-6/+6
* Merge branch 'scroll-to-cursor' into 'master'Matthias Clasen2020-08-081-16/+12
|\
| * Scroll to cursor after canceling a selectionneyfag2020-07-301-16/+12
* | textview: properly remove anchored widgetsChristian Hergert2020-08-051-1/+1
* | docs: Clean up many dangling linksMatthias Clasen2020-08-041-11/+1
* | textview: Make insert-emoji replace the selectionMatthias Clasen2020-08-021-2/+16
* | textview: Only claim the event when appropriateMatthias Clasen2020-08-021-13/+18
* | textview: Only show "insert emoji" menu item if editableTimm Bäder2020-08-011-1/+3
* | gtktextview: Avoid gdk_device_get_associated_device()Carlos Garnacho2020-07-301-2/+4
|/
* a11y: Set an accessible role for GtkTextViewMatthias Clasen2020-07-291-8/+20
* gdk: Conflate GDK devicesCarlos Garnacho2020-07-291-3/+3
* Remove ATKEmmanuele Bassi2020-07-261-4/+0
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-50/+50
* Replace "gchar" with "char"Benjamin Otte2020-07-251-15/+15
* Replace "gint" with "int"Benjamin Otte2020-07-251-160/+160
* actionmuxer: Port internal usersMatthias Clasen2020-07-201-4/+4
* textview: Remove unused defineTimm Bäder2020-06-271-1/+0
* gtktextview: Remove child textview items lastCarlos Garnacho2020-06-241-3/+3
* Drop gtknativeprivate.hMatthias Clasen2020-06-071-1/+1
* gtk: Documentation fixupsMatthias Clasen2020-06-051-0/+8
* textview: Unparent the emoji chooser on disposeCarlos Garcia Campos2020-06-021-0/+7
* Fix minor typosYuri Chornoivan2020-05-281-2/+2
* Change coordinate translation apis to take doublesMatthias Clasen2020-05-171-5/+5
* textview: Fix context menu placementMatthias Clasen2020-05-171-4/+8
* gtk: Handle seatless displaysMatthias Clasen2020-05-151-30/+50
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-2/+2
* textviewchild: Derive from GtkWidgetMatthias Clasen2020-05-111-1/+1
* textview: Fix popover useMatthias Clasen2020-05-111-4/+3
* textview: Derive from GtkWidgetMatthias Clasen2020-05-111-73/+10
* Merge branch 'wip/tintou/doc-fixes' into 'master'Matthias Clasen2020-05-111-1/+1
|\
| * docs: Fix several missing references in the documentationCorentin Noël2020-05-111-1/+1
* | Replace gtk_widget_destroy everywhereMatthias Clasen2020-05-111-5/+4
|/
* Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2020-05-111-0/+3
|\
| * textview: Ensure popup menu is properly insertedMatthias Clasen2020-05-101-0/+3
* | Remove lots of focus vfuncsMatthias Clasen2020-05-111-2/+0