Commit graph

55 commits

Author SHA1 Message Date
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
jlewin
3ad428ead3 Rename method 2019-05-28 15:22:55 -07:00
jlewin
1ea582e9df Extract path helper for reuse 2019-05-28 14:43:05 -07:00
jlewin
2626ed2ec9 Fix warnings 2019-05-28 14:24:42 -07:00
LarsBrubaker
c6fd9d2567 using normal cache paths
issue: MatterHackers/MCCentral#5579
Recent WebCache addition should use existing practices for location
2019-05-24 21:29:32 -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
John Lewin
20dc2f6bd3 Fix whitespace 2019-05-11 18:57:33 -07:00
LarsBrubaker
9c825cf6e7 fix WebCache path
issue: MatterHackers/MCCentral#5361
Revise UndoBuffer tests
2019-04-18 22:18:17 -07:00
Lars Brubaker
87376e14a9 Rename CacheMiss to ReloadRequest
Make sure we don't save the same image twice
This can happen if there are two requests very close together and the response has not be received
before the second request.
2019-04-11 19:18:52 -07:00
LarsBrubaker
9fbcc804d5 Don't load image data in markdown until it is drawn 2019-04-08 08:20:49 -07:00
LarsBrubaker
bee1c3aba4 Refactoring 2019-04-07 22:04:16 -07:00
LarsBrubaker
8a7c55b638 Have the markdown text running through the web cache 2019-04-07 16:01:31 -07:00
LarsBrubaker
6ae676cd23 Cache the hardware details for fast loading 2019-04-07 15:11:17 -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
0d111a09a3 Persist user workspaces on signout, guest workspaces on signin
- Issue MatterHackers/MCCentral#4699
Bed plate should be saved on sign out
2018-12-26 15:51:00 -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