summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* x11: Handle X-specific targets in dropsx11-dnd-fixMatthias Clasen2021-02-031-5/+46
* Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2021-02-032-2/+182
|\
| * Link the data url tests staticallyMatthias Clasen2021-02-031-2/+2
| * Add tests for css value transitionsMatthias Clasen2021-02-032-0/+180
|/
* Merge branch 'uac.meson.master' into 'master'Chun-wei Fan2021-02-032-1/+134
|\
| * gtk4-update-icon-cache: Avoid UAC on 32-bit WindowsChun-wei Fan2021-02-032-1/+134
* | Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2021-02-031-3/+0
|\ \
| * | css: Allow transitioning different-size shadowsMatthias Clasen2021-02-021-3/+0
|/ /
* | Merge branch 'im-context-work' into 'master'Matthias Clasen2021-02-0223-693/+1086
|\ \
| * | composetable: Parse hex escapes tooMatthias Clasen2021-02-024-0/+21
| * | Add tests for string valuesMatthias Clasen2021-02-023-4/+54
| * | composetable: Support string values in the cacheMatthias Clasen2021-02-021-47/+39
| * | composetable: Don't use GSlice for big blobsMatthias Clasen2021-02-021-3/+3
| * | composetable: Keep multi-char valuesMatthias Clasen2021-02-022-8/+30
| * | composetable: Parse multi-char valuesMatthias Clasen2021-02-021-45/+37
| * | composetable: Another step towards multi-char valuesMatthias Clasen2021-02-021-19/+25
| * | composetable: Prepare for multi character valuesMatthias Clasen2021-02-023-16/+25
| * | imcontext: Prepare for multi-char valuesMatthias Clasen2021-02-011-46/+63
| * | composetable: Check algorithmic matchingMatthias Clasen2021-02-011-0/+46
| * | composetable: Fix algorithmic matchingMatthias Clasen2021-02-011-3/+3
| * | composetable: Add tests for compact table matchingMatthias Clasen2021-02-011-0/+47
| * | imcontext: Code cleanupMatthias Clasen2021-02-011-52/+28
| * | imcontext: Move code aroundMatthias Clasen2021-02-014-373/+322
| * | composetable: Add tests for matchingMatthias Clasen2021-02-012-0/+71
| * | imcontext: Use gtk_compose_table_checkMatthias Clasen2021-02-011-59/+24
| * | composetable: Add api to check tablesMatthias Clasen2021-02-012-7/+117
| * | Add tests for GtkComposeTableMatthias Clasen2021-02-0112-0/+144
| * | composetable: Drop table debug codeMatthias Clasen2021-02-011-58/+0
| * | composetable: Parser fixesMatthias Clasen2021-02-011-6/+18
| * | imcontext: Drop GTK_MAX_COMPOSE_LENMatthias Clasen2021-02-013-7/+3
| * | composetable: Warn when ignoring thingsMatthias Clasen2021-02-011-1/+4
| * | composetable: parse long sequencesMatthias Clasen2021-02-011-11/+16
| * | composetable: Fix an off-by-oneMatthias Clasen2021-02-011-2/+2
| * | imcontext: Stop using GTK_MAX_COMPOSE_LENMatthias Clasen2021-02-011-22/+44
| * | imcontext: Code cleanupMatthias Clasen2021-02-011-8/+4
| |/
* | Merge branch 'wip/silence-bounds-warnings' into 'master'Matthias Clasen2021-02-021-17/+0
|\ \ | |/ |/|
| * gdk/toplevelsize: Remove warnings about exceeding boundsJonas Ã…dahl2021-02-011-17/+0
|/
* Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2021-02-012-105/+137
|\
| * imcontext: Allow sequences of length GTK_MAX_COMPOSE_LENMatthias Clasen2021-02-011-1/+1
| * imcontext: Improve an error messageMatthias Clasen2021-02-011-1/+1
| * imcontext: Add a precondition checkMatthias Clasen2021-02-011-0/+1
| * imcontext: Show preedit for compose sequencesMatthias Clasen2021-02-011-55/+71
| * imcontext: Update our check for dead keysMatthias Clasen2021-01-311-48/+63
* | Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2021-02-013-293/+10
|\ \ | |/
| * Remove a forgotten fileMatthias Clasen2021-01-311-293/+0
| * nativedialog: Add more docsMatthias Clasen2021-01-312-0/+10
* | Merge branch 'wip/exalm/consumes-motion' into 'master'Matthias Clasen2021-02-0122-149/+111
|\ \ | |/ |/|
| * windowhandle: Use drag threshold instead of double click thresholdwip/exalm/consumes-motionAlexander Mikhaylenko2021-01-291-10/+2
| * dragsource: Use double coordinates for checking drag thresholdAlexander Mikhaylenko2021-01-2917-45/+98
| * entry: Fix drag threshold checkAlexander Mikhaylenko2021-01-291-5/+6