- 03 Feb, 2023 3 commits
-
-
Morten Welinder authored
-
Morten Welinder authored
-
Morten Welinder authored
Ugh.
-
- 30 Jan, 2023 1 commit
-
-
Morten Welinder authored
-
- 29 Jan, 2023 1 commit
-
-
- 23 Jan, 2023 3 commits
-
-
Morten Welinder authored
Ignore new dropping from auto*
-
Morten Welinder authored
Ignore some new droppings in the po system.
-
Morten Welinder authored
Modernize the configuration a bit (for small values of modernize) so avoid at least some obsolete macros.
-
- 22 Jan, 2023 1 commit
-
-
Morten Welinder authored
Avoiding array formulas means that the delta engine can handle the formulas leading to much faster convergence.
-
- 20 Jan, 2023 2 commits
-
-
Morten Welinder authored
-
Morten Welinder authored
-
- 18 Jan, 2023 3 commits
-
-
Morten Welinder authored
-
Morten Welinder authored
-
Morten Welinder authored
It used to be correct, but that was 10+ years ago.
-
- 15 Jan, 2023 4 commits
-
-
Morten Welinder authored
-
Morten Welinder authored
-
Morten Welinder authored
Freeze the canvas groups while we create the initial views for sheet objects.
-
Morten Welinder authored
See bug #692. Performance problems were observed for copying a large number of cell comments. Part of that problem was measuring the pixel width/height of large ranges of columns/rows. The old design was linear leading to O(n^2) behaviour when used in a loop. This design caches the pixel position of each segment [block of 128 columns/rows]. With that, the amortized cost is constant. It isn't clear that the current ColRowCollection design is right, but this patch will lead a bit of life to the current design.
-
- 14 Jan, 2023 1 commit
-
-
Morten Welinder authored
-
- 13 Jan, 2023 2 commits
-
-
Morten Welinder authored
This moves colrow copying to sheet.c and we make that handle the creation of the new colrow entry too.
-
Morten Welinder authored
We have too many near-copies of this code. This consolidates some of that.
-
- 12 Jan, 2023 2 commits
-
-
Morten Welinder authored
Freeze the grid_items group also. This group is used for cell comments of which there can be a lot.
-
Morten Welinder authored
We may have lots of comments so determine styling once and hang it on the pane.
-
- 28 Dec, 2022 1 commit
-
-
Morten Welinder authored
If we see --pid=nnn, then don't add --args
-
- 06 Dec, 2022 1 commit
-
-
Morten Welinder authored
-
- 01 Dec, 2022 1 commit
-
-
Morten Welinder authored
We want round-away-from-zero (2.5 -> 3) not to-even (2.5 -> 2). (This is for the case where either 2 or 3 will round back to the same double -- see #638.)
-
- 29 Oct, 2022 1 commit
-
-
Morten Welinder authored
-
- 27 Oct, 2022 1 commit
-
-
Morten Welinder authored
Docs for this kind of thing either stink or are too well hidden.
-
- 26 Oct, 2022 1 commit
-
-
- 25 Oct, 2022 1 commit
-
-
- 23 Oct, 2022 1 commit
-
-
Morten Welinder authored
-
- 22 Oct, 2022 2 commits
-
-
Morten Welinder authored
We claim to be Excel compatible, but I haven't actually checked that. There are lots of degrees of freedom and it doesn't matter. Anyone who complains will need to supply a working patch.
-
Morten Welinder authored
The g_set_prgname broke this.
-
- 15 Oct, 2022 1 commit
-
-
- 08 Oct, 2022 1 commit
-
-
Morten Welinder authored
Call g_set_prgname without path, except when help is requested. See #677.
-
- 25 Sep, 2022 4 commits
-
-
Morten Welinder authored
-
Morten Welinder authored
-
Morten Welinder authored
Use grep -E instead.
-
-
- 17 Sep, 2022 1 commit
-
-
Morten Welinder authored
-