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
/
Spreadsheet
/
main.cpp
Age
Commit message (
Expand
)
Author
2021-12-30
Userland: Link directly against LibUnicodeData where needed
Timothy Flynn
2021-12-21
Userland: Add unveil/pledge requisites for dynamic Unicode data loading
Timothy Flynn
2021-10-01
Spreadsheet: Move menu and action code to initialize_menubar()
Samuel Bowman
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-17
FileManager+Spreadsheet: Unify cut-copy-paste order
Karol Kosek
2021-06-17
Spreadsheet: Pledge 'fattr' to avoid crashing after exporting as csv
stelar7
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-05-21
Applications: Use titlecase and distinct underlined characters in menus
Max Wipfli
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-12
Everywhere: Add Alt shortcuts to remaining top-level menus
Linus Groh
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-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-03-22
Spreadsheet: Do not assume that a worksheet always exists
AnotherTest
2021-03-22
Spreadsheet: Add an export wizard, and support for custom CSV exports
AnotherTest
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-01
Spreadsheet: Implement the cut operation for cells
Idan Horowitz
2021-02-26
Spreadsheet: Merge File menu into 'Spreadsheet' app menu
thankyouverycool
2021-02-24
Spreadsheet: Store the column index in a Position instead of its name
AnotherTest
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
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