Commit Graph

  • d684a5bc1e Remove prelude module Alexandre Bury 2016-09-28 22:45:27 -0700
  • 51e955808c Add skeptic tests Alexandre Bury 2016-09-28 15:22:21 -0700
  • 7e9609826c Fix clippy warnings Alexandre Bury 2016-09-28 15:07:02 -0700
  • f4f2759df2 Make SelectView::on_submit callback take a Borrow<T> Alexandre Bury 2016-09-28 15:06:16 -0700
  • aae9368961 Update Readme.md Alexandre Bury 2016-09-27 11:08:29 -0700
  • 076e8d47e9 Add "wide" feature to ncurses Alexandre Bury 2016-09-26 13:24:28 -0700
  • 53a5bf19f3 Slider example: initialize title Alexandre Bury 2016-09-25 08:44:51 -0700
  • af803a4587 Add debuggin mention to doc Alexandre Bury 2016-09-24 17:19:09 -0700
  • b53e2a42bd Use better type for new_default macro Alexandre Bury 2016-09-24 17:06:33 -0700
  • 0401b3ab53 Use better type for wrap_impl! macro Alexandre Bury 2016-09-24 16:56:42 -0700
  • fa2ad3261b Make Backend methods not static anymore Alexandre Bury 2016-09-24 16:51:42 -0700
  • 2e06dd70cb Apply rustfmt Alexandre Bury 2016-09-22 22:10:14 -0700
  • d29f80869d Don't inline doc in prelude Alexandre Bury 2016-09-22 22:04:55 -0700
  • 829dd77deb Add &Backend to Printer struct Alexandre Bury 2016-09-22 22:00:58 -0700
  • 05a862d98b Remove unused import in test module Alexandre Bury 2016-09-21 16:44:47 -0700
  • 840f03e7c3 Don't include dependency docs Alexandre Bury 2016-09-21 14:57:38 -0700
  • a5135a7aff Better documentation for view::Finder Alexandre Bury 2016-09-21 14:57:03 -0700
  • f879305d7f Adds SelectView::is_empty Alexandre Bury 2016-09-21 11:57:38 -0700
  • a064400b6f Add unsafe block around ncurses::stdscr Alexandre Bury 2016-09-21 11:57:19 -0700
  • 93980a7d0c Rename View::find -> View::find_any Alexandre Bury 2016-09-21 11:33:44 -0700
  • 7d16f70d67 Add some tests to view::position Alexandre Bury 2016-09-20 18:32:31 -0700
  • e3ac2a0482 Added some size tests to BoxView Alexandre Bury 2016-09-20 11:48:17 -0700
  • 6598ea5cfd Remove clippy results from Readme Alexandre Bury 2016-09-20 11:26:58 -0700
  • 08d1c1e5b0 Use an associated type in ViewWrapper Alexandre Bury 2016-09-19 17:11:00 -0700
  • 3813f7c446 Fix input compatibility table in Readme Alexandre Bury 2016-09-16 10:17:23 -0700
  • 6771653512 Fix typo in Readme Alexandre Bury 2016-09-16 10:16:33 -0700
  • f56efcd7b3 Update Readme.md Alexandre Bury 2016-09-16 10:15:59 -0700
  • 4628bb537e Bump version to 0.2.6 0.2.6 Alexandre Bury 2016-09-05 15:36:37 -0700
  • 3701c85ffd Add clear methods to SelectView and ListView Alexandre Bury 2016-09-05 15:33:52 -0700
  • ce6975a8f7 Add missing link to EditView doc Alexandre Bury 2016-09-03 00:03:18 -0700
  • 53402a0063 Add link wrap_impl! doc Alexandre Bury 2016-09-01 11:56:11 -0700
  • 24511ae5f1 Accept Into<String> in EditView::set_content Alexandre Bury 2016-09-01 11:49:47 -0700
  • d51772f714 EditView: move cursor on content change Alexandre Bury 2016-09-01 11:37:03 -0700
  • 53178a2d6d Bump version to 0.2.5 0.2.5 Alexandre Bury 2016-09-01 11:29:15 -0700
  • 9142c545f7 Fix crash when removing the first item in a SelectView Alexandre Bury 2016-09-01 11:28:30 -0700
  • f9f8fb0c75 Add feedback message in Readme Alexandre Bury 2016-09-01 11:26:06 -0700
  • 0364f577b2 Add EditView::set_cursor Alexandre Bury 2016-09-01 11:10:12 -0700
  • 67ba15045f Add links to next tutorial Alexandre Bury 2016-09-01 08:22:40 -0700
  • 7a4e99a5de Bump version to 0.2.4 0.2.4 Alexandre Bury 2016-09-01 00:22:21 -0700
  • de1ca0c880 Update toml to 0.2 Alexandre Bury 2016-09-01 00:22:04 -0700
  • 3719b28e43 Add tutorial screenshot Alexandre Bury 2016-08-31 18:22:33 -0700
  • a37790a0ed Fix tutorial image Alexandre Bury 2016-08-31 18:21:28 -0700
  • 653ebb08c4 Add 3rd tutorial Alexandre Bury 2016-08-31 18:18:52 -0700
  • 77abb5729e Add DummyView to prelude Alexandre Bury 2016-08-31 17:19:22 -0700
  • 6dd81faa57 Fix offset in SelectView::remove_item Alexandre Bury 2016-08-31 17:14:37 -0700
  • eca389ed97 Bump version to 0.2.3 0.2.3 Alexandre Bury 2016-08-31 17:07:16 -0700
  • 484f81861a Replace SelectView::focus with selected_id Alexandre Bury 2016-08-31 17:05:58 -0700
  • 16dea393c9 Bump version to 0.2.2 0.2.2 Alexandre Bury 2016-08-31 17:01:47 -0700
  • 0e08d7d058 Add remove_item to SelectView Alexandre Bury 2016-08-31 17:00:48 -0700
  • 2afe9787c2 Add second tutorial Alexandre Bury 2016-08-20 01:22:07 -0700
  • 789c65c1b3 Add missing use to tutorial Alexandre Bury 2016-08-15 18:40:51 -0700
  • 5d86c5e1f2 Remove % line in the tutorial Alexandre Bury 2016-08-15 17:38:37 -0700
  • 8ed1ee6639 Add links to documentation in tutorial Alexandre Bury 2016-08-15 17:36:04 -0700
  • 635657e3d1 Fix tutorial image link Alexandre Bury 2016-08-15 17:27:39 -0700
  • 207e7e0b52 Add first tutorial Alexandre Bury 2016-08-15 17:26:44 -0700
  • ce6992a8c5 Add SliderView Alexandre Bury 2016-08-13 01:03:40 -0700
  • 921e4a451e Add outset border functions to Printer Alexandre Bury 2016-08-05 10:49:16 -0700
  • 215e88ae3e Use Dialog instead of Panel in progress example Alexandre Bury 2016-08-05 10:48:23 -0700
  • 6fd47f443e Bump version to 0.2.1 0.2.1 Alexandre Bury 2016-08-04 20:04:04 -0700
  • e79cc61e08 Remove FullView Alexandre Bury 2016-08-04 20:03:48 -0700
  • 8a09702f66 Bump version to 0.2.0 0.2.0 Alexandre Bury 2016-08-04 19:54:29 -0700
  • 2ee5c6f4e9 Don't run the print_box example Alexandre Bury 2016-08-04 18:01:46 -0700
  • cadb585948 Fix Printer::print_box documentation Alexandre Bury 2016-08-04 17:38:26 -0700
  • f7a3d821d1 Actually use Theme::{shadow,borders} when drawing Alexandre Bury 2016-08-04 17:27:04 -0700
  • db09930fe2 Fix clippy warning Alexandre Bury 2016-08-04 09:58:13 -0700
  • 9db3c87851 Add Cursive::set_theme method Alexandre Bury 2016-08-04 00:11:16 -0700
  • 1052c0b74c Remove EditView::min_length Alexandre Bury 2016-08-03 21:58:00 -0700
  • b38995b906 Refactor BoxView Alexandre Bury 2016-08-03 21:55:41 -0700
  • a25d744ff6 Update crate description. Alexandre Bury 2016-08-03 10:47:13 -0700
  • 6827d2ed59 Update scrollbase on any row computation Alexandre Bury 2016-08-03 00:01:18 -0700
  • 095367166b TextArea: starts with no rows. Alexandre Bury 2016-08-02 23:33:07 -0700
  • d3d86a2f45 Fix clippy warning Alexandre Bury 2016-08-02 23:26:59 -0700
  • fab05b8b9f Fix layout bugs in TextArea Alexandre Bury 2016-08-02 23:24:47 -0700
  • 5d124e452e TextArea: cache layout computations Alexandre Bury 2016-08-02 21:48:12 -0700
  • e4bc129f4b Smarter TextArea row computation Alexandre Bury 2016-08-02 21:09:01 -0700
  • bd78418083 Add scrollbar_padding to ScrollBase Alexandre Bury 2016-08-02 00:49:59 -0700
  • 93ceb17c21 Rename scrollbar_padding -> scrollbar_offset in ScrollBase Alexandre Bury 2016-08-02 00:36:27 -0700
  • 75c365451f Add initial TextArea Alexandre Bury 2016-08-02 00:32:16 -0700
  • ede5c616f6 Update EditView doc Alexandre Bury 2016-07-31 17:53:00 -0700
  • 3410150ed5 Fix clippy warning Alexandre Bury 2016-07-31 11:29:55 -0700
  • 191cfcecfd Fix typo Alexandre Bury 2016-07-30 15:58:52 -0700
  • be7f2184e9 Unify prefix_length and suffix_length signatures Alexandre Bury 2016-07-30 15:52:25 -0700
  • d12622b56a Fix examples and tests Alexandre Bury 2016-07-30 13:30:56 -0700
  • 40f9a91a7a Replace some &str -> S: Into<String> Alexandre Bury 2016-07-30 12:58:25 -0700
  • ca6e16311f Add secret mode to EditView Alexandre Bury 2016-07-30 12:26:41 -0700
  • 3726df46b7 Add on_submit to EditView Alexandre Bury 2016-07-30 02:34:47 -0700
  • 42a377d92b SelectView: add methods to add items from iterators Alexandre Bury 2016-07-30 01:52:34 -0700
  • 1165e70e15 Add on_select to SelectView Alexandre Bury 2016-07-30 01:27:34 -0700
  • 2e05a0825a Add on_edit callback to EditView Alexandre Bury 2016-07-30 01:18:12 -0700
  • db9df3dfc9 Add deconstruct method to ProgressReader Alexandre Bury 2016-07-29 23:51:41 -0700
  • 6e247efc1c Add ProgressReader to the utils module Alexandre Bury 2016-07-29 23:48:19 -0700
  • 24e4e41a85 Move DummyView to views module Alexandre Bury 2016-07-29 23:36:40 -0700
  • fb10e58188 Move LinesIterator to utils module Alexandre Bury 2016-07-28 23:05:08 -0700
  • e77512653d Added clippy badge to Readme Alexandre Bury 2016-07-28 22:38:44 -0700
  • f87d0e7c5b Move views to new views module Alexandre Bury 2016-07-28 16:36:01 -0700
  • 51a1a19f92 Fix progressbar doc Alexandre Bury 2016-07-28 00:29:11 -0700
  • 2597c9a566 Add a center() convenient method to TextView Alexandre Bury 2016-07-27 23:58:57 -0700
  • 261d2aac48 Remove Ticker alias Alexandre Bury 2016-07-27 23:54:49 -0700
  • 5ce1094931 Better progress bar example Alexandre Bury 2016-07-27 23:51:54 -0700
  • c689a3ba7e Add non-chainable add_child to LinearLayout Alexandre Bury 2016-07-27 23:51:41 -0700