Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • gdk-pixbuf gdk-pixbuf
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 83
    • Issues 83
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • gdk-pixbufgdk-pixbuf
  • Merge requests
  • !6

Clarify pixels vs. bytes

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Federico Mena Quintero requested to merge federico/gdk-pixbuf:clarify-pixels-bytes into master May 31, 2018
  • Overview 15
  • Commits 23
  • Pipelines 5
  • Changes 22

This makes GdkPixbuf opaque within the gdk-pixbuf sources, and formalizes the distinction between immutable/bytes and mutable/pixels modes by separating them with an enum and some inner structs.

It also makes the loaders not use gdk-pixbuf-private.h - they look like normal gdk-pixbuf client code now.

(Uh, shouldn't we have a "ninja test" stage for CI or something?)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: clarify-pixels-bytes