- 08 Mar, 2021 4 commits
-
-
Morten Welinder authored
-
Morten Welinder authored
valgrind doesn't track that right.
-
Morten Welinder authored
-
Jordi Mas authored
-
- 07 Mar, 2021 4 commits
-
-
Morten Welinder authored
-
Morten Welinder authored
-
Morten Welinder authored
Excel's 12.75pts doesn't cut it anymore. Compute the height that a number will get -- see cb_max_cell_height -- and make sure we are that tall.
-
Morten Welinder authored
-
- 27 Feb, 2021 1 commit
-
-
Morten Welinder authored
-
- 25 Feb, 2021 1 commit
-
-
- 22 Feb, 2021 1 commit
-
-
Jean Bréfort authored
-
- 21 Feb, 2021 1 commit
-
-
Jean Bréfort authored
-
- 20 Feb, 2021 4 commits
-
-
Morten Welinder authored
-
Morten Welinder authored
-
Morten Welinder authored
-
Morten Welinder authored
-
- 18 Feb, 2021 1 commit
-
-
Morten Welinder authored
This is a poor man's preprocessor. A very poor man's. It understands basically two things at the moment: | #ifdef DARK | ... | #else | ... | #endif and | #if GTK_CHECK_VERSION(...) | ... | #else | ... | #endif Note, that "DARK" is set iff running under a dark theme. The gtk version check is a run-time check. Note: this code is not in play when ~/.config/gtk-3.0/gtk.css is being read.
-
- 16 Feb, 2021 2 commits
-
-
Morten Welinder authored
It doesn't look like style regions work anymore, so use style classes.
-
-
- 15 Feb, 2021 2 commits
-
-
Morten Welinder authored
-
Daniel Mustieles García authored
-
- 14 Feb, 2021 4 commits
-
-
Morten Welinder authored
-
Morten Welinder authored
They don't actually matter most of the time, but a conditional number format can be set and the configurable text export can be convinced to pay attention to formats.
-
Morten Welinder authored
As opposed to old-style getting the mstyle and the format from that. This handles values with format better.
-
-
- 30 Jan, 2021 2 commits
-
-
Morten Welinder authored
-
Morten Welinder authored
-
- 28 Jan, 2021 2 commits
-
-
Morten Welinder authored
It's used for image output, see #507.
-
Morten Welinder authored
Actually in any locale that uses a unicode whitespace character as the 1000s separator.
-
- 20 Jan, 2021 1 commit
-
-
Morten Welinder authored
-
- 18 Jan, 2021 3 commits
-
-
Morten Welinder authored
See #547, item 4.
-
Morten Welinder authored
We no longer insert anything into ->deps, so drop it completely together with code that's a no-op now.
-
Jordi Mas authored
-
- 10 Jan, 2021 1 commit
-
-
Jordi Mas authored
-
- 07 Jan, 2021 1 commit
-
-
Andreas J. Guelzow authored
* openoffice-read.c (odf_apply_ooo_table_config): we can only handle splitmode == 2. Do not confuse any others with frozen panes.
-
- 06 Jan, 2021 3 commits
-
-
-
Morten Welinder authored
"19" as a name was throwing us off.
-
Morten Welinder authored
-
- 05 Jan, 2021 2 commits
-
-