0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 9 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Small changes with regard to* the upcoming release: 0.7.0 More... over 13 years ago
Changes w.r.t. the upcoming release: 0.7.0 More... over 13 years ago
Included VNCj code from Evgeni. More... over 13 years ago
Restored default config file. More... over 13 years ago
Small tweaks to CPU and memory classes after profiling session. More... over 13 years ago
Changed some log-settings so that no warnings are printed on the SEVERE-level that do not cause the emulator to stop working. More... over 13 years ago
Project wide code-reformatting. No "real" changes. More... over 13 years ago
Some cosmetic changes: More... over 13 years ago
Fixed floppy/fixed disk configuration; both can now handle variable disk numbers (including none). More... over 13 years ago
Code cleanup: various `booleanExp == true` and `booleanExp == false` replaced with `booleanExp` and `!booleanExp` respectively. Cleaned up import statements in all classes. More... over 13 years ago
Adjusted the features table of the website. More... over 13 years ago
Merged the module-redesign branch with the trunk. More... over 13 years ago
Cleaned up the config-classes a bit: More... over 13 years ago
Changed config-GUI classes so that no text on buttons is cropped and text inside labels that are too wide, are changed to non-editable text fields so that all text can be scrolled through. More... over 13 years ago
Added a separate text file (license.txt) with the (GPL 2) license in it. More... over 13 years ago
Commit with partial mouse support and quite some cosmetic changes. This is a commit before mouse was 100% working since a new branch for the Module-redesign is needed. More... almost 14 years ago
Replaced the custom MouseBuffer with a java.util.Queue. The MouseBuffer extended a java.util.ArrayList with bytes mimicking the behaviour of a queue. Note that when removing the first element from an java.util.ArrayList, all other elements need to be "moved" to the left of the list: with a queue, this happens in constant time O(1) opposed to the linear operation of the list. Replaced dioscuri.module.mouse.Mouse with the one from version 0.3.0 (which shoed activity when running the test application gtest.com from the Genius mouse driver). More... almost 14 years ago
Replaced the custom FIFOBuffer with a java.util.Queue. The FIFOBuffer held a java.util.ArrayList with bytes mimicking the behaviour of a queue. Note that when removing the first element from an java.util.ArrayList, all other elements need to be "moved" to the left of the list: with a queue, this happens in constant time O(1) opposed to the linear operation of the list. More... almost 14 years ago
Replaced the custom FIFOBuffer with a java.util.Queue. The FIFOBuffer held a java.util.ArrayList with bytes mimicking the behaviour of a queue. Note that when removing the first element from an java.util.ArrayList, all other elements need to be "moved" to the left of the list: with a queue, this happens in constant time O(1) opposed to the linear operation of the list. More... almost 14 years ago
Another concurrency bug somewhere in the keyboard. Quick fix by wrapping a try-catch block around it. Will file a bug report. More... almost 14 years ago
Too much logging, changed the level to INFO. More... almost 14 years ago
Removed the generated JAXB source files: these should be generated on the fly and not stored in Subversion (comitted them myself a while back accidentally...). More... almost 14 years ago
Updated the website for release 0.5.2 More... almost 14 years ago
Added the website of Dioscuri as seen on http://dioscuri.sourceforge.net/ More... almost 14 years ago
Added Javadocs for the new synchronized keyboard methods. More... almost 14 years ago
Fixed keyboard concurrency-bug when typing too fast (on older machines). More... almost 14 years ago
Fixed keyboard concurrency-bug when typing too fast (on older machines). More... almost 14 years ago
Fixed version names and Ant build file for release 0.5.2. More... almost 14 years ago
Added JavaDocs and extra comments for the "path-fix" from release 0.5.1. More... about 14 years ago
Added a .BAT- and .SH-file for the release 0.5.1. More... about 14 years ago