Commit Graph

1075 Commits

Author SHA1 Message Date
Alexandre Bury
d266f9a637 Update changelog 2018-11-09 12:47:58 -08:00
Alexandre Bury
99dc97a092 Fix EventTrigger::none 2018-11-09 11:27:46 -08:00
Alexandre Bury
b60c69ca63 Fix example and add doc tests 2018-11-09 10:54:57 -08:00
Alexandre Bury
d9d34b4350 Add EventTrigger, refactor OnEventView 2018-11-09 10:40:06 -08:00
Alexandre Bury
3f4719c148 Fix typo in doc 2018-11-08 12:05:18 -08:00
Alexandre Bury
e82f0a077d Added doc & examples to utilities types 2018-11-08 11:24:48 -08:00
Alexandre Bury
02c2680eaa Do not infer WheelDown on non-legacy ncurses backends 2018-11-05 15:19:00 -08:00
Alexandre Bury
e111f982b9 Update for latest bear-lib-terminal 2018-11-05 11:03:52 -08:00
Alexandre Bury
005d505cc4 Enable wheel down detection on ubuntu 2018-11-05 10:59:55 -08:00
Alexandre Bury
4f3299bf9f Update ncurses backend 2018-11-05 10:41:15 -08:00
Alexandre Bury
9430fec91b Prepare for next ncurses release 2018-11-02 10:06:53 -07:00
Alexandre Bury
3b81305b16 Update ncurses backend to use mouse_v1 2018-11-01 14:38:14 -07:00
Alexandre Bury
b0a86ceb61 Rephrase doc 2018-10-22 19:30:09 -07:00
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