Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rsz: Source StaTclTypes.i and clean up the binding #5277

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 3, 2024

  1. rsz: Remove duplicate include

    Signed-off-by: Martin Povišer <[email protected]>
    povik committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    7a0124e View commit details
    Browse the repository at this point in the history
  2. rsz: Source StaTclTypes.i in binding code

    Signed-off-by: Martin Povišer <[email protected]>
    povik committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3165af0 View commit details
    Browse the repository at this point in the history
  3. rsz: Clean up Tcl type conversions

    Now that we source `StaTclTypes.i` we can rely on it to supply much of
    the type conversion rules. Only keep those which are unique to the
    resizer, and for those try to use the generic conversion helpers (e.g.
    `setPtrTclList`).
    
    Signed-off-by: Martin Povišer <[email protected]>
    povik committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    6258e7e View commit details
    Browse the repository at this point in the history
  4. rsz: Remove obsolete declarations

    Signed-off-by: Martin Povišer <[email protected]>
    povik committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    2646131 View commit details
    Browse the repository at this point in the history