5
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.markdown More... over 10 years ago
Merge pull request #104 from acumhur/patch-1 More... over 10 years ago
Create messages_tr_TR.properties More... over 10 years ago
Merge pull request #97 from komite/master More... almost 11 years ago
Add Simplified Chinese translation More... almost 11 years ago
Update README.markdown More... over 11 years ago
Merge pull request #87 from DreddyI/master More... about 12 years ago
Update tomighty-swing/pom.xml More... about 12 years ago
Changed plugin manager window title. More... about 12 years ago
Places plugin manager window at screen center. More... about 12 years ago
Refactored plugin manager window code. More... about 12 years ago
Plugins have names. More... about 12 years ago
Order of the elements are not guaranteed. More... about 12 years ago
Begin implementation of the plugin manager window. More... about 12 years ago
Increase window size a bit to avoid text overflow under Mac OS X. More... about 12 years ago
Improvement for Mac OS X. Both the tray menu and the main window were being shown at the same time when the user clicked on the tray icon. All tray menu items were moved from the tray menu to the context menu button of the main window. The tray menu no longer exists. More... about 12 years ago
Plugin support: making a step back in order to provide a simpler plugin support. More... about 12 years ago
Plugin support: making a step back in order to provide a simpler plugin support. More... about 12 years ago
Merge pull request #83 from sakai-to/master More... over 12 years ago
Changed Japanese message More... over 12 years ago
Added Japanese translation file More... over 12 years ago
Test menu item returned by the default plugin. More... over 12 years ago
Added Plugin.getInjector() and removed PluginLoader.getPluginInjectors() because PluginLoader should work like a stateless plugin factory. We can retrieve a list of plugin injectors by iterating over PluginManager.getLoadedPlugins(). More... over 12 years ago
Small refactoring. More... over 12 years ago
Plugins that are loaded after Tomighty's startup must have their menu items added to the tray menu. To make that possible, a PluginLoaded message is now being published after a plugin is loaded. The actual PluginsLoaded message (that is published once after all plugins are loaded) was removed. More... over 12 years ago
Renamed unit test. More... over 12 years ago
Removed unused field. More... over 12 years ago
Removed unused imports. More... over 12 years ago
Moved Tray and TrayManger to tray subpackage. More... over 12 years ago
Replaced TrayMenu's getPopupMenu() method by addTo(TrayIcon) to prevent uncontrolled modification to the underlying popup menu from the outside world. More... over 12 years ago