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
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-03
Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr
Daniel Bertalan
2021-08-31
Spreadsheet: Implement begin() and end()
Karol Kosek
2021-08-31
Spreadsheet: Add RowIterator::index()
Karol Kosek
2021-08-30
Spreadsheet: Don't invalidate the model on set_data()
Ali Mohammad Pur
2021-08-29
Spreadsheet: Save and load cell alignment
Mandar Kulkarni
2021-08-20
LibCore: Make Core::File::open() return OSError in case of failure
Andreas Kling
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-08-18
Userland+LibGUI: Make Margins arguments match CSS ordering
sin-ack
2021-08-10
Spreadsheet: Call SheetModel::update() instead of invalidate()
sin-ack
2021-08-09
Spreadsheet: Make convert_from_string() return Optional<size_t>
Mandar Kulkarni
2021-08-09
Spreadsheet: Fix column index string to number conversion
Mandar Kulkarni
2021-08-08
LibJS+Spreadsheet: Use js_string(VM&, ...) overload more
Linus Groh
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-08-01
Applications: Remove unused header includes
Brian Gianforcaro
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-07-11
TableView: Do not select input on keydown
Jelle Raaijmakers
2021-07-06
Tests: Generate data in memory for TestXSV benchmark case
Andrew Kaster
2021-07-06
LibJS: Remove the non-standard put helper and replace it's usages
Idan Horowitz
2021-07-06
LibJS: Remove the default length & attributes from define_native_*
Idan Horowitz
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-07-04
Spreadsheet: Move down a cell when Return is pressed in the cell editor
zawwwu
2021-07-04
Spreadsheet: Add function for moving cursor
zawwwu
2021-07-02
AK+Everywhere: Remove StringView::find_{first,last}_of(char) methods
Max Wipfli
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-29
AK+Spreadsheet+LibWeb: Remove JsonObject::get_or()
Max Wipfli
2021-06-29
AK: Use OrderedHashMap in JsonObject
Max Wipfli
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-17
LibJS: Replace boolean without_side_effects parameters with an enum
Idan Horowitz
2021-06-17
Spreadsheet: Pledge 'fattr' to avoid crashing after exporting as csv
stelar7
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-16
LibJS: Replace Object's create_empty() with create() taking a prototype
Linus Groh
2021-06-17
Spreadsheet: Remove the offset used for exception TextRanges
Ali Mohammad Pur
2021-06-17
Spreadsheet: Remove 'return (...)' workaround in conditional formatting
Ali Mohammad Pur
2021-06-17
Spreadsheet: Do not cancel drag-select when moving over a cell corner
Ali Mohammad Pur
2021-06-17
Spreadsheet: Correctly resolve nonstandard column names
Ali Mohammad Pur
2021-06-17
Spreadsheet: Make the XSV parser start with a preview parse
Ali Mohammad Pur
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-08
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
Ali Mohammad Pur
2021-06-07
LibWeb+LibSyntax: Implement nested syntax highlighters
Ali Mohammad Pur
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-06-01
Spreadsheet: Remove usage of URL::set_path()
Max Wipfli
2021-05-31
Spreadsheet: Keep value when clicking out of a cell
Brandon Hamilton
2021-05-26
LibGUI/AbstractView: Remove `on_selection`
Jelle Raaijmakers
2021-05-21
Applications: Use titlecase and distinct underlined characters in menus
Max Wipfli
2021-05-21
LibGfx: Add missing TextAlignment::BottomLeft
Linus Groh
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
[next]