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
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
2021-07-19
Everywhere: Use AK/Math.h if applicable
Hendiadyoin1
2021-07-04
Everywhere: Prefer using "..."sv over StringView { "..." }
Gunnar Beutner
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-13
Calculator: Fix offensive button misalignment
Andreas Kling
2021-05-23
Calculator: Remove unused headers
Max Wipfli
2021-05-23
Calculator: Fix behavior when entering number starting with decimal
Max Wipfli
2021-05-23
Calculator: Use Checked to ensure entered values do not overflow
Max Wipfli
2021-05-23
Calculator: Show decimal point immediately when typed
Max Wipfli
2021-05-23
Calculator: Handle keydown events correctly with all keyboard layouts
Max Wipfli
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-01
Everywhere: Rename app_menu to file_menu or game_menu
Andreas Kling
2021-04-29
Everywhere: Add missing comma between copyright year and name
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-10
Calculator: Alt shortcuts and book title capitalization in menus
Andreas Kling
2021-04-10
Calculator: Add a separator line between the menu and the main UI
Andreas Kling
[next]