Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Tabs implementation #2051

Merged
merged 3 commits into from
Oct 24, 2019
Merged

Tabs implementation #2051

merged 3 commits into from
Oct 24, 2019

Commits on Oct 24, 2019

  1. Tabs implementation (#1963)

    Merging and opening issues for the above after talking to @MortimerGoro 
    
    * Tabs implementation
    
    * Refactor session restore code. Fix nits.
    
    * Rename isComposited method
    
    * Fix potential NullPointerException crash when focus changed after a the TabWidget is released without hiding it before
    
    * Update session last use when changing active windows
    
    * Correctly sync tabs after closing
    
    * Close the TabsWidget when the active window changes.
    MortimerGoro committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    4a2b78a View commit details
    Browse the repository at this point in the history
  2. Tabs polish (#2028)

    * Tabs UI polish
    
    * Set correct tab title for contend feed
    
    * Correctly handle onNewSession (e.g window.open())
    
    * Fix onDestroy crash
    
    * Implement BitmapCache for tab snapshots
    
    * Use a single instance of TabWidget. Improve dismiss detection.
    
    * Add open new tab notificaion and context menu action.
    
    * Dispatch BitmapCache callbacks on the Main Thread. Scale bitmaps before saving them to disk.
    
    * Tab UI polish
    
    * Get rid of max window error alert. Update tabs tray dialog
    MortimerGoro committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    0a61462 View commit details
    Browse the repository at this point in the history
  3. Fix rebase issue

    MortimerGoro committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    636f560 View commit details
    Browse the repository at this point in the history