mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 17:34:43 -04:00
Changes to the tool options UI
New option for the color picker tool (closes #115 - also includes new translatable strings), VSplitContainer for the tools and their options and a ScrollContainer for the tool options.
This commit is contained in:
parent
60422c0133
commit
5cce9d3180
15 changed files with 514 additions and 311 deletions
10
Changelog.md
10
Changelog.md
|
@ -6,16 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
## [v0.6.1] - Unreleased
|
||||
|
||||
### Added
|
||||
- Italian localization - thanks to Marco Galli!
|
||||
- Italian translation - thanks to Marco Galli!
|
||||
- In addition to the middle mouse button, you can now use `Space` to pan around the canvas.
|
||||
- The ability to choose for which color the color picker does its job, the left or the right. (Issue #115)
|
||||
|
||||
### Changed
|
||||
- When saving a .pxo file, the file path (along with the file name) gets remembered by the Export PNG file dialog path. (Issue #114)
|
||||
- More translatable strings, updates to Greek & Brazilian Portuguese (thanks to YeldhamDev) localizations.
|
||||
- More translatable strings, updates to Greek & Brazilian Portuguese (thanks to YeldhamDev) translations.
|
||||
- The dark theme button is now pressed by default if the user hasn't saved a theme preference in the config file.
|
||||
- Added a VSplitContainer for Palettes and Layers.
|
||||
- Added a VSplitContainer for the tools and their options, and another one for Palettes and Layers.
|
||||
- Made minor changes to the UI of tool options, including a ScrollContainer for them.
|
||||
- Added a ScrollContainer for the palette buttons on the Edit Palette popup.
|
||||
- Made Palette .json files more readable, and made "comments" on top of the color data.
|
||||
- Made Palette .json files more readable, and placed "comments" on top of the color data.
|
||||
- The grid options are now being updated realtime when they're being changed from the preferences, and they are also being saved in the config cache file.
|
||||
|
||||
### Fixed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue