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-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
2021-03-22
Spreadsheet: Check for parse errors after parsing the source
AnotherTest
2021-03-22
Spreadsheet: Do not assume that user input has balanced parenthesis
AnotherTest
2021-03-22
Spreadsheet: Add an export wizard, and support for custom CSV exports
AnotherTest
2021-03-22
Spreadsheet: Ignore empty cells when calculating data bounds
AnotherTest
2021-03-22
Spreadsheet/XSV: Make the writer respect QuoteAll
AnotherTest
2021-03-22
Spreadsheet: Add an import wizard, and add support for custom CSV files
AnotherTest
2021-03-22
Spreadsheet/XSV: Add at() accessors
AnotherTest
2021-03-22
Spreadsheet: Don't assume that the 'cells' field is an object
AnotherTest
2021-03-22
Spreadsheet: Only append new columns/rows every 50ms
AnotherTest
2021-03-18
Spreadsheet: Set default width for columns
thankyouverycool
2021-03-17
LibJS: Rename GlobalObject::initialize() => initialize_global_object()
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-01
Spreadsheet: Implement the cut operation for cells
Idan Horowitz
2021-02-26
Spreadsheet: Merge File menu into 'Spreadsheet' app menu
thankyouverycool
2021-02-25
Spreadsheet: Fix cell identifier label
Jelle Raaijmakers
2021-02-24
Spreadsheet: Store the column index in a Position instead of its name
AnotherTest
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-20
LibGUI: Swap order of InputBox value and parent window args
Linus Groh
2021-02-11
LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-07
LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS
Andreas Kling
2021-02-07
LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntax
Andreas Kling
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling
[prev]