0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Jun 07, 2024 — Jun 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove semaphore. Dialog cannot be made visible before the constructor returns. Make the dialog window slightly taller so the button fits properly. More... about 13 years ago
Create convenience wrapper for the mvc classes. More... about 13 years ago
Start splitting up the export dialog class into model-view-controller. More... about 13 years ago
Organize gui classes into packages. More... about 13 years ago
Clean the MainFrameView constructor. Move more config values into the Configuration class. More... about 13 years ago
Factor out configuration management. More... about 13 years ago
Move the last mouse listener from the main window frame into the controller. More... about 13 years ago
Store main window dimension, location and the list recent files in the model. More... about 13 years ago
Factor out remaining listeners from the main window frame into the controller. More... about 13 years ago
Move logic of all combo boxes into the controller. More... about 13 years ago
Move logic of all Settings menu items into the controller. More... about 13 years ago
Move logic of all File and Edit menu items into the controller. More... about 13 years ago
Start factoring out logic from GUI classes. First cut on MainFrame. More... about 13 years ago
Decrease the number of method arguments in FilterOp by using constructor. More... about 13 years ago
Exclude the transitive jhlabs dependency. It is required by a class which is not used in BDSup2Sub. The exclusion reduces our binary size by 38%. More... about 13 years ago
Use java-image-scaling library for resampling. More... about 13 years ago
Update licence headers. More... over 13 years ago
Update README.md More... over 13 years ago
Rename README file in order to be able to use markup. More... over 13 years ago
Rename README file in order to be able to use markup. More... over 13 years ago
Fix name and GitHub url. More... over 13 years ago
Reorganize package structure and introduce maven. More... over 13 years ago
Make unit test work in Windows environment. More... over 13 years ago
Create FilenameUtils with unit tests and swap out ToolBox methods. More... over 13 years ago
Clean up GUI classes. More... over 13 years ago
Simplify conditional expression. More... over 13 years ago
Inline unnecessary local variables. More... over 13 years ago
Improve array copy performance. Remove unused initializations. Remove redundant declarations. Narrow field visibility in some cases. Remove unused method parameters. Remove unnecessary semicolons. Classes should not extend Object explicitly. More... over 13 years ago
Use space for indentation. Organize imports. More... over 13 years ago
Remove unnecessary unboxing. Use enhanced for loop to make loops less error prone. Use contains instead of indexOf. More... over 13 years ago