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

Bug/fill handle in frozen headers #25

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

Commits on May 31, 2022

  1. Add Drag and drop of rows and columns

    * Add initial header drag preview implementation
    
    * Add drag column preview
    
    * Rename inner preview widgets
    
    * REname dropHeaderAtPosition
    
    * Add lines preview
    
    * Change mouse curson when hover a selected header
    
    * Reorder preview clean up
    
    * Fix preview using the latest selection
    
    * Render drag preview independet of selections
    
    * Fix selection tap initiating header drag
    
    * Set header index as a range
    
    * Add is header selected method to selection controller
    
    * Move action dispatch to methods
    
    * Fix preview with frozen panes
    
    * Set drop action to move the selection around
    
    * Add header cancel drag intent
    
    * Move dragging property to its own state class
    
    * Rename reorder preview to header drag and drop
    
    * Blocks a drop action within the header range
    
    * Add header drag state test
    
    * Move header drag and drop actions to its own files
    
    * Add intent docs
    
    * Add drag n drop preview theme
    
    * Add docs
    
    * Fix format
    
    * Add a configuration to swayze scope
    
    * Fix test
    
    * Fix const warning
    
    * Fix typos
    
    * Fix some selections no being dragged properly
    
    * Add a brief doc on why we use basic cursor for drag
    
    * Fix header drag and drop with frozen panes
    
    * Move drag state to its own class
    
    * Add end boundary drop test
    
    * Add header gesture detector tests
    
    * Fix dragging overlaping selections
    
    * Set a single action mock
    
    * Typo
    
    * Move drag and drop style to its own class
    
    * Fix comment
    victorbotamedi authored May 31, 2022
    Configuration menu
    Copy the full SHA
    9b434c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

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

Commits on Jun 7, 2022

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

Commits on Jun 8, 2022

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

Commits on Jun 13, 2022

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

Commits on Jun 23, 2022

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

Commits on Jul 7, 2022

  1. improv: add swayze example

    canastro committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    9d9095a View commit details
    Browse the repository at this point in the history
  2. rename

    canastro committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    d921b9d View commit details
    Browse the repository at this point in the history
  3. delete metadata

    canastro committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    6e3d0ef View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

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

Commits on Dec 28, 2023

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