summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | png: allocate data before sigsetjmp()Benjamin Otte2021-10-231-2/+2
| * | | demos: Remove unused codeBenjamin Otte2021-10-231-8/+2
| * | | glx: Remove unused assignmentBenjamin Otte2021-10-221-2/+0
| * | | tiff: Fix variable assignmentBenjamin Otte2021-10-221-2/+3
|/ / /
* | | Merge branch 'wip/otte/center-center-center' into 'master'Benjamin Otte2021-10-2239-6/+541
|\ \ \
| * | | testsuite: Add lots of reftests for picture sizingBenjamin Otte2021-10-2235-0/+510
| * | | widget: adjust allocation even betterBenjamin Otte2021-10-221-2/+10
| * | | reftests: Don't crash if no nodeBenjamin Otte2021-10-221-1/+4
| * | | gl: Call make_current() before doing any GL workBenjamin Otte2021-10-221-2/+4
| * | | build: Make sure ifuncs exist when using fp16Benjamin Otte2021-10-221-1/+13
* | | | Merge branch 'fix-mac-kana-eisu' into 'master'Emmanuele Bassi2021-10-221-0/+30
|\ \ \ \ | |_|/ / |/| | |
| * | | Correct translation of Mac JIS Eisu & Kana keysgsittyz2021-07-241-0/+30
* | | | Update Croatian languagemuzena2021-10-211-50/+50
* | | | Merge branch 'wip/otte/for-master' into 'master'Matthias Clasen2021-10-215-9/+25
|\ \ \ \
| * | | | css: Emit a special error for a common errorBenjamin Otte2021-10-211-0/+8
| * | | | css: Split dimension tokenBenjamin Otte2021-10-214-9/+17
| | |/ / | |/| |
* | | | Merge branch 'subpop/docs-getting-started-hello-world' into 'master'Matthias Clasen2021-10-201-3/+8
|\ \ \ \
| * | | | docs: match hello world code to descriptionLink Dupont2021-10-191-3/+8
| |/ / /
* | | | Merge branch 'wip/otte/display-gl' into 'master'Benjamin Otte2021-10-2013-45/+107
|\ \ \ \ | |/ / / |/| | |
| * | | testsuite: Create GL renderers without surfacesBenjamin Otte2021-10-202-10/+2
| * | | node-editor: Create renderers surfacelessBenjamin Otte2021-10-201-10/+10
| * | | gsk: Allow gsk_renderer_realize (renderer, NULL, NULL)Benjamin Otte2021-10-204-18/+43
| * | | drawcontext: Guard begin/end_frame() against non-surface contextsBenjamin Otte2021-10-201-1/+6
| * | | API: Add gdk_display_create_gl_context()Benjamin Otte2021-10-205-5/+45
| * | | surface: Remove (nullable)Benjamin Otte2021-10-201-1/+1
|/ / /
* | | Merge branch 'appdata-build-date' into 'master'Matthias Clasen2021-10-194-13/+3
|\ \ \
| * | | Drop date attribute from our appdata filesBernhard M. Wiedemann2021-10-194-13/+3
|/ / /
* | | Merge branch 'setlocale-gapplication-help' into 'master'Matthias Clasen2021-10-193-1/+6
|\ \ \
| * | | GtkApplication: Call setlocale earlysetlocale-gapplication-helpMatthias Clasen2021-09-063-1/+6
* | | | Merge branch 'gdkdisplay-c-stdlib-h' into 'master'Matthias Clasen2021-10-191-0/+1
|\ \ \ \
| * | | | gdkdisplay.c: Include stdlib.hChun-wei Fan2021-10-071-0/+1
* | | | | Merge branch 'wip/hadess/quiet-broadway' into 'master'Matthias Clasen2021-10-191-1/+1
|\ \ \ \ \
| * | | | | broadway: Quiet initialisation failuresBastien Nocera2021-10-111-1/+1
| * | | | | broadway: Quiet initialisation failuresBastien Nocera2021-10-111-1/+1
* | | | | | Merge branch 'file-list-get' into 'master'Matthias Clasen2021-10-192-3/+39
|\ \ \ \ \ \
| * | | | | | Add getter to GdkFileListEmmanuele Bassi2021-10-112-3/+39
* | | | | | | Merge branch 'fix-win11-sdk' into 'master'Matthias Clasen2021-10-192-4/+5
|\ \ \ \ \ \ \
| * | | | | | | tools/generate-uac-manifest.py: Fix UAC manifest .rcChun-wei Fan2021-10-131-2/+3
| * | | | | | | gtk: Fix version resource on for Windows 11 SDKChun-wei Fan2021-10-131-2/+2
* | | | | | | | Merge branch 'line-height-percentage' into 'master'Matthias Clasen2021-10-191-10/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | css: Fix handling of percentage for line-heightMatthias Clasen2021-10-181-10/+2
* | | | | | | | | Merge branch 'wip/exalm/levelbar' into 'master'Matthias Clasen2021-10-191-2/+19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | levelbar: Fill the whole space for discrete level barsAlexander Mikhaylenko2021-10-191-2/+19
* | | | | | | | | | Merge branch 'label-sizing' into 'master'Benjamin Otte2021-10-197-43/+134
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | widget: Don't overadjust allocationsBenjamin Otte2021-10-191-22/+25
| * | | | | | | | | testsuite: don't XFAIL label-sizing anymoreBenjamin Otte2021-10-191-2/+0
| * | | | | | | | | testsuite: Add test specifically for recent fixBenjamin Otte2021-10-193-0/+42
| * | | | | | | | | label: Never measure more than max-width-charsBenjamin Otte2021-10-191-18/+31
| * | | | | | | | | reftest: On failure, save the node files, tooBenjamin Otte2021-10-192-1/+36
* | | | | | | | | | Merge branch 'wip/cdavis/flowbox-add-functions' into 'master'Emmanuele Bassi2021-10-182-0/+54
|\ \ \ \ \ \ \ \ \ \