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

Fixes on widget.Entry #2068

Merged
merged 11 commits into from Mar 12, 2021
Merged

Fixes on widget.Entry #2068

merged 11 commits into from Mar 12, 2021

Commits on Mar 6, 2021

  1. Copy the full SHA
    5a2dee7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7446c25 View commit details
    Browse the repository at this point in the history
  3. added test

    fpabl0 committed Mar 6, 2021
    Copy the full SHA
    1166239 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. Copy the full SHA
    8925b27 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b6e20e4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7341e8a View commit details
    Browse the repository at this point in the history
  4. revert last commit and fix text selection correctly by comparing Curs…

    …orColumn and CursorRow with selectColumn and selectRow in DragEnd event
    fpabl0 committed Mar 7, 2021
    Copy the full SHA
    94cd61a View commit details
    Browse the repository at this point in the history
  5. reset selectKeyDown variable when widget.Entry loses its focus, added…

    … early return in KeyDown and KeyUp methods if entry is disabled
    fpabl0 committed Mar 7, 2021
    Copy the full SHA
    1ba75ba View commit details
    Browse the repository at this point in the history
  6. added tests

    fpabl0 committed Mar 7, 2021
    Copy the full SHA
    82d0d25 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. do not actually render any selection rectangle if cursorRow/cursorCol…

    … are equal to selectRow/selectCol
    fpabl0 committed Mar 8, 2021
    Copy the full SHA
    ec878e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Copy the full SHA
    b29a295 View commit details
    Browse the repository at this point in the history