aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
Commit message (Collapse)AuthorAge
...
* Support 'dynClass' and 'dynStyle' for <body>Gravatar Adam Chlipala2015-03-03
|
* Add 'download' attribute to <a/>, part of HTML5Gravatar Sergey Mironov2014-10-26
|
* A new MonoReduce optimization for lifting 'let' out of field projection; ↵Gravatar Adam Chlipala2015-02-01
| | | | JavaScript compilation for exponentiation
* Client-side conversion of string to boolGravatar Adam Chlipala2014-12-25
|
* List.memGravatar Adam Chlipala2014-12-23
|
* More HTML5 AJAX widgetsGravatar Adam Chlipala2014-11-16
|
* Textual HTML5 AJAX widgetsGravatar Adam Chlipala2014-11-16
|
* Some more HTML5 input typesGravatar Adam Chlipala2014-11-16
|
* More simple textual HTML5 input typesGravatar Adam Chlipala2014-11-16
|
* Remove 'value' attribute of <checkbox>Gravatar Adam Chlipala2014-11-16
|
* Make 'required' and 'autofocus' attributes Boolean; add a syntax extension ↵Gravatar Adam Chlipala2014-11-16
| | | | for parsing their usual HTML syntax
* HTML5 input attributes: placeholder, required, autofocus; email input type ↵Gravatar Sergey Mironov2014-10-12
| | | | (without cformTag equivalent)
* Add 'role' data attribute.Gravatar Sergey Mironov2014-07-07
| | | | | | | Note, that 'role' attribute is a part of reach ARIA API described here: http://www.w3.org/TR/wai-aria/ Among 'role', it defines lots of aria-* attributes
* <cselect> and <coption> type fixes (grandfathered into release)Gravatar Adam Chlipala2014-08-19
|
* Allow Body tags inside cformTagsGravatar Sergey Mironov2014-08-17
| | | | | This is required by Bootstrap. For example, see http://getbootstrap.com/components/#alerts-dismissible
* Adds AJAX-oriented widget cpassword.Gravatar Ziv Scully2014-08-10
|
* 'aria-*' attributesGravatar Adam Chlipala2014-08-01
|
* Added javascript for Basis.strsindexGravatar Samuel Dukhovni2014-07-28
|
* Top.max and Top.minGravatar Adam Chlipala2014-06-29
|
* 'sql_injectable_prim' instance for 'url'Gravatar Adam Chlipala2014-06-15
|
* Change String to avoid Char dependencyGravatar Adam Chlipala2014-06-11
|
* String.trim; add OnChange to more tagsGravatar Adam Chlipala2014-06-10
|
* Added HTML5 Semantic TagsGravatar David Snider2014-05-10
|
* Fix dynClass for non-<body> contextsGravatar Adam Chlipala2014-05-04
|
* A .urs comment about [queryL*]Gravatar Adam Chlipala2014-05-03
|
* HTML5 data-* attributesGravatar Adam Chlipala2014-05-02
|
* <thead>, <tbody>, <tfoot>Gravatar Adam Chlipala2014-04-30
|
* Change <active> to avoid generating an empty <span> for empty contentGravatar Adam Chlipala2014-04-21
|
* Add <pre> tag supportGravatar Sergey Mironov2014-02-24
|
* Merge with small clean-upsGravatar Adam Chlipala2014-02-18
|\
| * Add Datetime JavaScript support.Gravatar Patrick Hurst2014-02-17
| |
| * Merge in upstream changes.Gravatar Patrick Hurst2014-01-18
| |\ | |/ |/|
* | Raise exception when recv()ing from someone else's channel; improve setting ↵Gravatar Adam Chlipala2013-12-27
| | | | | | | | of client ID in RPCs
| * Add datetime functions for adding time intervals.Gravatar Patrick Hurst2013-12-09
| |
| * Finish datetime -> t renameGravatar Patrick Hurst2013-12-08
| |
| * Rename datetime type to t in the .urs file.Gravatar Patrick Hurst2013-12-08
| |
| * Add day-of-week/month <-> int conversion functions.Gravatar Patrick Hurst2013-12-07
| |
| * Day of week functions.Gravatar Patrick Hurst2013-12-05
| |
| * Basic datetime library.Gravatar Patrick Hurst2013-12-05
| |
| * Add basic year/month/day/hour/minute/second <-> time functions.Gravatar Patrick Hurst2013-12-05
| |
* | Add show instance for 'id' typeGravatar Sergey Mironov2013-10-07
| |
* | Add JavaScript mappings for isprint and ordGravatar Adam Chlipala2013-12-09
| |
* | Rename <activeHead> to <script> and make it work properlyGravatar Adam Chlipala2013-12-09
| |
* | activeHead: don't modify the head. just execute the code providedGravatar Sergey Mironov2013-12-06
| |
* | Add activeHead tag.Gravatar Sergey Mironov2013-12-06
|/ | | | activeHead is similar to active but produces xhead instead of xbody
* Fix more of client-side error handlersGravatar Adam Chlipala2013-11-14
|
* Fix regression in execution of 'onError' handlersGravatar Adam Chlipala2013-11-14
|
* Rename ListPair.map2 to ListPair.mpGravatar Adam Chlipala2013-11-04
|
* ListPair.map2, based on code by escalier@riseup.netGravatar Adam Chlipala2013-11-03
|
* Add <dl> <dt> <dd> tagsGravatar Sergey Mironov2013-10-07
|