Commit Graph

  • fe6ddb90f1 Introduce the EnableMouseCapture and DisableMouseCapture commands (#296) Canop 2019-10-29 19:47:22 +0100
  • 3ab5b170aa
    Terminal remove Deprecated Api (#293) Timon 2019-10-29 09:14:47 +0100
  • ea7130a419 Refactor the Style Module (#291) ebroto 2019-10-27 21:07:09 +0100
  • 0479d68f50
    Removed old Cursor Api (#289) Timon 2019-10-27 14:33:47 +0100
  • 1587d10dc8 Add missing lifetimes (#282) Canop 2019-10-23 15:02:20 +0200
  • dc78b67008 Make KeyEvent implement Copy (#281) Canop 2019-10-23 13:22:01 +0200
  • 2815833a83 Merge sub crates back into crossterm (#280) Zrzka 2019-10-22 16:33:38 +0200
  • c3c2652b91
    Release 0.12 (#277) Zrzka 2019-10-21 20:45:52 +0200
  • 88adec788c
    Merge pull request #279 from bbqsrc/patch-1 Zrzka 2019-10-20 22:49:15 +0200
  • f13ee8f0d5
    Fix typo Brendan Molloy 2019-10-20 22:38:40 +0200
  • 5904a2a106
    Make the job name shorter Robert Vojta 2019-10-18 23:09:12 +0200
  • e4ed8d0ff9
    Test packaging on stable Robert Vojta 2019-10-18 23:06:35 +0200
  • cd2b598cb0
    Fail if Rust can't be installed Robert Vojta 2019-10-18 23:06:23 +0200
  • 39fc90ad9e
    Include toolchain in the job name Robert Vojta 2019-10-18 23:06:02 +0200
  • d2e5fca7a1
    Fix indentation Robert Vojta 2019-10-18 22:49:30 +0200
  • 072857ed67
    Retest GitHub actions Robert Vojta 2019-10-18 22:48:35 +0200
  • 1f9ead9d51 Add missing re-exports (#275) Zrzka 2019-10-17 22:38:01 +0200
  • edd9189234
    Exported ResetColor command (#274) Timon 2019-10-15 20:45:47 +0200
  • bed198a1cc
    Merge pull request #270 from crossterm-rs/zrzka/book-removal Zrzka 2019-10-02 12:20:06 +0200
  • 196ba589d6
    Remove the crossterm book Robert Vojta 2019-10-02 11:52:27 +0200
  • 5a32fb3f78
    Merge pull request #269 from crossterm-rs/zrzka/docs-update Zrzka 2019-10-02 11:18:40 +0200
  • e335a65a40
    Update API docs Robert Vojta 2019-10-02 09:37:49 +0200
  • beb05b4b1e
    Add deprecation warning to the book Robert Vojta 2019-10-02 09:24:52 +0200
  • f7e4c6a783
    Capitalize headings Robert Vojta 2019-10-02 09:22:13 +0200
  • 85bedf8eb5
    Update changelog Robert Vojta 2019-10-02 09:17:33 +0200
  • fe05e548c2
    Update contribution guidelines Robert Vojta 2019-10-02 09:17:25 +0200
  • bb42c52f81
    Build PRs and master branch only Robert Vojta 2019-10-02 09:14:40 +0200
  • d209074b0f
    Update README Robert Vojta 2019-10-02 08:49:01 +0200
  • 53045bef0b
    Merge pull request #266 from Detegr/fix-typo Zrzka 2019-10-01 09:10:02 +0200
  • a422d463f3 Fix an URL to example file Antti Keränen 2019-10-01 09:54:40 +0300
  • 231ed85952 Update contribution guide (#259) Zrzka 2019-09-28 18:47:49 +0200
  • 675c8f5e10 Sub-crates separatation (#251) Zrzka 2019-09-25 16:09:16 +0200
  • e600eabaed
    0.11.0 Timon 2019-09-24 19:45:59 +0200
  • 4e1fe5a625 Gate crossterm_winapi with cfg(windows) (#244) Zrzka 2019-09-23 20:40:14 +0200
  • 3b444d077f
    Fixed setting/getting terminal off-by-one dimensions windows (#242) Timon 2019-09-21 14:22:12 +0200
  • 5216ecbdec API Cleanup - part 3 (#240) Zrzka 2019-09-20 23:50:53 +0200
  • 60cd12710a Add '\r' back for the KeyEvent::Enter (#239) Zrzka 2019-09-20 19:19:40 +0200
  • 4952cb33d9 API Cleanup - part 2 (#238) Zrzka 2019-09-19 17:39:14 +0200
  • 06c791714a Drop implementations cleanup (#237) Zrzka 2019-09-19 13:42:39 +0200
  • 41de9a63a1 API Cleanup - part 1 (#235) Zrzka 2019-09-19 13:12:16 +0200
  • 7d47354307 Add KeyEvent::Enter (#236) Ange Picard 2019-09-19 13:03:50 +0200
  • 91d07275ad Improved snake example (#231) Zrzka 2019-09-18 19:31:49 +0200
  • 05d28b4c5a io::Result to crossterm::Result (#232) Zrzka 2019-09-18 19:31:12 +0200
  • e5ed617a7b Command API improvements: don’t ignore errors, don’t require reassigning stdout back to itself (#226) Anders Kaseorg 2019-09-18 06:29:02 -0700
  • 1b307c2010 Update Contribution guide (#228) Zrzka 2019-09-17 20:40:50 +0200
  • 24b9d6f455 ITerminalCursor::pos() - sync platforms behaviour (#227) Zrzka 2019-09-17 17:55:30 +0200
  • 38a22537d9
    Examples cleanup (#225) Timon 2019-09-17 10:50:39 +0200
  • 77b61d1f6f Wildcard import cleanup (#224) Zrzka 2019-09-16 18:15:56 +0200
  • 5494525d89 2018 edition (#222) Zrzka 2019-09-16 13:34:08 +0200
  • 7cda56bc9a Execute all tests on CI + warnings/errors cleanup (#216) Zrzka 2019-09-15 20:42:12 +0200
  • be05974b70 Return written bytes (#212) Zrzka 2019-09-14 16:42:42 +0200
  • 6c320b1c16 docstring, import, 2018 style (#211) Zrzka 2019-09-14 10:34:24 +0200
  • 10af72ba2a test/docstrings fixes (#207) Zrzka 2019-09-14 10:33:20 +0200
  • 2d4c1eec4d namespace reformat, 2018 style, warnings (#210) Zrzka 2019-09-13 23:33:04 +0200
  • fa4654ac80 namespace reformat, 2018 style, warnings (#209) Zrzka 2019-09-13 23:29:56 +0200
  • 43aa1c222e namespace reformat and 2018 style (#208) Zrzka 2019-09-13 23:27:19 +0200
  • ea8a367c11
    Added badge Timon 2019-09-12 21:39:39 +0200
  • 6a33566aa6
    Github Workflow (#206) Timon 2019-09-12 21:33:33 +0200
  • 1de4555ec7 Fix command_bar example warnings (#204) Zrzka 2019-09-12 12:33:37 +0200
  • b1daeccab0 Examples cleanup (#196) Zrzka 2019-09-05 16:14:33 +0200
  • 68346699e1 Warnings cleanup (#198) Zrzka 2019-09-05 16:13:23 +0200
  • ec44719d2c Fix example by adding RawScreen to use declaration (#193) runbmp 2019-08-16 10:52:42 -0600
  • 78dc8c704c Add Debug derive to ObjectStyle (#192) Alek Ratzloff 2019-08-14 12:36:24 -0400
  • ac9c9af490 Add optional derives for Serialize and Deserialize for public enums (#190) arnej 2019-08-10 10:16:53 +0200
  • 6148a8f984
    Specified versions (#189) Timon 2019-08-02 19:05:16 +0200
  • 1729fbb41f Update minimum crossterm_utils to 0.2.4 (#185) Igor Gnatenko 2019-08-02 18:45:04 +0200
  • 0de76f2162 semantic version correction Timon_Post 2019-07-26 14:27:18 +0200
  • 6d3f23b3b3 0.10.0 Timon_Post 2019-07-25 20:31:45 +0200
  • 723626fa17
    Some fixes (#183) Timon 2019-07-25 19:57:14 +0200
  • 8223cc9e4a Run tests on travis (#180) Andrey Kutejko 2019-07-25 17:46:55 +0200
  • 762c3a9b8e
    Input cleanup (#182) Timon 2019-07-25 15:57:05 +0200
  • 1a60924abd
    Command API experiment (#175) Timon 2019-07-24 20:10:27 +0200
  • 7260da18e1 General Improvements (#177) Andrey Kutejko 2019-07-16 19:07:55 +0200
  • d689d7e8ed Terminal size to 1-based (#170) (#176) Nathaniel Braun 2019-07-09 19:54:45 +0300
  • 44d180cb46 Terminal size to 1-based (#170) Odin Dutton 2019-07-06 13:33:37 +0200
  • ae5a210ac9 Grammer Fix (#174) 0xflotus 2019-07-06 13:32:18 +0200
  • b709c8b62a Update README crate version suggestion (#172) Luke I. Wilson 2019-07-01 07:39:54 -0500
  • 59796130fa Implement Hash for input event types (#157) Luke I. Wilson 2019-06-22 15:12:43 -0500
  • 0f1e275216 Refactoring Unix routines for terminal info (#154) svartalf 2019-06-21 19:11:50 +0300
  • e1b8da03ba Documentation fixes (#156) Caleb Bassi 2019-06-21 09:10:46 -0700
  • 2b36dbf9d9 Fixing alternate screen initialization for ANSI-supporting Windows terminals (#153) svartalf 2019-06-16 19:43:18 +0300
  • cdb393ef71 0.9.6 Timon_Post 2019-06-15 21:51:53 +0200
  • 216105aa06 Get Cursor UNIX improvement (#152) sigmaSd 2019-06-15 09:44:52 +0100
  • b95bf9901f Fix misspelling (#151) Songtronix 2019-06-12 18:25:09 +0200
  • c3b7c31727
    Added used by header Timon 2019-06-08 11:28:32 +0200
  • 859914a9ee copy for KeyEvent (#148) scauligi 2019-06-06 09:01:40 -0700
  • 943d73458f Add Ctrl/Shift + Arrow support (#147) sigmaSd 2019-06-03 08:32:33 +0100
  • 4fca41d6c5 0.9.5 Timon_Post 2019-05-20 18:56:23 +0200
  • 68792ca103 Merge branch 'master' of https://github.com/TimonPost/crossterm Timon_Post 2019-05-20 18:39:05 +0200
  • 57c609eaac Prefetching buffer size for Windows console reads. (#144) svartalf 2019-05-19 22:36:18 +0300
  • f156fdfd1e winapi -> 0.1.3 Timon_Post 2019-05-17 19:45:30 +0200
  • 8c52b6b313 0.9.4 Timon_Post 2019-05-15 18:15:38 +0200
  • d929805f1f version update Timon_Post 2019-05-15 17:54:21 +0200
  • 1453629939 Updated book addr Timon_Post 2019-05-15 17:53:55 +0200
  • 539ac12447
    Removed redundant stdout lock Timon 2019-05-15 17:04:32 +0200
  • a7f33e018f a Timon_Post 2019-05-15 17:03:16 +0200
  • 472614be37 docs Timon_Post 2019-05-15 17:01:22 +0200
  • 4a0d748baa a Timon_Post 2019-05-10 20:05:53 +0200
  • 83b4a27ca3
    Update README.md Timon 2019-05-04 21:19:44 +0200
  • 98446c1b36
    Added Normal Intensity Attribute Timon 2019-05-04 14:56:56 +0200