summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add a private getter for the textview key controllerMatthias Clasen2021-08-021-0/+6
* textview: fix yoffset position when top_margin is setChristian Hergert2021-07-291-1/+1
* Avoid copying static debug stringsMatthias Clasen2021-07-281-6/+6
* joinedmenu: add helper to join menus instead of nestingChristian Hergert2021-07-081-2/+9
* textview: give application developers access to RTL and LTR contextChristian Hergert2021-06-191-0/+46
* textview: Cosmetic docs changesMatthias Clasen2021-05-221-2/+2
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-9/+9
* docs: Reduce redundancyMatthias Clasen2021-05-201-6/+6
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-10/+10
* Documentation fixesMatthias Clasen2021-05-201-4/+2
* textview: Invalidate selection when its style changesAlexander Mikhaylenko2021-05-041-0/+3
* textview: Use device timestamps for obscured cursorsMatthias Clasen2021-03-261-1/+23
* textview: Convert docsMatthias Clasen2021-03-111-19/+32
* textview: Use markdown for css treeMatthias Clasen2021-03-111-2/+2
* textview: Add property annotationsMatthias Clasen2021-03-111-64/+61
* docs: Fix the annotation for GtkTextView:justificationEmmanuele Bassi2021-03-111-1/+1
* textview: Convert docsMatthias Clasen2021-03-111-407/+525
* docs: Remove the last few remaining '+' from GTKEmmanuele Bassi2021-03-111-2/+2
* docs: Clean up the first paragraph for various symbolsEmmanuele Bassi2021-03-111-2/+4
* textview: Delete selection when preedit startspreedit-selection-fixMatthias Clasen2021-03-041-1/+12
* textview: Send anchor with surroundingMatthias Clasen2021-03-041-7/+42
* dragsource: Use double coordinates for checking drag thresholdAlexander Mikhaylenko2021-01-291-2/+3
* Reduce use of GtkStyleContextMatthias Clasen2021-01-281-6/+6
* gkt/textview: Set an iter position for event-less menu activationCarlos Garnacho2020-12-081-0/+4
* 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-4/+4
* 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
|/