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
/
main.cpp
Age
Commit message (
Expand
)
Author
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-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-02-13
Base+Calculator: Add icons
electrikmilk
2022-01-09
Calculator: Propagate errors using try_set_main_widget in main
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-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-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-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
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-24
Calculator: Add support for copy+paste using system clipboard
Brendan Coles
2021-01-30
Everywhere: Add missing parent window to about dialogs
Linus Groh
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling