Commit graph

69 commits

Author SHA1 Message Date
Codex CLI
a212870d09 A11y + empty states: add AutomationProperties names to controls; overlay empty-state hints for Variables and History; add input Watermark. 2025-08-27 03:07:30 -05:00
Codex CLI
055c2fae03 UX touch-friendly: add Evaluate button; increase min sizes/spacing; make variables/functions tap-to-insert via InsertVariable/InsertFunction commands. 2025-08-27 03:03:07 -05:00
Codex CLI
0b06265117 UI: Replace two-column Grid with SplitView; add narrow pane toggle; add WidthToBooleanConverter and width-based DisplayMode triggers for a responsive layout across Web, Desktop, Android. 2025-08-27 03:00:31 -05:00
f8c1ef0e96 Updating to latest version 2025-08-27 02:36:37 -05:00
Codex CLI
e1b924c283 Branding: apply app icons across Desktop, Android, and Web
- Desktop: set ApplicationIcon and add app.ico
- Web: replace favicon.ico and link in index.html
- Shared: replace Avalonia default icon with branded ICO
- Android: ensure Icon.png regenerated from brand ICO
2025-08-27 01:36:47 -05:00
31a6fd090f Adding keyboard sliding 2025-08-27 01:20:07 -05:00
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