summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | widget: Add a :focusable propertyMatthias Clasen2020-05-101-1/+1
|/
* textview: Use dispose instead of destroyMatthias Clasen2020-05-051-6/+6
* textview: fix assertion when toggling caret visibilityChristian Hergert2020-04-211-1/+1
* Fix compiler warningEmmanuele Bassi2020-04-161-1/+4
* textview: Fix an erroneous unrefMatthias Clasen2020-04-121-2/+0
* gtk: Port widgets away from gtk_get_current_ apisMatthias Clasen2020-04-111-12/+3
* Document actionsMatthias Clasen2020-04-111-13/+69
* Reinstate expected focus behaviorMatthias Clasen2020-04-091-36/+2
* gtk: Stop using modifier intentsMatthias Clasen2020-04-061-3/+1
* gtk: Stop using keymap apisMatthias Clasen2020-04-061-10/+17
* Use an action for the context menu keybindingMatthias Clasen2020-03-251-6/+17
* textview: Port bindings to use shortcutsBenjamin Otte2020-03-251-150/+187
* text view: Fix touch selectionMatthias Clasen2020-03-251-0/+3
* gtktextview: Set magnifier popover on topCarlos Garnacho2020-03-201-0/+1
* gtktexthandle: Refactor and use native surfacesCarlos Garnacho2020-03-201-183/+153
* Revert "Merge branch 'disable-window-test' into 'master'"Matthias Clasen2020-03-191-207/+156
* text view: Fix touch selectionMatthias Clasen2020-03-191-0/+3
* Use an action for the context menu keybindingMatthias Clasen2020-03-181-6/+17
* textview: Port bindings to use shortcutsBenjamin Otte2020-03-181-150/+187
* textview: use gdk_event_unref()Christian Hergert2020-03-171-2/+2
* textview: Fix copy/paste errorBenjamin Otte2020-03-051-2/+2
* droptarget: RedoBenjamin Otte2020-03-021-99/+30
* textview: Move drop scrolling to drop motion controllerBenjamin Otte2020-03-021-101/+119
* Drop the margin propertyMatthias Clasen2020-02-251-1/+4
* popover: Drop ::relative-toMatthias Clasen2020-02-241-4/+7
* gtk: Stop using GdkEventKeyMatthias Clasen2020-02-211-4/+4
* Split off GtkEventControllerFocusMatthias Clasen2020-02-211-48/+52
* events: reorganize gettersMatthias Clasen2020-02-211-9/+1
* Strip const from GdkEventMatthias Clasen2020-02-211-7/+7
* New focus change handlingMatthias Clasen2020-02-211-59/+49
* textview: Stop using gdk_event_copyMatthias Clasen2020-02-211-2/+3