Alexandre Bury
|
60bddf7e8d
|
Better input support in termion backend
Still many key combinations unsupported.
|
2016-10-24 11:16:56 -07:00 |
|
Alexandre Bury
|
965b32bd9b
|
Bring colors to termion backend
Currently require termion fork for color storage support.
|
2016-10-21 17:18:26 -07:00 |
|
Craig M. Brandenburg
|
df0d93ae74
|
Documentation spell fix
|
2016-10-15 06:24:24 -07:00 |
|
nabijaczleweli
|
4c9c4b5568
|
Move back-end selection to backend::Concrete instead of ::B
|
2016-10-10 10:34:33 +02:00 |
|
Alexandre Bury
|
3b3f403f7a
|
Apply rustfmt
|
2016-10-02 15:22:29 -07:00 |
|
Alexandre Bury
|
fa2ad3261b
|
Make Backend methods not static anymore
|
2016-09-24 16:51:42 -07:00 |
|
Alexandre Bury
|
f7a3d821d1
|
Actually use Theme::{shadow,borders} when drawing
Also add the 8 light base colors
|
2016-08-04 17:27:04 -07:00 |
|
Alexandre Bury
|
db09930fe2
|
Fix clippy warning
|
2016-08-04 09:58:13 -07:00 |
|
Alexandre Bury
|
9db3c87851
|
Add Cursive::set_theme method
Allow setting a theme without having to load a toml file.
|
2016-08-04 00:11:16 -07:00 |
|
Alexandre Bury
|
75c365451f
|
Add initial TextArea
|
2016-08-02 00:32:16 -07:00 |
|
Alexandre Bury
|
fb10e58188
|
Move LinesIterator to utils module
|
2016-07-28 23:05:33 -07:00 |
|
Alexandre Bury
|
7283e7f3af
|
Rustfmt
|
2016-07-25 13:39:10 -07:00 |
|
Alexandre Bury
|
10e072c140
|
Allow loading themes from content.
Made `load_theme` thake a `&str` and Added `load_theme_file`.
|
2016-07-24 16:56:22 -07:00 |
|
Alexandre Bury
|
bd5c45ac0e
|
Fix clippy warnings
|
2016-07-14 22:32:43 -07:00 |
|
Alexandre Bury
|
309c471a63
|
Add #![deny(missing_docs)]
And fill the appropriate missing ones
|
2016-07-11 20:26:33 -07:00 |
|
Alexandre Bury
|
c07e8b6aee
|
Rustfmt
|
2016-07-10 19:11:21 -07:00 |
|
Alexandre Bury
|
4b095a0652
|
Apply rustfmt
|
2016-07-09 19:05:51 -07:00 |
|
Alexandre Bury
|
1b1d7166a1
|
Replace SizeRequest with simple Vec2
We may go back to an enum though, to handle text views in LinearLayouts.
But the previous Fixed/AtMost/Unknown distinction was useless.
|
2016-07-02 00:47:38 -07:00 |
|
Alexandre Bury
|
985009e51c
|
More ncurses isolation
Also some renaming in the theme module
|
2016-06-30 23:38:01 -07:00 |
|
Alexandre Bury
|
5751a293e5
|
Push most ncurses-specific code into separate trait
Prepare backend change.
Still not isolated is the color setup in `theme`.
|
2016-06-29 17:37:51 -07:00 |
|
Alexandre Bury
|
d02c30ae9f
|
Fix clippy warnings
|
2016-06-27 22:40:11 -07:00 |
|
Alexandre Bury
|
80b219f34a
|
Apply rustfmt
|
2016-06-27 22:10:59 -07:00 |
|
Alexandre Bury
|
58bd274df0
|
Update Readme & run rustfmt
|
2016-06-25 16:39:05 -07:00 |
|
Alexandre Bury
|
07c3c99e54
|
Update for new ncurses version
|
2016-03-15 15:39:08 -07:00 |
|
Alexandre Bury
|
6e4d00127b
|
Fix theme fallback
Now themes correctly use fallback values on TTY
|
2015-06-05 21:35:42 -07:00 |
|
Alexandre Bury
|
e5cb687990
|
Refactor themes and colors
And adds a theme example.
TODO: Shadow & Borders support
|
2015-06-05 18:26:40 -07:00 |
|