summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* togglebutton: Fix expected group behaviorgrouped-toggle-fixMatthias Clasen2021-04-111-0/+3
* Update Ukrainian translationYuri Chornoivan2021-04-111-77/+74
* Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2021-04-113-106/+147
|\
| * ngl: Allow passing bounds to update_clipMatthias Clasen2021-04-111-5/+5
| * ngl: Small optimization for shadowsMatthias Clasen2021-04-111-46/+54
| * roundedrect: Speed up contains_rect and friendsMatthias Clasen2021-04-111-51/+77
| * ngl: Small optimizationMatthias Clasen2021-04-111-2/+9
| * nodeeditor: Make the help window wide enoughMatthias Clasen2021-04-111-2/+2
|/
* Merge branch 'media-memory-leak' into 'master'Matthias Clasen2021-04-101-0/+2
|\
| * media: Fix a memory leakMatthias Clasen2021-04-101-0/+2
* | Merge branch 'popover-list-lockup' into 'master'Matthias Clasen2021-04-101-3/+28
|\ \
| * | window: Defer focus setting until after paintpopover-list-lockupMatthias Clasen2021-04-091-3/+28
| |/
* | Merge branch 'ngl-coloring-underlines' into 'master'Matthias Clasen2021-04-095-9/+106
|\ \ | |/ |/|
| * ngl: Add a program change counterngl-coloring-underlinesMatthias Clasen2021-04-092-0/+6
| * ngl: Optimize underlines in textMatthias Clasen2021-04-081-3/+41
| * ngl: Reserve a pixel in texture atlasesMatthias Clasen2021-04-081-0/+48
| * ngl: Fix an oversightMatthias Clasen2021-04-081-1/+1
| * gtk-demo: Make one text scroll benchmark harderMatthias Clasen2021-04-081-5/+10
* | Merge branch 'no-scroll-cursor' into 'master'Matthias Clasen2021-04-091-21/+1
|\ \
| * | scrolledwindow: Stop using scroll cursorsMatthias Clasen2021-04-091-21/+1
| |/
* | Merge branch 'ebassi/ci-docs' into 'master'Matthias Clasen2021-04-094-110/+95
|\ \ | |/ |/|
| * ci: Drop the split Fedora imagesEmmanuele Bassi2021-04-094-110/+95
|/
* Merge branch 'half-float' into 'master'Matthias Clasen2021-04-099-91/+375
|\
| * Work around compiler shortcomings on macOShalf-floatMatthias Clasen2021-04-071-0/+21
| * gsk: Add runtime checks for F16CMatthias Clasen2021-04-074-80/+138
| * Add an option to disable F16CMatthias Clasen2021-04-075-6/+49
| * Move color conversion upMatthias Clasen2021-04-072-81/+105
| * ngl: Use a constant for (fp16)-1Matthias Clasen2021-04-072-4/+4
| * ngl: Reduce vertex storageMatthias Clasen2021-04-072-44/+46
| * ngl: Use fp16 for colorsMatthias Clasen2021-04-075-52/+188
* | Merge branch 'font-fallback-fix' into 'master'Matthias Clasen2021-04-081-0/+8
|\ \ | |/
| * wayland: Improve font setting fallback morefont-fallback-fixMatthias Clasen2021-04-071-0/+8
|/
* Merge branch 'wip/carlosg/stuck-frames' into 'master'Matthias Clasen2021-04-071-4/+3
|\
| * surface: Always set PHASE_PAINT as pending when updates are scheduledCarlos Garnacho2021-04-071-4/+3
|/
* Merge branch 'font-settings-fallback-4' into 'master'Matthias Clasen2021-04-071-6/+6
|\
| * wayland: Improve font setting fallbackMatthias Clasen2021-04-071-6/+6
|/
* Merge branch 'textview-last-line' into 'master'Matthias Clasen2021-04-061-1/+4
|\
| * textview: Fix a problem with the last lineMatthias Clasen2021-04-061-1/+4
|/
* Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2021-04-052-3/+4
|\
| * modelbutton: Avoid a crashMatthias Clasen2021-04-051-1/+2
| * window: Actually enable the inspector by defaultMatthias Clasen2021-04-051-2/+2
|/
* Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2021-04-0510-395/+180
|\
| * ngl: Fix an oversightMatthias Clasen2021-04-051-1/+1
| * textlayout: Remove an unused functionMatthias Clasen2021-04-052-61/+0
| * textlayout: Avoid allocations for line iterationMatthias Clasen2021-04-042-24/+27
| * textlayout: Introduce some localsMatthias Clasen2021-04-041-38/+38
| * textlayout: Create the cursor snapshot on demandMatthias Clasen2021-04-041-16/+19
| * textattributes: Small docs fixMatthias Clasen2021-04-041-0/+1
| * textbtree: Return tags in a GPtrArrayMatthias Clasen2021-04-047-115/+51
| * textlayout: Only get selection color onceMatthias Clasen2021-04-041-20/+21