summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
...
* 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
|
* Add xhead typeGravatar Sergey Mironov2013-10-07
|
* Add <em> and <strong> tagsGravatar Sergey Mironov2013-10-07
|
* Add 'rel' attribute to <a>Gravatar Adam Chlipala2013-08-09
|
* Basis.tryRpcGravatar Adam Chlipala2013-04-16
|
* Add some name-mangling rules to allow XML attribute 'name' and attributes ↵Gravatar Adam Chlipala2012-12-27
| | | | with dashes
* add Placeholder attribute to <password>; change <textbox> code generation to ↵Gravatar Adam Chlipala2012-11-30
| | | | set 'type' to 'text'
* Rename Basis.exp to Basis.pow, to avoid confusion with 'expression'; add a ↵Gravatar Adam Chlipala2012-11-28
| | | | test case for it
* Standard library additions: Option.unsafeGet, Basis.expGravatar Austin Seipp2012-11-28
|
* Removed unused parent() function which conflicts with window.parent.Gravatar Vladimir Shabanov2012-10-22
|
* Minor js optimizations.Gravatar Vladimir Shabanov2012-08-30
| | | | | * flatten() now uses accumulator and join. * reuse regexps instead of allocating new each time
* Removed setting of ignored XMLHttpRequest headers.Gravatar Vladimir Shabanov2012-08-30
|
* Fixed memory leak in dynClassGravatar Vladimir Shabanov2012-08-30
|
* show_sql_queryGravatar Adam Chlipala2012-08-22
|
* Back out last change and pursue a different fix, based on explicitly ↵Gravatar Adam Chlipala2012-08-03
| | | | aborting script execution at times when we don't expect scripts to run
* Undo change to script evaluation, originally made to support <active> + ↵Gravatar Adam Chlipala2012-08-03
| | | | 'giveFocus'; alternate approach to making 'giveFocus' work in dynamic code generatione
* Basis.getenvGravatar Adam Chlipala2012-08-02
|
* Removed evaluation of js function name strings. (from Vladimir Shabanov)Gravatar Adam Chlipala2012-07-29
|
* Change 'spawn' implementation to allow blocking within <active code>Gravatar Adam Chlipala2012-07-25
|
* Fix JavaScript implementation of strcspn()Gravatar Adam Chlipala2012-07-24
|
* Disallow suspending operations in <active code={...}>Gravatar Adam Chlipala2012-07-23
|
* Add more global mouse event hooksGravatar Adam Chlipala2012-07-23
|