Commit Graph

  • 22579b77cc chore(Makefile): make run-examples compile the examples in release mode Florian Dehau 2019-02-03 22:27:36 +0100
  • 09c09d2fd1 fix(examples): remove logging in layout example Florian Dehau 2019-02-03 22:26:52 +0100
  • b669cf9ce7 style: fix clippy warnings Florian Dehau 2019-02-03 22:07:58 +0100
  • 5bc617a9a6 chore(Makefile): build and test using all features Florian Dehau 2019-02-03 22:07:38 +0100
  • a75b811061 chore: bump itertools to 0.8 Florian Dehau 2019-02-03 22:06:54 +0100
  • ec6b46324e feat(examples): add cmd line args to the demo Florian Dehau 2019-02-03 22:06:33 +0100
  • b18874a190 chore: remove typos Florian Dehau 2019-02-03 22:27:58 +0100
  • 01db06796d chore(Makefile): make run-examples compile the examples in release mode Florian Dehau 2019-02-03 22:27:36 +0100
  • 3607f2ff40 fix(examples): remove logging in layout example Florian Dehau 2019-02-03 22:26:52 +0100
  • 89ee0aaec0 style: fix clippy warnings Florian Dehau 2019-02-03 22:07:58 +0100
  • 7f74732240 chore(Makefile): build and test using all features Florian Dehau 2019-02-03 22:07:38 +0100
  • 29728eab88 chore: bump itertools to 0.8 Florian Dehau 2019-02-03 22:06:54 +0100
  • ddc27ba8f5 feat(examples): add cmd line args to the demo Florian Dehau 2019-02-03 22:06:33 +0100
  • 97f764b45d feat: handle crossterm errors Florian Dehau 2019-01-13 17:31:54 +0100
  • 86cfedf407 feat: handle crossterm errors Florian Dehau 2019-01-13 17:31:54 +0100
  • 7f31a55506 chore: show appveyor build status Florian Dehau 2019-02-03 19:00:49 +0100
  • 2286d097dc chore(ci): add appveyor config Florian Dehau 2019-02-03 18:39:47 +0100
  • 3fcd110a4c chore(ci): add appveyor config Florian Dehau 2019-02-03 18:39:47 +0100
  • 9bc64ccb0b Added ability to create crossterm with previously created crossterm::Screen Jonathan 2019-02-02 20:17:41 +0000
  • 52a40ec99a fix: remove undefined crossterm attributes in windows builds Florian Dehau 2019-01-23 07:20:11 +0100
  • c6c7eecb14 fix: remove undefined crossterm attributes in windows builds Florian Dehau 2019-01-23 07:20:11 +0100
  • a78fa73b34 Add new shape: Rectangle Sven-Hendrik Haase 2019-01-14 21:14:57 +0100
  • d7e4a252fb Mention crossterm in README Sven-Hendrik Haase 2019-01-14 21:16:37 +0100
  • 1e03b72459
    Mention crossterm in README Sven-Hendrik Haase 2019-01-14 21:16:37 +0100
  • 81a33b0c42 Add new shape: Rectangle Sven-Hendrik Haase 2019-01-14 21:14:57 +0100
  • 1c0b0abf61 Use `UnicodeWidthStr::width()` Jens Krause 2019-01-13 18:02:58 +0100
  • f7c6620e25 Fix documented example to fix doc-tests on CI Jens Krause 2019-01-09 19:42:01 +0100
  • 16372f7847 Don't show divider after last tab Jens Krause 2019-01-09 19:09:18 +0100
  • 72c2eb7182 Add `divider` to `Tabs` Jens Krause 2019-01-09 19:08:25 +0100
  • 19b9df536f
    Use `UnicodeWidthStr::width()` Jens Krause 2019-01-13 18:02:58 +0100
  • 30ff6e4b27
    Merge branch 'master' into feature/tabs-divider Jens Krause 2019-01-13 17:39:47 +0100
  • 144bfb71cf Upgrade to 2018 edition Sven-Hendrik Haase 2019-01-06 12:57:06 +0100
  • 2d390d950c
    Merge branch 'master' into 2018edition Florian Dehau 2019-01-13 14:00:14 +0000
  • 3fd9e23851 Buffer: correct diffing of buffers with multi-width characters Karoline Pauls 2018-12-14 17:33:05 +0000
  • 6b22929c22
    Fix documented example to fix doc-tests on CI Jens Krause 2019-01-09 19:42:01 +0100
  • 0db1b455e8
    Don't show divider after last tab Jens Krause 2019-01-09 19:09:18 +0100
  • f489dc880f
    Add `divider` to `Tabs` Jens Krause 2019-01-09 19:08:25 +0100
  • eb485ecfac Buffer: correct diffing of buffers with multi-width characters Karoline Pauls 2018-12-14 17:33:05 +0000
  • 19c86190aa Upgrade to 2018 edition Sven-Hendrik Haase 2019-01-06 12:57:06 +0100
  • 10642d0e04 Paragraph: word wrapping Karoline Pauls 2018-12-08 17:28:25 +0000
  • 063ab2f87d Improve the Paragraph example Karoline Pauls 2018-12-07 19:30:19 +0000
  • 1802cf8dbc Improve wrapping of double-width characters Karoline Pauls 2018-12-07 19:29:22 +0000
  • 73b5caa81a Remove #attr() styling call when compiling on non-unix systems. Jezza 2018-12-16 22:13:43 +0100
  • a2690d43c0 Paragraph: word wrapping Karoline Pauls 2018-12-08 17:28:25 +0000
  • dbd293e2f0 Improve the Paragraph example Karoline Pauls 2018-12-07 19:30:19 +0000
  • a51796cfb7 Improve wrapping of double-width characters Karoline Pauls 2018-12-07 19:29:22 +0000
  • 090975481b Update tests and docs to take size from the Frame Karoline Pauls 2018-12-07 20:20:27 +0000
  • 228816f5f8 Frame: provide consistent size for rendering Karoline Pauls 2018-12-07 14:43:05 +0000
  • 209858b35a Update tests and docs to take size from the Frame Karoline Pauls 2018-12-07 20:20:27 +0000
  • df8e351721 Frame: provide consistent size for rendering Karoline Pauls 2018-12-07 14:43:05 +0000
  • 8522e028f1 Run `cargo fmt` with the new Rust stable toolchain (1.31.0) Karoline Pauls 2018-12-07 15:17:33 +0000
  • a2776dfc86 Make sure we always emit a cursor goto for the first update. Ash 2018-12-01 17:24:17 -0800
  • 949d3b18c3 Run `cargo fmt` with the new Rust stable toolchain (1.31.0) Karoline Pauls 2018-12-07 15:17:33 +0000
  • cc95c8cfb0 Gauge: use f64 internally and allow to set any f64 between 0 and 1 Karoline Pauls 2018-11-27 01:02:37 +0000
  • 89dac9d2a6 buffer: add quotes to fmt::Debug for better testing experience Karoline Pauls 2018-11-27 01:26:29 +0000
  • 6a907a5629
    Merge branch 'master' into gauge-float Florian Dehau 2018-12-05 19:23:04 +0100
  • 7d3ae6f4b0 Gauge: use f64 internally and allow to set any f64 between 0 and 1 Karoline Pauls 2018-11-27 01:02:37 +0000
  • 8cdfc883b9 Feature: Autoresize Karoline Pauls 2018-11-26 02:06:34 +0000
  • 04e7760dda Make sure we always emit a cursor goto for the first update. Ash 2018-12-01 17:24:17 -0800
  • 373283a21d buffer: add quotes to fmt::Debug for better testing experience Karoline Pauls 2018-11-27 01:26:29 +0000
  • 33f19cae0d Feature: Autoresize Karoline Pauls 2018-11-26 02:06:34 +0000
  • b3689eceb7 feat: update outdated dependencies Florian Dehau 2018-11-25 21:49:37 +0100
  • 5cee2afc6d Limit Rect size to prevent u16 overflow Karoline Pauls 2018-11-24 18:19:14 +0000
  • 50fef0fb26 Fix rustbox example Karoline Pauls 2018-11-24 18:42:28 +0000
  • f06bfeb202 Limit Rect size to prevent u16 overflow Karoline Pauls 2018-11-24 18:19:14 +0000
  • 3cf15c7b6d Fix rustbox example Karoline Pauls 2018-11-24 18:42:28 +0000
  • 4c46ef69e9 Release v0.3.0 v0.3.0 Florian Dehau 2018-11-04 20:25:07 +0100
  • 22e8fade7e feat: add experimental test backend Florian Dehau 2018-11-04 20:16:10 +0100
  • 56b6985135
    Merge branch 'master' into master Florian Dehau 2018-11-04 19:18:46 +0100
  • 37aa06f508 style(examples): rustfmt Florian Dehau 2018-11-04 19:04:51 +0100
  • f6d2f8f929 feat(examples): use generic backend in draw functions Florian Dehau 2018-11-04 18:49:30 +0100
  • 32947669d5 feat(examples): show how to move the cursor Florian Dehau 2018-11-04 18:32:31 +0100
  • 0e6459399c
    Merge branch 'master' into master Florian Dehau 2018-10-14 17:08:53 +0200
  • fdf3015ad0 feat(terminal): log error if failed to show cursor on drop Florian Dehau 2018-10-14 17:00:13 +0200
  • 9535836ffe
    Merge 26b81ba435 into 03bfcde147 KlossPeter 2018-10-14 14:51:34 +0000
  • 03bfcde147 [widgets][paragraph]: Truncate long lines when wrap is false Karoline Pauls 2018-09-29 22:12:34 +0100
  • 03476c40a4 Merge remote-tracking branch 'origin/master' Vadim Smirnov 2018-10-13 21:31:44 +0300
  • 610febdddb Fix newlines when using a List or SelectableList Vadim Smirnov 2018-10-13 21:16:42 +0300
  • fd10bbf3d2 Fix newlines when using a List or SelectableList Vadim Smirnov 2018-10-13 21:16:42 +0300
  • 26b81ba435 fixed a clippy warning Peter Kloss 2018-10-03 21:37:22 +0200
  • 11a1f8973d [widgets][paragraph]: Truncate long lines when wrap is false Karoline Pauls 2018-09-29 22:12:34 +0100
  • 56fc43400a Release v0.3.0-beta.3 v0.3.0-beta.3 Florian Dehau 2018-09-24 08:09:00 +0200
  • 7b4d35d224 feat: restore the cursor state on terminal drop Florian Dehau 2018-09-24 07:54:33 +0200
  • 3fd6dff791 feat: restore the cursor state on terminal drop Florian Dehau 2018-09-24 07:54:33 +0200
  • a99fc115f8 Release v0.3.0-beta.2 v0.3.0-beta.2 Florian Dehau 2018-09-23 21:16:32 +0200
  • d8e5f57d53 style: fmt Florian Dehau 2018-09-23 21:00:36 +0200
  • aa85e597d9 fix(crossterm): fix goto coordinates Florian Dehau 2018-09-23 21:00:18 +0200
  • 08ab92da80 refactor: clean examples Florian Dehau 2018-09-23 20:59:51 +0200
  • 5d52fd2486 refactor: remove custom termion backends Florian Dehau 2018-09-23 20:55:50 +0200
  • 4ae9850e13 fix: replace links to assets Florian Dehau 2018-09-09 08:55:51 +0200
  • e14190ae4b fix: update crossterm example Florian Dehau 2018-09-09 08:54:12 +0200
  • ce445a8096 chore: remove scripts Florian Dehau 2018-09-09 08:53:37 +0200
  • dd71d6471c Release v0.3.0-beta.1 v0.3.0-beta.1 Florian Dehau 2018-09-08 09:23:22 +0200
  • f795173886 Unify Item and Text Antoine Büsch 2018-09-08 16:03:30 +1000
  • e42ab1fed8 Move Text to widgets/mod.rs Antoine Büsch 2018-09-08 15:41:59 +1000
  • 0544c023f5 Rename Text::{Data -> Raw, StyledData -> Styled} Antoine Büsch 2018-09-08 15:33:37 +1000
  • ff47f9480b Introduce builder methods for Text to make it more ergonomic Antoine Büsch 2018-09-06 11:54:29 +1000
  • 70561b7c54 Fix examples and doctests Antoine Büsch 2018-09-06 10:12:28 +1000
  • 559c9c75f3 Make Text accept both borrowed and owned strings Antoine Büsch 2018-09-06 09:50:48 +1000
  • deb00dd923 Unify Item and Text Antoine Büsch 2018-09-08 16:03:30 +1000