| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-04-12 | minibar/syntax editor integration fixes | hallgren | |
| When starting from the minibar, the selected set of target languages is now preserved when switching back and forth. | |||
| 2013-04-12 | Simple Translation Tool: eliminate &+ in translations from GF | hallgren | |
| Also fixed a bug introduced in previous refactoring. | |||
| 2013-04-12 | gfrobust.js: adding a JavaScript API to the GF Robust Parser translation service | hallgren | |
| Factored out from the Simple Translation Tool. | |||
| 2013-04-11 | minibar.html: add debug element | hallgren | |
| to allow debug output from the syntax editor when it is started from the minibar. Also fix broken markup. | |||
| 2013-04-07 | minibar: add a visual hint that linearizations can be expanded into tables | hallgren | |
| 2013-04-05 | Simple Translator: add GF Robust Parser to the menu for individual segments | hallgren | |
| 2013-04-05 | Simple Translator: use lextext/unlextext for translations with the robust parser | hallgren | |
| 2013-04-05 | Simple Translator: initial support for translation with the GF robust parser | hallgren | |
| 2013-04-04 | minibar/syntax editor integration improvements | hallgren | |
| Work in progress on preserving the start category and selected target languages when switching between the minibar and the syntax editor. | |||
| 2013-04-03 | Simple Translation Tool: initial support for editing source segments in the ↵ | hallgren | |
| minibar | |||
| 2013-04-03 | Adding src/www/js/localstorage.js | hallgren | |
| A common interface to localStorage, to store JSON data under a unique prefix. | |||
| 2013-04-02 | minibar: remember the selected set of target langauges | hallgren | |
| 2013-04-02 | minibar: abstract syntax trees are now shown with or without category names | hallgren | |
| Function names are always shown. | |||
| 2013-03-28 | minibar: show abstract syntax trees without or with function names | hallgren | |
| Click once to show abstract syntax trees without function names. Click again to add function names. | |||
| 2013-03-27 | minibar: fix problems with the To: menu | hallgren | |
| Automatically expanding the menu when the mouse is over it seems to cause wierd scrolling behavior in Chrome (and also in Firefox but less severe). | |||
| 2013-03-27 | minibar: documentation update | hallgren | |
| 2013-03-27 | minibar: click on a linearization to obtain a table with all variants and forms | hallgren | |
| Click again to hide the table. | |||
| 2013-03-27 | support.js: add function replaceNode | hallgren | |
| 2013-03-27 | minibar: fix buttons for abstract syntax trees and word alignment diagrams | hallgren | |
| They stopped working after yesterday's changes. | |||
| 2013-03-26 | minibar: documentation update | hallgren | |
| 2013-03-26 | minibar: show parse trees without or with function names | hallgren | |
| Click once to show the parse tree without function names. Click again to add function names. | |||
| 2013-03-25 | minibar: initial support for selecting an arbitrary subset of target languages | hallgren | |
| This affects which translations are shown and which languages are included in the word alignment diagrams. | |||
| 2013-02-11 | translator: add some menu padding for touch devices | hallgren | |
| 2013-02-11 | translator: small style change | hallgren | |
| 2013-02-11 | translator: remove debug code | hallgren | |
| 2013-02-11 | translator: "Open..." doesn't discard the current document anymore | hallgren | |
| It shows available documents and a Cancel button on top of the current document. | |||
| 2013-01-11 | Syntax editor: initial support for string literals | john.j.camilleri | |
| Also a bug fix when switching to editor, although this still messes up when using the letters grammar. Also updated readme with options, and some style improvements. | |||
| 2013-01-11 | Syntax editor: add tooltips to buttons | john.j.camilleri | |
| 2013-01-11 | Syntax editor: remove beta label | john.j.camilleri | |
| 2013-01-09 | Fixes for minibar offline | hallgren | |
| Tested it in Firefox 18 (which has the new Ionmonkey JavaScript engine). Still get stack overflows. | |||
| 2012-12-11 | Syntax editor: unwrap feature | john.j.camilleri | |
| 2012-12-11 | Syntax editor: link to about page | john.j.camilleri | |
| 2012-12-11 | Syntax editor: add about.html (and a Makefile for generating it) | john.j.camilleri | |
| 2012-12-07 | Syntax editor: change startcat when wrapping top node | john.j.camilleri | |
| 2012-12-07 | Syntax editor: various small improvements... | john.j.camilleri | |
| - separate tree edit buttons from option buttons - fix bug when wrapping on freshly imported ast - add interface for import & export of ast - cleaner internal implementation of Editor.add_refinement - small style updates | |||
| 2012-12-04 | Syntax editor: wrap now handles multiple possible positions for subtree | john.j.camilleri | |
| 2012-12-03 | Syntax editor: add wrap feature | john.j.camilleri | |
| 2012-11-30 | Syntax editor: internal optimizations by pre-computing certain stuff | john.j.camilleri | |
| 2012-11-30 | Syntax editor: in-place replacement of functions | john.j.camilleri | |
| When at a non-leaf node, refinements with identical type signatures are highlighting and can re placed without destroying the children. If not, the refinement is greyed and the user is asked to clear the current subtree first if they wish to replace it. This aspect of the UI should be polished, but at least it is obvious. Also, some substantial optimizations can still be made to cache the processed type signatures (which determine what can be replaced in-place) | |||
| 2012-11-29 | minibar: add a button to get detailed grammar info | hallgren | |
| After pressing the "i" button to view grammar info, there is now a "More info" button to get more detailed information about all categories and functions in the grammar. | |||
| 2012-11-29 | minibar: add tool tips to some of the buttons | hallgren | |
| Also move the functions title and attr from editor/editor.js to js/support.js. Also mention recent changes in minibar/about.html. | |||
| 2012-11-29 | Syntax editor: internal improvements. re-introduce initialize_from function | john.j.camilleri | |
| 2012-11-29 | Syntax editor/minibar integration fix | john.j.camilleri | |
| 2012-11-27 | some documentation updates and fixes | hallgren | |
| doc/Makefile: add a rule to regenerate gf-help-full.txt gf-help-full.txt: updated (new parse tree visualization options) demo & cloud index: clarifications minibar documentation: better layout on mobile devices GF 3.4 release notes: reorganized & updated | |||
| 2012-11-27 | Syntax editor; add new helper for parsing type signatures (not complete) | john.j.camilleri | |
| 2012-11-27 | Syntax editor: add options for GM in editor_online.js | john.j.camilleri | |
| 2012-11-27 | Syntax editor: avoid server calls for each refinement by using cached data | john.j.camilleri | |
| 2012-11-27 | Syntax editor: improvements and fixes with grammar manager | john.j.camilleri | |
| 2012-11-26 | gfse: add Prelude to the list of RGL modules that can be opened | hallgren | |
| 2012-11-26 | gfse: more readable layout for not so simple grammars + bug fix | hallgren | |
| To make definitions that span multiple lines more readable in guided mode, preserve line breaks and indentation when lin and oper definitions are displayed and edited in guided mode. Bug fix: moving the cursor by clicking and selecting text by dragging did not work in textareas and input fields, because those mouse event were intercepted by the sort-by-drag-and-drop handler. | |||
