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-04-13
Spreadsheet: Implement undo functionality where missing
martinfalisse
2022-04-13
Spreadsheet: Make undo operation handle multiple cells at a time
martinfalisse
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-06
Spreadsheet: Change paste action's enabled state on clipboard change
Karol Kosek
2022-04-03
Applications: Use default execpromises parameter to `pledge(..)`
Brian Gianforcaro
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-28
Spreadsheet: Don't remove on_change tab function after loading a file
Karol Kosek
2022-03-28
Spreadsheet: Create rename action using the GUI::CommonActions helper
Karol Kosek
2022-03-28
Spreadsheet: Reuse save and rename actions
Karol Kosek
2022-03-27
WindowServer+LibGUI: Expose raw scroll wheel values to applications
circl
2022-03-26
Spreadsheet: Update Undo / Redo button state
Simon Danner
2022-03-20
Spreadsheet: Use the correct top-center alignment when set to Top+Center
Ali Mohammad Pur
2022-03-20
Spreadsheet: Allow the user to format Identity cells via JS expressions
Ali Mohammad Pur
2022-03-20
Spreadsheet: Only update the selection on primary mousedown
Ali Mohammad Pur
2022-03-20
Spreadsheet: Skip over "invalid" saved cell values
Ali Mohammad Pur
2022-03-19
Spreadsheet+LibGUI: Calculate cell position given scroll position
martinfalisse
2022-03-19
Spreadsheet: Handle case when drag-and-drop location is out of bounds
martinfalisse
2022-03-19
Spreadsheet: Implement extend functionality
martinfalisse
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
[prev]
[next]