Commit graph

154 commits

Author SHA1 Message Date
Lars Brubaker
7e9d730df9 added a hotkey for zoom to selection 2021-05-25 17:25:44 -07:00
Lars Brubaker
9a2c73e1a4 Zoom to selection is working
issue: MatterHackers/MatterControl#4969
Create a zoom to / fit to selection for the view [$50]
2021-05-25 17:08:14 -07:00
LarsBrubaker
045b146588 Working to make zoom to selection zoom better 2021-05-24 07:40:13 -07:00
LarsBrubaker
a688bd61e4 zoom to selection is working 2021-05-22 22:24:12 -07:00
LarsBrubaker
d4696dff2d Improving new view ui 2021-05-22 14:20:28 -07:00
LarsBrubaker
01b93ccb62 improving rendering 2021-05-22 08:36:02 -07:00
Lars Brubaker
8ca5419b4e improving rendering 2021-05-21 18:04:57 -07:00
Lars Brubaker
fe406720f2 Got rid of invert icons 2021-05-21 15:23:25 -07:00
Lars Brubaker
005efad10a Making icons use the text color 2021-05-21 14:24:52 -07:00
LarsBrubaker
8fbb573497 The perspective button should start checked 2021-05-17 07:32:26 -07:00
LarsBrubaker
cd8e82753a All old functionality restored 2021-05-17 07:27:32 -07:00
LarsBrubaker
aba50688cd Adding icons, improving rendering 2021-05-17 07:27:32 -07:00
LarsBrubaker
1fdba214b5 Creating new ui 2021-05-17 07:27:32 -07:00
LarsBrubaker
ea1c58cdcb Set the bed center correctly 2021-05-04 21:57:54 -07:00
Lars Brubaker
ddae3224c7 Added ability to render debug info for trackball controller 2021-04-30 17:36:50 -07:00
Lars Brubaker
a4cb7ebff4 Drawing the rotation point and rotating around it 2021-04-30 15:06:14 -07:00
visdauas
c7b9a3ac12 Reworked camera controls 2021-04-15 00:35:27 +02:00
LarsBrubaker
3817d510eb making authoritative source, refactoring 2021-03-23 08:13:13 -07:00
LarsBrubaker
1f1fed2e2e Improving open library behavior 2021-03-21 19:32:30 -07:00
Lars Brubaker
1599aa0fd4 Fixed issue with color control
refactoring GuiWidegt
2021-01-29 16:44:47 -08:00
Lars Brubaker
9fa1061f1e Making it easier to start a print that will not ask for feedback
Ability to ask what printer an object is on
Starting work on ability to have a button on an object to execute arbitrary code
Cleanup and dead code removal
2021-01-14 15:49:34 -08:00
Lars Brubaker
544ec762c7 Cleaned up the settings view options (made switching fast) 2020-12-30 10:35:47 -08:00
LarsBrubaker
e990ce1fe8 fixing old issues 2020-12-29 08:13:37 -08:00
LarsBrubaker
ff1ea976f3 refactoring 2020-12-29 08:13:36 -08:00
LarsBrubaker
885c950653 upgrading more nugets 2020-12-07 07:58:13 -08:00
LarsBrubaker
506f2b273f Making static data compile time and universal 2020-11-25 07:39:36 -08:00
LarsBrubaker
e1b1757af1 refactoring to EditorDraw 2020-10-08 22:53:49 -07:00
LarsBrubaker
1e4b9400f0 closer to building 2020-09-24 22:35:03 -07:00
LarsBrubaker
4a9b242557 fixing theme color regression
changing measure stl
2020-09-14 07:36:32 -07:00
LarsBrubaker
230839bd53 Don't invalidate if can't see the temp graph
fixing warnings
better measure tool drawing
2020-09-13 19:52:02 -07:00
LarsBrubaker
a35347df4a Object3DControls are dynamically added for a given part 2020-09-12 19:44:18 -07:00
LarsBrubaker
77ec3d5909 Making controls more independent 2020-09-12 14:32:38 -07:00
LarsBrubaker
6e682494de Refactoring to use ITraceable preferentially to IPrimitive 2020-09-12 09:52:37 -07:00
LarsBrubaker
52df1380a7 Making the scene tree view a bit better 2020-09-12 08:53:40 -07:00
LarsBrubaker
1dfe8b3ee5 refactoring 2020-09-11 23:09:50 -07:00
LarsBrubaker
67ffe5169d Scaling and warning fixes 2020-08-19 22:51:03 -07:00
Lars Brubaker
9df2078d0d fixed more scaling issues 2020-08-04 14:56:27 -07:00
LarsBrubaker
22745bec34 using new consolidated code for right click 2020-07-09 07:12:00 -07:00
LarsBrubaker
2fafdccae5 making design tabs save width 2020-06-07 23:09:11 -07:00
LarsBrubaker
a42be48de0 Changed cut copy past menu items into a grouped item 2020-05-29 19:12:48 -07:00
LarsBrubaker
aec26a2292 refactoring 2020-04-01 20:49:25 -07:00
LarsBrubaker
a66096823b make sure we always rebuild the tree view when the content changes 2020-02-07 17:08:32 -08:00
LarsBrubaker
3ec5405fb7 Make the tree rebuild on uithread 2020-02-07 15:27:43 -08:00
LarsBrubaker
54d29b41f7 use run on idle less 2020-02-07 15:27:43 -08:00
LarsBrubaker
e950a0f3c5 fixing problems with selection leaving tree in bad shape 2019-11-10 21:16:08 -08:00
jlewin
02d9a8d93b Remove EmptyMenu behavior 2019-06-12 11:56:38 -07:00
jlewin
f884e336a4 Fix casing 2019-06-12 11:50:55 -07:00
jlewin
346bcefc9f Consolidate menu generation
- Issue MatterHackers/MCCentral#5654
Different menus when right clicking an object in the 3D view and in
the design tree
2019-06-12 11:48:45 -07:00
jlewin
ddf78bc299 Move Help menu item into GetActionMenuForSceneItem
- Issue MatterHackers/MCCentral#5654
Different menus when right clicking an object in the 3D view and in
the design tree
2019-06-12 11:08:14 -07:00
jlewin
0156c5c1e8 Use https for MH feed requests
- Issue MatterHackers/MCCentral#5632
MH Feed requests redirected to https
2019-06-04 18:22:33 -07:00