Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | actionmuxer: Port internal users | Matthias Clasen | 2020-07-20 | 1 | -1/+4 |
* | text: Claim clicks when grabbing focus | Matthias Clasen | 2020-07-18 | 1 | -4/+4 |
* | text: Support reverse selection | Matthias Clasen | 2020-06-26 | 1 | -1/+5 |
* | text: Update action enabled state correctly | Matthias Clasen | 2020-06-26 | 1 | -0/+7 |
* | text: Be more selective when selecting on focus-in | Matthias Clasen | 2020-06-26 | 1 | -1/+5 |
* | Revert "text: Avoid creating a PangoAttrList we don't need" | Matthias Clasen | 2020-06-26 | 1 | -4/+3 |
* | text: Handle key events in the target phase | Matthias Clasen | 2020-06-26 | 1 | -0/+1 |
* | text: Give names to event controllers | Matthias Clasen | 2020-06-26 | 1 | -0/+5 |
* | gtktext: Don't accept (twice!) all press actions | Carlos Garnacho | 2020-06-26 | 1 | -4/+3 |
* | Rename (unused) argument | Emmanuele Bassi | 2020-06-18 | 1 | -1/+1 |
* | Fix minor typos | Yuri Chornoivan | 2020-06-18 | 1 | -1/+1 |
* | text: Drop unused includes | Matthias Clasen | 2020-06-15 | 1 | -2/+0 |
* | Drop fallback-c89.c | Christoph Reiter | 2020-05-31 | 1 | -2/+0 |
* | Fix minor typos | Yuri Chornoivan | 2020-05-28 | 1 | -2/+2 |
* | text: Avoid clash of preedit and placeholder | Matthias Clasen | 2020-05-22 | 1 | -2/+4 |
* | text: Assert that we have ranges before using them | Timm Bäder | 2020-05-19 | 1 | -1/+3 |
* | gtk: Handle seatless displays | Matthias Clasen | 2020-05-15 | 1 | -28/+54 |
* | Replace most remaining uses of container api | Matthias Clasen | 2020-05-11 | 1 | -2/+2 |
* | text: Fix popover use | Matthias Clasen | 2020-05-11 | 1 | -4/+3 |
* | Replace gtk_widget_destroy everywhere | Matthias Clasen | 2020-05-11 | 1 | -3/+3 |
* | widget: Add a :focusable property | Matthias Clasen | 2020-05-10 | 1 | -1/+1 |
* | text: Use dispose instead of destroy | Matthias Clasen | 2020-05-05 | 1 | -19/+6 |
* | Assorted documentation fixes | Matthias Clasen | 2020-04-20 | 1 | -1/+6 |
* | text: unconditionally unref attr list | Timm Bäder | 2020-04-17 | 1 | -4/+2 |
* | text: Avoid creating a PangoAttrList we don't need | Timm Bäder | 2020-04-17 | 1 | -3/+4 |
* | stylecontext: Remove get_pango_attributes | Timm Bäder | 2020-04-17 | 1 | -4/+1 |
* | text: Be more careful with cached layouts | Matthias Clasen | 2020-04-12 | 1 | -1/+3 |
* | text: Fix placing the cursor on click | Matthias Clasen | 2020-04-12 | 1 | -1/+4 |
* | Document actions | Matthias Clasen | 2020-04-11 | 1 | -16/+73 |
* | gtk: Stop using modifier intents | Matthias Clasen | 2020-04-06 | 1 | -7/+1 |
* | gtk: Stop using keymap apis | Matthias Clasen | 2020-04-06 | 1 | -21/+33 |
* | Use an action for the context menu keybinding | Matthias Clasen | 2020-03-25 | 1 | -5/+17 |
* | gtk: Remove bindings | Benjamin Otte | 2020-03-25 | 1 | -1/+0 |
* | text: Port to widget shortcuts | Emmanuele Bassi | 2020-03-25 | 1 | -137/+151 |
* | gtktext: Set magnifier popover on top | Carlos Garnacho | 2020-03-20 | 1 | -0/+1 |
* | gtktexthandle: Refactor and use native surfaces | Carlos Garnacho | 2020-03-20 | 1 | -219/+151 |
* | Revert "Merge branch 'disable-window-test' into 'master'" | Matthias Clasen | 2020-03-19 | 1 | -167/+142 |
* | Use an action for the context menu keybinding | Matthias Clasen | 2020-03-18 | 1 | -5/+17 |
* | gtk: Remove bindings | Benjamin Otte | 2020-03-18 | 1 | -1/+0 |
* | text: Port to widget shortcuts | Emmanuele Bassi | 2020-03-18 | 1 | -137/+151 |
* | Replace a few more fallthrough comments | Timm Bäder | 2020-03-12 | 1 | -1/+1 |
* | Replace fallthrough comments with G_GNUC_FALLTHROUGH | Timm Bäder | 2020-03-06 | 1 | -2/+1 |
* | droptarget: Redo | Benjamin Otte | 2020-03-02 | 1 | -117/+66 |
* | Drop the margin property | Matthias Clasen | 2020-02-25 | 1 | -1/+4 |
* | popover: Drop ::relative-to | Matthias Clasen | 2020-02-24 | 1 | -4/+7 |
* | Split off GtkEventControllerFocus | Matthias Clasen | 2020-02-21 | 1 | -35/+42 |
* | events: reorganize getters | Matthias Clasen | 2020-02-21 | 1 | -1/+1 |
* | Strip const from GdkEvent | Matthias Clasen | 2020-02-21 | 1 | -3/+3 |
* | New focus change handling | Matthias Clasen | 2020-02-21 | 1 | -39/+35 |
* | text: Remove gtk_text_get_im_context() | Timm Bäder | 2020-02-20 | 1 | -8/+0 |