summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'matthiasc/for-main' into 'main'Matthias Clasen2023-05-163-16/+179
|\
| * CosmeticsMatthias Clasen2023-05-161-2/+2
| * Improve test coverage for sortersMatthias Clasen2023-05-161-14/+162
| * Improve test coverage for GtkPropertyLookupListModelMatthias Clasen2023-05-161-0/+15
* | Merge branch 'wip/otte/for-main' into 'main'Matthias Clasen2023-05-1624-40/+127
|\ \ | |/ |/|
| * nodeparser: Move an error checkBenjamin Otte2023-05-165-14/+15
| * node-editor: Print default renderer in titleBenjamin Otte2023-05-161-0/+7
| * vulkan: Make projection matrix match GLBenjamin Otte2023-05-161-1/+1
| * testsuite: Add crossfade-clip-both-children testBenjamin Otte2023-05-163-0/+19
| * testsuite: Add clip-translate-offscreen testBenjamin Otte2023-05-163-0/+18
| * rendernode: clip when drawing shadowsBenjamin Otte2023-05-161-0/+6
| * build: Make shaders depend on their includesBenjamin Otte2023-05-161-7/+9
| * vulkan: Fix typo in clipping codeBenjamin Otte2023-05-161-1/+1
| * build: Add a new gcc 13 warningBenjamin Otte2023-05-161-0/+1
| * css: Remove crashy resource:// optimizationBenjamin Otte2023-05-164-15/+13
| * testsuite: Add testcase for z clippingBenjamin Otte2023-05-163-0/+29
| * gridview: Add border-spacing where it was missedBenjamin Otte2023-05-161-2/+2
| * gdk: Clamp frame region to surface sizeBenjamin Otte2023-05-161-0/+6
|/
* Merge branch 'fix-property-lookup-model' into 'main'Matthias Clasen2023-05-161-2/+3
|\
| * Fix a few bugs in GtkPropertyLookupListModelMatthias Clasen2023-05-161-2/+3
|/
* Merge branch 'matthiasc/for-main' into 'main'Matthias Clasen2023-05-1614-132/+40
|\
| * Improve test coverage for GtkStringSorterMatthias Clasen2023-05-151-0/+6
| * Only build iconcache validator if it is usedMatthias Clasen2023-05-152-2/+4
| * Drop unneeded exports from gdkpixbufutils.cMatthias Clasen2023-05-152-50/+3
| * Drop an unused includeMatthias Clasen2023-05-151-1/+0
| * docs: Mention pixbufs in the migration guideMatthias Clasen2023-05-151-0/+6
| * Deprecate from-pixbuf apis for widgetsMatthias Clasen2023-05-155-4/+18
| * gdk: Drop some unused private apiMatthias Clasen2023-05-152-75/+3
* | Merge branch 'wip/corey/filesystemmodel' into 'main'Matthias Clasen2023-05-163-1/+8
|\ \ | |/ |/|
| * filesystemmodel: Ignore changes on the parent directoryCorey Berla2023-05-151-1/+3
| * filechooserwidget: Stop leaking file system modelsCorey Berla2023-05-151-0/+4
| * .gitignore: Ignore .flatpak-builder directoryCorey Berla2023-05-151-0/+1
* | Merge branch 'matthiasc/for-main' into 'main'Matthias Clasen2023-05-167-15/+280
|\ \
| * | Fix texture tests with GLESMatthias Clasen2023-05-151-2/+7
| * | Improve test coverage for GdkGLContextMatthias Clasen2023-05-151-0/+82
| * | CosmeticsMatthias Clasen2023-05-151-5/+5
| * | Add tests for GdkTextureDownloaderMatthias Clasen2023-05-151-0/+40
| * | Test gltexture update functionalityMatthias Clasen2023-05-152-8/+113
| * | Improve gdk test coverageMatthias Clasen2023-05-151-0/+32
| * | tools: CosmeticsMatthias Clasen2023-05-151-2/+3
| |/
* | Merge branch 'deprecate-pixbuf-apis' into 'main'Matthias Clasen2023-05-157-8/+24
|\ \ | |/ |/|
| * gdk: Deprecated some pixbuf apisMatthias Clasen2023-05-157-8/+24
|/
* Merge branch 'export-handles-properly' into 'main'Matthias Clasen2023-05-1515-52/+242
|\
| * Add testfilelauncherexport-handles-properlyMatthias Clasen2023-05-152-0/+48
| * wayland: Try harder to be compatibleMatthias Clasen2023-05-151-0/+14
| * Deprecate gdk_wayland_toplevel_unexport_handleMatthias Clasen2023-05-152-1/+14
| * wayland: Reimplement exportingMatthias Clasen2023-05-141-23/+75
| * wayland: Give toplevels a destroy hookMatthias Clasen2023-05-143-1/+10
| * gdk: Change the private export handle apiMatthias Clasen2023-05-145-14/+28
| * wayland: Add new backend apiMatthias Clasen2023-05-142-0/+25