summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
...
| * | | menusectionbox: Passthrough the focus function of custom widgets' gizmovanadiae2021-08-021-1/+20
* | | | Merge branch 'wip/otte/for-master' into 'master'Matthias Clasen2021-08-021-1/+1
|\ \ \ \
| * | | | video: Use cross-fade transition to avoid resizesBenjamin Otte2021-08-021-1/+1
* | | | | gtkgesturerotate: Fix assertionJames Westman2021-08-021-5/+5
| |/ / / |/| | |
* | | | Merge branch 'input-tweaks' into 'master'4149-imcontext-handle-16bit-keysymsMatthias Clasen2021-08-026-174/+170
|\ \ \ \
| * | | | imcontext: Code cleanupMatthias Clasen2021-07-291-35/+15
| * | | | composetable: Allow multiple dead keysMatthias Clasen2021-07-294-100/+32
| * | | | composetable: Change an APIMatthias Clasen2021-07-293-18/+22
| * | | | imcontext: Handle Escape in Compose sequenceMatthias Clasen2021-07-291-6/+12
| * | | | imcontext: Tweak Compose sequence handlingMatthias Clasen2021-07-291-1/+27
| * | | | composetable: Add a prefix apiMatthias Clasen2021-07-292-0/+46
| * | | | composetable: Reduce the scope of a variableMatthias Clasen2021-07-291-13/+13
| * | | | imcontext: Tweak Compose sequence preeditMatthias Clasen2021-07-291-2/+4
* | | | | Avoid pango deprecationsMatthias Clasen2021-08-011-34/+43
* | | | | label: Ignore __ for mnemonicsMatthias Clasen2021-08-011-1/+1
* | | | | Merge branch 'titlebar-gesture' into 'master'Matthias Clasen2021-08-021-10/+42
|\ \ \ \ \
| * | | | | gtk/windowhandle: Delegate titlebar action to the compositor if possibleFlorian Müllner2021-07-291-10/+42
| | |_|/ / | |/| | |
* | | | | Merge branch 'fix-iconhelper' into 'master'Matthias Clasen2021-07-311-1/+1
|\ \ \ \ \
| * | | | | iconhelper: Fix the paintable implementationMatthias Clasen2021-07-311-1/+1
* | | | | | Merge branch 'iter-is-valid-docs' into 'master'Emmanuele Bassi2021-07-312-10/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | docs: Fix iter_is_valid() descriptionEmmanuele Bassi2021-07-312-10/+10
| |/ / / /
* | | | | checkbutton: Activate when moving focusFlorian Müllner2021-07-301-6/+4
* | | | | checkbutton: Delegate ::activate to the helper if appropriateFlorian Müllner2021-07-301-1/+4
| |_|/ / |/| | |
* | | | textview: fix yoffset position when top_margin is setChristian Hergert2021-07-291-1/+1
|/ / /
* | | Merge branch 'source-static-name' into 'master'Matthias Clasen2021-07-2934-65/+72
|\ \ \ | |/ / |/| |
| * | Avoid copying static debug stringsMatthias Clasen2021-07-2834-65/+72
* | | compose-parse.c: Include stdlib.hChun-wei Fan2021-07-281-0/+1
|/ /
* | Merge branch 'wip/otte/widgetfactory-dnd' into 'master'Matthias Clasen2021-07-272-5/+33
|\ \
| * | droptarget: Make formats construct-only writableBenjamin Otte2021-07-271-5/+16
| * | builder: Add support for GdkContentFormatsBenjamin Otte2021-07-271-0/+17
* | | Merge branch 'wip/compose-parser' into 'master'Matthias Clasen2021-07-2613-1912/+1001
|\ \ \
| * | | composetable: Rewrite Compose files if necessaryMatthias Clasen2021-07-153-13/+114
| * | | composetable: Keep the number of sequencesMatthias Clasen2021-07-152-0/+6
| * | | imcontext: Improve the docsMatthias Clasen2021-07-131-0/+15
| * | | imcontext: Simplify checking compose seqsMatthias Clasen2021-07-131-53/+29
| * | | composetable: Drop GtkComposeTableCompactMatthias Clasen2021-07-1313-1684/+483
| * | | composetable: Ignore length 1 sequencesMatthias Clasen2021-07-131-0/+6
| * | | imcontext: Replace the builtin sequencesMatthias Clasen2021-07-131-13/+24
| * | | composetable: Allow removing sequencesMatthias Clasen2021-07-131-1/+15
| * | | composetable: Switch to using a hash tableMatthias Clasen2021-07-131-201/+141
| * | | composetable: Reinterpret %LMatthias Clasen2021-07-131-20/+48
| * | | composetable: Handle substitutions in includesMatthias Clasen2021-07-131-1/+45
| * | | composetable: Handle includesMatthias Clasen2021-07-131-2/+88
| * | | composetable: Move code into the parserMatthias Clasen2021-07-131-37/+54
| * | | composetable: Introduce a parser structMatthias Clasen2021-07-131-20/+42
| * | | Clean up the GtkComposeTable apiMatthias Clasen2021-07-133-79/+103
* | | | sizerequest: Simplify some codeMatthias Clasen2021-07-241-6/+12
* | | | sizerequest: Keep branches in syncMatthias Clasen2021-07-241-2/+2
* | | | widget: Avoid some unnecessary back-and-forth castingMatthias Clasen2021-07-241-9/+4
* | | | widget: Avoid GObject data for action muxerMatthias Clasen2021-07-243-34/+29