Commit Graph

  • bfd990c12e Replacing with_slice with lock_slice Pauan 2018-06-22 08:08:04 -1000
  • f6445756d0 Removing some unused code Pauan 2018-06-22 07:05:00 -1000
  • 316e49e377 Breaking change: AsStr and AsOptionStr are now IntoStr and IntoOptionStr Pauan 2018-06-22 07:04:08 -1000
  • 746d5308e6 Adding in more implementations for AsStr and AsOptionStr Pauan 2018-06-13 13:48:41 -1000
  • 4d3f936824 Adding in with_element method Pauan 2018-06-11 21:33:10 -1000
  • 7a32acd6d0 Adding in HIGHEST_ZINDEX Pauan 2018-06-11 21:06:51 -1000
  • b8e18b3d25 Making everything thread safe Pauan 2018-06-11 10:54:47 -1000
  • b203b0e030 Some minor performance improvements Pauan 2018-06-09 08:45:41 -1000
  • b6d9a547f7 Removing as_option_end and as_option_start and replacing them with none_if Pauan 2018-06-08 06:05:15 -1000
  • 291273bcc0 Adding in Percentage::as_option_end and Percentage::as_option_start Pauan 2018-06-08 06:00:33 -1000
  • a751f76acf Changing to use crates.io version of stdweb Pauan 2018-06-08 02:05:58 -1000
  • 6109e33782 Adding in Debug implementation for MutableAnimation Pauan 2018-06-06 02:51:34 -1000
  • d16018dedb Adding in some more implementations for AsOptionStr Pauan 2018-06-05 05:17:49 -1000
  • 3082edde66 Adding in SVG support Pauan 2018-05-24 00:22:47 -1000
  • 47a6641495 Adding in Dom::new and DomBuilder::before_inserted Pauan 2018-05-19 23:53:42 -1000
  • b72cbf5ec6 A lot of breaking changes, improvements, etc. Pauan 2018-04-25 13:01:52 -1000
  • da73729693 Fixing to use the latest futures-signals Pauan 2018-03-29 15:48:20 -1000
  • aa95a5d0df Version 0.1.1 Pauan 2018-03-18 08:50:19 -1000
  • f3eff1f088 Exporting some stuff from stdweb Pauan 2018-03-18 08:49:40 -1000
  • 7e2bef52d8 Removing GitHub pages config (moved to gh-pages branch) Pauan 2018-03-18 06:12:13 -1000
  • 072708b36a Changing to use the futures-signals crate Pauan 2018-03-18 06:11:43 -1000
  • bc724f825b Set theme jekyll-theme-merlot Pauan 2018-03-18 05:58:29 -1000
  • 214518beaf Fixing some things with the examples Pauan 2018-03-17 03:38:01 -1000
  • 165fd7e5fa Changing Timestamps to use thread_local + Rc + RefCell rather than Arc + Mutex Pauan 2018-03-17 01:17:06 -1000
  • ed137a5aa1 Changing timestamps to use Rc + RefCell rather than Arc + Mutex Pauan 2018-03-16 03:40:18 -1000
  • 4c25472712 Changing to use a Rust queue for the animations Pauan 2018-03-15 20:50:21 -1000
  • dc877f0aa3 Adding in working animations Pauan 2018-03-15 00:54:18 -1000
  • 63e9dc51ee Changing to use git dependency for signals Pauan 2018-03-12 14:11:05 -1000
  • c05d6857b3 Initial work on adding in animations Pauan 2018-03-12 14:09:44 -1000
  • 156a4e1941 Changing filter_map to filter Pauan 2018-03-12 14:09:30 -1000
  • db41163c2d Splitting signals into a separate Git repo Pauan 2018-03-08 13:46:00 -1000
  • b4613dc77b Tidying up the todomvc example Pauan 2018-03-08 13:18:28 -1000
  • cfdf561394 Adding in serialization/deserialization for the todomvc example Pauan 2018-03-08 13:04:20 -1000
  • 3b1bafd0df Adding in full TodoMVC example Pauan 2018-03-08 12:08:30 -1000
  • c18457166b Adding in SignalVec::map_signal method Pauan 2018-03-08 12:07:17 -1000
  • a050237b0f Fixing some bugs Pauan 2018-03-08 04:46:10 -1000
  • 3e7a1bab10 Breaking change: improving the clone macro Pauan 2018-03-08 03:51:14 -1000
  • 5055439fed Adding is SignalVec::len method Pauan 2018-03-08 03:51:02 -1000
  • a32c0fac11 Adding in MutableVec::retain method Pauan 2018-03-07 14:40:07 -1000
  • 23331385c1 Adding in Mutable::replace method Pauan 2018-03-07 14:10:01 -1000
  • 300bbc74c8 Breaking change: changing signal_vec::unsync::Sender and Receiver into MutableVec and MutableSignalVec Pauan 2018-03-07 13:46:38 -1000
  • 20068dcab6 Adding back in Sender and Receiver, and renaming mutable to channel Pauan 2018-03-06 16:59:52 -1000
  • 03f26433ba Breaking change: removing Receiver and Sender, replacing them with Mutable and MutableSignal Pauan 2018-03-06 16:33:38 -1000
  • ca25a18ef2 Adding in to_signal_vec method Pauan 2018-03-03 02:44:24 -1000
  • 732bfb725d Changing map_rc to map_clone Pauan 2018-03-02 09:50:20 -1000
  • bccc3b1113 Adding in Clone derive for Sender Pauan 2018-03-02 04:28:36 -1000
  • d99dbbbee8 Adding in signal_vec::unsync::mutable, and also support for using SignalVec with dominator Pauan 2018-03-01 03:39:58 -1000
  • a7a29befd2 Adding in sort_by Pauan 2018-02-28 22:42:47 -1000
  • 209c5a9f63 Changing to use stdweb 0.4.0: it's now usable! Pauan 2018-02-28 01:59:45 -1000
  • 1cc8c7e14f Renaming List to Vec Pauan 2018-02-28 01:42:36 -1000
  • 05024a80b4 Renaming signal_list.rs to signal_vec.rs Pauan 2018-02-28 01:36:03 -1000
  • 9e72a02441 Adding in to_stream Pauan 2018-02-28 01:34:42 -1000
  • e34fc50ad0 Adding in UpdateAt for ListChange Pauan 2018-02-27 21:54:58 -1000
  • 9bb627ae20 Adding in filter_map Pauan 2018-02-27 05:24:02 -1000
  • 129a0ca09e Various changes Pauan 2018-02-25 22:01:04 -1000
  • 8d1395d293 Major restructuring Pauan 2018-02-25 01:58:20 -1000
  • b554c747c6 Improving the cancelable_future API Pauan 2018-02-24 21:14:57 -1000
  • 4588ebf1f7 Moving signals into a separate crate Pauan 2018-02-24 12:19:12 -1000
  • 484168ab12 Some improvements Pauan 2018-02-24 11:53:47 -1000
  • 997dcbc237 Minor tweaks Pauan 2018-02-23 20:50:31 -1000
  • 7d4a64f2f3 Dramatically improving the implementation of the map_rc macro Pauan 2018-02-23 19:46:14 -1000
  • 34b7d6147e Fixing the map_rc macro Pauan 2018-02-23 18:14:25 -1000
  • 34b22c60f8 Adding in Map2 and map_rc macro Pauan 2018-02-23 16:50:03 -1000
  • e7e22f3b21 Adding in DomChildren implementation for Signal Pauan 2018-02-20 22:08:36 -1000
  • 874832e82b Initial commit Pauan 2018-02-20 20:37:09 -1000
  • 3d9dd24614
    Initial commit Pauan 2018-02-20 20:33:26 -1000