Commit Graph

115 Commits

Author SHA1 Message Date
Ömer Sinan Ağacan
b2ff6d3b56 Fix examples link in README (#306) 2019-11-03 13:10:55 +01:00
Timon
5898769d9d
0.13 prep (#305) 2019-11-02 19:26:25 +01:00
Timon
b0b184ad59
Update README.md 2019-11-01 18:20:18 +01:00
Timon
f2a4df20db
Cleanup Some Mess for next Release (#304) 2019-11-01 18:09:05 +01:00
ebroto
ea7130a419 Refactor the Style Module (#291) 2019-10-27 21:07:09 +01:00
Zrzka
2815833a83 Merge sub crates back into crossterm (#280) 2019-10-22 16:33:38 +02:00
Brendan Molloy
f13ee8f0d5
Fix typo 2019-10-20 22:38:40 +02:00
Robert Vojta
d209074b0f
Update README
Signed-off-by: Robert Vojta <rvojta@me.com>
2019-10-02 09:06:47 +02:00
Antti Keränen
a422d463f3 Fix an URL to example file 2019-10-01 09:54:40 +03:00
Zrzka
675c8f5e10 Sub-crates separatation (#251) 2019-09-25 16:09:16 +02:00
Timon
e600eabaed
0.11.0 2019-09-24 19:45:59 +02:00
Zrzka
5216ecbdec API Cleanup - part 3 (#240) 2019-09-20 23:50:53 +02:00
Timon
ea8a367c11
Added badge 2019-09-12 21:39:39 +02:00
Timon_Post
0de76f2162 semantic version correction 2019-07-26 14:27:18 +02:00
Timon
723626fa17
Some fixes (#183) 2019-07-25 19:57:14 +02:00
Timon
1a60924abd
Command API experiment (#175)
- Command API to introduce easier usability, better performance, and more control over to which buffer to write, and when to flush the buffer to the terminal.
2019-07-24 20:10:27 +02:00
0xflotus
ae5a210ac9 Grammer Fix (#174) 2019-07-06 13:32:18 +02:00
Luke I. Wilson
b709c8b62a Update README crate version suggestion (#172) 2019-07-01 14:39:54 +02:00
Caleb Bassi
e1b8da03ba Documentation fixes (#156) 2019-06-21 18:10:46 +02:00
Timon
c3b7c31727
Added used by header 2019-06-08 11:28:32 +02:00
Timon_Post
d929805f1f version update 2019-05-15 17:54:21 +02:00
Timon_Post
1453629939 Updated book addr 2019-05-15 17:53:55 +02:00
Timon
83b4a27ca3
Update README.md 2019-05-04 21:19:44 +02:00
Rob Donnelly
d31d712a38 Fix table of contents (#133) 2019-05-02 21:47:39 +02:00
Timon Post
f34975e356 README.md 2019-04-17 16:28:14 +02:00
Willi Ballenthin
41f68bda25 Update Wording (#116) 2019-04-11 20:36:41 +02:00
Timon Post
2773c354d3 Update 2019-04-11 17:37:06 +02:00
Timon
1e332daaed
Refactor and API stabilization (#115)
- Major refactor and cleanup.
- Improved performance; 
    - No locking when writing to stdout. 
    - UNIX doesn't have any dynamic dispatch anymore. 
    - Windows has improved the way to check if ANSI modes are enabled.
    - Removed lot's of complex API calls: `from_screen`, `from_output`
    - Removed `Arc<TerminalOutput>` from all internal Api's. 
- Removed termios dependency for UNIX systems.
- Upgraded deps.
- Removed about 1000 lines of code
    - `TerminalOutput` 
    - `Screen`
    - unsafe code
    - Some duplicated code introduced by a previous refactor.
- Raw modes UNIX systems improved     
- Added `NoItalic` attribute
2019-04-10 23:46:30 +02:00
Timon Post
805ec959c1 Updated README 2019-04-02 23:17:13 +02:00
Dave Ho
780c1d1d6e Adds support for mouse and keyboard events.
Added support and expansion for:
- Keyboard Input
- Mouse Input
2019-04-02 21:38:34 +02:00
Timon
828a270f09
Update README.md 2019-03-24 14:25:51 +01:00
Timon
b8e75da40a
Update crossterm_style to 0.2 (#107) 2019-03-21 16:00:30 +01:00
Timon
c37a480f78
Improved Styling (#92) 2019-02-22 15:20:24 +01:00
Timon Post
3d92f62be4 6.0 release 2019-01-27 21:54:50 +01:00
Timon
ad74f6b524
Introduced: Crossterm Workspace and feature flags. (#84)
* Introduced: crossterm workspace, feature flags.
2019-01-27 21:16:14 +01:00
Temirkhan Myrzamadi
5e9d883143 README.md Fix (#83) 2019-01-26 10:08:50 +01:00
Timon Post
2cd56af252 5.4 release commit 2019-01-08 07:23:16 -08:00
Timon Post
f70baa5987 fixed wrong version nummber and crucial bug 2019-01-03 11:54:03 -08:00
Timon Post
336ecfe804 Fixed version number in README.MD 2019-01-03 08:49:52 -08:00
Timon Post
33bcad4d23 Release 5.2 2019-01-03 08:39:00 -08:00
Timon
a0464a041d
Docs, cargo, last updates before release (#71)
* Docs, cargo, last updates before release
2019-01-02 07:53:47 -08:00
Danny Fritz
46e429cafc Simple typo fix "mudule" -> "module" (#58) 2018-12-11 21:49:50 +01:00
Timon
b9f59f2566
Update README.md 2018-12-11 13:54:15 +01:00
Timon
3a2545d3ce
Update README.md 2018-11-25 15:44:06 +01:00
Timon
7fa6fce684
Update README.md 2018-11-25 15:29:27 +01:00
Timon
ee782cc7a6
RGB and ANSI color for windows 10 suppport. (#51) 2018-11-25 05:46:08 -08:00
Timon
4d2fba2c0d
Doc updates and MdBook (#50)
* Updated readme and docs, and created an MdBook
2018-11-25 14:17:11 +01:00
Timon
4f92c0c24f
Update README.md 2018-09-22 23:05:18 +02:00
TimonPost
850c2156d3 readme file edits 2018-09-22 22:55:30 +02:00
Timon
13e68b4ed0
Update README.md 2018-08-29 22:17:31 +02:00