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-02-20
Spreadsheet: Remove Debug Statement
u9g
2022-02-20
Spreadsheet: Use the system-wide unsaved changes dialog
Karol Kosek
2022-02-15
Spreadsheet: Improve 'Functions Help' button
electrikmilk
2022-02-15
Spreadsheet: Insert missing icons
electrikmilk
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-02-13
Userland: Run gml-format
Idan Horowitz
2022-02-10
Applications: Port Spreadsheet to LibMain
Lenny Maiorani
2022-02-08
Spreadsheet: No longer use vm.exception() to signal exception state
davidot
2022-02-07
Meta+Userland: Run the GML formatter on CI and pre-commit
kleines Filmröllchen
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-23
Everywhere: Convert VM::call() to JS::call()
mjz19910
2022-01-22
Spreadsheet: Enable dynamic import of javascript modules
davidot
2022-01-22
LibJS: Refactor interpreter to use Script and Source Text Modules
Luke Wilde
2022-01-20
SpreadSheet: Use FileSystemAccessClient::try_* APIs
Mustafa Quraish
2022-01-16
Everywhere: Mark Vector of mutable references as mutable
creator1creeper1
2022-01-15
Spreadsheet: Use FileSystemAccessClient for the reading of files
Glenford Williams
2022-01-09
Spreadsheet: Properly pass parent window to Workbook
Glenford Williams
2022-01-08
LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>
Linus Groh
2022-01-07
Everywhere: Fix spelling mistakes
mjz19910
2022-01-03
LibJS: Return Optional<T> from Completion::{value,target}(), not T
Linus Groh
2022-01-03
Spreadsheet: Background fill color after reaching vertical end
martinfalisse
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-12-21
LibC+AK: Implement all sorts of wprintf variants
Ali Mohammad Pur
2021-12-16
Spreadsheet: Handle emptying of cell containing only an '='
RasmusNylander
2021-12-12
Spreadsheet: Avoid using Value.to_string_without_side_effects()
Ali Mohammad Pur
2021-12-12
Spreadsheet: Replace hacky JS VM configuration with a more correct one
Ali Mohammad Pur
2021-12-12
Spreadsheet: Replace the help button's text with something we can render
Ali Mohammad Pur
2021-12-12
Spreadsheet: Reimplement ranges as lazy objects instead of arrays
Ali Mohammad Pur
2021-12-12
Spreadsheet: Don't recreate the global environment on every evaluation
Ali Mohammad Pur
2021-12-08
Spreadsheet: Avoid implicitly copying ByteBuffer
Ben Wiederhake
2021-12-01
Spreadsheet: Allow sheet renaming after double clicking on the tabwidget
Erik Biederstadt
2021-11-21
LibGUI+Everywhere: Make sync requests to Clipboard server more obvious
Ben Wiederhake
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::copy_file()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-03
Applications: Remove border from GroupBox margins
FrHun
2021-10-31
Spreadsheet: Convert JSIntegration to ThrowCompletionOr
Timothy Flynn
2021-10-31
Spreadsheet: Make the 'Help' window accessory
Marco Cutecchia
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-20
LibJS: Rename define_native_function => define_old_native_function
Idan Horowitz
2021-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-10-18
LibJS: Convert to_length() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_i32() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_number() to ThrowCompletionOr
Idan Horowitz
2021-10-17
LibJS: Convert to_double() to ThrowCompletionOr
Idan Horowitz
2021-10-13
LibJS: Convert to_object() to ThrowCompletionOr
Linus Groh
[next]