summaryrefslogtreecommitdiff
path: root/main.go
Commit message (Collapse)AuthorAge
* Snow/Ice can now optionally be removed/added.Kevin Chabowski2013-08-17
|
* GUI is now locked on slow operations (e.g. Filling).Kevin Chabowski2013-08-17
|
* Renamed Toolbox to Sidebar.Kevin Chabowski2013-08-17
|
* Improved main window layout.Kevin Chabowski2013-08-17
| | | | | * Radio buttons for tools are now aligned properly. * Removed spacing in the main VBox (looked rather strange IMHO).
* Enabled savingKevin Chabowski2013-08-17
|
* Enabled setting the Biome of the MapWidgetKevin Chabowski2013-08-16
|
* Preparing for tool usageKevin Chabowski2013-08-15
|
* Undo will not be implemented at the momentKevin Chabowski2013-08-15
|
* Statusbar now displays current pos and biomeKevin Chabowski2013-08-15
|
* Added MapWidgetKevin Chabowski2013-08-15
| | | | | It already draws the map and the biomes and can be moved with the middle mouse button.
* Added ToolsKevin Chabowski2013-08-14
| | | | | | * tool is now Tool and is defined as an interface * toolFill and toolDraw implemented * Updated toolbar
* Added spin button for draw radius.Kevin Chabowski2013-08-14
|
* Added undo to menu bar.Kevin Chabowski2013-08-14
|
* Initial commitKevin Chabowski2013-08-14
General idea of GUI is already there.