| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-21 | gfse: don't use multiline text boxes everywhere, just for concrete syntax | hallgren | |
| 2013-08-19 | gfse: only try to upload/compile grammars when browser is online | hallgren | |
| Show error message "Offline" if browser is offline. | |||
| 2013-08-19 | gfse: always open a resizable text box when editing concrete syntax | hallgren | |
| (Also fixed a broken link in gf-web-api-examples.html) | |||
| 2013-08-13 | Syntax editor: minor CSS fix | john.j.camilleri | |
| 2013-07-29 | minibar: more robust test for availability localStorage | hallgren | |
| Minibar should now work if localStorage is disabled or unavailable. (In Firefox, disabling cookies also disables localStorage.) | |||
| 2013-07-25 | RGL Browser: now includes Syntax Editor tab! | john.j.camilleri | |
| 2013-06-13 | Syntax editor: minor CSS tweak to resemble Minibar more | john.j.camilleri | |
| 2013-06-13 | Syntax editor: AST string always shown, remove export button | john.j.camilleri | |
| 2013-04-26 | gfse: use alltenses/ instead of present/ when looking up RGL oper types | hallgren | |
| 2013-04-26 | Add greek to Setup.hs and the web apps | hallgren | |
| 2013-04-25 | minibar: remove two more uses of with() | hallgren | |
| 2013-04-25 | minibar: fix bug that prevented minibar from working in Webkit browsers | hallgren | |
| The with(...) {...} statement has different scoping rules in Webkit browsers and Gecko browsers, so it is better to avoid it. | |||
| 2013-04-23 | js/localstorage.js: don't throw an exception if JSON parsing fails | hallgren | |
| Return the given default value instead. | |||
| 2013-04-23 | gfse: add access to the syntax editor | hallgren | |
| via the minibar | |||
| 2013-04-23 | js/gfrobust.js: don't try to translate sentenses that are too long | hallgren | |
| The C run-time responds badly to input that is too long, so we return an error message here instead. The limit is 200 URL-encoded characters. | |||
| 2013-04-23 | js/localstorage.js: improved faked localStorage if real localStorage is missing | hallgren | |
| 2013-04-23 | minibar: use the common interface to localStorage | hallgren | |
| ...for more streamlined code and better browser compatibility. | |||
| 2013-04-20 | gfse: don't add --# -path=.:present | hallgren | |
| Nowadays GF includes alltenses by default in the grammar search path. | |||
| 2013-04-19 | simple translation tool: minor documentation fix | hallgren | |
| 2013-04-19 | gf-cloud-api.html: fixed a typo | hallgren | |
| in the documentation of command=remake. | |||
| 2013-04-19 | gf-cloud-api.html: clarification | hallgren | |
| Unrecoginzed parameter in cloud service requests are silently ignored. | |||
| 2013-04-18 | simple translator: improved translation with the GF robust parser | hallgren | |
| by separate punctuation from the string sent to the robust parser. Also added buttons to view parse trees from the robust parser. | |||
| 2013-04-18 | gfrobust.js: add a method for constructing parse tree image URLs. | hallgren | |
| 2013-04-17 | minibar: syntax editor integration bug fix | hallgren | |
| The minibar has the alternative "All" in the target language menu. This should not be included when transfering to the syntax editor. | |||
| 2013-04-17 | minibar: fixes for phrasebook | hallgren | |
| Add minibar option to_multiple to be able to turn off selection of multiple target languages. | |||
| 2013-04-12 | GF cloud: work on syntax editor integration | hallgren | |
| + The syntax editor is now accessible from the Simple Translaton Tool. + The minibar now automatically provides access to the syntax editor (provided the necessary JavaScript files and style sheets have been loaded). + Preparations for making the syntax editor accessible from the grammar editor. | |||
| 2013-04-12 | syntax editor: fix references to global object 'server' | hallgren | |
| 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 | |
