| Commit message (Expand) | Author | Age |
* | Change handling of returned text blobs, to activate the normal EWrite optimiz... | Adam Chlipala | 2013-12-11 |
* | Add show instance for 'id' type | Sergey Mironov | 2013-10-07 |
* | Merge | Adam Chlipala | 2013-12-09 |
|\ |
|
* | | Rename <activeHead> to <script> and make it work properly | Adam Chlipala | 2013-12-09 |
* | | activeHead: don't modify the head. just execute the code provided | Sergey Mironov | 2013-12-06 |
* | | Add activeHead tag. | Sergey Mironov | 2013-12-06 |
| * | Add 'xhead' case to Monoize | Adam Chlipala | 2013-12-06 |
|/ |
|
* | Add monoize case for 'dml' type | Adam Chlipala | 2013-10-01 |
* | Basis.tryRpc | Adam Chlipala | 2013-04-16 |
* | Make Scriptcheck catch more script/message-passing uses, and move the phase e... | Adam Chlipala | 2013-03-15 |
* | Add more HTML singleton tags, anticipating that others may make them availabl... | Adam Chlipala | 2012-12-31 |
* | Add some name-mangling rules to allow XML attribute 'name' and attributes wit... | Adam Chlipala | 2012-12-27 |
* | Ignore polymorphism in JavaScript calls to custom FFI functions, allowing a k... | Adam Chlipala | 2012-12-11 |
* | add Placeholder attribute to <password>; change <textbox> code generation to ... | Adam Chlipala | 2012-11-30 |
* | Allow any FFI module to declare new HTML tags | Adam Chlipala | 2012-11-28 |
* | Rename Basis.exp to Basis.pow, to avoid confusion with 'expression'; add a te... | Adam Chlipala | 2012-11-28 |
* | Standard library additions: Option.unsafeGet, Basis.exp | Austin Seipp | 2012-11-28 |
* | Tweaking treatment of function application: substitute or introduce a 'let'? | Adam Chlipala | 2012-08-05 |
* | show_sql_query | Adam Chlipala | 2012-08-22 |
* | Revert last changeset for now; needs more thought | Adam Chlipala | 2012-08-05 |
* | Tweaking treatment of function application: substitute or introduce a 'let'? | Adam Chlipala | 2012-08-05 |
* | New NameJs phase, still needing some debugging | Adam Chlipala | 2012-08-02 |
* | Basis.getenv | Adam Chlipala | 2012-08-02 |
* | Fix bug in handling of event attributes within client-side widgets | Adam Chlipala | 2012-07-21 |
* | <active> | Adam Chlipala | 2012-07-21 |
* | New event records for key and mouse handlers | Adam Chlipala | 2012-07-21 |
* | Lighter-weight encoding of window function use | Adam Chlipala | 2012-06-03 |
* | Partitioning and ordering for window functions | Adam Chlipala | 2012-06-02 |
* | Compiled a window function use | Adam Chlipala | 2012-06-02 |
* | Track whether SQL expressions may use window functions, in preparation for ac... | Adam Chlipala | 2012-06-02 |
* | Fix bugs in support for 'style' and 'dynStyle' | Adam Chlipala | 2012-05-06 |
* | 'dynStyle' pseudo-attribute | Adam Chlipala | 2012-05-06 |
* | 'style' attributes | Adam Chlipala | 2012-05-06 |
* | Simplify type of Basis.tag, regarding 'class' attribute; new compatibility pa... | Adam Chlipala | 2012-05-06 |
* | Fix generation of normal datatypes from polymorphic variants | Adam Chlipala | 2012-04-29 |
* | Fix urlification of recursive polymorphic variants | Adam Chlipala | 2012-04-28 |
* | Ensure proper ordering of <script> execution, to bring identifiers into scope... | Adam Chlipala | 2012-04-27 |
* | Fix monoization of recursive variants | Adam Chlipala | 2012-04-16 |
* | Saving uw_event for all events (so stopPropagation works everywhere) | Vladimir Shabanov | 2012-04-11 |
* | Fixed 'onload' handling for img tag. | Vladimir Shabanov | 2012-04-11 |
* | Avoid 'not fully determined' errors for fancy tasks | Adam Chlipala | 2012-03-03 |
* | 'ORDER BY RANDOM' (based on a patch from Ron de Bruijn) | Adam Chlipala | 2012-02-02 |
* | Fix fetching of keycodes for key events | Adam Chlipala | 2012-01-15 |
* | Finish function argument order-of-operations fix | Adam Chlipala | 2012-01-07 |
* | First part of changes to avoid depending on C function call argument order of... | Adam Chlipala | 2012-01-07 |
* | Adapt Monoize serialization to handle freshly created variant types | Adam Chlipala | 2012-01-02 |
* | Error messages about applying 'dynClass' to tags that don't like it | Adam Chlipala | 2011-12-31 |
* | Get a few more source files up-to-date with change to [tag] type | Adam Chlipala | 2011-12-28 |
* | 'dynClass' pseudo-attribute | Adam Chlipala | 2011-12-27 |
* | SQL lower() and upper() functions | Adam Chlipala | 2011-12-17 |