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: webui-dev/pascal-webui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: webui-dev/pascal-webui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: MacOS
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 30, 2023

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

Commits on Nov 2, 2023

  1. Partial support for MacOS

    - loading `.dylib` using `dynlibs` unit
    - added `SysUtils` unit to raise exceptions (only for MacOS)
    - output binary size ~240 KB (+external WebUI .dylib)
    - `Definitions` part done
    fibodevy committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    af7bc95 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    1304f4d View commit details
    Browse the repository at this point in the history
  2. Minor fixes

    - make `_functions` (vars) not visible outside the unit
    - remove unnecessary `imp` from funcs implementation
    fibodevy committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5c265b4 View commit details
    Browse the repository at this point in the history
Loading