summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-11-10print "no trees found" in GF shell if an empty tree list is returned by p or ptaarne
2008-11-10lexer documentation in help and tutorial updatedaarne
2008-11-10updated tutorial up to lexers ; fixed lexcode in GF (was wrong due to a typo)aarne
2008-11-09SRG generation: renameCats now gives new names to all cates used in the ↵bjorn
grammar, on RHS or LHS. This avoids a crash in non-recursive SRGS generation. The crash happend becase the bottom-up filter has not yet been done when renameCats is called.
2008-11-09Fixed PGF file overwriting issue reported by Peter, by refusing to overwrite ↵bjorn
any of the input pgf files. Maybe the right fix would be to read the PGF strictly?
2008-11-08Nicer brushed metal background.bjorn
2008-11-07More work on IE 6 bugs.bjorn
2008-11-07Fridge: don't carch on start-up in IE6.bjorn
2008-11-07Added IE6-only testing module for FridgeApp.bjorn
2008-11-06Fridge: Added Delete Last button.bjorn
2008-11-06The PGF GWT module needs to inherit the DnD stuff.bjorn
2008-11-06Fridge: prefix panel layout tweak.bjorn
2008-11-06Fridge: show initial letters in magnet bag when needed.bjorn
2008-11-06Fridge: minor refactoring.bjorn
2008-11-06Fridge: allow clicks in addition to drag and drop. Don't remove magnets when ↵bjorn
dnd-ing.
2008-11-06Use drag and drop in Fridge app.bjorn
2008-11-05Brushed metal look for fridge app.bjorn
2008-11-05Make fridge magnets look more like magnets.bjorn
2008-11-05GWT: big refactoring of the translator and fridge apps.bjorn
2008-11-05distinguished know_VS and know_V2 in Lexicon; patched Italian imperatives ↵aarne
(not quite finished yet)
2008-11-04URL for gwt in README correctedaarne
2008-11-04Get Fridge to compile with changes in Translate.bjorn
2008-11-04Forgotten record in src/server/Makefile.bjorn
2008-11-04Added GWT compile instructions to src/server/README.bjorn
2008-11-04GWT: changed input na doutput language boxes to not pretend that they allow ↵bjorn
multiple selections.
2008-11-04pgf-server: write stderr to pgf-error.log, since lighttpd closes stderr for ↵bjorn
fastcgi processes.
2008-11-04Use next-lib when building example PGFs in src/serverbjorn
2008-11-04Added /random to pgf-server.bjorn
2008-11-03Fix GWT client-side completion caching bug. Typing a space and then a letter ↵bjorn
quickly would cause the first request to be cancelled, and the second would use the two steps old results, which didn't go past the space => 0 completions.
2008-11-03Added first version of the fridge poetry guibjorn
2008-11-03gf-server: complete noew sorts case-insensitivebjorn
2008-11-03GWT: Refactor TranslateApp to make the suggestion panel and the settings ↵bjorn
panel separate classes. This makes it possible to reuse them in mosg and fridge.
2008-10-30Include .gf file name in source parsing syntax error message.bjorn
2008-10-30GWT lib and translator: added support for multiple pgf files.bjorn
2008-10-29gf-server: added a way to list the available pgf filesbjorn
2008-10-29Rename MainFastCGI.hs to PGFService.hs.bjorn
2008-10-29Some lighttpd config fixes for the gwt translator.bringert
2008-10-29GWT translator: fixed copy-paste bug where the from language was sent as ↵bjorn
both from and to language.
2008-10-29Better way of building gf-gwt.jar.bringert
2008-10-29GWT: Some changes to compilation scripts to run on linux.bringert
2008-10-28even more compact binary representation. saldo < 19MBkrasimir
2008-10-28Data.Binary should use Data.ByteString.copy when decoding ByteStringskrasimir
2008-10-28remove some traces that I left by incidentkrasimir
2008-10-28remove some redundant imports of GF.Text.UTF8krasimir
2008-10-28forgot to add PGF.Binarykrasimir
2008-10-28binary serialization for PGFkrasimir
2008-10-28GWT: better heuristics for when to ask the server for completions.bjorn
2008-10-28GWT completion: only return request.getLimit() results to the SuggestBox. ↵bjorn
Re-request completions from the server if there is only one completion.
2008-10-28Changed PGF.complete to include the given input if it can be parsed as a ↵bjorn
complete tree.
2008-10-28define Read and Show instances for Expr and Treekrasimir