summaryrefslogtreecommitdiff
path: root/Userland/Applications/Calculator
AgeCommit message (Expand)Author
2022-10-03Calculator: Add a Shrinking actionLucas CHOLLET
2022-10-03Calculator: Add a "Custom" entry to the rounding menuLucas CHOLLET
2022-10-03Calculator: Add a Rounding menuLucas CHOLLET
2022-09-15Calculator: Change internal representation to support perfect divisionLucas CHOLLET
2022-07-17Calculator: Set button colors from system paletteKarol Kosek
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-10Calculator: Replace "Euler's Constant" with "Euler's Number" in menuredsnout
2022-06-09Calculator: Add Phi constantAndrew Dykema
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-03Calculator: Update mimic_pressed for refactor into the Button classRob Ryan
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-03Calculator: Add keyboard input for more operationsForLoveOfCats
2022-03-03Calculator: Avoid focusing any keypad button other than the equal buttonForLoveOfCats
2022-03-03Calculator: Utilize Button `mimic_pressed` to show when keys are pressedForLoveOfCats
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-02-13Base+Calculator: Add iconselectrikmilk
2022-02-13Userland: Run gml-formatIdan Horowitz
2022-02-06Userland: Use AK::pow<I> where applicableHendiadyoin1
2022-01-09Calculator: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-02Calculator: Round small number to prevent crashLucas CHOLLET
2022-01-02Calculator: Remove KeypadValue::operator>Lucas CHOLLET
2022-01-02Calculator: Display zero with only one characterLucas CHOLLET
2021-12-22Calculator: Make double construction and conversion privatecreator1creeper1
2021-12-21Calculator: Construct KeypadValue precisely from the Clipboard contentscreator1creeper1
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-24Calculator: Port to LibMain :^)Andreas Kling
2021-11-21LibGUI+Everywhere: Make sync requests to Clipboard server more obviousBen Wiederhake
2021-10-31Calculator: Add Constants menuMusab Kılıç
2021-10-31Calculator: Fix copy button not copying the fractional part bug :^)Musab Kılıç
2021-10-31Calculator: Improve KeypadValue conversion to handle integer valuesMusab Kılıç
2021-08-26Calculator: The equal key will now also finish the operationScott R. Parish
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-03Calculator: Use KeypadValue class instead of doublecreator1creeper1
2021-08-03Calculator: Add KeypadValue classcreator1creeper1
2021-07-31Calculator: Add menus before showing the windowLuK1337
2021-07-27Calculator: Improve UI margin consistencyFrHun
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
2021-07-04Everywhere: Prefer using "..."sv over StringView { "..." }Gunnar Beutner
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-13Calculator: Fix offensive button misalignmentAndreas Kling
2021-05-23Calculator: Remove unused headersMax Wipfli
2021-05-23Calculator: Fix behavior when entering number starting with decimalMax Wipfli
2021-05-23Calculator: Use Checked to ensure entered values do not overflowMax Wipfli
2021-05-23Calculator: Show decimal point immediately when typedMax Wipfli
2021-05-23Calculator: Handle keydown events correctly with all keyboard layoutsMax Wipfli
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling
2021-04-29Everywhere: Add missing comma between copyright year and nameLinus Groh