Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | altoslib/altosuilib: Fix equals methods, add hashCode | Keith Packard | 2015-06-22 |
| | | | | | | | | Whenever we use a class as a HashMap key, that class needs to override the equals(Object) and hashCode() methods. Otherwise, the hash table won't work right. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altoslib/altosuilib: Update library version to 7 | Keith Packard | 2015-05-25 |
| | | | | | | So many ABI/API changes Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altoslib: Create display-independent map support code | Keith Packard | 2015-05-21 |
This takes the swing-specific map code and creates a generic version. Signed-off-by: Keith Packard <keithp@keithp.com> |