Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: libsdl-org/SDL_ttf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: zhk/SDL_ttf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 6 files changed
  • 1 contributor

Commits on Feb 4, 2024

  1. Modifications:

    - Added argument [-windowsize w,h] to specify the windows size.
    - added argument [-utf8txtfile pathName] to support message from utf8 file.
    - removed [-utf8|-unicode], since the utf8 or unicode text cannot be input from console.
    - fixed [-wrapped] display.
    zhk committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    497e8c6 View commit details
    Browse the repository at this point in the history
  2. Make showfont console app

    Set window title for showfont
    zhk committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    73a9998 View commit details
    Browse the repository at this point in the history
  3. Fixed formatting

    zhk committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    1dcbd15 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. TTF_SHOWFONT_USAGE_WITH_EXAMPLE

    zhk committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    7ff0138 View commit details
    Browse the repository at this point in the history
  2. title

    zhk committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    101568b View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. - Restored .clang-format

    - Removed system-specific lines in .vcxproj files
    - Should fixed compilation on other platforms
    zhk committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    14db5a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Add relative paths(include and link) for VisualC projects

    Set SubSystem for glfont and showfont Console
    zhk committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    9539026 View commit details
    Browse the repository at this point in the history
Loading