albin-johansson/TDA367-OOP-Project
An illustration application for the TDA367 course at Chalmers.
JavaMIT
Issues
- 0
draw on rotated rasters
#159 opened by theowiik - 0
Restructure layers so that only IRasterLayer has the setPixel method, etc. IRasterLayer should extend ILayer.
#131 opened by molleer - 0
- 0
- 0
Add viewport so that the model canvas actually has a width and height.
#121 opened by albin-johansson - 0
Add doc to InfoPane
#117 opened by oscaralmstrom - 0
Make the Doodle return height and width correctly
#139 opened by molleer - 1
- 0
- 0
Implement the ability to rename layers
#113 opened by HermanBergstrom - 0
Implement backend for rotation with layers.
#123 opened by oscaralmstrom - 0
Create a rotation tool which rotates the selected layer when the user holds and moves the mouse over the layer.
#124 opened by molleer - 0
Make the rotation tool calculate the rotation based on the movement of the mouse (not it's start position)
#137 opened by oscaralmstrom - 0
- 0
Create a color picker (EXISTING BRANCH)
#84 opened by theowiik - 0
- 0
- 0
- 0
- 0
- 0
- 0
Create a color sampler tool which can select a color from a specific point on the canvas and change to current color to the color at that point.
#125 opened by molleer - 0
Implement the bottom bar which gives information about the current layer and the canvas
#114 opened by HermanBergstrom - 0
- 0
Update GUI so you can drag and drop layers
#109 opened by HermanBergstrom - 0
Testing checkbox
#110 opened by molleer - 0
Improve on the GUI
#100 opened by HermanBergstrom - 0
Implement shape tool (or tools (?))
#90 opened by theowiik - 0
- 0
- 0
Create a simple way of moving layers forward or backwards (with arrows to begin with)
#74 opened by oscaralmstrom - 0
Create visual feedback to the user that the LayerManager houses the layers, when empty
#73 opened by oscaralmstrom - 0
- 0
- 0
Add file chooser feature for locating and importing a pre-existing image.
#89 opened by albin-johansson - 0
Create a getFXColor service that converts the models representation of color to an fx object
#62 opened by HermanBergstrom - 0
- 0
- 0
- 0
- 0
Remove ILayer attribute from Tools and instead give them a reference to the Model
#68 opened by HermanBergstrom - 0
DI transformer for shapes and text.
#51 opened by molleer - 0
- 0
canvasUpdated() in ICanvasUpdateListener should return CanvasUpdateEvent which contains information about the event
#71 opened by molleer - 0
Make the LayerListener send an event to the Manager, create, remove, change, visible
#56 opened by oscaralmstrom - 0
- 0
Connect the controller and mouse events to enable usage as well as selection of tools
#63 opened by HermanBergstrom - 0
Update the LayerItems to have model reference and index of which layer it's connected to
#57 opened by oscaralmstrom - 0
- 0