Commit Graph

  • bea7240271 Wrap Arc<AtomicUsize> around NewType Counter Alexandre Bury 2016-07-26 23:29:13 -0700
  • 8290c3f62a Make progressbar more robust to invalid min/max values Alexandre Bury 2016-07-26 23:05:18 -0700
  • 2cedc8ae76 Add comments to progress bar Alexandre Bury 2016-07-26 21:48:26 -0700
  • 8eb61e0239 Add start and with_task to ProgressBar Alexandre Bury 2016-07-26 12:10:13 -0700
  • eb6b5d5728 Fix LinearLayout children width Alexandre Bury 2016-07-26 10:49:37 -0700
  • 0643c50bd5 Add async-callback channel to Cursive Alexandre Bury 2016-07-26 10:13:36 -0700
  • 04f961657f ProgressBar takes all given width Alexandre Bury 2016-07-26 09:55:22 -0700
  • 2e5262096a Don't compile internal doc example Alexandre Bury 2016-07-26 00:00:45 -0700
  • 6e021867ab ProgressBar now shows a percentage status Alexandre Bury 2016-07-25 23:54:33 -0700
  • 5dd20db676 Add Dialog::empty and Dialog::content Alexandre Bury 2016-07-25 20:43:01 -0700
  • 7283e7f3af Rustfmt Alexandre Bury 2016-07-25 13:39:10 -0700
  • 5e6222bf23 Use intermediate type for the callback promise Alexandre Bury 2016-07-25 13:38:13 -0700
  • c1c9322319 Add panel view Alexandre Bury 2016-07-25 13:35:46 -0700
  • 6c71ac14b0 More linear progress bar progression Alexandre Bury 2016-07-25 12:18:05 -0700
  • 47acf1667d Remove brackets from progress bar Alexandre Bury 2016-07-24 23:03:59 -0700
  • e29511e757 Add ProgressBar Alexandre Bury 2016-07-24 23:00:13 -0700
  • 10e072c140 Allow loading themes from content. Alexandre Bury 2016-07-24 16:53:12 -0700
  • bbda625433 Bump version to 0.1.1 0.1.1 Alexandre Bury 2016-07-20 22:08:28 -0700
  • 0a8228d073 Add examples to documentation Alexandre Bury 2016-07-20 22:08:06 -0700
  • 536321ebda Add Button to prelude. Alexandre Bury 2016-07-20 22:02:45 -0700
  • 9c16ac149b Bump version to 0.1.0 0.1.0 Alexandre Bury 2016-07-20 21:40:06 -0700
  • 2a4742f67b Use prelude in docs Alexandre Bury 2016-07-20 21:43:10 -0700
  • f28ac264f1 Add prelude import module Alexandre Bury 2016-07-20 21:25:14 -0700
  • 64d176ffa5 Add proper select popup placement Alexandre Bury 2016-07-20 00:30:00 -0700
  • 8b6022a398 Add popup mode to SelectView Alexandre Bury 2016-07-19 23:47:27 -0700
  • 783fa0f1e2 Fix typo in docs Alexandre Bury 2016-07-19 20:50:21 -0700
  • a1d0231e2c Make Menubar a proper View Alexandre Bury 2016-07-19 20:44:20 -0700
  • 2065be3e88 Add some doc to the menu module Alexandre Bury 2016-07-19 20:28:34 -0700
  • 7a466e254f Exclude "doc" and "examples" from cargo package Alexandre Bury 2016-07-18 00:15:40 -0700
  • 267eddc263 Use compile-time include for examples Alexandre Bury 2016-07-17 18:41:36 -0700
  • 2380763b65 Add example screenshots to Readme Alexandre Bury 2016-07-17 18:18:20 -0700
  • bfc62b2f34 Add example screenshots Alexandre Bury 2016-07-17 18:11:23 -0700
  • 4120203844 More fixes for insufficient space. Alexandre Bury 2016-07-17 01:20:41 -0700
  • 8750185f8c Don't crash on insufficient space Alexandre Bury 2016-07-16 22:05:28 -0700
  • ab3a55abaf Add enabled state to Button Alexandre Bury 2016-07-16 18:48:20 -0700
  • 58a04bbb13 Add enabled state to SelectView Alexandre Bury 2016-07-16 18:46:18 -0700
  • 02b6b6601f Add enabled state to Checkbox Alexandre Bury 2016-07-16 18:36:54 -0700
  • 77a623674a Add on_change callback to CheckBox Alexandre Bury 2016-07-16 18:18:33 -0700
  • 05f66b8e1b Add macro'd Default implementations Alexandre Bury 2016-07-16 17:28:42 -0700
  • d4afdf024f Add checkbox view Alexandre Bury 2016-07-16 17:22:24 -0700
  • 5ee8706582 Add scrollable flag to TextViews Alexandre Bury 2016-07-16 17:08:17 -0700
  • 89468d1786 Add "true" cursive screenshot Alexandre Bury 2016-07-16 16:49:37 -0700
  • 5b25893496 Rustfmt Alexandre Bury 2016-07-16 13:52:28 -0700
  • a22c92a1a1 Add ListView Alexandre Bury 2016-07-16 13:25:21 -0700
  • d633684e41 Fix examples Alexandre Bury 2016-07-16 11:20:40 -0700
  • 99993ab1ec Clear screen when hiding menubar Alexandre Bury 2016-07-16 01:07:37 -0700
  • 2b54d6df28 Make View::draw take a &self (instead of a &mut self) Alexandre Bury 2016-07-15 23:44:38 -0700
  • ef6f83751c Remove unused file Alexandre Bury 2016-07-15 11:17:09 -0700
  • 1010c825ae Added doc for event module Alexandre Bury 2016-07-14 23:25:32 -0700
  • 2ed8552e4b More doc fixes Alexandre Bury 2016-07-14 22:52:37 -0700
  • b4fafbec83 Fix some documentation Alexandre Bury 2016-07-14 22:50:35 -0700
  • f49f584bf6 Update version in Readme Alexandre Bury 2016-07-14 22:36:55 -0700
  • 83f0bf67bc Doc update script: rebase before updating doc Alexandre Bury 2016-07-14 22:35:59 -0700
  • 12db0007eb Bump to version 0.0.4 0.0.4 Alexandre Bury 2016-07-14 22:33:19 -0700
  • bd5c45ac0e Fix clippy warnings Alexandre Bury 2016-07-14 22:32:43 -0700
  • 91fdf96066 Add Direction enum Alexandre Bury 2016-07-14 20:27:15 -0700
  • bd7286a8b2 Update version to pre-0.0.4 Alexandre Bury 2016-07-14 10:53:10 -0700
  • 1b34934df7 Fix printer::Printer imports Alexandre Bury 2016-07-13 23:25:54 -0700
  • 7f17a4ff74 Don't expose single-item modules Alexandre Bury 2016-07-13 23:18:59 -0700
  • d9e4512752 Fix linear layout focus switch Alexandre Bury 2016-07-13 22:16:55 -0700
  • 5059e21cb1 Fix focus in LinearLayout Alexandre Bury 2016-07-13 22:11:03 -0700
  • 9390504290 Add documentation to BoxView Alexandre Bury 2016-07-13 21:30:30 -0700
  • e166869c51 Add some documentation to view module Alexandre Bury 2016-07-13 20:52:24 -0700
  • 03c400ad44 Fix linear layout in constrained space Alexandre Bury 2016-07-13 01:19:05 -0700
  • 12593c8ea8 Rustfmt on xy.rs Alexandre Bury 2016-07-12 21:33:50 -0700
  • 4fe7df220a Add basic test to Vec2 Alexandre Bury 2016-07-12 21:33:24 -0700
  • 7f530e34b7 Add XY generic struct Alexandre Bury 2016-07-12 21:01:11 -0700
  • f35aebd66e Fix case in Readme Alexandre Bury 2016-07-11 23:50:08 -0700
  • 309c471a63 Add #![deny(missing_docs)] Alexandre Bury 2016-07-11 20:26:33 -0700
  • c597c262fe Add single-orientation FullView Alexandre Bury 2016-07-11 19:35:18 -0700
  • b7a270f258 Split width and height in BoxView Alexandre Bury 2016-07-11 19:24:00 -0700
  • c07e8b6aee Rustfmt Alexandre Bury 2016-07-10 19:11:21 -0700
  • 6e0819f723 Simplify Event enum Alexandre Bury 2016-07-10 18:27:26 -0700
  • 99bf28dfd6 Add needs_relayout method to View trait. Alexandre Bury 2016-07-10 17:41:49 -0700
  • 3640a10a2b Bump version to 0.0.3 0.0.3 Alexandre Bury 2016-07-09 19:07:16 -0700
  • 4b095a0652 Apply rustfmt Alexandre Bury 2016-07-09 19:05:51 -0700
  • 08ab18608b Clear the screen only on window resize and layer removal Alexandre Bury 2016-07-09 18:49:37 -0700
  • 9b2dec2a7f Use proper bounds for dialogs Alexandre Bury 2016-07-09 18:36:07 -0700
  • 455a2a817c Invalidate TextView cache on content change Alexandre Bury 2016-07-09 18:26:52 -0700
  • 2860467f29 Cache layout in TextView Alexandre Bury 2016-07-09 18:23:58 -0700
  • 30e9316df1 Add cache: cargo to .travis.yml Alexandre Bury 2016-07-05 19:17:15 -0700
  • 4498d206f5 Support wide characters in TextViews Alexandre Bury 2016-07-04 21:30:13 -0700
  • cc72aa4ddc Better wide char support Alexandre Bury 2016-07-04 16:04:32 -0700
  • cb7a1e37a4 Add git dependency to readme Alexandre Bury 2016-07-03 13:16:22 -0700
  • 9b587e353c Add dot to Cargo description Alexandre Bury 2016-07-02 22:28:09 -0700
  • d89c83f0ed MenuPopup now supports PageUp/Down and Home/End Alexandre Bury 2016-07-02 20:53:13 -0700
  • 692c310656 Better Menu API Alexandre Bury 2016-07-02 20:44:27 -0700
  • e439b422da Fix warnings in menubar example Alexandre Bury 2016-07-02 19:48:21 -0700
  • e127392e8a Add impl Default for Menubar Alexandre Bury 2016-07-02 19:47:11 -0700
  • 0fd3bc113f Fix layout bug in StackView Alexandre Bury 2016-07-02 19:46:23 -0700
  • 8220fe529e Better menubar example Alexandre Bury 2016-07-02 19:37:38 -0700
  • 1d54764cdb Working menubar example Alexandre Bury 2016-07-02 15:02:42 -0700
  • 1863e48b07 Add MenuPopup view Alexandre Bury 2016-07-02 01:01:09 -0700
  • c2300bb8c7 Add rustfmt.toml Alexandre Bury 2016-07-02 00:57:07 -0700
  • 1b1d7166a1 Replace SizeRequest with simple Vec2 Alexandre Bury 2016-07-02 00:47:38 -0700
  • c958093b74 Add TrackedView to cache the view size Alexandre Bury 2016-07-01 20:23:58 -0700
  • 87cd1ce23f Add position parameter to stack view layers Alexandre Bury 2016-07-01 19:19:43 -0700
  • 985009e51c More ncurses isolation Alexandre Bury 2016-06-30 23:38:01 -0700
  • 4dcb2ea901 Remove debug println Alexandre Bury 2016-06-29 17:51:26 -0700
  • ba26ab965b Don't run example on cargo test Alexandre Bury 2016-06-29 17:46:39 -0700