Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G glow-extras
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Glow
  • glow-extras
  • Merge requests
  • !49

Dark UI Mode, compact commands

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Jonathan Kunstwald requested to merge feature/viewer-dark-mode into develop Jul 10, 2019
  • Overview 0
  • Commits 5
  • Pipelines 0
  • Changes 7
  • Viewer commands now use std::variant, reducing wasted space for unused command data
  • Added the glow::viewer::dark_ui configure tag, switching the UI theme to a dark version
    • No nesting, any single ViewerApp only has one UI mode (unspecified ordering if used more than once within the same main command queue)
    • Also has a glow::viewer::dark_ui(false) version
  • Fixed a crash on the Shift + Esc global termination due to a missing AsyncTextureLoader shutdown
  • The camera now rests in its initial position instead of smoothing to it on startup
Edited Jul 10, 2019 by Jonathan Kunstwald
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/viewer-dark-mode