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

Split Panes #693

Merged
merged 45 commits into from
Oct 4, 2016
Merged

Split Panes #693

merged 45 commits into from
Oct 4, 2016

Commits on Sep 5, 2016

  1. Configuration menu
    Copy the full SHA
    1a28d2a View commit details
    Browse the repository at this point in the history
  2. split panes: create initial implementation

    This allows users to split their Hyperterm terms into
    multiple nested splits, both vertical and horizontal.
    
    Fixes vercel#56
    ekmartin committed Sep 5, 2016
    Configuration menu
    Copy the full SHA
    02c3f60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67669b0 View commit details
    Browse the repository at this point in the history
  4. split panes: ensure new splits are placed at the correct index

    New split panes should be placed after the currently active
    pane, not at the end like they were previously.
    ekmartin committed Sep 5, 2016
    Configuration menu
    Copy the full SHA
    beb2037 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72fb7d7 View commit details
    Browse the repository at this point in the history
  6. split panes: implement split pane cycling

    This adds menu buttons for moving back and forward between
    open split panes in the currect terminal tab.
    Doesn't add a hotkey yet, needs some bikeshedding.
    ekmartin committed Sep 5, 2016
    Configuration menu
    Copy the full SHA
    3af3dd9 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2016

  1. split panes: move activeSessionUid to its own object

    It made little sense to have so many objects with `activeSessionUid`
    set to `null` when it only mattered on the top level.
    Now it's an object mapping term-group `uid` to `sessionUid` instead.
    ekmartin committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    4ec7892 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2016

  1. Configuration menu
    Copy the full SHA
    f2e10ca View commit details
    Browse the repository at this point in the history
  2. split panes: fix a crash after closing specific panes

    Sometimes the terminal would crash when a specific
    split pane was closed, because the `activeSessions`
    mapping wasn't updated correctly.
    ekmartin committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    eb0d7b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2beb9ba View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2016

  1. Configuration menu
    Copy the full SHA
    60f0e6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c74c664 View commit details
    Browse the repository at this point in the history
  3. get rid of react warning

    rauchg committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    2b18af8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a431504 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ec526b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2016

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

Commits on Oct 2, 2016

  1. Configuration menu
    Copy the full SHA
    2ae9e3a View commit details
    Browse the repository at this point in the history
  2. goodbye react-split-pane

    rauchg committed Oct 2, 2016
    Configuration menu
    Copy the full SHA
    080c394 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b0e598 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f95a548 View commit details
    Browse the repository at this point in the history
  5. term-group: add resizing hook

    rauchg committed Oct 2, 2016
    Configuration menu
    Copy the full SHA
    519a0f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7591901 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    86906ab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4a6fdf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    77257b3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cd0b51b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eb22454 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cd4100e View commit details
    Browse the repository at this point in the history
  13. split-pane: remove console.log

    rauchg authored and ekmartin committed Oct 2, 2016
    Configuration menu
    Copy the full SHA
    cc59137 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c0c6a21 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2016

  1. Configuration menu
    Copy the full SHA
    86dbb5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    856baa0 View commit details
    Browse the repository at this point in the history
  3. split panes: remove unused action

    ekmartin authored and rauchg committed Oct 3, 2016
    Configuration menu
    Copy the full SHA
    ffff36f View commit details
    Browse the repository at this point in the history
  4. split panes: remove unused styling

    ekmartin authored and rauchg committed Oct 3, 2016
    Configuration menu
    Copy the full SHA
    4c79c90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93a9d45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d26e9c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    860624c View commit details
    Browse the repository at this point in the history
  8. css :|

    rauchg committed Oct 3, 2016
    Configuration menu
    Copy the full SHA
    620f8ca View commit details
    Browse the repository at this point in the history
  9. package: bump electron

    rauchg committed Oct 3, 2016
    Configuration menu
    Copy the full SHA
    9939645 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    07df51d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e0a8581 View commit details
    Browse the repository at this point in the history
  12. 1.4.1 and 1.4.2 are broken. they have the following regression:

    - open google.com on the main window
    - open a new tab
    - come back to previous tab. webview is gone :|
    rauchg authored and ekmartin committed Oct 3, 2016
    Configuration menu
    Copy the full SHA
    5191cf2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b2ca957 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2016

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