issues
search
sunnygoyal
/
scienfic-calculator
A firefox addon to display a calculator in the toolbar. Supports defining custom functions, constant s and operator.
MIT License
1
stars
3
forks
source link
Reimplementation of collapsible calculator panel
#2
Closed
Ede123
closed
10 years ago
Ede123
commented
10 years ago
This pull requests reimplements the calculator panel:
the collapsible toolbar panel is now also a freely movable "toolbaritem" (the same as for PanelUI)
antiquated and deprecated "statusbarpanel" is dropped
Styling (collapsing, animations, etc.) is done soley in CSS, so there is minimal need for custom JS code
thereby: reduced code complexity, improved compatibilty, increased flexibility
Also
some minor changes to localizations
higher resolution icon
some minor cleanup of code / typos in comments
This pull requests reimplements the calculator panel:
Also