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

Implementing viewport functionality into ImGui.NET #140

Open
wants to merge 29 commits into
base: viewport
Choose a base branch
from

Commits on Jan 3, 2019

  1. Fixed switched mouse input

    Unknown authored and mellinoe committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    78b6fd6 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2019

  1. Fix issue with InputText(Multiline) manual overloads which could over…

    …flow their native buffers.
    mellinoe committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    571f797 View commit details
    Browse the repository at this point in the history
  2. Bump version to 1.66.1.

    mellinoe committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    c4842e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Update to 1.67.

    mellinoe committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    7f3739a View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. fixes a bug with MonoGame and FNA when creating a texture at runtime

    fixes Mono not finding the dylib by prepending "lib"
    prime31 committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    0f32fae View commit details
    Browse the repository at this point in the history
  2. update link in csproj file

    prime31 committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    3a62f6b View commit details
    Browse the repository at this point in the history
  3. cleanup

    prime31 committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    78fe032 View commit details
    Browse the repository at this point in the history
  4. Fix FNA input for text

    prime31 authored and mellinoe committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    8e3caa1 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

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

Commits on Mar 13, 2019

  1. Add build targets for mono and legacy MSBuild (pre-PackageReference).

    Also, rename native lib back to cimgui.dylib.
    mellinoe committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    dcb9b89 View commit details
    Browse the repository at this point in the history
  2. Update to 1.68.

    mellinoe committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    4ef0abb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    580d552 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. Update to v1.69.

    mellinoe committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    34a0848 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Update to v1.70.

    amerkoleci committed May 8, 2019
    Configuration menu
    Copy the full SHA
    489f847 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Configuration menu
    Copy the full SHA
    448f22d View commit details
    Browse the repository at this point in the history
  2. Download 1.70 binaries.

    mellinoe committed May 9, 2019
    Configuration menu
    Copy the full SHA
    8e34c98 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Update to last 1.71

    amerkoleci committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    88ca3dc View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Add support for parameters having variant types as defined in variant…

    …s.json (optional). This will cause a FunctionDefinition to expand to have several OverloadDefinitions if variants are found, and will cause both native methods and their wrappers to be generated for the variants.
    giawa committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    cd5c026 View commit details
    Browse the repository at this point in the history
  2. Add example variants.json that adds IntPtr* as a parameter variant fo…

    …r ImFontAtlas_GetTexDataAsAlpha8 and ImFontAtlas_GetTexDataAsRGBA32.
    
    Rerun code generation.
    giawa committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    5afed42 View commit details
    Browse the repository at this point in the history
  3. Modify SampleProgram to use 'safe' version of GetTexDataAsRGBA32, whi…

    …ch was auto-generated by the CodeGenerator with the new variant functionality.
    giawa committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    8be7644 View commit details
    Browse the repository at this point in the history
  4. Process the variants into a dictionary and then mark them as used as …

    …they are applied.
    
    Loop over all variants at the end and display an error if the variant was unused.
    giawa committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    d62cb5f View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Configuration menu
    Copy the full SHA
    84ec6ed View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'giawa/feature/type-variants-sep-json' i…

    …nto feature/type-variants-sep-json
    mellinoe committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    88836f5 View commit details
    Browse the repository at this point in the history
  3. Misc project cleanup

    mellinoe committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    5e9d6be View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2019

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

Commits on Sep 30, 2019

  1. docking branch version of dear imgui using cimgui

    Lincoln Konig committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    96e786d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. implement viewport functionality

    Lincoln Konig committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    dea364d View commit details
    Browse the repository at this point in the history
  2. minor cleanup

    Lincoln Konig committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    5b7352c View commit details
    Browse the repository at this point in the history