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

Fix screen for applications that want to manage their own glfw and not rely on nanogui #91

Closed
wants to merge 10 commits into from

Commits on Jul 25, 2016

  1. Also do the glad init in the screen initialize, to fix for applicatio…

    …ns that want to manage their own glfw context and code
    AlwaysGeeky committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    972c471 View commit details
    Browse the repository at this point in the history
  2. Add a new example3 that demonstrates how to use nanogui if you manage…

    … your own glfw and render loop
    
    Also fix the cmake comment for GLAD
    AlwaysGeeky committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    3f11784 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2016

  1. Fix for tooltips and alignment when text width is less than tooltip b…

    …ounds
    
    The alignment and tooltip width was off for when a tooltip text was
    smaller than the hard-coded tooltip box of 150px.
    
    Account for this when drawing the tooltip and tooltip bounds box
    AlwaysGeeky committed Jul 30, 2016
    Configuration menu
    Copy the full SHA
    f925cdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    435c91b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2016

  1. Add a flag to the screen if we are the owner of the GLFW context, sin…

    …ce we dont always want to control GLFW functionality
    
    If we are not the owner, then don't automatically hide the glfw window
    when we make the root screen not visible, we might simply not want to
    show the GUI, but carry on showing the glfw window.
    AlwaysGeeky committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    20d8559 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2016

  1. convert spaces to tabs

    AlwaysGeeky committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    641c8f0 View commit details
    Browse the repository at this point in the history
  2. convert to spaces

    AlwaysGeeky committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    5584b32 View commit details
    Browse the repository at this point in the history
  3. tabs to spaces

    AlwaysGeeky committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    efe7ef2 View commit details
    Browse the repository at this point in the history
  4. open brace style

    AlwaysGeeky committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    f0a1c74 View commit details
    Browse the repository at this point in the history
  5. lamda function spacing

    AlwaysGeeky committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    b304307 View commit details
    Browse the repository at this point in the history