Commit graph

15 commits

Author SHA1 Message Date
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
jlewin
eeebdb6077 Use GuiWidget instead of TextWidget for inline space
- Issue MatterHackers/MCCentral#5583
Agg Markdown parse creates unique texture per space
2019-05-24 13:56:55 -07:00
LarsBrubaker
9fbcc804d5 Don't load image data in markdown until it is drawn 2019-04-08 08:20:49 -07:00
LarsBrubaker
8a7c55b638 Have the markdown text running through the web cache 2019-04-07 16:01:31 -07:00
LarsBrubaker
c93bb370bc Playing with a new web cache class 2019-04-07 11:10:28 -07:00
jlewin
edaf2907bd Place access modifiers before override 2019-03-01 18:19:16 -08:00
John Lewin
970d68f5c0 Spelling 2018-11-29 13:41:24 -08:00
John Lewin
b1053b8198 Revert accessibility of contentRow
- Add public PrinterSetupWizardPage proxy to private .contentRow
- Use PrinterSetupWizardPage.ContentRow in LoadFilamentWizard
2018-11-03 10:12:49 -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
Lars Brubaker
775f1982bd Re-wrote the load filament wizard as not a macro so we have more control over it
Added it to the setup steps

issue: MatterHackers/MCCentral#4429
Put in a loading filament as part of initial setup process
2018-11-02 16:14:37 -07:00
John Lewin
051f33d7ae Improve error handling on help requests, skip invalid page paths
- Issue MatterHackers/MCCentral#4126
Missing path on tree node results in visible json in Markdown view
2018-09-24 13:08:05 -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