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-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
2021-10-13
LibJS: Convert to_string() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert has_own_property() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert Object::get() to ThrowCompletionOr
Linus Groh
2021-10-01
Spreadsheet: Add a toolbar
Samuel Bowman
2021-10-01
Spreadsheet: Store actions in member variables on SpreadsheetWidget
Samuel Bowman
2021-10-01
Spreadsheet: Move menu and action code to initialize_menubar()
Samuel Bowman
2021-09-30
SpreadSheet: Fix that non first sheets could not access global functions
davidot
2021-09-30
SpreadSheet: Fix that the js integration abused global objects
davidot
2021-09-29
LibJS: Convert internal_set() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_get() to ThrowCompletionOr
Linus Groh
2021-09-23
LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr
Idan Horowitz
[next]