Skip to content

Add RichEditBox Math Mode Examples #1813

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 70 commits into from
Apr 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
688f2b9
Add math mode editor to RichEditBoxPage
Zakariathr22 Mar 22, 2025
a4095fd
Fix summation symbol command and update control info
Zakariathr22 Mar 22, 2025
5251bf6
Add MathModeHelper for symbol management and input
Zakariathr22 Mar 22, 2025
9b8cacc
Design tweaks
Zakariathr22 Mar 22, 2025
335df98
Adding basic structures
Zakariathr22 Mar 23, 2025
4924a99
Fix + Added comments to TypeCommand function
Zakariathr22 Mar 23, 2025
4995117
tweak
Zakariathr22 Mar 23, 2025
518a2b9
Fix SuperscriptSubscript cmd
Zakariathr22 Mar 23, 2025
31d8077
tweak
Zakariathr22 Mar 23, 2025
c2d6a58
Adding Itegrals
Zakariathr22 Mar 23, 2025
818f210
Add Skewed and Linear Fractions
Zakariathr22 Mar 23, 2025
cd1d60d
Add summation operators
Zakariathr22 Mar 23, 2025
a0ba478
Reverted WinUIGallery.sln to commit 8384733f77b8f1094416516207d8509af…
Zakariathr22 Mar 23, 2025
e1ad597
Add prod operators
Zakariathr22 Mar 23, 2025
6c0d694
Add co-prod operators
Zakariathr22 Mar 24, 2025
de235a6
Replaced language identifier with locale identifier using LocaleNameT…
Zakariathr22 Mar 24, 2025
3ec69f7
Add union operators
Zakariathr22 Mar 24, 2025
b2d9ae7
Design tweaks and removed redundant commands
Zakariathr22 Mar 24, 2025
8038189
Add intersection operators
Zakariathr22 Mar 24, 2025
052919b
Add logical OR operators
Zakariathr22 Mar 24, 2025
bb091b2
Add logical AND operators
Zakariathr22 Mar 24, 2025
7ff3dd4
Update math mode description
Zakariathr22 Mar 24, 2025
701abec
Update header text for MathModeExample control
Zakariathr22 Mar 24, 2025
0284964
Preventing null reference issues in SelectorBar selection handling
Zakariathr22 Mar 24, 2025
a08dceb
Merge branch 'main' into feature/richedit-math-mode
Zakariathr22 Mar 24, 2025
c037099
Add accent structures and reduce redundancy in the helper class
Zakariathr22 Mar 24, 2025
41f1c69
Merge branch 'feature/richedit-math-mode' of https://github.com/Zakar…
Zakariathr22 Mar 24, 2025
575090b
Remove redundance
Zakariathr22 Mar 24, 2025
ffce9e8
Fix asset naming
Zakariathr22 Mar 24, 2025
29383a5
Add limit and log stuctures
Zakariathr22 Mar 25, 2025
6de1f48
Merge branch 'main' into feature/richedit-math-mode
Zakariathr22 Mar 25, 2025
eed6ba8
Fix
Zakariathr22 Mar 25, 2025
ba5ac85
Fix: Simulate keyboard input without switching the keyboard layout by…
Zakariathr22 Mar 25, 2025
d921a8c
Add an example for working with MathML
Zakariathr22 Mar 26, 2025
95ef317
Add comments to explain FormatMathML method
Zakariathr22 Mar 26, 2025
2737ef0
Add comments to explain TypeCommand method
Zakariathr22 Mar 26, 2025
6b2e9f8
Refine first example description and apply design improvements
Zakariathr22 Mar 26, 2025
1e8f9ed
Tweak
Zakariathr22 Mar 26, 2025
ee6293d
Update limit and log structures assets
Zakariathr22 Mar 26, 2025
237a4ea
Add structures for trigonometric functions
Zakariathr22 Mar 26, 2025
ac48166
Add structures for Inverse functions
Zakariathr22 Mar 27, 2025
9263f94
Add structures for hyperbolicfunctions
Zakariathr22 Mar 27, 2025
ef4730c
Add matrices structures
Zakariathr22 Mar 27, 2025
03690d1
Fix typos
Zakariathr22 Mar 27, 2025
9f3e89c
Code Improvements: Reduce redundancy, replace ObservableCollection wi…
Zakariathr22 Mar 27, 2025
e0f2dc8
Add stack object structure and optimize empty matrices insertion
Zakariathr22 Mar 27, 2025
44e0876
Merge branch 'main' into feature/richedit-math-mode
Zakariathr22 Mar 31, 2025
f29f38b
Fix spelling errors
Zakariathr22 Apr 1, 2025
08d57c4
Merge branch 'feature/richedit-math-mode' of https://github.com/Zakar…
Zakariathr22 Apr 1, 2025
24521ed
Merge branch 'main' into feature/richedit-math-mode
Zakariathr22 Apr 2, 2025
1448d64
Merge branch 'main' into feature/richedit-math-mode
Zakariathr22 Apr 2, 2025
1b268b9
Fix naming
Zakariathr22 Apr 3, 2025
37bcf1c
Merge branch 'main' into feature/richedit-math-mode
Zakariathr22 Apr 3, 2025
6177deb
Sending raw Unicode characters instead of Unicode NPT commands to imp…
Zakariathr22 Apr 8, 2025
3ff848a
Minor adjustments
Zakariathr22 Apr 8, 2025
55569b5
Fixes
Zakariathr22 Apr 8, 2025
7913ae0
Handle exceptions from SendUnicodeCharacter in SendUnicodeText using …
Zakariathr22 Apr 9, 2025
a3cde2c
Fix indentation
Zakariathr22 Apr 9, 2025
af84aef
Changed MathML demo formula
Zakariathr22 Apr 10, 2025
fda1d16
Merge branch 'main' into feature/richedit-math-mode
Zakariathr22 Apr 10, 2025
d71fad9
Merge branch 'main' into feature/richedit-math-mode
Zakariathr22 Apr 16, 2025
1647b1e
Merge branch 'main' into feature/richedit-math-mode
Zakariathr22 Apr 17, 2025
8217a26
Remove logic for inserting math symbols and structures
Zakariathr22 Apr 18, 2025
6b4b08e
Merge branch 'feature/richedit-math-mode' of https://github.com/Zakar…
Zakariathr22 Apr 18, 2025
bae201c
Remove unused helper namespace from XAML
Zakariathr22 Apr 18, 2025
ad3ba17
Merge branch 'main' into feature/richedit-math-mode
Zakariathr22 Apr 19, 2025
afebfc0
Merge branch 'main' into feature/richedit-math-mode
Zakariathr22 Apr 19, 2025
2f5bd4f
Update WinUIGallery/Samples/ControlPages/RichEditBoxPage.xaml
Zakariathr22 Apr 19, 2025
1bf5f3c
Update WinUIGallery/Samples/ControlPages/RichEditBoxPage.xaml
Zakariathr22 Apr 19, 2025
accee25
Merge branch 'main' into feature/richedit-math-mode
Zakariathr22 Apr 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading