Commit Graph

  • 26ea559479 Fix clippy warnings Alexandre Bury 2019-04-17 11:47:01 -0700
  • 34ecb67f1b Added crossterm backend. (#335) Timon 2019-04-17 20:36:32 +0200
  • ea9d215fa3 Fix markdown tests Alexandre Bury 2019-04-15 15:50:52 -0700
  • ac28309b3b Use cfg-if for to define Cursive::default() Alexandre Bury 2019-04-15 15:17:21 -0700
  • 51c6450688 Rustfmt Alexandre Bury 2019-04-11 17:08:55 -0700
  • 158bc65c33 Add direct downcast methods to AnyView Alexandre Bury 2019-04-08 17:44:36 -0700
  • 070508f0cf Cursive::step() now returns true if something interesting happened. (#332) Arnav Singh 2019-03-30 11:24:47 -0700
  • 88037717e6 Add a sort method to SelectView, to easily sort all contained items lexicographically by their label. (#329) Chris Vest 2019-03-30 18:22:08 +0100
  • ebfeef06d9 Update changelog Alexandre Bury 2019-03-28 17:39:12 -0700
  • 8ce3a667f7 Add Cursive::set_fps Alexandre Bury 2019-03-28 17:31:13 -0700
  • 3099588f16 Fix spans tests Alexandre Bury 2019-03-20 17:08:03 -0700
  • 038294339d Fix clippy warning Alexandre Bury 2019-03-20 17:05:18 -0700
  • aeb0d88987 Skip width computation in print_styled Alexandre Bury 2019-03-20 16:57:48 -0700
  • c9dc371223 Add width field to Span and IndexedSpan Alexandre Bury 2019-03-20 16:48:48 -0700
  • 57f9b05d64 Bump version to 0.11.1 0.11.1 Alexandre Bury 2019-03-16 16:26:22 -0700
  • 19ad7b6cc3 Use hashbrown::HashMap Alexandre Bury 2019-03-16 16:16:30 -0700
  • 3a0b49088b Add manual scroll methods to scroll::Core Alexandre Bury 2019-03-12 15:42:32 -0700
  • ea7b5dbae2 Add Backend::print_at_rep and make Printer::print_hline use it. (#326) Chris Vest 2019-03-12 23:03:00 +0100
  • 4b5a7867e3 Refactor scroll::Core mechanism. Alexandre Bury 2019-03-12 14:28:35 -0700
  • e5ef01c90f
    Merge pull request #327 from chrisvest/avoid-grapheme-iteration Alexandre Bury 2019-03-12 13:55:49 -0700
  • 561b83dbc9 Avoid iterating graphemes unless we have to. Chris Vest 2019-03-12 21:30:46 +0100
  • af566dd57f
    Merge pull request #325 from chrisvest/faster-with_color-ncurses Alexandre Bury 2019-03-12 09:36:02 -0700
  • 0dfa337ba4 Use a single hashmap lookup to determine if a color has been resolved, and to what, instead of two lookups. Chris Vest 2019-03-12 09:54:48 +0100
  • b2a0fa18ff Disable dead code lint for unstable module Alexandre Bury 2019-03-11 11:52:58 -0700
  • 0ec1a77849 Bump version to 0.11.0 0.11.0 stable Alexandre Bury 2019-03-11 00:04:45 -0700
  • 91a78f402b Hide view::scroll behind unstable_scroll feature Alexandre Bury 2019-03-11 00:03:54 -0700
  • 12ad66badd Migrate MenuPopup to new scrollbase Alexandre Bury 2019-03-08 13:57:05 -0800
  • ae0e9216ce Add new ScrollBase Alexandre Bury 2019-03-07 22:33:09 -0800
  • bc7972d539 Reorganize scroll module files Alexandre Bury 2019-03-07 19:06:23 -0800
  • 6f28569dae Move logic from ScrollView to ScrollCore Alexandre Bury 2019-03-04 16:51:22 -0800
  • ef4448efe2
    Merge pull request #322 from yaymukund/fix-docs-typo Alexandre Bury 2019-03-04 12:48:55 -0800
  • e839bb8274 Add Printer::{shrinked,cropped}_centered Alexandre Bury 2019-03-04 12:34:50 -0800
  • bfbdf5c26b
    Fix a typo in text-view.rs (content -> view) mukund 2019-03-04 12:10:35 -0800
  • 5d51ccb9ad Mention tui-rs in Readme Alexandre Bury 2019-03-04 11:12:51 -0800
  • ff64c7191b Update CHANGELOG.md Alexandre Bury 2019-03-04 10:34:47 -0800
  • 242a3c68a7 Fix clippy warnings Alexandre Bury 2019-03-04 10:31:36 -0800
  • ed7fca5b54 Updated CHANGELOG.md with dedicated breaking changes section Alexandre Bury 2019-03-03 19:41:27 -0800
  • 9cd4f21963 Check $TERM on pancurses as well Alexandre Bury 2019-03-03 19:31:13 -0800
  • f765e9ac07 Cursive::ncurses & cie now return io::Result<Self> Alexandre Bury 2019-03-03 19:24:39 -0800
  • dcee6da16a ncurses: panic with error message if $TERM is unset Alexandre Bury 2019-03-03 18:24:04 -0800
  • 4f34e97f27 Add user-data Alexandre Bury 2019-03-03 18:06:50 -0800
  • 8562654553 Update CHANGELOG.md Alexandre Bury 2019-03-03 17:45:48 -0800
  • bcf5840c52 Add LinearLayout::{insert_child, swap_children, set_weight} Alexandre Bury 2019-03-03 10:51:34 -0800
  • 786ad83413
    Merge pull request #321 from chrisvest/panel-title-space Alexandre Bury 2019-03-03 10:40:44 -0800
  • 7564a5d1db Reduce the title drawing cut-off point by 2 characters. Chris Vest 2019-03-03 10:37:50 +0100
  • 40adcffbf5 Revert "use ... as _" to stay compatible with rust 1.31 Alexandre Bury 2019-03-01 09:29:48 -0800
  • b83ab6f2d3 Enable raw mode for pancurses Alexandre Bury 2019-02-28 16:22:48 -0800
  • 53ebf90c0c Enable raw mode for ncurses Alexandre Bury 2019-02-28 16:20:07 -0800
  • 0efba6bff6 Update CHANGELOG.md Alexandre Bury 2019-02-28 16:07:44 -0800
  • 06b02e4665 Remove "extern crate" and rustfmt Alexandre Bury 2019-02-28 16:04:14 -0800
  • e096dc9740 Run cargo fix --edition-idioms Alexandre Bury 2019-02-28 15:55:02 -0800
  • e51be07e5d Update to Rust 2018 Alexandre Bury 2019-02-28 15:54:12 -0800
  • 88d2fb1f46 Simplifies backend input Alexandre Bury 2019-02-27 17:07:55 -0800
  • 9bcbda4e7b Update Cursive::new example to compile on windows Alexandre Bury 2019-02-24 18:39:17 -0800
  • 9bad00144b Update ncurses to 5.99.0 Alexandre Bury 2019-02-24 17:31:58 -0800
  • 0fbb1c9cdd Do not run Cursive::new test Alexandre Bury 2019-02-22 16:14:07 -0800
  • 8fe9a1d54e Better documentation for Cursive Alexandre Bury 2019-02-22 15:30:22 -0800
  • d7e57fd280 Rename toggle_debug_view -> toggle_debug_console Alexandre Bury 2019-02-22 15:02:15 -0800
  • 3a7e10cffe Update debug view Alexandre Bury 2019-02-22 13:55:07 -0800
  • 8b3f5a8de7 Add CursiveLogger and DebugView Alexandre Bury 2019-02-22 12:38:16 -0800
  • 4852d25f51 Fix doc for Finder::call_on Alexandre Bury 2019-02-22 10:26:56 -0800
  • 28ce8ca8bd Rename Finder::find_id -> Finder::call_on_id and add proper find_id Alexandre Bury 2019-02-21 11:16:04 -0800
  • 027038db6f Add StackView::remove_layer Alexandre Bury 2019-02-12 17:24:34 -0800
  • 6171930649 Update enum-map dependency Alexandre Bury 2019-01-30 14:54:01 -0800
  • ec8f7c93e8 Wrap each layer in a CircularFocus Alexandre Bury 2019-01-24 11:57:30 -0800
  • 3e1eefd2db Add CircularFocus view Alexandre Bury 2019-01-24 11:47:22 -0800
  • 4ac418393a
    Merge pull request #311 from HenryTheCat/patch-1 Alexandre Bury 2019-01-20 10:25:17 -0800
  • 0f4985c4d2
    Bump bear-lib-terminal version Henry 2019-01-19 18:04:39 +0100
  • 1534e5fdf6
    Merge pull request #304 from danielakhterov/feature/hide_scrollbars Alexandre Bury 2019-01-01 12:05:37 +0100
  • 1862b94c56 Hide Scrollbars Daniel Akhterov 2018-12-30 14:49:23 -0800
  • 2ab81ae6c9 Add HideableView::is_visible Alexandre Bury 2018-12-20 13:39:49 -0800
  • 514751ff8a Replace try! with ? Alexandre Bury 2018-12-17 14:02:29 -0800
  • 0ff96c5ea9 Update version in Readme Alexandre Bury 2018-12-01 10:02:32 -0800
  • 196c4072ce (cargo-release) start next development iteration 0.10.1-alpha.0 Alexandre Bury 2018-11-30 16:58:43 -0800
  • 2e3b830b49 (cargo-release) version 0.10.0 0.10.0 Alexandre Bury 2018-11-30 16:58:14 -0800
  • 79e23bb70e Update dependencies Alexandre Bury 2018-11-30 16:55:47 -0800
  • a6d9b46bf3
    Merge pull request #299 from agavrilov/radiogroup_callback Alexandre Bury 2018-11-30 15:46:23 -0800
  • fcfca86a36 Add chainable variant of on_change Alexander Gavrilov 2018-11-30 15:44:56 -0800
  • 8ea55a69a0 Add on_change callback Alexander Gavrilov 2018-11-30 14:34:17 -0800
  • 6b278495d5 Use StyledString in SelectView Alexandre Bury 2018-11-30 13:19:08 -0800
  • 612c7d9ea7 Bump version for next release Alexandre Bury 2018-11-19 10:25:07 -0800
  • 7a58970163 Add PaddedView Alexandre Bury 2018-11-18 20:05:31 -0800
  • 8e016a7f0a Update doc and changelog Alexandre Bury 2018-11-09 14:33:43 -0800
  • 9f11d3b715 Update changelog Alexandre Bury 2018-11-09 14:27:30 -0800
  • edeb7a8c13 Add EnableableView Alexandre Bury 2018-11-09 14:19:37 -0800
  • 193f098ee0 Add Printer::enabled Alexandre Bury 2018-11-09 14:08:43 -0800
  • d266f9a637 Update changelog Alexandre Bury 2018-11-09 12:47:58 -0800
  • 99dc97a092 Fix EventTrigger::none Alexandre Bury 2018-11-09 11:27:46 -0800
  • b60c69ca63 Fix example and add doc tests Alexandre Bury 2018-11-09 10:54:57 -0800
  • d9d34b4350 Add EventTrigger, refactor OnEventView Alexandre Bury 2018-11-09 10:40:06 -0800
  • 3f4719c148 Fix typo in doc Alexandre Bury 2018-11-08 12:05:18 -0800
  • e82f0a077d Added doc & examples to utilities types Alexandre Bury 2018-11-07 17:13:04 -0800
  • 02c2680eaa Do not infer WheelDown on non-legacy ncurses backends Alexandre Bury 2018-11-05 15:19:00 -0800
  • e111f982b9 Update for latest bear-lib-terminal Alexandre Bury 2018-11-05 11:03:52 -0800
  • 005d505cc4 Enable wheel down detection on ubuntu Alexandre Bury 2018-11-05 10:59:55 -0800
  • 4f3299bf9f Update ncurses backend Alexandre Bury 2018-11-05 10:41:15 -0800
  • 9430fec91b Prepare for next ncurses release Alexandre Bury 2018-11-02 10:06:53 -0700
  • 3b81305b16 Update ncurses backend to use mouse_v1 Alexandre Bury 2018-11-01 14:37:21 -0700
  • b0a86ceb61 Rephrase doc Alexandre Bury 2018-10-22 19:30:05 -0700
  • f1e107e3cf (cargo-release) start next development iteration 0.9.3-alpha.0 Alexandre Bury 2018-10-18 13:57:05 -0700