0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 2 days ago.
Jun 13, 2025 — Jun 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Select first image converter if the 'last used converter' is not available More... over 11 years ago
Bump feature versions More... over 11 years ago
Let getImageProviders() throw core exceptions More... over 11 years ago
Image provider list should not be statically defined More... over 11 years ago
Rename plugin class to a more sensible name and fix some comments More... over 11 years ago
Remove unused class and only activate plugin when it is used More... over 11 years ago
Add setting to disable clipping More... over 11 years ago
Add 'store' parameter to IImageFormatProvider#provideSettings() More... over 11 years ago
Mimic Figure#paintChildren() instead of just calling child#paint() Store state befre painting children, so the state can be reversed while paiting the children Skip painting all layers (as there should be no need) More... over 11 years ago
GEF plugin is not required, only draw2d plugin More... almost 12 years ago
Fix duplicate categories: More... about 12 years ago
Fix formatting More... about 12 years ago
iamge -> image fix category id More... about 12 years ago
Bump version More... over 12 years ago
Put all features in a category to fix update site for Kepler (it requires categories..?) Fixes issue #2 More... over 12 years ago
Changed department name to Robotics and Mechatronics More... over 12 years ago
Forgot to actually call the storePreferences() method of the image provider... More... over 13 years ago
Remeber last export location (until Eclipse is closed) More... over 13 years ago
Use file path of active editor to provide an export path More... over 13 years ago
Make a copy of the rectangle (as it is not allowed to modify according to the getFigure() API) More... over 13 years ago
Removed 'plugin' from the plugin name More... over 13 years ago
The IImageFormatProvider interface add support for storing image provider specific preferences More... over 13 years ago
Add license More... over 13 years ago
Fixed small typo More... over 13 years ago
Store the selected export format in the preferences store. Use this stored perference to set the last used image format when the export wizard is used again. By default the PNG Image format is selected More... over 13 years ago
Bump versions so the updated (and correctly build) plugins and features are re-downloaded More... about 14 years ago
Fixed building the update site. It was messed up after creating the build scripts, it added * an additional bin directory in the path, so the classes could not get found * the source files More... about 14 years ago
Fixed update-side build script: * Using 'PDE Export' to create the plugins and features directory is not required (and slow) * Fixed the <bundles> and <features> elements, now the correct plugins and features get selected (previous we were just 'lucky' they got selected) More... about 14 years ago
Updated README as the Batik library is automatically installed (if required) More... about 14 years ago
Added a ant build script to build the update site: * update site now knows the location of the Batik library and is able to automatically install it if required (fixes #1) * The Batik feature is used as dependency (instead of the plugin) * Plugin version numbers are determined when the features are build * Removed old site building stuff (like site.xml and the project settings) Bumped version of both plugins More... about 14 years ago