AnotherTest
|
dd4bd0943a
|
Spreadsheet: Track selections across sheet switches
|
2020-08-27 10:27:20 +02:00 |
|
AnotherTest
|
8db5057dc4
|
Spreadsheet: Show errors and make them red
|
2020-08-27 10:27:20 +02:00 |
|
Andreas Kling
|
368dc8ad08
|
Spreadsheet: Tweak row height slightly
Add 2px of height to the rows. This makes editing a cell inline look
better since we no longer cut off the text while editing.
|
2020-08-26 20:35:09 +02:00 |
|
Andreas Kling
|
c5278dac99
|
Spreadsheet: Don't ignore selections in the A column :^)
This was a leftover from when the first column contained row numbers.
|
2020-08-26 17:00:40 +02:00 |
|
Andreas Kling
|
8cacac32b5
|
Spreadsheet: Enable row headers for the spreadsheet TableView
|
2020-08-26 17:00:40 +02:00 |
|
Andreas Kling
|
695b283b8c
|
Spreadsheet: Get rid of the "row numbers" column
Let's use TableView's row headers for this instead. :^)
|
2020-08-26 17:00:40 +02:00 |
|
Andreas Kling
|
cfc30b11ba
|
LibGUI: Rename table view's "cell painting delegate" to "column *"
What you install with this API is a delegate that manages painting of
all the items in a specific column, so let's make the API reflect that.
|
2020-08-26 00:51:35 +02:00 |
|
Andreas Kling
|
965ccf5242
|
Spreadsheet: Focus the spreadsheet table on startup
|
2020-08-26 00:51:35 +02:00 |
|
AnotherTest
|
1e14b93407
|
Spreadsheet: Fix crash when a row number is selected
|
2020-08-24 19:15:07 +02:00 |
|
AnotherTest
|
12cf3e13c0
|
Spreadsheet: Add a topbar with a text editor
|
2020-08-24 18:21:33 +02:00 |
|
AnotherTest
|
a6ebd29aa5
|
Spreadsheet: Start making a spreadsheet application
|
2020-08-24 18:21:33 +02:00 |
|