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

Pane grid widget #224

Merged
merged 56 commits into from
Mar 20, 2020
Merged

Pane grid widget #224

merged 56 commits into from
Mar 20, 2020

Commits on Mar 4, 2020

  1. Configuration menu
    Copy the full SHA
    012b4ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6926d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7f32d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58adfcd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc310f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Configuration menu
    Copy the full SHA
    85ee2fc View commit details
    Browse the repository at this point in the history
  2. Implement Subscription::with

    hecrj committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    a6531c8 View commit details
    Browse the repository at this point in the history
  3. Implement panes::State::close

    hecrj committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    15fad17 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Rename Panes widget to PaneGrid

    hecrj committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    6151c52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4fbca5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e0e50a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed7c327 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb070b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f11397c View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Configuration menu
    Copy the full SHA
    df6e3f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f09b4bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d8d420 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Configuration menu
    Copy the full SHA
    c2ced4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29bf51d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b12d70 View commit details
    Browse the repository at this point in the history
  4. Draft PaneGrid::focus_adjacent

    hecrj committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    b9f184f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26b9541 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. Remove pane_grid example for now

    It's too contrived. I will work on something simpler.
    hecrj committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    858c086 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e8585e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2459648 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4605650 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c8ec45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00c2b55 View commit details
    Browse the repository at this point in the history
  7. Rename Split to Axis

    hecrj committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    a79603e View commit details
    Browse the repository at this point in the history
  8. Remove PaneGrid::split_* helpers

    We can use the `split` method directly instead.
    hecrj committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    b55746b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    db441a6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f08cb4a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eb5e225 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ec334bd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a373682 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Configuration menu
    Copy the full SHA
    c7583f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21a4095 View commit details
    Browse the repository at this point in the history
  3. Add simple pane_grid example

    hecrj committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    56ba621 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a280dcd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f9cf6c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1cd1582 View commit details
    Browse the repository at this point in the history
  7. Move common keyboard types to iced_core

    Also expose them in `iced` through `iced_native` and `iced_web`.
    hecrj committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    05beb87 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Configuration menu
    Copy the full SHA
    20b142e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8a035d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36abf74 View commit details
    Browse the repository at this point in the history
  4. Update README of examples

    hecrj committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    eba2ded View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50b02d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    a820b8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd74c4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb898fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4202757 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Configuration menu
    Copy the full SHA
    18f016c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31aaf20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33f33ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfc2b55 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb744a3 View commit details
    Browse the repository at this point in the history