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
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-29
Everywhere: Change font properties to be described in GML
Edgar Araújo
2021-03-29
Everywhere: Remove empty {} from GML objects
Edgar Araújo
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-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-23
AK+Kernel+Userland: Enable some more compiletime format string checks
AnotherTest
2021-02-08
Everywhere: Fix weird includes
Ben Wiederhake
2021-01-30
Everywhere: Add missing parent window to about dialogs
Linus Groh
2021-01-22
Calculator: Give the '9' button a blue foreground color as well
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