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

Text Selection for text_input widget #202

Merged
merged 28 commits into from
Mar 25, 2020
Merged

Text Selection for text_input widget #202

merged 28 commits into from
Mar 25, 2020

Commits on Feb 22, 2020

  1. Configuration menu
    Copy the full SHA
    b2344a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33ca29f View commit details
    Browse the repository at this point in the history
  3. double click for word selection

    3 clicks to select all
    FabianLars committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    f72b1f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2020

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

Commits on Feb 24, 2020

  1. Configuration menu
    Copy the full SHA
    190dcef View commit details
    Browse the repository at this point in the history
  2. moved cursor into own file

    moved click tracking as a new State struct to input::mouse
    made cursor field of text_input state private
    brought back cursor type(Index, Selection) representation with a state enum
    cleaned out some stuff (but not enough/all)
    TODO: Documentation (sigh)
    TODO: Editor struct
    TODO: some (hopefully) small improvements here and there
    FabianLars committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    c6c8cab View commit details
    Browse the repository at this point in the history
  3. double click fixed

    FabianLars committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    c47e30e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

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

Commits on Feb 26, 2020

  1. really small cleanup

    FabianLars committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    1ad8388 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

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

Commits on Mar 13, 2020

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

Commits on Mar 14, 2020

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

Commits on Mar 24, 2020

  1. Configuration menu
    Copy the full SHA
    7cb1452 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e77fa17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    763f64b View commit details
    Browse the repository at this point in the history
  4. Improve text_input::cursor API

    hecrj committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    6b89dd7 View commit details
    Browse the repository at this point in the history
  5. Move Value to its own module

    hecrj committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    28382a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c47a40 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    735d9f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    857d65c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6791c0b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5e6970b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d6914d7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b30ddf9 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Configuration menu
    Copy the full SHA
    30f0234 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb32326 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc10ca5 View commit details
    Browse the repository at this point in the history