-
Notifications
You must be signed in to change notification settings - Fork 635
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* High-density Applied - reduced margins and paddings to PackageTermsOfUse and UsageReportingAgreement dialogs * TitleBarButton Icons Added - added an icon set for dark and light theme for the maximize, minimize, close and restore buttons * Normalize Renamed to Restore, Icons Changed - button resource named 'Normalize' changed to 'Restore' - all references to that resource have been renamed to match the new version - old icons replaced with new for the CloseButtonStyle, MinimizeButtonStyle, MaximizeButtonStyle, and RestoreButtonStyle - minor typo in one of the image resources fixed * Created Dark Theme for TitleBarButtons - created a base button style to contain all the base properties of both Light and Dark theme styles - created a derived Dark theme style - changed the Edit Name dialog to use the new Dark Theme Style * Light Theme Style Derive From BaseButtonStyle - aligned light theme styles to also derive from the basebuttonstyle * ZoomDirectEditThreshold Global Variable - introduced ZoomDirectEditThreshold as a Configuration variable to control both Notes and Nodes rename zoom level * Edit Name TextBox Hover/Focus States Fix - fixed the mouseover and focus style for the HintingTextBox Style, which is used for the Edit Name (Node + Note) dialog * Minimum Height Constraint Terms of Use Dialog - added minimum height value for the Terms of Use dialog window * Minimum Height ScollBar Handle - added a minimum height to the scrollbar grip, so regardless of the amount of scrollable area, the decent grip height will be available * Node Edit Text Selection Background - change the color to the selected text when editing Node's name - added a new resource in the DynamoColorsAndBrushes dictionary file for future use * Resizable Crash Dialog - changes to the Crash dialog window to make it resizable * DynamoMessageBox Yes/No Swapp - swapped the position of the 'Yes' and 'No' button so the blue 'continue' button is always at the right-hand side of the dialog * Dynamo Message Box Cancel Dock Left - shifted the 'Cancel' button to the left-hand side of the dialog * Update About Window - 'Up to date' text now fixed to the Dynamo logo when resizing the window * Mark Graph HasUnsavedChanges after Inline Rename (Node) - fixed an issue where renaming a Node directly would not mark the Graph as changed * Mark Graph HasUnsavedChanges after Rename (Note) - fixed issue where Graph wouldn't get marked as changed after editing a Note * Text Selection Color Change - changed the shade of selection color for the Node to comply with contrast standards * Remove Old TitleBar Icons - remove old png resources and replaced with new ones
- Loading branch information
Showing
41 changed files
with
312 additions
and
171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+345 Bytes
src/DynamoCoreWpf/UI/Images/TitleBarButtons/close-darktheme-default-16px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+353 Bytes
src/DynamoCoreWpf/UI/Images/TitleBarButtons/close-darktheme-hover-16px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+310 Bytes
src/DynamoCoreWpf/UI/Images/TitleBarButtons/close-lighttheme-default-16px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+314 Bytes
src/DynamoCoreWpf/UI/Images/TitleBarButtons/close-lighttheme-hover-16px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+165 Bytes
src/DynamoCoreWpf/UI/Images/TitleBarButtons/max-darktheme-default-16px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+173 Bytes
src/DynamoCoreWpf/UI/Images/TitleBarButtons/max-darktheme-hover-16px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+165 Bytes
src/DynamoCoreWpf/UI/Images/TitleBarButtons/max-lighttheme-default-16px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+168 Bytes
src/DynamoCoreWpf/UI/Images/TitleBarButtons/max-lighttheme-hover-16px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+149 Bytes
src/DynamoCoreWpf/UI/Images/TitleBarButtons/min-darktheme-default-16px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file added
BIN
+151 Bytes
src/DynamoCoreWpf/UI/Images/TitleBarButtons/min-lighttheme-hover-16px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+182 Bytes
src/DynamoCoreWpf/UI/Images/TitleBarButtons/restore-darktheme-default-16px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+189 Bytes
src/DynamoCoreWpf/UI/Images/TitleBarButtons/restore-darktheme-hover-16px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+180 Bytes
src/DynamoCoreWpf/UI/Images/TitleBarButtons/restore-lighttheme-default-16px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+185 Bytes
src/DynamoCoreWpf/UI/Images/TitleBarButtons/restore-lighttheme-hover-16px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.