| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-15 | GF cloud: more readable formatting of the GF version page | hallgren | |
| Factor out common CSS from gfse/editor.css into clouds.css. | |||
| 2016-05-16 | Wide Coverage Translation Demo: you can now reorder the application grammars | hallgren | |
| When selecting which application grammars to use for translation, after pressing the "Grammars..." button, it is now possible to change the order of the selected grammars by dragging them up and down in the list. | |||
| 2016-05-16 | gfse/sort.js: enable dragging on touch screens | hallgren | |
| 2016-05-13 | Add a few missing languages in js/langcode.js. Use it also in gfse/editor.js. | hallgren | |
| gfse/editor.js had its own list with 34 languages, while js/langcode.js only had 30 languages. The missing languages have been added to js/langcode.js and all apps now use that list. | |||
| 2016-04-03 | GFSE: add Latvian to the list of RGL languages | hallgren | |
| 2016-01-19 | GFSE: add Afrikaans to the list of available RGL languages. | hallgren | |
| 2015-05-21 | Fixed a problem with minibar when invoked from gfse or the syntax editor | hallgren | |
| Minibar needs js/langcode.js now, so need to include it in gfse/index.html and syntax-exitor/editor.html too. | |||
| 2015-05-18 | GF cloud: updated lists of supported RGL languages and some minor style updates | hallgren | |
| 2014-01-28 | Wide coverage translation web demo improvements | hallgren | |
| + Add lexing/unlexing + Add a button to swap input and output + Minor layout adjustments | |||
| 2013-11-14 | gfse: re-enable example-based grammar construction | hallgren | |
| 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-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-23 | gfse: add access to the syntax editor | hallgren | |
| via the minibar | |||
| 2013-04-20 | gfse: don't add --# -path=.:present | hallgren | |
| Nowadays GF includes alltenses by default in the grammar search path. | |||
| 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-03 | Simple Translation Tool: initial support for editing source segments in the ↵ | hallgren | |
| minibar | |||
| 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-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. | |||
| 2012-11-23 | gf -server + gfse: show modification time of public grammars | hallgren | |
| 2012-11-23 | gfse: use POST requests when parsing grammar modules after editing as text | hallgren | |
| instead of GET, to avoid the Apache httpd URI length limitation. This means that gfse can no longer use JSONP when parsing grammars, so it has to be located on the same host as the cloud service. Also clean away trailing white space in support.js. | |||
| 2012-11-20 | gfse: remove obsolete files | hallgren | |
| 2012-11-20 | GF cloud: move support.js and pgf_online.js | hallgren | |
| Created the folder js and moved minibar/support.js and minibar/pgf_online.js there, to emphasize their status as app independent support libraries. There are probably more files that should be moved here. The cloud apps have been updated, externally hosted apps that link directly to our server need to be updated too. | |||
| 2012-10-22 | Add Chinese to the list of installed RGL languages and support it in the web ↵ | hallgren | |
| apps Aarne says the Chinese resource grammar is complete, but not yet completely correct. | |||
| 2012-10-18 | gfse: grammars can now contain one-line descriptions | hallgren | |
| Also fixed two small problems with public grammars. | |||
| 2012-10-16 | gfse: small fix | hallgren | |
| 2012-10-16 | gfse: identify inherited grammars by their unique id | hallgren | |
| This helps avoiding problems if an inherited grammar is renamed, or if there is more than one grammar with the same name. | |||
| 2012-10-09 | gfse: adding a section about public grammars in about.html | hallgren | |
| 2012-10-09 | gfse: show the grammar list if the currently selected grammar can not be loaded | hallgren | |
| Avoid showing a blank page if there is an unexpected problem with the grammars in localStorage. | |||
| 2012-10-04 | gfse: various code improvements and prelimiary support for public grammars | hallgren | |
| 2012-10-03 | gfse: fix a bug caused by sharing when copying a linearization function in ↵ | hallgren | |
| the row view Functional programming is easier than imperative programming! | |||
| 2012-10-03 | gfse: some refactoring | hallgren | |
| 2012-10-03 | gfse: row view: add a button to copy a linearization | hallgren | |
| When adding a new function, you can enter a linearization for one language and then copy it to the other languages with one button click. | |||
| 2012-10-02 | gfse and cloud service documentation update | hallgren | |
| 2012-10-02 | gfse: you can now add new functions from the matrix view | hallgren | |
| 2012-10-02 | gfse: more intuitive buttons for switching between the column, matrix & row ↵ | hallgren | |
| views | |||
| 2012-10-01 | gfse: adding a "row" view | hallgren | |
| Accessed by clicking on a function in the Abstract column in the matrix view. | |||
| 2012-10-01 | gfse: matrix view improvements | hallgren | |
| + You can click on a column header to switch to column view (i.e. the corresponding abstract/concrete syntax tab). + The categories and functions in the abstract syntax can be edited directly in the matrix view. | |||
| 2012-09-30 | gfse: small linearization type display adjustment | hallgren | |
| 2012-09-30 | gfse: display "??" instead of "null" in linearization types when lincats are ↵ | hallgren | |
| missing | |||
| 2012-09-30 | gfse: show the types of linearization functions when hovering over their names | hallgren | |
| 2012-09-28 | gfse & cloud improvements | hallgren | |
| + Added "Symbolic" to the list of resource modules that can be opened. + Clicking on the name of an opened resource module now displays the list operations it provides. (Implemented using show_operations in the GF shell.) + Added a GF version info link to the cloud service start page. | |||
| 2012-09-21 | gfse: added a new "matrix view" of grammars | hallgren | |
| 2012-08-02 | gfse: matching colors in cloud download/upload icons | hallgren | |
| 2012-06-21 | gfse/sort.js: make it more resusable | hallgren | |
| Move the gfse-specific list of sortable tags and class names from sort.js to editor.js. | |||
| 2012-06-12 | translator: documents can now be saved in the cloud | hallgren | |
| some other small fixes | |||
| 2012-06-12 | gfse & translator: change language code for Japanese to Jpn | hallgren | |
