Reference
Introduction
Comprehensive reference for all Artbox branches. Each branch modifies specific files to implement features and functionality.
To get a full overview of all the C code changes, use this git command from the root of the Artbox repository:
GIT_PAGER=cat git diff --stat HEAD~1 HEAD -- . ':(exclude)plug-ins' ':(exclude)themes'
This compares the latest commit (HEAD) to the one before it (HEAD~1), excluding changes in the plug-ins/ and themes/ directories. The result is a concise summary of changes to core C source files.
Branch Categories
Foundation branches for GIMP source preparation and core utilities
GIMP master modifications to support Artbox features
Artbox feature implementations built on the convert base