summaryrefslogtreecommitdiff
path: root/gtk/gtktext.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Assorted documentation fixesMatthias Clasen2020-04-201-1/+6
* text: unconditionally unref attr listTimm Bäder2020-04-171-4/+2
* text: Avoid creating a PangoAttrList we don't needTimm Bäder2020-04-171-3/+4
* stylecontext: Remove get_pango_attributesTimm Bäder2020-04-171-4/+1
* text: Be more careful with cached layoutsMatthias Clasen2020-04-121-1/+3
* text: Fix placing the cursor on clickMatthias Clasen2020-04-121-1/+4
* Document actionsMatthias Clasen2020-04-111-16/+73
* gtk: Stop using modifier intentsMatthias Clasen2020-04-061-7/+1
* gtk: Stop using keymap apisMatthias Clasen2020-04-061-21/+33
* Use an action for the context menu keybindingMatthias Clasen2020-03-251-5/+17
* gtk: Remove bindingsBenjamin Otte2020-03-251-1/+0
* text: Port to widget shortcutsEmmanuele Bassi2020-03-251-137/+151
* gtktext: Set magnifier popover on topCarlos Garnacho2020-03-201-0/+1
* gtktexthandle: Refactor and use native surfacesCarlos Garnacho2020-03-201-219/+151
* Revert "Merge branch 'disable-window-test' into 'master'"Matthias Clasen2020-03-191-167/+142
* Use an action for the context menu keybindingMatthias Clasen2020-03-181-5/+17
* gtk: Remove bindingsBenjamin Otte2020-03-181-1/+0
* text: Port to widget shortcutsEmmanuele Bassi2020-03-181-137/+151
* Replace a few more fallthrough commentsTimm Bäder2020-03-121-1/+1
* Replace fallthrough comments with G_GNUC_FALLTHROUGHTimm Bäder2020-03-061-2/+1
* droptarget: RedoBenjamin Otte2020-03-021-117/+66
* Drop the margin propertyMatthias Clasen2020-02-251-1/+4
* popover: Drop ::relative-toMatthias Clasen2020-02-241-4/+7
* Split off GtkEventControllerFocusMatthias Clasen2020-02-211-35/+42
* events: reorganize gettersMatthias Clasen2020-02-211-1/+1
* Strip const from GdkEventMatthias Clasen2020-02-211-3/+3
* New focus change handlingMatthias Clasen2020-02-211-39/+35
* text: Remove gtk_text_get_im_context()Timm Bäder2020-02-201-8/+0