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-03-19
Spreadsheet: Take into account cell order when copying and cutting
martinfalisse
2022-03-19
Spreadsheet: Cut instead of copy when dragging a cell's items
martinfalisse
2022-03-19
Spreadsheet: Rename variables to better describe their function
martinfalisse
2022-03-19
Spreadsheet: On cut end select same cells in target location
martinfalisse
2022-03-19
Spreadsheet: Set cursor manually so that correct cells are outlined
martinfalisse
2022-03-19
Spreadsheet: Select the correct cell on click
martinfalisse
2022-03-19
Spreadsheet: Display different cursors depending on action
martinfalisse
2022-03-19
Spreadsheet: Add states for cursor hovering
martinfalisse
2022-03-18
LibJS: Add infallible variant of VM::push_execution_context()
Linus Groh
2022-03-15
Spreadsheet: Move tab widget actions to the main widget constructor
Karol Kosek
2022-03-15
Spreadsheet: Get the active sheet via TabWidget::active_widget()
Karol Kosek
2022-03-15
Spreadsheet: Set tab functions for every tab on setup
Karol Kosek
2022-03-09
Spreadsheet: Add CommonRange#unique()
u9g
2022-03-09
Spreadsheet: Add SplitRange class and CommonRange#filter
u9g
2022-03-09
Spreadsheet: Fix overridden max length related crash
javabird25
2022-03-08
LibGfx: Add support for TextAlignment::TopCenter / BottomCenter
Vrins
2022-03-05
Spreadsheet: Allow integer() to throw in weird cases
u9g
2022-03-05
Spreadsheet: Add find, findIndex, indexOf, & has to CommonRange
u9g
2022-03-05
Spreadsheet: Put common Range(s) functionality into CommonRange class
u9g
2022-03-04
Spreadsheet: Ask about unsaved changes on "Open..." action activation
Karol Kosek
2022-03-04
Spreadsheet: Improve R function to support all of the examples
u9g
2022-03-04
Spreadsheet: Add Range(s).toArray()
u9g
2022-03-03
Spreadsheet: Simplify enabling actions on selection
Karol Kosek
2022-03-03
Spreadsheet: Move deselection instructions to on_selection_dropped
Karol Kosek
2022-03-03
Spreadsheet: Show the opened filename in the window title
Karol Kosek
2022-03-02
Spreadsheet: Make Range(s).forEach() return Position objects
u9g
2022-03-02
Spreadsheet: Add Range(s).at(ix)
u9g
2022-02-28
Spreadsheet: Make function examples easier to read
roughjericho
2022-02-27
Spreadsheet: Add sumProduct(If) functions
u9g
2022-02-27
Spreadsheet: Add max(If)/min(If) function for ranges
u9g
2022-02-27
Spreadsheet: Add Range(s).first() functions
u9g
2022-02-26
Spreadsheet: Disable cut/copy if no cell is selected
Filiph Sandström
2022-02-23
LibTest+Spreadsheet: Add some basic spreadsheet runtime behaviour tests
Ali Mohammad Pur
2022-02-21
Spreadsheet: Add undo/redo implementation
Zack Penn
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
[prev]
[next]