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

Windows GUI: Upgrade to C++Builder 12 Community Edition #918

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

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    9235c96 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    becae69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce87af7 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Windows GUI: Replace TCppWebBrowser

    Use TWebBrowser instead of TCppWebBrowser for all HTML views for compatibility with bcc64x compiler.
    cjee21 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    9446b34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab6dd30 View commit details
    Browse the repository at this point in the history
  3. Windows GUI: Use native VCL for getting DPI scale

    More simple and do not need to delay load user32 anymore.
    cjee21 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a7da444 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1cd500 View commit details
    Browse the repository at this point in the history