Commit graph

73 commits

Author SHA1 Message Date
Lars Brubaker
32a192c2b8 Upgrading to .net 6 2022-07-15 17:28:39 -07:00
Lars Brubaker
619d2b63cc Made the calibration cubes have instructions
Description Object can have clickable links
Markdown widget keeps its size correctly
Printer connection switches to disconnected when com port lost
Fixed material temp
2022-04-01 16:12:33 -07:00
Lars Brubaker
5df3ef73a5 Make paragraphs space better 2022-03-15 14:49:30 -07:00
Lars Brubaker
5ff04ba2f1 Making bold markdown wrap 2022-03-15 11:21:04 -07:00
Lars Brubaker
9f7aa3bacb Changed queue to be a file library in appdata
fixed queue test
2022-02-17 13:25:43 -08:00
LarsBrubaker
048e20b659 Making the queue a file folder 2022-02-17 08:08:37 -08:00
Lars Brubaker
fa5cdd956e Improve loading images for the resources feed
Change store to resources
2021-11-26 10:16:59 -08:00
Lars Brubaker
6162ca25d4 Make sure we load our images asynch make sure we update them after load 2021-11-24 17:02:26 -08:00
Lars Brubaker
1fda0e7320 Improving store page 2021-11-24 16:25:34 -08:00
Lars Brubaker
4d7dfd1787 Ability to force center in back
Ability to turn off monotonic infill
2021-09-21 11:43:56 -07:00
LarsBrubaker
b25132b44d Improving default scroll bars 2021-06-12 07:59:52 -07:00
Lars Brubaker
fe406720f2 Got rid of invert icons 2021-05-21 15:23:25 -07:00
Lars Brubaker
1599aa0fd4 Fixed issue with color control
refactoring GuiWidegt
2021-01-29 16:44:47 -08:00
LarsBrubaker
fbf8767452 Fixing memory leak
fixing warnings
2020-12-24 22:49:47 -08:00
LarsBrubaker
506f2b273f Making static data compile time and universal 2020-11-25 07:39:36 -08:00
Lars Brubaker
0fd5b7a0f9 Moved ImageIO to .net standard 2020-11-24 18:08:49 -08:00
LarsBrubaker
6881e19ee6 Created test and addressed printer name bug
issue: MatterHackers/MCCentral#6102
Renaming printer when 2 are open, renames both
2020-10-03 17:58:42 -07:00
Lars Brubaker
06baf2a1b1 ordering primitives
refactoring
2020-09-22 17:53:06 -07:00
LarsBrubaker
34eb87cf64 respond to max size changes 2020-08-16 19:58:22 -07:00
LarsBrubaker
018fb4ab49 making the responsive widget have the info about minimum size 2020-08-16 18:50:20 -07:00
LarsBrubaker
a5009558f6 Fixing scaling issues 2020-08-16 12:12:24 -07:00
LarsBrubaker
4b99d1accd Made error messages wrap 2020-08-14 07:41:40 -07:00
LarsBrubaker
5d033bbdb4 caching github folder content (fast loading) 2020-08-07 07:47:10 -07:00
Lars Brubaker
9df2078d0d fixed more scaling issues 2020-08-04 14:56:27 -07:00
Lars Brubaker
32b8776276 Moving show folders to the menu
refactoring
2020-07-24 14:03:45 -07:00
LarsBrubaker
68eb1fdb48 Fixing web cache to work on text 2020-07-13 21:10:12 -07:00
LarsBrubaker
690db19baa Improving documentation
fixing bugs
2020-07-05 14:06:02 -07:00
LarsBrubaker
1cfbba4695 Don't crash on a bad URL 2020-06-27 19:21:04 -07:00
LarsBrubaker
86d4a9e582 fix image links 2020-06-27 13:12:26 -07:00
Lars Brubaker
dc949d72cd Improve layout of new tool tips
Fix issue with openGL not having glGenBuffers
2020-06-26 17:01:37 -07:00
LarsBrubaker
15d39d297d Making the tooltips have markdown and context help 2020-06-26 17:01:36 -07:00
LarsBrubaker
2959b6e411 working on markdown tool tip widget 2020-06-26 17:01:36 -07:00
John Lewin
d701193f8c Inline url, remove unused definitions 2020-06-26 14:21:34 -07:00
John Lewin
0178f2d5f7 Fix encountered exception
- Call to ReadAllText returns the file text, subsequent call in error
2020-06-26 14:21:34 -07:00
Lars Brubaker
f2e2d54628 Changes to add child 2020-06-05 12:17:13 -07:00
LarsBrubaker
01309e9b0f cache all markdown text and check if local 2020-06-03 12:37:27 -07:00
LarsBrubaker
3d6fe51e32 Make the design tabs able to shrink 2020-05-30 21:26:37 -07:00
LarsBrubaker
69f7a29132 Make sure we re-flow after loading an image in markdown 2020-05-28 07:12:05 -07:00
LarsBrubaker
db86ef5450 Fixed inline image sizing
Made link images work
Fixed a bug with clicking help before loaded
2020-05-27 22:43:08 -07:00
Lars Brubaker
195888c8f8 Setting default data 2020-05-21 17:29:20 -07:00
Lars Brubaker
7d3cce547d Make the text cache look in static data if can't find cache
Made persistable work on decimate and repair
2020-05-21 16:29:45 -07:00
LarsBrubaker
ac5e450359 Working to make Hollow a protected object 2020-05-19 10:29:17 -07:00
LarsBrubaker
ab4a809885 removing warnings 2020-05-15 16:58:12 -07:00
LarsBrubaker
9d78b15695 Better alignment of Markdown content 2020-05-14 21:58:34 -07:00
LarsBrubaker
79ba96c18b Working on Pro upgrade page
Improving mark down renderer
2020-05-14 17:19:30 -07:00
LarsBrubaker
60a56af419 Removed ReadOnly list added Index of to SafeList 2020-02-07 17:08:47 -08:00
jlewin
79ee17e7ce Add matching text to search results 2019-06-19 16:49:27 -07:00
jlewin
7c996bed71 Revert to classic TextSpace implementation
- Issue MatterHackers/MCCentral#5634
Unexpected change in Markdown link styling
2019-06-06 11:58:23 -07:00
jlewin
ec1a50b815 Change OnClick to protected
- Issue MatterHackers/MCCentral#3445
Change accessibility of OnClick to protected, revise callers to use
InvokeClick()
2019-06-04 18:20:01 -07:00
Tyler Anderson
ff2ef1ad93 Added formatting for inline code in markdown 2019-06-04 11:00:57 -07:00