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

Added on_gain_focus, on_lose_focus, on_show & on_hide handlers on toga.Window #2096

Open
wants to merge 64 commits into
base: main
Choose a base branch
from

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    6e2eda0 View commit details
    Browse the repository at this point in the history
  2. Added changelog.

    proneon267 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    4bb2a42 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Added support for cocoa.

    proneon267 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    3a202e4 View commit details
    Browse the repository at this point in the history
  2. Added support for web

    proneon267 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    9cecb4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60a3cac View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

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

Commits on Aug 28, 2023

  1. Added support for android.

    proneon267 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    6f38ae2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dce43e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3133dfb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b03ec4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d746ba8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    096e6bf View commit details
    Browse the repository at this point in the history
  7. Added support for iOS.

    proneon267 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    943612d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7b864fe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    88c56b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    156bc9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa4714e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

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

Commits on Sep 11, 2023

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

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    9fabc3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b23209 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0427a8f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

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

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    7f7468d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    429568b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3440221 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc8a29c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6fd5e3c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44bade9 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    8604faa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84234e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eaeaf5d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Configuration menu
    Copy the full SHA
    ea28017 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    894a89c View commit details
    Browse the repository at this point in the history
  3. Miscellaneous Fixes

    proneon267 committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    cb2e541 View commit details
    Browse the repository at this point in the history
  4. Added Core Tests

    proneon267 committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    f7a014b View commit details
    Browse the repository at this point in the history
  5. Miscellaneous Fixes

    proneon267 committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    0a1d093 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Configuration menu
    Copy the full SHA
    c441e77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    059ea14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81dd316 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d958394 View commit details
    Browse the repository at this point in the history
  5. Fixed cocoa implementation

    proneon267 authored and proneon267 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    d94a69a View commit details
    Browse the repository at this point in the history
  6. Empty commit for CI

    proneon267 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    8c364a1 View commit details
    Browse the repository at this point in the history
  7. Miscellaneous Fixes

    proneon267 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    c0405c3 View commit details
    Browse the repository at this point in the history
  8. Fixed iOS implementation

    proneon267 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    927b3d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Miscellaneous Fixes

    proneon267 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    869da6a View commit details
    Browse the repository at this point in the history
  2. Miscellaneous Fixes

    proneon267 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    2423548 View commit details
    Browse the repository at this point in the history
  3. Update changes/2009.feature.rst

    Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
    proneon267 and freakboy3742 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    9fd0e0e View commit details
    Browse the repository at this point in the history
  4. Miscellaneous Fixes

    proneon267 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    77b8822 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89f095d View commit details
    Browse the repository at this point in the history
  6. Miscellaneous Fixes

    proneon267 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    69f90d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

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

Commits on Dec 10, 2023

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

Commits on Dec 17, 2023

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

Commits on Dec 19, 2023

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

Commits on Dec 22, 2023

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

Commits on Jan 13, 2024

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

Commits on Jan 14, 2024

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

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    5cf9bbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfe62fa View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

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

Commits on Jan 25, 2024

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

Commits on Feb 3, 2024

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

Commits on Feb 9, 2024

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