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

Add missing PRINTER_INFO_X structs #1429

Draft
wants to merge 22 commits into
base: master
Choose a base branch
from

Commits on Mar 29, 2022

  1. Add missing PRINTER_INFO_X structs; Consolidate WinspoolUtil to use a…

    …ll 1-9 structs identically.
    tresf committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    e842ac9 View commit details
    Browse the repository at this point in the history
  2. Fix compilation

    tresf committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    7880ff3 View commit details
    Browse the repository at this point in the history
  3. Fix byte arrays

    tresf committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    a816862 View commit details
    Browse the repository at this point in the history
  4. Switch DEVMODE to use Pointer

    tresf committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    399136d View commit details
    Browse the repository at this point in the history
  5. Add helper for byte[] to String

    tresf committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    820eb7f View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Improve comments, javadocs

    tresf committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    eefe7de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8caf8b View commit details
    Browse the repository at this point in the history
  3. Update changelog

    tresf committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    8e87b13 View commit details
    Browse the repository at this point in the history
  4. Add JavaDocs for DEVMODE struct

    tresf committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    ac29f71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ed81f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. typo fix and xp check removal

    Vzor- committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    5e2551d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Configuration menu
    Copy the full SHA
    f68bb7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c126f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0477646 View commit details
    Browse the repository at this point in the history
  4. Prevent out-of-bounds read if strings are not \0 terminated

    The documentation does not state whether the strings in DEVMODE are
    \0 terminated so assume they might be not
    matthiasblaesing committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    eeda6e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f58508a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9581b69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f84d022 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. substruct read

    Vzor- committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    77c9711 View commit details
    Browse the repository at this point in the history
  2. EnumDisplaySettings

    Vzor- committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    f50ca82 View commit details
    Browse the repository at this point in the history
  3. typo

    Vzor- committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    7d6879f View commit details
    Browse the repository at this point in the history
  4. getName cleanup

    Vzor- committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    05c8f92 View commit details
    Browse the repository at this point in the history