0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 27, 2024 — Jul 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed unused code More... over 7 years ago
Added javadoc More... over 7 years ago
Corrected the constant to WindowConstants More... over 7 years ago
Removed unnecessary generic type More... over 7 years ago
Visibility modifiers are not needed for enum constructors, they are automatically private. More... over 7 years ago
Declared package name should match the directory name More... over 7 years ago
Concatenation of strings should be done using append More... over 7 years ago
Removed unused code More... over 7 years ago
Removed unnecessary variable assignments More... over 7 years ago
Visibility modifiers are not needed for enum constructors, they are automatically private. More... over 7 years ago
Fixed a bug that I introduced that will appear on the UGS Classic where the firmware setting menu is never enabled. More... over 7 years ago
Using a messagesbundle-file so that translations can be overridden by the localisation-bundle files. More... over 7 years ago
Added the actions for the feed and step buttons. More... over 7 years ago
Don't save the feed rate in its own state member, we can just as well use the settings. More... over 7 years ago
Merge branch 'master' of https://github.com/winder/Universal-G-Code-Sender into jog-module More... over 7 years ago
Added listeners for unit and step length settings. Do not do a continuous jogging only stepping exact distances as the previous version. More... over 7 years ago
Fix test. More... over 7 years ago
Backwards compatibility for old settings that use 'zh_CHS' More... over 7 years ago
Merge branch 'master' of github.com:winder/Universal-G-Code-Sender More... over 7 years ago
Rename Chinese localization from zh_CHS -> zh_CN, run update script. More... over 7 years ago
Merge branch 'master' into jog-module More... over 7 years ago
Merge pull request #928 from breiler/localization More... over 7 years ago
Merge pull request #929 from breiler/raw-command-stream More... over 7 years ago
Fixed codify warnings More... over 7 years ago
Removed the unused method for queuing raw streams from communicator and the controllers. More... over 7 years ago
Removed test for raw streams. Added a test for checking the order of the processed commands. More... over 7 years ago
Added a check if the resource bundle could be loaded. If not it will default to english. More... over 7 years ago
Added new module for jogging. More... over 7 years ago
Skip reference language in update languages script. Update languages. More... over 7 years ago
Updating language files. More... over 7 years ago