Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GIMP GIMP
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,562
    • Issues 3,562
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 70
    • Merge requests 70
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • GIMPGIMP
  • Merge requests
  • !675

Change GTK+ to GTK

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Anders Jonsson requested to merge ajonsson/gimp:gtk-without-plus into master Jun 29, 2022
  • Overview 4
  • Commits 1
  • Pipelines 8
  • Changes 13

GTK got rid of the + in its name in 2019: https://lwn.net/Articles/779305/

This commit replaces GTK+ with GTK in the most visible places: strings, man pages, visible svg text, comments.

Exceptions:

  • All changelogs and news files are left untouched.
  • Usage outside of strings/comments (code/variables, things like gtk+-2.0.pc that hasn't changed)
  • Some comments that were so old that it felt weird touching them (like requires GIMP 1.0 and GTK+ 1.0.4, that was quite a while ago)
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: gtk-without-plus