| Commit message (Expand) | Author | Age |
* | Merge pull request #136 from dredozubov/anchor-links | Adam Chlipala | 2020-01-15 |
|\ |
|
* | | JavaScript 'currentUrl' should return a string, not a URL, since the latter h... | Adam Chlipala | 2019-10-04 |
* | | New JavaScript FFI function 'listen' | Adam Chlipala | 2019-07-17 |
* | | Allow Basis.currentUrl on client side | Adam Chlipala | 2019-03-30 |
* | | JavaScript string subscripting should raise out-of-bounds exceptions | Adam Chlipala | 2019-03-10 |
* | | Stop complaining when a nonexistent option is chosen for cselect | Adam Chlipala | 2019-01-26 |
* | | fixes for review 1 | fab | 2019-01-21 |
* | | fix unit tests. implement urlifyChar | fab | 2019-01-09 |
* | | more portable functions | fab | 2019-01-02 |
* | | saving space | fab | 2018-12-27 |
* | | avoid a pow call if we can | fab | 2018-12-25 |
* | | bitmaps working | fab | 2018-12-25 |
* | | exhaustive testing brought to selenium. bug fix in isspace. useful function t... | fab | 2018-12-11 |
* | | migrate is_valid_hash, blessData, property, atom | fab | 2018-12-11 |
* | | fix isxdigit: is probably helpful to keep it only to ascii chars. migrate isl... | fab | 2018-12-09 |
* | | just to make sure there are no issues | fab | 2018-12-08 |
* | | patch isDigit | fab | 2018-12-08 |
* | | patching toLower and toUpper to provide consistent results in server side and... | fab | 2018-12-08 |
* | | strsub, strcspn, strsindex | fab | 2018-12-06 |
* | | ord | fab | 2018-12-06 |
* | | strsindex | fab | 2018-12-06 |
* | | chars with more than 2 bytes are awkwardly handled by the "normal" string of ... | fab | 2018-12-06 |
* | | reject invalid codepoints. Basis.iscodepoint. fix german char in js | fab | 2018-11-30 |
* | | several fixes on unit tests and implementation | fab | 2018-11-19 |
* | | Automatic merging of style/dynStyle and class/dynClass (closes #64) | Adam Chlipala | 2018-10-19 |
* | | Client-side escaping of HTML should be prepared for structured HTML trees, no... | Adam Chlipala | 2018-10-19 |
* | | Catch when a cselect has an unavailable value set | Adam Chlipala | 2018-10-12 |
| * | Rough same page anchors | Denis Redozubov | 2018-08-22 |
|/ |
|
* | offsetX, offsetY | Fabrice Leal | 2018-07-09 |
* | Adding: cradio (support for client-side radio box). | Artyom Shalkhakov | 2018-05-28 |
* | 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 |