| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-08-16 | minibar: adding pgf_offline.js | hallgren | |
| This file exports the same PGF runtime interface as pgf_online.js but calls the hs2js translation of the PGF runtime library (which is not included in darcs). | |||
| 2011-08-11 | minibar: documentation and API work | hallgren | |
| 2011-08-11 | minibar: some functions were in the wrong file | hallgren | |
| 2011-08-09 | minibar: more documentation (in minibar-api.html) | hallgren | |
| 2011-08-08 | minibar: refactoring for improved modularity | hallgren | |
| Two smaller objects have been factored out from the Minibar object: Input and Translations. These have been placed in two separate files: minibar_input.js and minibar_translations.js. Some common auxiliary functions have also been moved to a separate file: minibar_support.js | |||
| 2011-08-08 | minibar: resolve conflict | hallgren | |
| 2011-08-03 | minibar: improve pgf_online.js | hallgren | |
| pgf_online.js has been simplified and generalized to support the full GF Web Service API. The changes are backwards incompatible, unfortunately. The documentation and minibar.js have been updated accordingly. | |||
| 2011-08-03 | minibar: small code and documentation tweaks | hallgren | |
| 2011-08-08 | minibar: recording old configuration changes | hallgren | |
| 2011-07-21 | GenIP, GenRP in Extra and any_Quant in ExtraEng | aarne | |
| 2011-06-21 | minibar support.js: add function ajax_http_post for posting FormData | hallgren | |
| 2011-04-11 | minibar: fix typo | hallgren | |
| 2011-04-11 | minibar: small documentation updates and corrections | hallgren | |
| 2011-04-06 | avoid warning from ghc-7.0 | hallgren | |
| Warning: -fglasgow-exts is deprecated: Use individual extensions instead | |||
| 2011-04-06 | avoid warning from ghc-7.0 | hallgren | |
| Warning: -fglasgow-exts is deprecated: Use individual extensions instead | |||
| 2011-03-22 | minibar: don't force focus to the typed input field after every word | hallgren | |
| On touch-based devices, the on-screen keyboard kept popping up after every word, which was very annoying if you were entering a sentence by tapping on the magnets. | |||
| 2011-03-22 | minibar: add trailing slash in suggested grammar URLs | hallgren | |
| 2011-03-17 | Adding a missing file for the tokenizer... | gdetrez | |
| 2011-02-10 | Adding a basic lexicon-based tokenizer and the asociated command in gf shell | gdetrez | |
| 2011-03-03 | minibar: add icon for word alignment button | hallgren | |
| 2011-03-03 | minibar: add a button to display word alignment | hallgren | |
| 2011-03-01 | minibar/support.js: recognize relative URLs as locations on the same server | hallgren | |
| This means that the relative grammar directory location in the default configuration will result in AJAX requests rather than the less efficient JSONP requests. | |||
| 2011-03-01 | minibar: make the feedback form work in the generic minibar | hallgren | |
| It is still disabled by default, since some manual configuraiton of feedback.cgi is required. | |||
| 2011-02-06 | a simple clitic analysis command 'ca' | aarne | |
| 2011-01-27 | minibar: a small change to make easy to select an alternate grammar directory | hallgren | |
| 2011-01-11 | minibar: update my home page link (cs->cse) | hallgren | |
| 2011-01-08 | fix the computation of abstract expressions in the presence of implicit ↵ | krasimir | |
| arguments | |||
| 2011-01-08 | bugfix in the handling of implicit arguments in the typechecker | krasimir | |
| 2010-12-17 | minibar.html: omit explicit grammars_url option | hallgren | |
| The grammars will then by default be fetched from the same server as minibar.html. This means that everything will be served locally when accessing minibar through a locally running pgf-http. | |||
| 2010-12-17 | minibar/support.js: fix comment typos and add links | hallgren | |
| 2010-12-17 | bugfix: setProbabilities should be more robust when there are missing ↵ | krasimir | |
| probabilities for some functions or categories | |||
| 2010-12-14 | now every parse state keeps reference only to the concrete and the abstract ↵ | krasimir | |
| syntaxes but not to the whole PGF | |||
| 2010-12-14 | work-around in Tree.expr2tree to make Paraphrase work | aarne | |
| 2010-12-14 | optimization in the parser for large lexicons. Now, the parser is slightly ↵ | krasimir | |
| slower for grammars with a small lexicon but 3-4 times faster for the English Resource Grammar used in combination with Oxford Advanced Learners Dictionary | |||
| 2010-10-19 | In the haskell code, we make the binary representation of the doubles ↵ | gdetrez | |
| compliant with IEEE 754. The default binary representation in haskell's Data.Binary package is homemade and quite complicated. Making it compliant with IEEE 754 will make it easyer for the java runtimes (and probably others) to load the PGF. | |||
| 2010-12-09 | minibar/support.js: add an errorcallback parameter to ajax_http_get | hallgren | |
| 2010-12-08 | fixed typos in the documentation for PGF.Parse | krasimir | |
| 2010-12-06 | simple refactoring in PGF.Macros and related | krasimir | |
| 2010-12-07 | moved PGF.ToApi to GF.Compile.ToAPI | aarne | |
| 2010-12-07 | minibar.js: restore start_miniabr function for backward compatibility | hallgren | |
| 2010-12-06 | no more IO in the syntax to API translator | ra.monique | |
| 2010-12-06 | vt -api with conversion to resource API names | aarne | |
| 2010-12-05 | added syntax to api translation module | ra.monique | |
| 2010-12-01 | minibar: rewrite minibar.js in a more idiomatic JS OOP style | hallgren | |
| This provides easier access to minibar internals for people who want to extend it, but probably also reveals too much of the internal machinery... | |||
| 2010-12-01 | Let minibar keep its own copy of tree-btn.png | hallgren | |
| 2010-12-01 | support.js: add function bind (JS OOP trick) | hallgren | |
| 2010-11-28 | minibar/about.html: minor adjustments | hallgren | |
| 2010-11-24 | command ai in the shell now shows the probability of the tree | krasimir | |
| 2010-11-23 | minibar/about.html: document recent development | hallgren | |
| 2010-11-17 | fixed some bugs in translation quiz | aarne | |
