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

Change API to use string+len pairs instead of null terminated strings #81

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

Commits on Dec 22, 2021

  1. Configuration menu
    Copy the full SHA
    9b12cbb View commit details
    Browse the repository at this point in the history
  2. Store name_len in window

    Hejsil committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    378920f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91d70d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2dc465 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. New proposed API

    This API retains backwards compatibility in a lot of cases for Nuklears
    high level API, but the low level functions still only have a slice
    options. This is because, at a low level, Nuklear no longer uses null
    terminated strings at all.
    Hejsil committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    3a64a3a View commit details
    Browse the repository at this point in the history