Commit Graph

  • 5d8a452b18
    Merge pull request #183 from agavrilov/FixWindowResizingInPancurses Alexandre Bury 2018-01-09 19:00:05 +0100
  • f8f23a5dda Call resize_item on Windows only Alexander Gavrilov 2018-01-09 08:24:17 -0800
  • 7469bd36be Call resize_term on KeySize Alexander Gavrilov 2018-01-09 08:01:22 -0800
  • 4383526ec0 Fix some clippy warnings Alexandre Bury 2018-01-09 15:20:07 +0100
  • f8588e74c1 Rustfmt Alexandre Bury 2018-01-09 15:17:49 +0100
  • d41f1e937d Menubar: trigger leaf nodes on mouse release Alexandre Bury 2018-01-09 14:53:55 +0100
  • d384cbdaf1 Allow menu leaves and delimiter in menubar Alexandre Bury 2018-01-09 14:37:40 +0100
  • ed94078218 Add span tests from markdown Alexandre Bury 2018-01-09 10:32:52 +0100
  • fc8d428028 Fix doc test Alexandre Bury 2018-01-09 10:10:05 +0100
  • c486d96810 Don't run doc example Alexandre Bury 2018-01-09 09:50:22 +0100
  • 203ec4ac76 Improve doc for Cursive::find_id Alexandre Bury 2018-01-09 09:26:05 +0100
  • df97279442 TextView: add manual scroll methods Alexandre Bury 2018-01-08 19:02:35 +0100
  • a2244f0ac1 Add markdown parser Alexandre Bury 2018-01-08 17:18:35 +0100
  • 15c3e77fc4 Split theme.rs into multiple files Alexandre Bury 2018-01-08 16:11:12 +0100
  • c2d2fa0527 Update Style to include a set of effects Alexandre Bury 2018-01-08 15:44:27 +0100
  • b59e480f60 Add missing imports Alexandre Bury 2018-01-08 13:14:57 +0100
  • 2735bf45fd
    Create ISSUE_TEMPLATE.md Alexandre Bury 2018-01-08 13:09:18 +0100
  • 102328084a
    Create CODE_OF_CONDUCT.md Alexandre Bury 2018-01-08 13:01:21 +0100
  • c4670e5262 More utils re-organization Alexandre Bury 2018-01-08 12:33:43 +0100
  • 7ac003c4de Re-organize utils module Alexandre Bury 2018-01-08 12:07:07 +0100
  • 943da46e82 Add SpanListIterator Alexandre Bury 2018-01-08 00:48:20 +0100
  • 1acde148be Implement From<Effect> and From<ColorStyle> for Style Alexandre Bury 2018-01-07 15:08:25 +0100
  • 67e230e246 Update dependencies Alexandre Bury 2018-01-05 14:48:17 +0100
  • aa9db30a51 Add TextView::set_effect Alexandre Bury 2018-01-05 14:14:24 +0100
  • 895557e91d Fix TextView deadlock Alexandre Bury 2018-01-05 14:17:47 +0100
  • 2d7f8295cf Add Effect::{Bold,Italic,Underline} Alexandre Bury 2018-01-05 13:57:39 +0100
  • 5af367fa18 Add missing use statements to doc example Alexandre Bury 2018-01-03 16:51:07 +0100
  • 778c1f1d71 Better doc Alexandre Bury 2018-01-03 15:36:08 +0100
  • 08a935d561 Don't run test examples when we call Cursive::new Alexandre Bury 2017-12-31 20:29:04 +0100
  • 8a05bd5421 TextView: improve documentation Alexandre Bury 2017-12-31 19:49:13 +0100
  • 65ea8eeec8 No need to clone the Arc Alexandre Bury 2017-12-31 14:14:19 +0100
  • e4cd68a4eb Rustfmt Alexandre Bury 2017-12-30 23:03:42 +0100
  • 799ec812e4 Add TextContent and TextContentRef Alexandre Bury 2017-12-30 22:55:04 +0100
  • fd08faca62
    readme: add link to "Install ncurses" wiki page Alexandre Bury 2017-12-30 21:18:06 +0100
  • ba0bc6dc56 Add link to 3rd party: hexview Alexandre Bury 2017-12-21 11:34:08 +0100
  • 8da659367d Add StackView::move_layer Alexandre Bury 2017-12-18 18:18:23 +0100
  • bd9b6a695b Return view on pop_layer Alexandre Bury 2017-12-15 08:45:14 +0100
  • 1b7170e308 StackView: store Layer<Box<V>> rather than Box<Layer<V>> Alexandre Bury 2017-12-15 08:19:18 +0100
  • fd259bf32c Mines example: add help message Alexandre Bury 2017-12-15 07:53:55 +0100
  • 9cb74c7497
    Merge pull request #169 from punkkeks/dialog_position Alexandre Bury 2017-12-12 00:20:38 -0800
  • 9ce8896bba
    updated dialog doc to reflect the default position Marcel Hellwig 2017-12-12 09:19:05 +0100
  • f8e7427f75 simplified offset calculation in dialogboxtitle Marcel Hellwig 2017-12-12 09:07:13 +0100
  • 592ecf4c09 added option to position the header in a dialog Marcel Hellwig 2017-12-12 08:38:14 +0100
  • 9b9619aa53 Add View: Any Alexandre Bury 2017-12-11 18:54:40 -0800
  • bbee77f1b7 Add ViewWrapper::into_inner Alexandre Bury 2017-12-11 17:31:55 -0800
  • d0c30ded21 Ncurses backend: use character pattern instead of string Alexandre Bury 2017-12-07 14:47:23 -0800
  • 24838969f5 (cargo-release) start next development iteration 0.7.6-alpha.0 Alexandre Bury 2017-12-07 17:12:09 -0800
  • f4da783fd1 (cargo-release) version 0.7.5 0.7.5 Alexandre Bury 2017-12-07 17:11:36 -0800
  • d328138531 OnEventView: better doc Alexandre Bury 2017-12-07 16:47:56 -0800
  • 7ae754ce8f Extended text_area example Alexandre Bury 2017-12-07 15:49:12 -0800
  • 93c672df9d TextArea: fix possible panic with multi-bytes characters Alexandre Bury 2017-12-07 14:33:01 -0800
  • a7d38d9608 MenuPopup: better mouse scroll alignment Alexandre Bury 2017-12-07 14:14:52 -0800
  • fdf4a0db4b TextArea: fix cursor after content change Alexandre Bury 2017-12-07 13:48:41 -0800
  • 70906aa5de Add mines example Alexandre Bury 2017-11-29 02:07:42 -0800
  • 6bc63a40c5 Remove odds dependency Alexandre Bury 2017-11-23 00:28:10 -0800
  • ccd1595f29 Update doc link in Cargo.toml Alexandre Bury 2017-11-20 21:24:28 -0800
  • 5a52b8de69 Replace eprintln! with warn! Alexandre Bury 2017-11-20 12:47:51 -0800
  • 0c39f52016 ncurses: compute whole modifier table at runtime Alexandre Bury 2017-11-20 11:44:23 -0800
  • b2097bd1c8 ncurses: detect key offset at runtime Alexandre Bury 2017-11-19 20:13:57 -0800
  • c10da1390b Use dynamic key code map in ncurses backend Alexandre Bury 2017-11-19 17:14:20 -0800
  • 6fe6b72f89 Use std::cmp::min rather than usize::min Alexandre Bury 2017-11-19 15:44:28 -0800
  • 42dbe40e3f Fix modifier keys on ncurses Alexandre Bury 2017-11-19 11:08:52 -0800
  • b6cfd43556 Replace last u32 with mmask_t Alexandre Bury 2017-11-19 01:21:57 -0800
  • eeca719a92 Rename split_u32 -> split_i32 Alexandre Bury 2017-11-19 01:14:53 -0800
  • a11d02dfa4 Use mmask_t instead of u32 Alexandre Bury 2017-11-19 01:13:24 -0800
  • 0b5b6ceace Add mouse support to pancurses Alexandre Bury 2017-11-19 00:40:56 -0800
  • ee7170c66b Update pancurses Alexandre Bury 2017-11-18 21:31:01 -0800
  • e3b0ecbbd9 Add links to example Readme Alexandre Bury 2017-11-17 14:28:18 -0800
  • 9ae26fc368 (cargo-release) start next development iteration 0.7.5-alpha.0 Alexandre Bury 2017-11-17 12:43:57 -0800
  • 61efe5c088 (cargo-release) version 0.7.4 0.7.4 Alexandre Bury 2017-11-17 12:43:22 -0800
  • 1f1a651371 Fix linear layout offset check Alexandre Bury 2017-11-17 12:42:30 -0800
  • 6f23c355c4 Update pancurses Alexandre Bury 2017-11-17 11:58:53 -0800
  • ef81fae168 (cargo-release) start next development iteration 0.7.4-alpha.0 Alexandre Bury 2017-11-17 11:47:56 -0800
  • f7ad3bd936 (cargo-release) version 0.7.3 0.7.3 Alexandre Bury 2017-11-17 11:47:26 -0800
  • 60a9c47b57 Use docs.rs Alexandre Bury 2017-11-17 11:46:29 -0800
  • fefed79303 Remove skeptic test for now Alexandre Bury 2017-11-17 11:41:08 -0800
  • 88fed99408 Add examples to exclude Alexandre Bury 2017-11-17 11:39:20 -0800
  • 6e56dc427c Add example Readme Alexandre Bury 2017-11-17 11:27:24 -0800
  • dc75cdd115 LinearLayout: use ChildIterator everywhere Alexandre Bury 2017-11-06 23:51:44 -0800
  • 11ea8a592b Never layout a child larger than the parent Alexandre Bury 2017-11-06 17:11:09 -0800
  • 3fc06ef048 Merge pull request #156 from adrianN/patch-1 Alexandre Bury 2017-10-26 11:53:40 -0700
  • c92b1acb6e Ignore keys properly in SelectView::on_event Adrian Neumann 2017-10-26 20:23:00 +0200
  • e988b984a2 (cargo-release) start next development iteration 0.7.3-alpha.0 Alexandre Bury 2017-10-15 00:39:45 -0700
  • 2560f0195e (cargo-release) version 0.7.2 0.7.2 Alexandre Bury 2017-10-15 00:39:27 -0700
  • e7ee525bb6 Fix possible panic in ListView Alexandre Bury 2017-10-14 23:08:18 -0700
  • 420454cc0f Better mouse scroll drag Alexandre Bury 2017-10-14 21:34:37 -0700
  • f90621811c More rustfmt Alexandre Bury 2017-10-14 21:18:50 -0700
  • 294a4102b4 Fix mouse support for ListView Alexandre Bury 2017-10-14 21:01:07 -0700
  • 850e0b2cd1 Better bounds on SelectView clickable area Alexandre Bury 2017-10-13 18:11:25 -0700
  • 44fec0ab50 (cargo-release) start next development iteration 0.7.2-alpha.0 Alexandre Bury 2017-10-13 18:06:05 -0700
  • 55928b1319 (cargo-release) version 0.7.1 0.7.1 Alexandre Bury 2017-10-13 18:05:47 -0700
  • ca23a9c10f Fix mouse position with TextArea Alexandre Bury 2017-10-13 18:04:41 -0700
  • a5952d0741 Fix some mouse/scroll issues with SelectView and TextView Alexandre Bury 2017-10-13 17:53:39 -0700
  • 9026d87aab Fix panic with mouse click in TextArea Alexandre Bury 2017-10-13 16:29:53 -0700
  • 0490ba0f38 Update Readme with new version Alexandre Bury 2017-10-13 16:17:29 -0700
  • f042ede07d (cargo-release) start next development iteration 0.7.1-alpha.0 Alexandre Bury 2017-10-13 16:10:55 -0700
  • 8410144fe3 (cargo-release) version 0.7.0 0.7.0 Alexandre Bury 2017-10-13 16:10:36 -0700
  • 9dc88dafc5 Remove skeptic Alexandre Bury 2017-10-13 16:07:36 -0700
  • a4874beee0 Use intermediate type Alexandre Bury 2017-10-13 15:40:33 -0700
  • 46dec4b0ca Fix clippy warning Alexandre Bury 2017-10-13 15:38:24 -0700