index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
Calculator
Age
Commit message (
Expand
)
Author
2023-01-15
LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecated
Timothy Flynn
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-31
Calculator: Add adding/subtracting/multiplying/dividing by a percentage
Karol Baraniecki
2022-12-31
Calculator: Support chaining and repeating operations
Karol Baraniecki
2022-12-31
Calculator: Fix which digits get animated when pressing keyboard keys
Karol Baraniecki
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-10-03
Calculator: Add a Shrinking action
Lucas CHOLLET
2022-10-03
Calculator: Add a "Custom" entry to the rounding menu
Lucas CHOLLET
2022-10-03
Calculator: Add a Rounding menu
Lucas CHOLLET
2022-09-15
Calculator: Change internal representation to support perfect division
Lucas CHOLLET
2022-07-17
Calculator: Set button colors from system palette
Karol Kosek
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-10
Calculator: Replace "Euler's Constant" with "Euler's Number" in menu
redsnout
2022-06-09
Calculator: Add Phi constant
Andrew Dykema
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-03
Calculator: Update mimic_pressed for refactor into the Button class
Rob Ryan
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-03
Calculator: Add keyboard input for more operations
ForLoveOfCats
2022-03-03
Calculator: Avoid focusing any keypad button other than the equal button
ForLoveOfCats
2022-03-03
Calculator: Utilize Button `mimic_pressed` to show when keys are pressed
ForLoveOfCats
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-02-13
Base+Calculator: Add icons
electrikmilk
2022-02-13
Userland: Run gml-format
Idan Horowitz
2022-02-06
Userland: Use AK::pow<I> where applicable
Hendiadyoin1
2022-01-09
Calculator: Propagate errors using try_set_main_widget in main
creator1creeper1
2022-01-02
Calculator: Round small number to prevent crash
Lucas CHOLLET
2022-01-02
Calculator: Remove KeypadValue::operator>
Lucas CHOLLET
2022-01-02
Calculator: Display zero with only one character
Lucas CHOLLET
2021-12-22
Calculator: Make double construction and conversion private
creator1creeper1
2021-12-21
Calculator: Construct KeypadValue precisely from the Clipboard contents
creator1creeper1
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-24
Calculator: Port to LibMain :^)
Andreas Kling
2021-11-21
LibGUI+Everywhere: Make sync requests to Clipboard server more obvious
Ben Wiederhake
2021-10-31
Calculator: Add Constants menu
Musab Kılıç
2021-10-31
Calculator: Fix copy button not copying the fractional part bug :^)
Musab Kılıç
2021-10-31
Calculator: Improve KeypadValue conversion to handle integer values
Musab Kılıç
2021-08-26
Calculator: The equal key will now also finish the operation
Scott R. Parish
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-08-03
Calculator: Use KeypadValue class instead of double
creator1creeper1
2021-08-03
Calculator: Add KeypadValue class
creator1creeper1
2021-07-31
Calculator: Add menus before showing the window
LuK1337
2021-07-27
Calculator: Improve UI margin consistency
FrHun
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
[next]