Commit Graph

  • 8ed3085772 Update crossbeam-channel to 0.4.0 Alexandre Bury 2020-01-07 14:40:00 -0800
  • 5e23c85f7a Fix clippy lints Alexandre Bury 2020-01-07 14:38:14 -0800
  • d72584718b Replace last vec::Vec2 Alexandre Bury 2020-01-06 16:01:02 -0800
  • 4c00dd3b72 Directly use crate::Vec2 Alexandre Bury 2020-01-06 15:51:38 -0800
  • cd26e40fcb Rename id to name: phase 3 Alexandre Bury 2020-01-06 15:41:51 -0800
  • 6824cc4299 Rename id to name: phase 2 Alexandre Bury 2020-01-06 15:39:30 -0800
  • ddac91373c Rename id to name: phase 1 Alexandre Bury 2020-01-06 12:10:24 -0800
  • 9aee7d374c Rename some types Alexandre Bury 2020-01-06 11:51:50 -0800
  • 237c6c8e33 Crossterm: define platform-dependant Stdout type Alexandre Bury 2020-01-06 11:25:32 -0800
  • f1fe477e6d crossterm: fix scroll up event conversion (#417) Eric Izoita 2020-01-02 20:41:19 -0600
  • 54de6ca6c0 Crossterm 0.14 (#406) Timon 2020-01-02 09:08:53 +0100
  • 8a018dbe4d Change tertiary color to white instead of grey (#408) mara 2019-12-02 17:45:09 +0100
  • e1585e176e Renaming: part 2 big_renaming Alexandre Bury 2019-11-15 11:41:05 -0800
  • c86eaa5875 Big renaming: part 1 Alexandre Bury 2019-11-06 12:26:17 -0800
  • d246d69c02 Update changelog Alexandre Bury 2019-11-04 17:02:38 -0800
  • b3f913391a Add color option to Layer Alexandre Bury 2019-11-17 00:12:04 -0800
  • bf0fb488a1 Use IntoBoxedView as bound for LinearLayout Alexandre Bury 2019-11-04 13:45:15 -0800
  • 0e4d4c5fbb Fix out-of-bounds access in MenuPopup Alexandre Bury 2019-11-03 10:40:10 -0800
  • 1b47784b2a Fix crossterm mouse event position (#403) Riey 2019-11-04 03:37:08 +0900
  • 6244d6e28c Add doc for focus and important_area Alexandre Bury 2019-10-30 09:04:45 -0700
  • 1f66ac0faa crossterm, termion: Reset bold with SGR 22 instead of 21 (#402) mara 2019-10-28 22:46:47 +0100
  • fee2768777 crossterm: Correct attribute for end of underline and reverse effect (#399) mara 2019-10-27 19:36:24 +0100
  • 0b56f423d8 crossterm: Stop mouse mode and show cursor at finish (#400) mara 2019-10-27 19:36:00 +0100
  • a708e99ba6 Add missing get_inner to EnableableView Alexandre Bury 2019-10-25 19:53:43 -0700
  • 884796fb02 Add PaddedView::get_inner(_mut) and fix clippy warnings Alexandre Bury 2019-10-25 19:46:49 -0700
  • 985e4ebf96 Make enter and tab key work again in crossterm backend (#395) mara 2019-10-25 20:22:23 +0200
  • dac0f5a67e Update changelog Alexandre Bury 2019-10-22 16:18:59 -0700
  • 92d63c71f1 Update crossterm to 0.12 Alexandre Bury 2019-10-22 14:44:45 -0700
  • f15f36cc1b Add ScrollView::scroll_to_important_area Alexandre Bury 2019-10-22 13:58:59 -0700
  • 14f2c962af Also mention send_wrapper in doc for CbSink Alexandre Bury 2019-10-14 10:04:50 -0700
  • aa74e691e1 Add LinearLayout::set_focus_index Alexandre Bury 2019-10-14 10:03:02 -0700
  • de0d76f796 Change lazy_static version specifier to 1 (#391) Danilo Bargen 2019-10-10 20:30:29 +0200
  • ea26112368 Fix log warning Alexandre Bury 2019-10-09 15:48:33 -0700
  • 6a29371076 Cursive::default fallbacks to dummy backend if nothing else is available Alexandre Bury 2019-10-09 15:38:51 -0700
  • c34aeab99a Try github actions without ncurses Alexandre Bury 2019-10-09 15:32:49 -0700
  • 4f3965846c
    Add initial github action Alexandre Bury 2019-10-09 14:53:15 -0700
  • 04d27b352a Split Cursive::step in process_events and post_events Alexandre Bury 2019-10-09 14:06:19 -0700
  • 22886859dd Make view::scroll public Alexandre Bury 2019-10-08 15:33:33 -0700
  • 5bf6f952d1 Add more examples Alexandre Bury 2019-10-07 16:14:35 -0700
  • a9cbcad4d4 Add XY::sum and XY::product Alexandre Bury 2019-10-07 08:43:03 -0700
  • d6f5c0e0fa Update crossterm to 0.11 Alexandre Bury 2019-10-04 13:16:48 -0700
  • 149beee7b4 Add examples to SelectView Alexandre Bury 2019-10-04 13:12:00 -0700
  • 7e20c6aa07 Update changelog Alexandre Bury 2019-10-04 12:28:14 -0700
  • e6b44d62df Update SelectView::item to take Into<StyledString> Alexandre Bury 2019-10-04 12:25:04 -0700
  • ae7a0090ff Allow SelectView::with_all to accept StyledString (#385) panicbit 2019-10-04 21:22:04 +0200
  • 1404226c33 Don't print "\x1B[?1002h" on windows (#384) Riey 2019-10-01 03:24:34 +0900
  • af5bd32eeb Use AHash for BLT HashSet Alexandre Bury 2019-09-20 11:31:12 -0700
  • 8dcaa3d7d5 Add links to some cool Cursive users Alexandre Bury 2019-09-20 11:05:27 -0700
  • 8be08a0879 Mention 3rd-party views from deinstapel Alexandre Bury 2019-09-20 10:59:21 -0700
  • cfcdfa7e9e Fix show_scrollbars Alexandre Bury 2019-09-19 22:45:54 -0700
  • 86c800554b Make toml an optional feature Alexandre Bury 2019-09-09 14:45:07 -0700
  • 565c64c528 Replace hashbrown with std+ahash Alexandre Bury 2019-09-09 12:51:20 -0700
  • 4623e40dab Change TitleSecondary from Yellow to Light Blue (#376) Johannes Wünsche 2019-09-08 04:48:21 +0200
  • 769ab8bf9b Replace event::AnyCb with non-boxed &dyn FnMut Alexandre Bury 2019-09-06 16:02:20 -0700
  • 1fcb9db79c Fix clippy warning in tutorial 3 (#374) Miguel Madrid Mencía 2019-09-06 19:23:44 +0200
  • 3ff9c3ce0d Bump pulldown_cmark to version 0.6.0 (#375) Marcus Klaas de Vries 2019-09-06 17:21:20 +0000
  • b3fed80939 Remove BoxView::squishable Alexandre Bury 2019-08-27 13:29:16 -0700
  • 0a81454e7d Fix BoxView Alexandre Bury 2019-08-27 13:09:13 -0700
  • e47dd87e0c BoxView Fixed, AtLeast, AtMost SizeConstraints (#368) Johannes Wünsche 2019-08-20 00:16:41 +0200
  • 618e07ff34 (cargo-release) start next development iteration 0.13.1-alpha.0 Alexandre Bury 2019-08-16 10:36:30 -0700
  • b842feef08 (cargo-release) version 0.13.0 v0.13.0 Alexandre Bury 2019-08-16 10:36:16 -0700
  • c6f40da9e1 Update changelog for 0.13.0 Alexandre Bury 2019-08-16 10:35:43 -0700
  • 63302bf01b Cleanup text_view Alexandre Bury 2019-08-16 10:15:00 -0700
  • dc10fd8c44 Fix out-of-bounds access on TextView Leonardo Lang 2019-08-01 19:53:48 -0400
  • c0004c54c0 SizeConstraint::Full now defer to requested size if larger than available Alexandre Bury 2019-07-31 21:44:14 -0700
  • 349756e514 Fix clippy lints Alexandre Bury 2019-07-30 16:29:03 -0700
  • b7d71e8381 Rustfmt Alexandre Bury 2019-07-30 16:08:05 -0700
  • 4a1fc3e49d Test backend (#310) Andrzej J. Skalski 2019-07-30 20:57:01 +0200
  • bddb1a9dde Crossterm Performance Update (#361) Timon 2019-07-30 18:48:50 +0200
  • ede8423e92 Update docs, fix minor typos, rephrase some parts of the tutorials (#364) cubetastic 2019-07-30 22:18:05 +0530
  • 7053d6a78f Update dependencies Alexandre Bury 2019-07-29 13:11:30 -0700
  • 9ca3f50bd6 Add strikethrough effect (#360) cubetastic 2019-07-30 01:29:58 +0530
  • ef60cd0a76 Add ListView::remove_child Alexandre Bury 2019-07-26 15:36:19 -0700
  • 74266edf29 replace CbFunc with Box<FnOnce()> (#351) Gergely Nagy 2019-07-05 09:16:26 +0200
  • babc038e36 Add some documentation to the view::scroll module Alexandre Bury 2019-07-02 16:50:18 -0700
  • 976cb99bdb Remove extra check (#357) Danil Berestov 2019-06-27 23:19:07 +0000
  • ad23dfe59b Add ScrollView::{inner_size, is_at_{bottom, top, left, right}} Alexandre Bury 2019-06-23 21:53:11 -0400
  • 0c8a7b2708 Rename repo name to use lowercase Alexandre Bury 2019-06-19 14:39:11 -0400
  • 874eb95690 Update changelog Alexandre Bury 2019-06-18 12:44:25 -0700
  • 269f2ab521 Add dyn to trait objects Alexandre Bury 2019-06-18 11:35:42 -0700
  • 5faf8d6c48 Improve tcp_server example a bit Alexandre Bury 2019-06-18 11:34:38 -0700
  • 7d81594c69 Fix compilation on stable Alexandre Bury 2019-06-17 14:59:52 -0700
  • c2b2c7b918 Add a TCP example to showcase model-view separation. Alexandre Bury 2019-06-17 14:49:39 -0700
  • 39e14d8c93 Add getters for current and max value in SliderView (#353) Mark LeMoine 2019-06-07 09:47:48 -0700
  • 23d65aa9dc Update examples and tutorials to Rust 2018 Alexandre Bury 2019-05-20 15:45:48 -0700
  • b2184b3a36 Fix doc typo (abd -> and) (#350) David Ross 2019-05-20 10:19:49 -0700
  • 8d6b256b1c More public fields in cursive::logger Alexandre Bury 2019-05-18 08:38:24 -0700
  • 5ee7e11619 Add warning to vpv if no input is given Alexandre Bury 2019-05-15 12:18:26 -0700
  • 859c12320f Send Event::Refresh on fps timeout Alexandre Bury 2019-05-14 09:41:13 -0700
  • 8c074ef3d7 Update Readme with latest version Alexandre Bury 2019-05-09 09:39:56 -0700
  • 5cfd0b0af2 (cargo-release) start next development iteration 0.12.0 Alexandre Bury 2019-05-09 09:37:41 -0700
  • 4120ce6172 (cargo-release) version 0.12.0 0.12.0 Alexandre Bury 2019-05-09 09:37:23 -0700
  • 00f4b27794 Update dependencies Alexandre Bury 2019-05-09 09:20:37 -0700
  • df0391aef2 [PAN] Interprete 'carriage return' as 'enter' (#342) Shixin Zeng 2019-05-08 13:07:05 -0400
  • cf86f64334 Enable horizontal scrollbar for debug console (#341) Gergely Nagy 2019-05-06 22:23:41 +0200
  • fb0d26fb4a Add Cursive::take_user_data Alexandre Bury 2019-04-24 11:48:51 -0700
  • a159753ad1 (cargo-release) start next development iteration 0.11.2 Alexandre Bury 2019-04-18 13:49:36 -0700
  • 1c73f8edff (cargo-release) version 0.11.2 0.11.2 Alexandre Bury 2019-04-18 13:49:14 -0700
  • 21a43d2b1c Update changelog Alexandre Bury 2019-04-17 12:13:52 -0700
  • e4d92cda66 Add newline at end of gitignore file Alexandre Bury 2019-04-17 12:09:37 -0700