Commit graph

45 commits

Author SHA1 Message Date
LarsBrubaker
e91decdc12 Adding overflow text
Adding tool bar quick buttons
2022-06-19 15:43:42 -07:00
Lars Brubaker
d4926e702f improving design tools hold to origin 2021-09-16 14:56:38 -07:00
Lars Brubaker
c61afe9fee Making tool bar able to hind elements 2021-09-15 17:44:24 -07:00
Lars Brubaker
fe406720f2 Got rid of invert icons 2021-05-21 15:23:25 -07:00
Lars Brubaker
f6204e0eec Putting the left and right controls into the same line 2021-03-09 17:15:15 -08:00
LarsBrubaker
506f2b273f Making static data compile time and universal 2020-11-25 07:39:36 -08:00
LarsBrubaker
acddd2531c Don't show save on printer settings for material
issue: MatterHackers/MCCentral#6030
Save to should not offer Quality and Material for "Printer Settings"

make sure sub menus open well in bottom right corner
2020-08-31 19:33:43 -07:00
LarsBrubaker
e49deacdec Wrote a test and made layer highlight more intentional 2020-08-29 20:06:03 -07:00
LarsBrubaker
a6b0c54e37 Fixing high rez scaling issue 2020-08-17 07:38:16 -07:00
Lars Brubaker
5eb4e7c670 Put pop-up in the right place if on an internal system window
issue: MatterHackers/MCCentral#5996
problem with placement of right click menu
2020-08-12 17:36:59 -07:00
LarsBrubaker
15208178b1 More work on right click text widget menu 2020-07-25 08:41:25 -07:00
LarsBrubaker
e9cf4e3fbe Moving FlowSpacers to agg gui 2020-07-25 07:35:59 -07:00
LarsBrubaker
eea9f84679 enter share code on 'shared with me folder" 2020-07-24 21:54:33 -07:00
LarsBrubaker
69f5294f93 adding helper class to show a popup menu for right click 2020-07-09 07:07:02 -07:00
LarsBrubaker
a42be48de0 Changed cut copy past menu items into a grouped item 2020-05-29 19:12:48 -07:00
John Lewin
9539c71fe6 Use large icons, modified date in Open Recent menu 2019-04-28 08:23:23 -07:00
John Lewin
62055129b4 Capture parent SystemWindow on click, exit if null
- Issue MatterHackers/MCCentral#4567
Null reference error in ShowPopup.widgetRelativeTo_PositionChanged
2018-11-29 17:14:51 -08:00
John Lewin
7212f11871 Rename theme.ActiveTabColor to theme.BackgroundColor
- Issue MatterHackers/MCCentral#4491
2018-11-03 09:51:25 -07:00
John Lewin
8d4974dc32 Move theme.Colors.PrimaryTextColor into theme, remove unneeded types
- Issue MatterHackers/MCCentral#4490
2018-11-03 09:13:07 -07:00
John Lewin
d5d41e4fe8 Revert changes in MatterHackers/MatterControl@a082ae1
- Issue MatterHackers/MCCentral#4445
Submenus crash on open after border changes
2018-10-31 16:37:07 -07:00
Lars Brubaker
a082ae18e6 Made a border on PopupMenu
issue: MatterHackers/MCCentral#4427
Draw border around popup content of anchor widget open color
2018-10-31 13:21:28 -07:00
John Lewin
67faf84f5d Use theme.RowBorder for menu separators 2018-10-30 16:19:20 -07:00
Lars Brubaker
32bafd35f8 use the text color on the sub menu arrow 2018-10-29 17:39:57 -07:00
John Lewin
a7d9154e5a Add Recent menu item to bed menu to replace history bar
- Issue MatterHackers/MCCentral#4376
2018-10-25 08:25:36 -07:00
John Lewin
129507f26a Rename method 2018-10-24 21:13:10 -07:00
John Lewin
b7a77b94f4 Add icon option to CreateMenuItem 2018-10-22 14:16:25 -07:00
John Lewin
39c42743cc Remove custom alpha constructor 2018-10-22 14:16:25 -07:00
John Lewin
cd7f2a4e86 Fix non-pixel aligned rendering glitch 2018-10-19 12:00:20 -07:00
Lars Brubaker
5b97bac154 Put in a 'Community' menu item with sub-menu items 2018-10-15 17:57:26 -07:00
John Lewin
b6a3a5e9cd Remove DisableColor, collapse IsDarkTheme into parent 2018-10-15 08:11:58 -07:00
John Lewin
9a6a8e712d Remove redundant PrimaryBackgroundColor 2018-10-15 07:35:24 -07:00
John Lewin
9b0ffa77ec Reduce significance of menu highlight
- Issue MatterHackers/MCCentral#4288
2018-10-14 11:31:33 -07:00
John Lewin
0112af1b85 Increase MenuTheme support 2018-10-14 07:34:29 -07:00
John Lewin
ee936efb8a Revise theme support 2018-10-13 21:09:04 -07:00
John Lewin
22c0125b42 Convert KeepOpen to property, revise popup close logic 2018-10-11 15:04:03 -07:00
Lars Brubaker
b1f2023210 Getting more tests to run on new ui 2018-10-10 13:34:18 -07:00
Lars Brubaker
23f776c77a Better close logic on pop-ups when sub-pop-ups are open 2018-10-01 15:28:54 -07:00
Lars Brubaker
06cfe5a227 Have popup sub menus working well 2018-09-11 10:57:53 -07:00
LarsBrubaker
d32c900f67 First pass at sub-menu 2018-09-11 08:09:28 -07:00
John Lewin
b98e119ae7 Add to, rather than overwrite flags
- Issue MatterHackers/MCCentral#4110
Cut/Copy/Paste missing text
2018-09-08 14:20:00 -07:00
John Lewin
faec3620ef Improve menu icon spacing 2018-09-07 17:09:41 -07:00
John Lewin
fd290a8088 Move model view options into PopupButton 2018-09-07 17:09:41 -07:00
John Lewin
fe74b80426 Add MenuItem helper for bool/name/icon 2018-09-07 17:09:41 -07:00
John Lewin
3118d4b07f Fix casing of siblingRadioButtonList parameter 2018-09-07 17:09:41 -07:00
Lars Brubaker
bed90234e7 Made MatterControl run as a .net standard app
Moving matter control to a lib and creating a new exe to run it
2018-09-06 16:09:58 -07:00
Renamed from PartPreviewWindow/PopupMenu.cs (Browse further)