summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
Commit message (Expand)AuthorAgeFilesLines
* tetview: Stop using gtk_widget_get_allocationMatthias Clasen2023-04-281-6/+2
* textview: Reset press counter if double/triple clicking on a different lineCarlos Garnacho2023-04-121-0/+20
* textview: Handle a return valueMatthias Clasen2023-04-071-1/+2
* docs: Fix various broken linksBilal Elmoussaoui2023-03-271-2/+2
* Deprecate gtk_widget_translate_coordinatesMatthias Clasen2023-03-251-6/+8
* docs: Improve markup for keysMatthias Clasen2023-03-241-19/+21
* gtk: Stop using g_sliceMatthias Clasen2023-03-141-8/+8
* Update TextTag and TextView indent DocumentationJacob Mealey2023-02-121-0/+5
* gtktextview: Avoid calling gdk_rgba_free for NULL valuesMarco Trevisan (TreviƱo)2023-02-031-6/+3
* gtktextview: Avoid gtk_gesture_set_sequence_state()Carlos Garnacho2023-02-021-6/+6
* Merge branch 'show-hide-cleanup' into 'main'Matthias Clasen2022-11-291-14/+14
|\
| * gtk: Stop using gtk_widget_show/hideMatthias Clasen2022-11-281-14/+14
* | gtktextview: Invoke OSK on button/touch taps that move/undo selectionCarlos Garnacho2022-11-281-4/+32
* | gtktextview: Claim drag gesture after an actual selection changeCarlos Garnacho2022-11-281-9/+13
|/
* textview: Stop using gtk_style_context_save_to_nodeMatthias Clasen2022-10-121-7/+3
* textview: Stop using gtk_snapshot_render apiMatthias Clasen2022-10-121-11/+11
* Deprecate gtk_snapshot_render apisMatthias Clasen2022-10-121-0/+3
* gtk: Rename some private headersMatthias Clasen2022-10-051-2/+2
* Merge branch 'wip/carlosg/shuffle-reset-take2' into 'main'Matthias Clasen2022-09-281-4/+2
|\
| * gtkimcontextwayland: Shuffle full resets after IM changesCarlos Garnacho2022-09-241-4/+2
* | Drop gtkintl.hMatthias Clasen2022-09-241-1/+1
|/
* gtktextview: Also reset IM context after IM surrounding text deletionCarlos Garnacho2022-09-061-2/+3
* gtktext: Avoid early IM reset on updatesCarlos Garnacho2022-09-061-9/+1
* gtktextview: Shuffle the places doing IM resetCarlos Garnacho2022-08-181-9/+20
* textview: Include gutter while computing child allocationsJCWasmx862022-07-131-7/+57
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-63/+21
* Merge branch 'wip/chergert/fix-textview-dnd-move-same-view' into 'main'Matthias Clasen2022-01-071-2/+38
|\
| * textview: remove drag selection after dnd move actionChristian Hergert2022-01-061-2/+38
* | textview: scroll insert onscreen after undo/redoChristian Hergert2021-12-261-2/+10
* | Merge branch 'textview-im-surrounding' into 'main'Matthias Clasen2021-12-031-0/+12
|\ \
| * | textview: Provide more context to input methodsMatthias Clasen2021-12-031-0/+12
* | | textview: Improve scroll-to-mark behaviorMatthias Clasen2021-12-011-6/+6
|/ /
* | textview: Avoid misplacing the Emoji chooserMatthias Clasen2021-11-301-0/+4
* | textview: Respect editability for EmojiMatthias Clasen2021-11-301-4/+4
|/
* textview: Don't leave embedded children behindMatthias Clasen2021-11-081-0/+11
* Remove a confusing commentMatthias Clasen2021-11-081-116/+113
* textview: improve undo grouping when overwritingwip/chergert/undo-fixesChristian Hergert2021-09-231-5/+20
* gtktextview: Fixed arrow key crash.Jordan Yelloz2021-09-211-1/+1
* textview: Remove a dead storeMatthias Clasen2021-09-171-1/+0
* textview: Invalidate Pango contextstext-fixesMatthias Clasen2021-09-041-14/+50
* Clean up the codeMatthias Clasen2021-08-261-45/+15
* textview: Apply font features from cssMatthias Clasen2021-08-261-16/+19
* textview: Apply text transform from csscss-line-decorationMatthias Clasen2021-08-261-0/+24
* textview: Apply line decoration from cssMatthias Clasen2021-08-261-0/+81
* textview: Don't forget to collect css letterspacingMatthias Clasen2021-08-261-0/+3
* textview: Set line height from cssMatthias Clasen2021-08-221-0/+13
* textview: Improve word selectionMatthias Clasen2021-08-191-2/+0
* imcontext: Improve docsMatthias Clasen2021-08-171-1/+1
* Revert "textview: fix yoffset position when top_margin is set"Christian Hergert2021-08-051-1/+1
* textview: Fix the get_surrounding implementationMatthias Clasen2021-08-021-1/+1