Commit Graph

  • e9dd6b06e0
    Fix duplicate character bug when deleting chars in long strings Christian Rocha 2020-06-20 23:30:19 -0400
  • 7cef3a6f59
    Document comments Christian Rocha 2020-06-20 13:59:13 -0400
  • 1cdc2045c7
    Fix a potential out of bounds panic Christian Rocha 2020-06-19 19:46:51 -0400
  • cc480dd2f3
    Comments Christian Rocha 2020-06-19 19:02:14 -0400
  • 0c1781fbb3
    Clamp scroll percentage Christian Rocha 2020-06-19 15:03:41 -0400
  • 5255143e87
    Rework high performance half-view up/down Christian Rocha 2020-06-19 13:23:14 -0400
  • 1629afe087
    Rework high-performance pgup/pgdown Christian Rocha 2020-06-19 12:20:35 -0400
  • da3150ded7
    Rework high performance line-up/line-down Christian Rocha 2020-06-19 11:50:54 -0400
  • b82cf5071d
    Send newlines instead of cursor-downs in performance viewport Christian Rocha 2020-06-18 18:31:30 -0400
  • d095a6554c
    Retire the internal viewport renderer Christian Rocha 2020-06-18 18:25:57 -0400
  • 34ac608122
    Correct slice bounding Christian Rocha 2020-06-18 16:29:05 -0400
  • 09ae5da7c3
    Don't get/set size in viewport; that should happen in the parent Christian Rocha 2020-06-18 14:14:21 -0400
  • 5572542e2e
    Add command to sync initial high performance view Christian Rocha 2020-06-18 13:41:23 -0400
  • 3688351ddf
    Viewport now can use Bubble Tea high performance scroll renderer (ish) Christian Rocha 2020-06-17 20:55:49 -0400
  • d9c03fc0b0
    Add cursor positioning functions to viewport renderder Christian Rocha 2020-06-16 16:10:34 -0400
  • 3321ac12a9
    Renderer comments Christian Rocha 2020-06-16 14:34:46 -0400
  • 0eaea5cc5d
    Use as much terminal movement from termenv as we can Christian Rocha 2020-06-16 14:32:00 -0400
  • 0243dff9d3
    Remove irrelevant (and erroneous) width settings in viewport renderer Christian Rocha 2020-06-16 14:28:01 -0400
  • 68ec6c7ffc
    Integrate viewport navigation controls with new renderer Christian Rocha 2020-06-15 21:19:15 -0400
  • f332bf2cc2
    Simplify the render's write() method and it now takes a slice of lines Christian Rocha 2020-06-15 18:32:18 -0400
  • 0b19d41e0a
    Broad (working) pass at viewport renderer Christian Rocha 2020-06-15 17:50:13 -0400
  • 786ec557d4
    Bumb Bubble Tea dependency Christian Rocha 2020-06-15 12:02:14 -0400
  • d3192a3e70
    Update text input viewport scrolling to handle unicode characters v0.2.0 Christian Rocha 2020-06-11 20:43:32 -0400
  • 74cc86fce5
    Use a slice of runes as the underlying textinput value Christian Rocha 2020-06-11 18:31:17 -0400
  • 72fd4e3e3e
    Update to latest Bubble Tea renderer + bump termenv v0.1.0 Christian Rocha 2020-06-08 13:06:38 -0400
  • 12b2758d50
    Fix panic in paginator when setting total items to zero Christian Rocha 2020-06-02 18:48:00 -0400
  • 87c7cd778f
    Rename to Bubbles + copy over components from Bubble Tea + remove examples Christian Rocha 2020-05-25 19:57:58 -0400
  • a72bf9128d
    Update spinner to use proper tea.Tick subscription Christian Rocha 2020-05-11 17:33:28 -0400
  • 5179df1982
    Bump dependencies Christian Rocha 2020-05-11 17:21:14 -0400
  • da64445a0e
    Update subs for Tea v0.2.1. That is to say, remove the their arguments. Christian Rocha 2020-05-04 18:54:26 -0400
  • 6c2e144255
    Bump termenv with fix for redraws on mosh, konsole Christian Rocha 2020-04-30 19:30:41 -0400
  • 7ef18ab69e
    Fix a bug where text inputs with no char limit couldn't take input Christian Rocha 2020-04-23 12:10:53 -0400
  • bf2d13df66
    Rename input to textinput + DefaultModel is now NewModel Christian Rocha 2020-04-23 12:06:08 -0400
  • a2ae308e68
    Bump Tea dependency to v0.2.0 Christian Rocha 2020-04-23 12:04:45 -0400
  • 5d987f7933
    Remove redundant type declaration Christian Rocha 2020-04-22 14:29:30 -0400
  • d964fbe3d7
    Updates for Tea v0.2.0 Christian Rocha 2020-04-22 14:28:22 -0400
  • 64c8cd27ae
    Fix typo in 'placeholder' Christian Muehlhaeuser 2020-04-17 20:38:28 +0200
  • ec0559f2d5
    Simplify code Christian Muehlhaeuser 2020-04-17 20:38:11 +0200
  • 5dd3605496
    Helper function for navigating sets + comments Christian Rocha 2020-04-09 22:18:31 -0400
  • fc64be59d6
    Export pagination helpers Christian Rocha 2020-04-09 19:32:56 -0400
  • 363c2522f2
    Helper function for paginating slices Christian Rocha 2020-04-09 18:21:17 -0400
  • 2953608151
    Arabic pager by default, no RTL for now Christian Rocha 2020-04-09 16:53:01 -0400
  • 821de006ee
    Add more keybinding options to pager Christian Rocha 2020-04-09 16:47:12 -0400
  • b931aeaf0f
    Blind pass at paginator Christian Rocha 2020-04-09 15:43:55 -0400
  • ea5161af98
    Add an optional character limit to text inputs Christian Rocha 2020-04-01 20:51:09 -0400
  • 7ddc284804
    Bump termenv to v0.5.0 Christian Rocha 2020-03-31 11:19:12 -0400
  • eea5c2a32a
    Add color settings to spinner Christian Rocha 2020-03-27 14:10:09 -0400
  • c9aefb2448
    Bump termenv dependency Christian Rocha 2020-03-27 12:06:51 -0400
  • 9225516bf4
    Just set the color profile on the package level Christian Rocha 2020-02-24 22:57:48 -0500
  • f4a59f7bc3
    Text color setting on input element Christian Rocha 2020-02-24 22:43:52 -0500
  • aecd5ac8e2
    Update termenv and remove nil pointer workaround Christian Rocha 2020-02-24 22:31:26 -0500
  • 05a2984fe2
    Update dependencies Christian Rocha 2020-02-20 10:24:39 -0500
  • d6a178e176
    Quick 'n dirty submit button Christian Rocha 2020-02-20 10:18:06 -0500
  • 8511766df2
    Highlight prompt in focused text field Christian Rocha 2020-02-20 10:02:09 -0500
  • 318f47a6aa
    Sort keybindings Christian Rocha 2020-02-20 09:44:58 -0500
  • 2c07ebb669
    Add a third input field in the inputs example Christian Rocha 2020-02-20 09:44:39 -0500
  • 8129727c22
    Bind to shift+tab to cycle through fields in reverse Christian Rocha 2020-02-19 18:34:36 -0500
  • a684bf4701
    Property convert single character input to strings Christian Rocha 2020-02-19 18:19:01 -0500
  • 692322b84c
    Shift+tab cycles backwards over fields Christian Rocha 2020-02-17 21:46:29 -0500
  • 577baf306d
    Remove blink state when changing focus Christian Rocha 2020-02-17 17:00:01 -0500
  • f087c8260a
    Use up/down to go between fields too Christian Rocha 2020-02-17 16:31:28 -0500
  • 943ebe42d2
    Remove nonexistant shift+tab binding Christian Rocha 2020-02-17 16:26:17 -0500
  • d2f8f9f641
    Fix replace command in the example go.mod Christian Rocha 2020-02-17 16:24:01 -0500
  • 68af03579a
    First pass at notion of input element focus + example Christian Rocha 2020-02-17 16:00:53 -0500
  • b4d35fd529
    Add a dot spinner type Christian Rocha 2020-02-10 11:51:08 -0500
  • 5c5cc7bb87
    Prototype a simple spinner Christian Rocha 2020-02-10 11:40:52 -0500
  • 68774581b7
    Cursor color option on input field Christian Rocha 2020-02-01 22:47:38 -0500
  • d012797c69
    Don't try and color placeholder text with color of "" Christian Rocha 2020-02-01 22:40:42 -0500
  • c1b503585d
    Remove duplicate placeholder code Christian Rocha 2020-02-01 22:35:21 -0500
  • 7b06eb538b
    Fix ^E binding Christian Rocha 2020-02-01 22:30:08 -0500
  • ca91eb2e79
    Add placeholder text functionality on input fields Christian Rocha 2020-02-01 22:26:35 -0500
  • c25e6266d9
    Use termenv for terminal control Christian Muehlhaeuser 2020-01-31 13:50:42 +0100
  • 23f5f33283
    Add ^U, ^B and ^F keybindings Christian Rocha 2020-01-29 22:25:39 -0500
  • 127afac006
    Add ^D to delete character under cursor Christian Rocha 2020-01-29 22:19:47 -0500
  • 3ac2b4881b
    Fix backspace keybinding Christian Rocha 2020-01-29 21:52:03 -0500
  • 86dbd03c1e
    Add ^K keybinding Christian Rocha 2020-01-29 21:51:52 -0500
  • 501f9cbbe1
    Add ^A and ^E keybindings Christian Rocha 2020-01-29 21:46:03 -0500
  • 48e19e3b0d
    Add README and LICENSE Christian Rocha 2020-01-27 21:29:52 -0500
  • 419df0b7a2
    Check for error in subscription and update Tea dependency Christian Rocha 2020-01-25 22:22:57 -0500
  • c83a0bee59
    Add input module from github.com/charmbracelet/tea Christian Rocha 2020-01-18 10:57:38 -0500
  • dc95a3f19b
    Initial commit. Add .gitignore Christian Rocha 2020-01-18 10:56:08 -0500