Commit Graph

1112 Commits

Author SHA1 Message Date
Alexandre Bury
f1e107e3cf (cargo-release) start next development iteration 0.9.3-alpha.0 2018-10-18 13:57:05 -07:00
Alexandre Bury
e9f927eb40 (cargo-release) version 0.9.2 2018-10-18 13:56:38 -07:00
Alexandre Bury
66872cea17 Update changelog for 0.9.2 2018-10-18 13:55:53 -07:00
Alexandre Bury
9b3b16f64d Fix important_size for SelectView and ListView 2018-10-18 13:36:17 -07:00
Alexandre Bury
861b5fbd1d
Merge pull request #295 from agavrilov/master
Do not compile signal_hook on Windows
2018-10-18 09:51:21 -07:00
Alexander Gavrilov
a5e9f890d0 Do not compile signal_hook on Windows 2018-10-18 07:52:38 -07:00
Alexandre Bury
44ddfc7abf Update Cursive::find_id doc comment
Mention SelectView and the need to get the type right.
2018-10-04 16:41:14 -07:00
Alexandre Bury
48d0aea92e
Merge pull request #288 from jacobbudin/issue-216
Add title to views::Panel
2018-10-02 12:06:54 -07:00
Jacob Budin
38fdcc7bf8 Simplify Panel::wrap_needs_relayout 2018-10-02 14:20:14 -04:00
Jacob Budin
8d3be52927 Add title to views::Panel 2018-10-02 12:02:10 -04:00
Alexandre Bury
3d81ad92ec SelectView: make autojump opt-in 2018-09-27 16:01:37 -07:00
Alexandre Bury
333392e034 Add immut! macros 2018-09-24 14:28:23 -07:00
Alexandre Bury
44d9cd5552 Remove enumset version pin 2018-09-17 09:55:00 -07:00
Alexandre Bury
a9e15e77a2 (cargo-release) start next development iteration 0.9.2-alpha.0 2018-09-16 23:54:08 -07:00
Alexandre Bury
96f649e5f2 (cargo-release) version 0.9.1 2018-09-16 23:53:35 -07:00
Alexandre Bury
2624c8d9d9 Pin version of enumset to 0.3.10
0.3.11 does not compile
2018-09-14 14:04:12 -07:00
Alexandre Bury
52fe208ed4 Update changelog 2018-09-14 12:58:50 -07:00
Alexandre Bury
ebf7e2b2ca Fix warning 2018-09-14 12:50:46 -07:00
Alexandre Bury
810dc6a591 Fix desperate LinearLayout 2018-09-12 16:13:41 -07:00
Alexandre Bury
be977c705f Add Cursive::on_event 2018-09-05 08:55:29 -07:00
Alexandre Bury
b21224cf1c Add EventResult::and 2018-09-05 08:51:34 -07:00
Alexandre Bury
b607be40d4 Update owning_ref 2018-09-04 13:44:18 -07:00
Alexandre Bury
760cf11d92 Invalidate cache on mutable child access 2018-08-26 12:25:22 -07:00
Alexandre Bury
8f6b37db00
Merge pull request #283 from Ben-Alderson/master
Fix crash when removing the final child from LinearLayout when that child has focus
2018-08-26 12:21:38 -07:00
Ben-Alderson
fe93b945fd Fix crash when removing a child from LinearLayout when final child has focus 2018-08-26 14:58:23 -04:00
Alexandre Bury
92f919978c Rustfmt 2018-08-22 13:33:29 -07:00
Alexandre Bury
2f0f632e22 Fix possible panic in scrollview with full-height bar 2018-08-20 14:47:10 -07:00
Alexandre Bury
2167ba68a1 Fix panic with empty content in ScrollView 2018-08-20 13:34:47 -07:00
Alexandre Bury
acc1405c2a Fix size cache in ScrollView 2018-08-20 13:30:42 -07:00
Alexandre Bury
682fadeb1c
Fix pop_layer button in tutorial_3.md 2018-08-19 08:38:33 -07:00
Alexandre Bury
5a6c84a55e Use With trait for chainable variant 2018-08-08 10:25:25 -07:00
Henry
528e986fc3 Modified ProgressBar to allow for customization of bar's color. (#279)
Added `color` component to `ProgressBar`.
Modified `ProgressBar::new` to default to `highlight` color.
Modified existing methods to use `color` component when printing.
Added relevant methods to change `color` component.
2018-08-08 10:23:15 -07:00
Alexandre Bury
56d7646086 Lose menubar focus after leaf action 2018-08-05 18:17:56 -07:00
Alexandre Bury
8eb7ca871f
Merge pull request #275 from vlttnv/master
Fix broken example in readme to use Cursive::default()
2018-08-01 15:28:51 -07:00
Valentin Tunev
3ba4afd742 Use default instead of ncurses 2018-08-01 22:54:51 +03:00
Valentin Tunev
86a023f9f2 Fix broken example in readme to use ncurses 2018-08-01 22:13:41 +03:00
Alexandre Bury
6557714b46 Remove non-goals from Readme
It's confusing and rather dated.
2018-07-27 12:06:59 -07:00
Alexandre Bury
9b4d0a5010 Update version in Readme 2018-07-25 22:28:48 -07:00
Alexandre Bury
c419e006aa Update changelog 2018-07-25 22:28:18 -07:00
Alexandre Bury
b740a2c0df (cargo-release) start next development iteration 0.9.1-alpha.0 2018-07-25 21:44:49 -07:00
Alexandre Bury
052bf9127d (cargo-release) version 0.9.0 2018-07-25 21:44:18 -07:00
Alexandre Bury
687833f579 Remove unused import 2018-07-25 21:43:04 -07:00
Alexandre Bury
12d5e260f0 Fix ScrollView layout size 2018-07-25 20:58:22 -07:00
Alexandre Bury
28bb7af6af Add Callback::from_fn_mut
Cursive::add_global_callback now takes a FnMut
2018-07-25 15:05:18 -07:00
Alexandre Bury
b2d800c798 Fix panic with empty LinearLayout 2018-07-25 09:12:27 -07:00
Alexandre Bury
62807f84fb Fix ScrollView layout size 2018-07-24 23:32:36 -07:00
Alexandre Bury
61543d99b3 Fix event priority in ScrollView 2018-07-24 23:09:09 -07:00
Alexandre Bury
09fcbf225e Fix underflow in ScrollView 2018-07-24 22:53:56 -07:00
Alexandre Bury
c49d18034d Fix focus cycle on dialogs without buttons 2018-07-24 22:37:52 -07:00
Alexandre Bury
e63e1e4916
Merge pull request #272 from robbystk/tutorial-1-typos
Fix a few typos in tutorial 1
2018-07-24 21:38:33 -07:00