Commit Graph

  • d6c282a799 Open menubar with Press rather than Release Alexandre Bury 2017-10-13 15:22:59 -0700
  • 1ba00032a1 Fix menubar mouse behaviour Alexandre Bury 2017-10-13 15:17:41 -0700
  • 0a35a31e1b Add "extern crate skeptic" to build.rs Alexandre Bury 2017-10-13 11:33:03 -0700
  • 8ce817741e Merge branch 'mouse.2' Alexandre Bury 2017-10-13 11:26:48 -0700
  • 93982517ae Fix clippy warnings Alexandre Bury 2017-10-13 11:22:02 -0700
  • 111d593f55 Merge branch 'master' Alexandre Bury 2017-10-13 11:01:33 -0700
  • ef0909d41e Add mouse support to Slider Alexandre Bury 2017-10-13 10:52:26 -0700
  • 5f3e4b1842 Produce mouse events from BLT backend Alexandre Bury 2017-10-13 00:20:27 -0700
  • acd12326e1 Produce mouse events in termion backend Alexandre Bury 2017-10-12 21:24:17 -0700
  • ab1f4a2ba6 Correct event relativization in Panel Alexandre Bury 2017-10-12 20:43:33 -0700
  • 67a6640142 Add mouse support to TextArea Alexandre Bury 2017-10-12 20:41:34 -0700
  • def6b3af27 Fix compilation Alexandre Bury 2017-10-12 20:13:49 -0700
  • aaf41f3ec4 Add mouse support to EditView Alexandre Bury 2017-10-12 17:38:21 -0700
  • 0150ebfc9e Add mouse support to LinearLayout Alexandre Bury 2017-10-12 17:29:19 -0700
  • 13059dae0b Add mouse support to radio view Alexandre Bury 2017-10-12 17:29:12 -0700
  • 1b67c3eceb Add mouse support to menubar and MenuPopup Alexandre Bury 2017-10-12 16:42:41 -0700
  • f64ce80a58 Add mouse support to ListView Alexandre Bury 2017-10-12 16:42:34 -0700
  • 394e61a328 Fix SelectView mouse handling Alexandre Bury 2017-10-12 16:42:17 -0700
  • 75d5868162 Fix shadowview event relativization Alexandre Bury 2017-10-12 16:41:45 -0700
  • a4ca7bbf1e Rustfmt Alexandre Bury 2017-10-12 16:38:55 -0700
  • 74612c65e5 Move Cursive root to its own module Alexandre Bury 2017-10-12 16:33:24 -0700
  • 75ad6315e1 Add mouse support to checkbox Alexandre Bury 2017-10-12 15:10:09 -0700
  • 2fed1f3ff4 Add mouse support for regular SelectView Alexandre Bury 2017-10-12 14:32:48 -0700
  • f5492da4e4 More natural thumb drag Alexandre Bury 2017-10-12 12:35:57 -0700
  • e7da474769 Remove debug lines Alexandre Bury 2017-10-12 12:30:59 -0700
  • 3a836aaa92 Fixes drag scroll position Alexandre Bury 2017-10-12 12:30:00 -0700
  • 5931ab17c8 Add mouse scroll support to TextView Alexandre Bury 2017-10-11 18:06:58 -0700
  • a6fb0e71cd Include padding and borders in Dialog event relativization Alexandre Bury 2017-10-11 15:13:10 -0700
  • 2932b9de50 Remove eprintln debug lines Alexandre Bury 2017-10-11 15:08:19 -0700
  • f3528088cd Add mouse support to Dialog and Button Alexandre Bury 2017-10-11 15:07:25 -0700
  • ba11200341 Add Vec::fits_in_rect Alexandre Bury 2017-10-11 15:07:13 -0700
  • 0bb1fb4b2a Add Event::grabs_focus Alexandre Bury 2017-10-11 15:06:35 -0700
  • f02dda5a0a Docs Alexandre Bury 2017-10-11 11:51:46 -0700
  • 4e07d8891f Add mouse event relativization to StackView and ShadowView Alexandre Bury 2017-10-11 11:35:18 -0700
  • 2d703811c5 Add Event::relativize Alexandre Bury 2017-10-11 11:13:22 -0700
  • b84ab9e621 Merge pull request #155 from KlossPeter/clippy Alexandre Bury 2017-10-11 11:04:21 -0700
  • 759f57f1f8 fix some clippy warnings Peter Kloss 2017-10-11 18:09:49 +0200
  • e07e156ad0 Fix types for different ncurses versions Alexandre Bury 2017-10-10 18:01:03 -0700
  • 9497ded014 Output mouse events from ncurses backend Alexandre Bury 2017-10-10 17:50:44 -0700
  • 976728fd25 Use full-width window for key_codes example Alexandre Bury 2017-10-10 17:50:06 -0700
  • c64e7dd7b3 Add MouseEvent::Hold Alexandre Bury 2017-10-10 17:49:53 -0700
  • a68fd3493b Add MouseEvent to the Event enum Alexandre Bury 2017-10-08 16:56:15 -0700
  • 997895347c Derive Eq for XY Alexandre Bury 2017-10-08 16:49:34 -0700
  • 7df4b06ef8 Backend::poll_event now takes &mut self Alexandre Bury 2017-10-08 16:02:43 -0700
  • c7f995fd72 Larger window for key_codes example Alexandre Bury 2017-10-08 16:01:04 -0700
  • c1d979b91c Implement From<(u16,u16)> for Vec2 Alexandre Bury 2017-10-08 15:58:14 -0700
  • 7244896263 Derive Hash for XY Alexandre Bury 2017-10-08 15:56:03 -0700
  • da5121d265 Update skeptic Alexandre Bury 2017-09-25 15:43:08 -0700
  • d815afdf78 Fix ViewWrapper doc comment Alexandre Bury 2017-09-24 18:50:45 -0700
  • 607e6f1bdc Implement ViewWrapper for DerefMut<T: View> Alexandre Bury 2017-09-24 12:24:23 -0700
  • 1a4e1c104e Implement View for Box<View> Alexandre Bury 2017-09-23 13:53:26 -0700
  • ba5963a4f0 Fix colors example Alexandre Bury 2017-09-23 13:43:02 -0700
  • 6fa5b18cc6 Add Canvas::wrap(View) Alexandre Bury 2017-09-23 13:31:17 -0700
  • daab316210 Update dependencies Alexandre Bury 2017-09-15 13:59:34 -0700
  • 415d0bba96 Add j/k navigation to select example Alexandre Bury 2017-08-23 17:05:31 -0700
  • da6a92f508 feat: Add SelectView::select_{up,down} Alexandre Bury 2017-08-23 16:48:54 -0700
  • 6bb3e88c2e feat: Add pre-events and inner events to OnEventView Alexandre Bury 2017-08-23 16:43:17 -0700
  • 2ac5dcb559 Merge pull request #152 from hcpl/use-log Alexandre Bury 2017-08-23 12:31:51 -0700
  • a1737ca0ba Fix ncurses input key codes Alexandre Bury 2017-08-23 09:59:54 -0700
  • ca4410030a Use log crate hcpl 2017-08-23 17:49:09 +0300
  • b5b9aa2f91 Update UTF8 support in Readme Alexandre Bury 2017-08-19 13:27:18 -0700
  • 02fbaa3cac (cargo-release) start next development iteration 0.6.5-pre Alexandre Bury 2017-08-15 09:38:05 -0700
  • 46a3378754 (cargo-release) version 0.6.4 0.6.4 Alexandre Bury 2017-08-15 09:37:22 -0700
  • 391c5af462 Fix assert Alexandre Bury 2017-08-15 09:33:50 -0700
  • a48ff9082f Replace println_stderr! with eprintln! Alexandre Bury 2017-08-14 17:01:49 -0700
  • 3a42760569 (cargo-release) start next development iteration 0.6.4-pre Alexandre Bury 2017-08-14 16:35:44 -0700
  • 2d2cc19fbd (cargo-release) version 0.6.3 0.6.3 Alexandre Bury 2017-08-14 16:35:25 -0700
  • 05bac7a192 More safe subtractions all around. Alexandre Bury 2017-08-14 16:32:01 -0700
  • 14161f51e4 Update exclude pattern Alexandre Bury 2017-08-14 15:20:44 -0700
  • 4b59808f84 Safer substractions Alexandre Bury 2017-08-14 15:13:32 -0700
  • 134854e688 (cargo-release) start next development iteration 0.6.3-pre Alexandre Bury 2017-08-02 11:28:07 -0700
  • d1782bc776 Bump version to 0.6.2 0.6.2 Alexandre Bury 2017-08-02 11:26:48 -0700
  • b021458352 Use more elegant saturating_sub Alexandre Bury 2017-08-01 09:47:08 -0700
  • d2f2f642c1 Protect LinesIterator from zero width Alexandre Bury 2017-08-01 09:44:40 -0700
  • c281f93a63 Bump version to 0.6.1 0.6.1 Alexandre Bury 2017-07-20 19:54:47 +0200
  • 22b8364877 Fix clippy warnings Alexandre Bury 2017-07-18 01:43:50 +0200
  • 2ffae1f524 Rename {Color,ColorStyle}::Default to TerminalDefault Alexandre Bury 2017-07-18 01:36:34 +0200
  • a668e7bc06 Merge remote-tracking branch 'hcpl/default-color' Alexandre Bury 2017-07-18 01:01:35 +0200
  • 20e6938bbb fix: consider scrollable in TextArea required size Alexandre Bury 2017-07-17 09:55:48 -0700
  • 9edc6ffc15 Add example that utilizes terminal default colors hcpl 2017-07-16 17:43:46 +0300
  • e0d69da844 Set *curses backends to use default colors hcpl 2017-07-16 17:37:15 +0300
  • 28d0db1bb6 Make use of colors preset by terminals hcpl 2017-07-16 16:05:04 +0300
  • 94c67b2257 Update dependencies Alexandre Bury 2017-07-07 10:49:51 -0700
  • 7f135eeb26 Update version in Readme Alexandre Bury 2017-07-04 21:56:21 -0700
  • 399f186b74 Bump version to 0.6.0 0.6.0 Alexandre Bury 2017-07-03 01:33:05 -0700
  • 66af7fab7c IdView: skip view if borrowing fails. Alexandre Bury 2017-07-03 01:27:55 -0700
  • fb18ed8f99 Remove compatibility table from Readme Alexandre Bury 2017-06-14 23:56:52 -0700
  • d11cbebf53 Update CONTRIBUTING.md Alexandre Bury 2017-06-14 23:55:11 -0700
  • c9a73f21ed Create CONTRIBUTING.md Alexandre Bury 2017-06-14 16:45:20 -0700
  • 19f87076f9 Use 256 color pairs in pancurses Alexandre Bury 2017-06-14 00:59:17 -0700
  • dad0016759 Merge branch 'custom_color' Alexandre Bury 2017-06-14 00:44:57 -0700
  • e4464cb44d Merge remote-tracking branch 'origin/master' into custom_color Alexandre Bury 2017-06-14 00:44:04 -0700
  • 9089d9fd88 Cleaner colors example Alexandre Bury 2017-06-14 00:43:03 -0700
  • 7a7ccbf45c Add colors example Alexandre Bury 2017-06-14 00:08:58 -0700
  • 88d3d81e88 Use pancurses::chtype directly Alexandre Bury 2017-06-13 23:49:55 -0700
  • 2cdf546455 Fix pancurses backend Alexandre Bury 2017-06-13 23:30:55 -0700
  • 98be066b4d Don't re-apply current color Alexandre Bury 2017-06-12 23:51:41 -0700
  • dea07d29cf Give the background color to the clear method. Alexandre Bury 2017-06-12 23:29:26 -0700
  • 059812f427 Update termion backend Alexandre Bury 2017-06-12 18:31:08 -0700
  • 9f5ce65e34 Fix doc comment Alexandre Bury 2017-06-12 18:03:52 -0700