| Commit message (Expand) | Author | Age |
* | dynClass() now calculates and sets class and style attributes before adding n... | Vladimir Shabanov | 2017-12-13 |
* | Added oninput event to inputs which support it. | Vladimir Shabanov | 2017-12-05 |
* | Button: disabled attribute; allowing number entry using HTML5 widgets | Artyom Shalkhakov | 2017-02-21 |
* | Plug a reactive-DOM memory leak (thanks to Saulo Araujo for spotting the prob... | Adam Chlipala | 2016-08-24 |
* | Remove a check that was actually always passing because it was on the wrong o... | Adam Chlipala | 2016-08-08 |
* | Avoid repopulating dead nodes; otherwise, we might wind up killing a node mul... | Adam Chlipala | 2016-08-08 |
* | Fix for "normalizeTable" nesting thead and tfoot in tbody | Saulo Araujo | 2016-07-16 |
* | Client-side: detect session timeout and ask the user to reload | Adam Chlipala | 2016-06-16 |
* | abs and floor added | Karen Sargsyan | 2016-05-23 |
* | asin, acos, atan, atan2 added | Karen Sargsyan | 2016-05-22 |
* | Some basic math functions: pow, sqrt, sin, cos, log, exp are added to work at... | Karen Sargsyan | 2016-05-21 |
* | Finish removing PWild; only load a library once, even if referenced multiple ... | Adam Chlipala | 2016-02-07 |
* | Merge PVar and PWild, to get more reasonable type-class resolution | Adam Chlipala | 2016-02-07 |
* | Fixing dynClass for <tr>s | Adam Chlipala | 2015-12-15 |
* | JavaScript versions of a few more functions | Adam Chlipala | 2015-11-01 |
* | Better client-side error messages for RPC failures | Adam Chlipala | 2015-11-01 |
* | Basis.fromMilliseconds | Adam Chlipala | 2015-11-01 |
* | New mouse events oncontextmenu, onmouseenter, and onmouseleave. | Ziv Scully | 2015-04-07 |
* | Make flattening of reactive HTML trees iterative instead of recursive, to avo... | Adam Chlipala | 2015-03-08 |
* | Fix dynClass JavaScript reversion | Adam Chlipala | 2015-03-08 |
* | Support 'dynClass' and 'dynStyle' for <body> | Adam Chlipala | 2015-03-03 |
* | A new MonoReduce optimization for lifting 'let' out of field projection; Java... | Adam Chlipala | 2015-02-01 |
* | Client-side conversion of string to bool | Adam Chlipala | 2014-12-25 |
* | More HTML5 AJAX widgets | Adam Chlipala | 2014-11-16 |
* | Textual HTML5 AJAX widgets | Adam Chlipala | 2014-11-16 |
* | Adds AJAX-oriented widget cpassword. | Ziv Scully | 2014-08-10 |
* | Added javascript for Basis.strsindex | Samuel Dukhovni | 2014-07-28 |
* | Fix dynClass for non-<body> contexts | Adam Chlipala | 2014-05-04 |
* | HTML5 data-* attributes | Adam Chlipala | 2014-05-02 |
* | Change <active> to avoid generating an empty <span> for empty content | Adam Chlipala | 2014-04-21 |
* | Merge with small clean-ups | Adam Chlipala | 2014-02-18 |
|\ |
|
| * | Add Datetime JavaScript support. | Patrick Hurst | 2014-02-17 |
|/ |
|
* | Raise exception when recv()ing from someone else's channel; improve setting o... | Adam Chlipala | 2013-12-27 |
* | Add JavaScript mappings for isprint and ord | Adam Chlipala | 2013-12-09 |
* | Fix more of client-side error handlers | Adam Chlipala | 2013-11-14 |
* | Fix regression in execution of 'onError' handlers | Adam Chlipala | 2013-11-14 |
* | Basis.tryRpc | Adam Chlipala | 2013-04-16 |
* | add Placeholder attribute to <password>; change <textbox> code generation to ... | Adam Chlipala | 2012-11-30 |
* | Removed unused parent() function which conflicts with window.parent. | Vladimir Shabanov | 2012-10-22 |
* | Minor js optimizations. | Vladimir Shabanov | 2012-08-30 |
* | Removed setting of ignored XMLHttpRequest headers. | Vladimir Shabanov | 2012-08-30 |
* | Fixed memory leak in dynClass | Vladimir Shabanov | 2012-08-30 |
* | Back out last change and pursue a different fix, based on explicitly aborting... | Adam Chlipala | 2012-08-03 |
* | Undo change to script evaluation, originally made to support <active> + 'give... | Adam Chlipala | 2012-08-03 |
* | Removed evaluation of js function name strings. (from Vladimir Shabanov) | Adam Chlipala | 2012-07-29 |
* | Change 'spawn' implementation to allow blocking within <active code> | Adam Chlipala | 2012-07-25 |
* | Fix JavaScript implementation of strcspn() | Adam Chlipala | 2012-07-24 |
* | Disallow suspending operations in <active code={...}> | Adam Chlipala | 2012-07-23 |
* | Add more global mouse event hooks | Adam Chlipala | 2012-07-23 |
* | Nicer <active> semantics | Adam Chlipala | 2012-07-22 |