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

Wingui port from @Bill-Gray, backported to the mainline #86

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

Commits on Feb 26, 2020

  1. Verbatim copy of @Bill-Gray's PDCurses for Win32

    Subsequent commits will document what I changed, and why, to port
    this code to the mainline PDCurses.
    Ray Chason committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    d77412b View commit details
    Browse the repository at this point in the history
  2. Makefile for Visual Studio

    Adapted from the one in wincon.
    Ray Chason committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    968c2eb View commit details
    Browse the repository at this point in the history
  3. Place extern declarations in the header

    Ray Chason committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    3f59c6d View commit details
    Browse the repository at this point in the history
  4. Adjust color handling to match mainline PDCurses

    Ray Chason committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    65e68a4 View commit details
    Browse the repository at this point in the history
  5. Use acsuni.h

    Ray Chason committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    00b9268 View commit details
    Browse the repository at this point in the history
  6. Drop PDC_port_val

    Ray Chason committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    7f8e073 View commit details
    Browse the repository at this point in the history
  7. Provide PDC_blink_state

    Ray Chason committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    c5b457d View commit details
    Browse the repository at this point in the history
  8. Drop features not found in mainline PDCurses

    Ray Chason committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    acc4e80 View commit details
    Browse the repository at this point in the history
  9. Warnings have to be turned off using -D option

    Ray Chason committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    388a891 View commit details
    Browse the repository at this point in the history
  10. Hush GCC warnings about use before definition

    Ray Chason committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    f99d34d View commit details
    Browse the repository at this point in the history
  11. Avoid using __wargv if it isn't there

    Ray Chason committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    b45082d View commit details
    Browse the repository at this point in the history
  12. Provide makefiles for MinGW and Watcom

    Ray Chason committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    dbdc332 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Watcom requires _wcslwr

    Ray Chason committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    23eecaf View commit details
    Browse the repository at this point in the history
  2. Provide a .gitignore

    Ray Chason committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    a609f03 View commit details
    Browse the repository at this point in the history
  3. Digital Mars build generates .map files; ignore

    Ray Chason committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    e27484c View commit details
    Browse the repository at this point in the history
  4. Get Makefile.dmc working

    Ray Chason committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    1b50b0d View commit details
    Browse the repository at this point in the history
  5. Remove newtest.exe

    Ray Chason committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    59267ee View commit details
    Browse the repository at this point in the history