Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-25 | Refactored the source folders. | Reinier Zwitserloot | |
2009-10-16 | Fixed issue #24 by refactoring the AST.Node class - taken it out, and in the ↵ | Reinier Zwitserloot | |
process fixed a lot of type annoyance by adding more generics. Also changed coding style from for/while/if/switch/catch/do ( expr ) {} to for (expr) {}, hence the changes _everywhere_. | |||
2009-07-14 | Used reflection to call Apple native look to avoid errors in a non-mac | Roel Spilker | |
development environment | |||
2009-07-05 | Final touches on the installer: | Reinier Zwitserloot | |
- some bug fixes for linux - renamed InstallerWindow to Installer - Apple-specific prettification added (dock icon, app name) - more documentation. Also, I started added an open source licence to all files. |