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-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
2021-05-12
Everywhere: Add Alt shortcuts to remaining top-level menus
Linus Groh
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-07
Applications: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-05-05
Spreadsheet: Use shrink-to-fit for cell fg/bg color input layout
Linus Groh
2021-05-03
LibGUI: Rename ScrollableWidget => AbstractScrollableWidget
Andreas Kling
2021-05-01
Everywhere: Rename app_menu to file_menu or game_menu
Andreas Kling
2021-05-01
Spreadsheet: Use String::bijective_base_from for column name resolution
Tobias Christiansen
2021-04-29
Everywhere: "indexes" => "indices"
Andreas Kling
2021-04-29
Tests: Enable Spreadsheet unit tests so they actually build
Brian Gianforcaro
2021-04-25
AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMake
Andrew Kaster
2021-04-24
LibJS: Consolidate exception function names and source ranges
Linus Groh
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
Everywhere: Remove redundant inline keyword with constexpr
Lenny Maiorani
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-12
LibJS: Make Errors fully spec compliant
Linus Groh
2021-04-04
Spreadsheet: Declare the extern GML variable as an array, not a pointer
Dawid Wolosowicz
2021-03-29
Everywhere: Change font properties to be described in GML
Edgar Araújo
2021-03-29
Everywhere: Remove empty {} from GML objects
Edgar Araújo
2021-03-28
Spreadsheet: Ignore extra empty lines after the rows
AnotherTest
2021-03-28
Spreadsheet: Make the CSV reader more lenient
AnotherTest
2021-03-28
Spreadsheet: Show the error (if any) in csv import dialog's preview
AnotherTest
2021-03-28
LibGUI: Make GUI::Widget::event() protected
Andreas Kling
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-03-24
Spreadsheet: Ensure that cell exists on drop event for text data
David Isaksson
2021-03-23
LibJS: Remove as_size_t()
Linus Groh
2021-03-22
Spreadsheet: Do not assume that a worksheet always exists
AnotherTest
2021-03-22
Spreadsheet: Save the cells under the correct name
AnotherTest
[next]