Daniel Wood
Daniel Wood
When items are selected on different layers the layer widget should display 'Varies'
It's not possible to use polar and ortho snaps as the same time. Making one active should make the other inactive. The ui toggles are defined here: https://github.com/dubstar-04/Design/blob/main/data/ui/preferences.blp#L66
https://docs.gtk.org/gtk4/method.Window.fullscreen.html Add button to header bar in file window.blp. Create an action for the button in window.js The action should enable fullscreen maybe this.fullscreen? Example here: https://github.com/GNOME/sushi/blob/4eaed9c5a29adb9154c8ff302d9d6a8db1b5eae6/src/ui/renderer.js Need to ensure...
Add a UI for editing text. Allow changing the text font, size and alignment. Command it initiate editing is ED
Toolbar visibility should be false by default
Hide or make the menu entries inactive when using touch input. Properties and shortcuts are a good example. The window property for 'show-toolbars' should be renamed to 'touch-mode' or similar...
Consider how to cleanup and simplify the use of actions and associated shortcuts
Add a visual indicator to show the file needs saving. Maybe this could be in the file name on the tab.
See builder