summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-04-19minibar & cloud service: minor style changeshallgren
2012-04-19Minibar documentation updatehallgren
2012-04-18minibar: add buttons to use generated translations as inputhallgren
2012-04-11minibar: fix to prevent the typed input field from losing focus when turning ...hallgren
2012-04-10minibar: internal state type changehallgren
2012-04-10minibar_input.js: internal state simplificationhallgren
2012-04-10minibar/pgf_online.js: pass arguments to the browse function in the same way ...hallgren
2012-04-05minibar&gfse: grammar extension user interface fixeshallgren
2012-04-04minibar&gfse: first working grammar extension interface in minibarhallgren
2012-04-03minibar: remember current inputhallgren
2012-04-02simple cleanup in the robust parserkr.angelov
2012-04-02minibar: better implementation of word replacementhallgren
2012-04-02gf-server.cabal: mtl is needed to build pgf-server nowhallgren
2012-04-02PGFService.hs: add web API function "abstrjson"hallgren
2012-04-01support.js: add an implementation of Array.isArray for older browsers that la...hallgren
2012-03-29gfse&minibar: work in progress on grammar extension fromminibarhallgren
2012-03-29gfse: show an informative error message in browsers that lack support for loc...hallgren
2012-03-26Workaround for bug in ghc-7.2.2hallgren
2012-03-26compiler/GF/Text/Coding.hs: fix build failure against ghc-7.2Sergei Trofimovich
2012-03-26Fix List.foldl / Map.foldl ambiguositySergei Trofimovich
2012-03-26minibar: support for adding grammars from several servers to the grammar menuhallgren
2012-03-26gfse: enable word replacement in minibar when activated from the editorhallgren
2012-03-26gfse&minibar: fix bug caused by function name clashhallgren
2012-03-22minibar: word-for-word replacement fixeshallgren
2012-03-22pgf_online.js: error callbackshallgren
2012-03-19minibar: word-for-word replacement fixhallgren
2012-03-19minibar: fix for recently introduced bug affacting Webkit browsershallgren
2012-03-19minibar: don't try to select the most recently used grammar if it isn't in th...hallgren
2012-03-18minibar: automatically select the most recently used grammar when returning t...hallgren
2012-03-18PGF run-time library: function names in BracketedString (experimental)hallgren
2012-03-18minibar: word-for-word replacement (experimental)hallgren
2012-03-17Cloud service start page layout fix for small screenshallgren
2012-03-16PGFService.hs: command=browse can now produce output in JSON format.hallgren
2012-03-12libpgf: a new implementation for literals which also allows custom literals. ...kr.angelov
2012-03-09libpgf: added simple lexerkr.angelov
2012-03-08minibar: add an option to make it easy to select png or svg outputhallgren
2012-03-08PGFService.hs: add output format option to the commands abstrtree, parsetree ...hallgren
2012-03-07libpgf: implementation for built in literal categorieskr.angelov
2012-03-07libpgf: simple fix in the parser debuggerkr.angelov
2012-03-07libpgf: two APIs - one for finding all parse results and another for finding ...kr.angelov
2012-03-06gfse: small usability improvementshallgren
2012-03-05gfse: more helpful hints about grammar parts and RGL moduleshallgren
2012-03-05gfse: bug fix: avoid hickup when inhertiting from a missing concrete syntaxhallgren
2012-03-05gf-server.cabal: always build the fastcgi module (pgf-server), lower version ...hallgren
2012-03-05minibar: tool tip on the feedback button and hint in the feedback formhallgren
2012-03-05libpgf: now all concrete functions and categories are explicitly linked to th...kr.angelov
2012-03-02libpgf: preliminary version for the statistical ranking. we use naive statist...kr.angelov
2012-03-02libpgf: simple optimization in the implementation for heapskr.angelov
2012-03-01gfse: bug fixhallgren
2012-02-29libpgf: an API for building heaps from buffers in gu/seq.ckr.angelov