Commit History
@master
git clone https://git.catseye.tc/Zplet/
- Merge pull request #3 from catseye/fix-word-wrap-for-font-size Alexander Mueller 9 years ago
- Merge pull request #1 from catseye/master Alexander Mueller 9 years ago
- Update fixedmetrics anytime ZScreen.setFixedFont() is called. Chris Pressey 9 years ago
- Use correct source paths, create ../classes dir, add all: target. Chris Pressey 9 years ago
- Updated maven installation Alexander Mueller 12 years ago
- Refactoring: renamed the package 'org.zplet.screenmodel' to 'org.zplet.awt.screenmodel' Alexander Mueller 13 years ago
- Result of running the Eclipse 'Format' command on all source files with builtin profile 'eclipse' Alexander Mueller 13 years ago
- Result of eclipse Code Cleanup with builtin profile 'eclipse' Alexander Mueller 13 years ago
- Resolved deprecation warnings for foo.handleEvent() with foo.processEvent() Alexander Mueller 13 years ago
- Resolved deprecation warnings for foo.layout() with foo.doLayout() Alexander Mueller 13 years ago
- Resolved deprecation warnings for foo.bounds() with foo.getBounds() Alexander Mueller 13 years ago
- Resolved deprecation warnings for foo.size() with foo.getSize() Alexander Mueller 13 years ago
- Resolved the Window.show() and Dialog.show() deprecation warnings with using foo.setVisible(true) instead. Alexander Mueller 13 years ago
- mvn eclipse:eclipse generated eclipse settings Alexander Mueller 13 years ago
- changed junit version to 4.8.2 Alexander Mueller 13 years ago
- dont need build.xml anymore since we have the maven pom.xml Alexander Mueller 13 years ago
- Migrated directory structure to Maven standard directory layout and generated a simple POM Alexander Mueller 13 years ago
- Refactoring: renamed the prefix 'russotto' to 'org' since we have the 'org.zplet' namespace anyhow Alexander Mueller 13 years ago
- Undid the project split Alexander Mueller 13 years ago
- Intermediate while splitting projects Alexander Mueller 13 years ago
- Ignore 'classes' Alexander Mueller 13 years ago
- New classpath file for the tests Alexander Mueller 13 years ago
- Refactoring: split ZPlet and ZPletTest Alexander Mueller 13 years ago
- New helper class IFFChunk to replace the deprecated String methods; included a unit test to ensure both implementations work as expected Alexander Mueller 13 years ago
- Added serialVersionUID as offered by Eclipse as a workaround for the missing serial for serializable classes Alexander Mueller 13 years ago
- Replaced the unsafe call Thread.stop with a somewhat safer construct called request_stop Alexander Mueller 13 years ago
- Fix for warning. Alexander Mueller 13 years ago
- Basis refactorings: removed many of the Java warnings Alexander Mueller 13 years ago
- Added Eclipse project Alexander Mueller 13 years ago
- Initial commit after forking from http://zplet.sourceforge.net Alexander Mueller 13 years ago