Commit Graph

17 Commits

Author SHA1 Message Date
arnej
ac9c9af490 Add optional derives for Serialize and Deserialize for public enums (#190) 2019-08-10 10:16:53 +02:00
Timon
6148a8f984
Specified versions (#189) 2019-08-02 19:05:16 +02:00
Igor Gnatenko
1729fbb41f Update minimum crossterm_utils to 0.2.4 (#185) 2019-08-02 18:45:04 +02:00
Timon_Post
0de76f2162 semantic version correction 2019-07-26 14:27:18 +02:00
Timon_Post
6d3f23b3b3 0.10.0 2019-07-25 20:31:45 +02:00
Timon
762c3a9b8e
Input cleanup (#182)
- Removed input parsing WinAPI
2019-07-25 15:57:05 +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
Timon_Post
4fca41d6c5 0.9.5 2019-05-20 18:56:23 +02:00
Timon_Post
8c52b6b313 0.9.4 2019-05-15 18:15:38 +02:00
Timon_Post
4a0d748baa a 2019-05-10 20:05:53 +02:00
Timon Post
2773c354d3 Update 2019-04-11 17:37:06 +02:00
Timon Post
5e84a6a578 toml update 2019-04-11 00:08:09 +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
6f1aa220c6 Reverted some version number 2019-04-02 22:23:38 +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
c37a480f78
Improved Styling (#92) 2019-02-22 15:20:24 +01:00
Timon
ad74f6b524
Introduced: Crossterm Workspace and feature flags. (#84)
* Introduced: crossterm workspace, feature flags.
2019-01-27 21:16:14 +01:00