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
Age
Commit message (
Expand
)
Author
2022-08-23
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::this_value()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
Linus Groh
2022-08-15
LibJS: Use NaN boxing to decrease the memory size of Values
davidot
2022-08-14
Base: Launch WebContent at session start-up
Lucas CHOLLET
2022-08-05
LibJS: Let Shape store a Realm instead of a GlobalObject
Andreas Kling
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-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-06-30
Spreadsheet: Make conditional-formatting condition-list scrollable
FrHun
2022-06-30
Spreadsheet: Use new layout system
FrHun
2022-06-26
Spreadsheet: Display a detailed view of a cell error on hover
Ali Mohammad Pur
2022-06-26
Spreadsheet: Allow importing sheets into an existing workbook
Ali Mohammad Pur
2022-06-26
Spreadsheet: Throw if lookup value doesn't exist and no default is given
Ali Mohammad Pur
2022-06-26
Spreadsheet: Make it possible to refer to ranges in other sheets
Ali Mohammad Pur
2022-06-26
Spreadsheet: Prevent OOB access to text editor buffer
Ali Mohammad Pur
2022-06-10
LibGUI: Add layout spacer support to GML
FrHun
2022-05-29
Everywhere: Fix a bunch of typos
Linus Groh
2022-05-26
Userland: Depend some applications on WebContent if it's being used
Karol Kosek
2022-05-24
Spreadsheet: Make save functions take a Core::File instead of a filename
Karol Kosek
2022-05-24
Spreadsheet: Open files using FileSystemAccessClient::try_open_file()
Karol Kosek
2022-05-24
Spreadsheet: Remove unused Workbook::load() function
Karol Kosek
2022-05-24
Spreadsheet: Use TRY() on file load and save
Karol Kosek
2022-05-22
Spreadsheet: Recognize sheets files by mime type, not by file extension
Karol Kosek
2022-05-15
LibWebView: Move OutOfProcessWebView to a new LibWebView library
DexesTTP
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-04-18
Spreadsheet: Sort functions by name in the help window
Eli Youngs
2022-04-18
Userland: Always construct Application with try_create()
Sam Atkins
2022-04-13
Spreadsheet: Implement undo functionality where missing
martinfalisse
2022-04-13
Spreadsheet: Make undo operation handle multiple cells at a time
martinfalisse
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-06
Spreadsheet: Change paste action's enabled state on clipboard change
Karol Kosek
2022-04-03
Applications: Use default execpromises parameter to `pledge(..)`
Brian Gianforcaro
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-28
Spreadsheet: Don't remove on_change tab function after loading a file
Karol Kosek
2022-03-28
Spreadsheet: Create rename action using the GUI::CommonActions helper
Karol Kosek
2022-03-28
Spreadsheet: Reuse save and rename actions
Karol Kosek
2022-03-27
WindowServer+LibGUI: Expose raw scroll wheel values to applications
circl
2022-03-26
Spreadsheet: Update Undo / Redo button state
Simon Danner
2022-03-20
Spreadsheet: Use the correct top-center alignment when set to Top+Center
Ali Mohammad Pur
2022-03-20
Spreadsheet: Allow the user to format Identity cells via JS expressions
Ali Mohammad Pur
2022-03-20
Spreadsheet: Only update the selection on primary mousedown
Ali Mohammad Pur
2022-03-20
Spreadsheet: Skip over "invalid" saved cell values
Ali Mohammad Pur
2022-03-19
Spreadsheet+LibGUI: Calculate cell position given scroll position
martinfalisse
2022-03-19
Spreadsheet: Handle case when drag-and-drop location is out of bounds
martinfalisse
2022-03-19
Spreadsheet: Implement extend functionality
martinfalisse
[next]