| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-11-01 | preliminary UI for storage/retrieval/search of documents in the GF editor | krasimir | |
| 2010-10-31 | added giza Alignments with command ga and merged the rendering algorithm for ↵ | ramona.enache | |
| graphviz and giza alignments | |||
| 2010-10-28 | minibar.js: bug fix: when not using group translation, and a particular ↵ | hallgren | |
| language is chosen in the To: menu, the translation would not be displayed | |||
| 2010-10-28 | minibar.js: bug fix: the To: menu wasn't updated properly when switching ↵ | hallgren | |
| grammars | |||
| 2010-10-27 | update the testsuite. Now we can typecheck more programs than before | krasimir | |
| 2010-10-26 | minibar: restructured code and improved user interface | hallgren | |
| * Keyboard input and completion should now work much more smoothly: + When you press space, the current word will be completed (if incomplete) and a new magnet will be created. If there is more than one possible completion, no magnet is created, but the common prefix of the possible completions is added to the text box. + Instead of asking the server for possible completions every time a new letter is added to the curent word, minibar only ask for completions for whole words and then filters the list locally when more letters are entered, speeding things up when server responses are slow. * Code restructuring: + The PGF server API has been moved to its own file: pgf_online.js. This allows it to be reused in other applicaitons without importing the entire minibar. It also allows minibar to be used with different server interfaces. + The minibar code has been rewritten to avoid storing state information in the document tree and accessing it by referring to named document elements. The code now also avoids using string literals contaning the names of top-level functions to specify event handlers for buttons and menus. (The code is no longer introspective, so alpha conversion will not change its meaning.) | |||
| 2010-10-26 | support.js: some enhancements and new functions | hallgren | |
| + ajax_http_get(url,callback) now checks the HTTP response status and shows an error message if the status is not OK (is not 200) + New function node(tag,attrs,children) to create document nodes with arbitraty attributes and children. The functions node() and text() should now be enough to construct arbitrary document trees in an easy, functional way, and many of the more specialized functions could be removed. + When calling the function button(label,action,key), the action can be a function instead of a string, so you can use local/anonymous functions. + New function debug(str) adds text to the element with id=debug, if it exists. | |||
| 2010-10-26 | new numerals/amharic.gf by Markos | aarne | |
| 2010-10-25 | when faced with hard unification problem the type checker should just ↵ | krasimir | |
| postpone the decision instead of failing immediately. added test case as well | |||
| 2010-10-25 | when we print the bracketed string it is useful to print the attached ↵ | krasimir | |
| metavariables as well | |||
| 2010-10-25 | update the testsuite to the latest state of the compiler/interpreter | krasimir | |
| 2010-10-25 | fixed typo in GeneratePMCFG.hs. fidFloat -> fidVar | krasimir | |
| 2010-10-25 | During the compilation, the final message "OK" should be displayed only if ↵ | krasimir | |
| we are not in silent mode. This was changed incidentally on the way. | |||
| 2010-10-21 | change the TcM monad to continuation passing style. The old monad caused ↵ | krasimir | |
| stack overflow for large search spaces | |||
| 2010-10-21 | added week day's names in SUMO for Bulgarian and Swedish | krasimir | |
| 2010-10-21 | support for proof search with high-order functions | krasimir | |
| 2010-10-20 | functorized Query and added Swe | aarne | |
| 2010-10-20 | bugfix in the term generation | krasimir | |
| 2010-10-20 | fixed typo which broke the parsing with -openclass | krasimir | |
| 2010-10-19 | in the type checker monad we should use lazy pattern matching because ↵ | krasimir | |
| otherwise we force the exhaustive tree generation to be strict | |||
| 2010-10-18 | in tutorial/smart remove the hack that forced the proof object to be resolved | krasimir | |
| 2010-10-18 | added explicit depth parameter to the parsing API and the corresponding ↵ | krasimir | |
| command in the shell | |||
| 2010-10-18 | typo in PGF.TypeCheck which spoiled the previous patch | krasimir | |
| 2010-10-18 | now we use the GF reasoner to fillin meta variables in the abstract trees ↵ | krasimir | |
| generated from the parser | |||
| 2010-10-18 | forgot Birds.gf | krasimir | |
| 2010-10-18 | translation to English of the Birds dictionary | krasimir | |
| 2010-10-23 | minibar.html: add a <noscript> element with a note that the page doesn't ↵ | hallgren | |
| work unless JavaScript is enabled | |||
| 2010-10-18 | minibar.js: show the type error messages that can occur for grammars with ↵ | hallgren | |
| dependent types | |||
| 2010-10-18 | small Swedish/Bulgarian dictionary of birds in SUMO | krasimir | |
| 2010-10-17 | minibar.js: add an option to enable/disable the Random button | hallgren | |
| 2010-10-16 | added .authorspellings file in the root directory | krasimir | |
| 2010-10-14 | now since the type checking monad TcM is nondeterministic we can use the ↵ | krasimir | |
| same monad in PGF.Forest.getAbsTrees | |||
| 2010-10-13 | generalize the nqueens function in NQueens.gf | krasimir | |
| 2010-10-13 | add start category S in NQueens. This helps the EditorApp to find the start ↵ | krasimir | |
| category | |||
| 2010-10-13 | use "-" and ";" instead of "_" and "\n" in NQueens | krasimir | |
| 2010-10-13 | bugfix in PGF.VisualizeTree for handling trees with implicit arguments | krasimir | |
| 2010-10-13 | WebUI: show error when depth/limit has invalid value | krasimir | |
| 2010-10-13 | fix PGF.Generate.restart. The restart should be done only if there are some ↵ | krasimir | |
| solutions found | |||
| 2010-10-13 | the PGF service now can do both random and exhaustive generation. these ↵ | krasimir | |
| functions now return both the generated tree and its linearization | |||
| 2010-10-13 | improved Web UI for queries | krasimir | |
| 2010-10-12 | added option -depth to command gr | krasimir | |
| 2010-10-11 | the exhaustive/random generator now knows how to handle computable functions ↵ | krasimir | |
| in the types | |||
| 2010-10-11 | update NQueens to use: 1) lists i.e. [Nat]; 2) implicit arguments | krasimir | |
| 2010-10-11 | now the generation from template with meta-variables respects the dependent ↵ | krasimir | |
| types | |||
| 2010-10-10 | extended CountriesAndRegionsRon.gf | krasimir | |
| 2010-10-07 | added dummy search box for documents | krasimir | |
| 2010-10-07 | use TabBar for the links in the upper-left corner of the editor | krasimir | |
| 2010-10-07 | dummy UI for documents saving/loading in the editor | krasimir | |
| 2010-10-02 | forgot to remove a trace message | krasimir | |
| 2010-10-02 | backtracking for random generation is not enough. we must restart the search ↵ | krasimir | |
| after each solution | |||
