Commit graph

13 commits

Author SHA1 Message Date
0def6434d6 Adding variables 2025-08-26 23:24:50 -05:00
Codex CLI
e45003ce6e Copy materialdesignicons-webfont.ttf into src/AdvancedCalculator/Assets/Fonts and remove cross-project link from csproj 2025-08-26 02:04:36 -05:00
Codex CLI
0205e725ab Fix AvaloniaResource path to materialdesignicons-webfont.ttf (use ..\..\src.4.7) 2025-08-26 02:02:11 -05:00
Codex CLI
7b1912579f Implement migration plan: models, service, MVVM, XAML layout, icons\n\n- Add Models: HistoryItem, VariableItem, FunctionDefinitionItem, IconFont\n- Add Services: ICalculatorService, CalculatorService wrapping interpreter\n- Update MainViewModel: properties and Submit/ToggleFunctions commands\n- Rebuild Views/MainView.axaml with variables, history, input, functions panel\n- Add BoolToGridLengthConverter for panel toggle\n- Wire Material Design Icons font as Avalonia resource in App.axaml/csproj 2025-08-26 01:45:05 -05:00
22f9043e50 docs: add migration plan for WPF→Avalonia port 2025-08-26 01:33:50 -05:00
e176488f5c Adding necessary CS-MIC library 2025-08-26 01:02:50 -05:00
8110fe420e Setting up source code for Avalonia port. 2025-08-25 23:11:13 -05:00
27e6c97712
Update README.md
Giving perspective user's a better idea of what the application is and what it does.
2020-06-20 21:30:56 -05:00
2fbffc2bcb
Screen Shot
Adding screen shot.
2020-06-20 22:25:56 -04:00
06206f5e98 Nuget Cleanup
Removed nuget packages that were not needed.
2020-06-20 21:22:01 -05:00
07c8ed8460 Polish
Adding polish to the outputs, such as icons and better alignment.
2020-06-20 21:00:44 -05:00
d24a7b400a Initial Code Commit
A working version of the calculator. Very simple.
2020-06-18 20:58:59 -04:00
500118c4fc
Initial commit 2020-06-18 20:51:26 -04:00