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

WIP: Keyboard only operation #1074

Closed
wants to merge 11 commits into from

Commits on Jun 3, 2020

  1. Keyboard navigation

    jkvatne committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    ed04aa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b06b60 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Configuration menu
    Copy the full SHA
    5bb4487 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07c8cbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c32a82c View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Configuration menu
    Copy the full SHA
    c416a0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8052c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b61755f View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Fixed all tests

    Some 70 png files had to be changed to implement the new coloring sheme with differnce
    between focused and primary colors.
    
    	Modified theme/theme_test.go to check focus color
    Modified widget/select_entry.go to focus first entry
    Modified internal/driver/glfw/window.go to not focus buttons on mouse click.
    	Modified:   internal/driver/glfw/menu_bar_test.go to unfocus button on start of each test.
    jkvatne committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    f6ec6d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13ec8ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a75eb7 View commit details
    Browse the repository at this point in the history