Commit graph

3689 commits

Author SHA1 Message Date
Gavin Nishizawa
eb755db91c
use more efficient label position type 2023-11-07 16:27:45 -08:00
Alexander Wang
8782f4e906
Merge pull request #1690 from Stephanvs/master
Add link to community created C# dotnet sdk
2023-11-07 14:32:11 -08:00
Alexander Wang
145f032825
Update next.md 2023-11-07 14:31:50 -08:00
Alexander Wang
f3c5909a6c
Merge pull request #1700 from hboomsma/currentColor
style: allow current color as valid css color
2023-11-07 14:30:37 -08:00
Alexander Wang
768ffeefb6
Merge pull request #1709 from alixander/remove-compression-dict
urlenc: remove compression dictionary
2023-11-07 14:20:12 -08:00
Alexander Wang
5eead31c91
urlenc: remove compression dictionary 2023-11-07 11:39:24 -08:00
Alexander Wang
99e8ad1704
Merge pull request #1693 from alixander/fix-layers-link
cli: Fix invalid link paths
2023-11-07 11:29:25 -08:00
Alexander Wang
c54ea05e27
pr comments 2023-11-07 11:22:02 -08:00
Alexander Wang
adb59ec470
add tests 2023-11-07 11:22:01 -08:00
Alexander Wang
46bf849e2b
cli: Handle invalid board paths 2023-11-07 11:22:00 -08:00
gavin-ts
7f9dcf78f8
Merge pull request #1704 from gavin-ts/fix-tooltip-appendix-numbering
fix appendix icon numbering/order
2023-11-07 10:47:55 -08:00
Gavin Nishizawa
9f69c56833
changelog 2023-11-06 16:45:46 -08:00
Gavin Nishizawa
eb2b637b42
fix appendix icon order 2023-11-06 16:33:31 -08:00
Hidde Boomsma
15b7bdb384
Allow current color as valid css color
In SVG images `curentColor` is allowed as a way to explicitly inherit the current color. When setting `currentColor` as fill color on a shape together with a styling class, the class will now be used instead of the theme, which was not possible otherwise.
2023-11-03 06:36:05 +01:00
gavin-ts
451aa70fd6
Merge pull request #1699 from gavin-ts/changelog-1681
changelog #1681
2023-11-02 15:17:45 -07:00
Gavin Nishizawa
af79646717
changelog 2023-11-02 10:39:29 -07:00
gavin-ts
1e792feaa6
Merge pull request #1681 from landmaj/elk_ports
ELK: use ports for columns in the sql table shape
2023-11-02 10:36:52 -07:00
Alexander Wang
65c4849eff
Merge pull request #1695 from alixander/vars-panic
compiler: vars fixes
2023-11-01 13:31:49 -07:00
Alexander Wang
cb001ad925
nit 2023-11-01 13:21:11 -07:00
Alexander Wang
ffe5a1fe86
compiler: fix vars crashing. Change scoping behavior 2023-11-01 12:26:17 -07:00
Alexander Wang
92ef0b789a
Merge pull request #1691 from alixander/glob-label-near
compiler: Fix errors in globs
2023-10-31 16:04:04 -07:00
Alexander Wang
5c6a94a6ca
compiler: Fix compiler errors of keys in globs 2023-10-31 15:55:25 -07:00
gavin-ts
df1d49f6be
Merge pull request #1683 from gavin-ts/fontencoding-syncmap
fix d2fonts race condition in TestCLI_E2E
2023-10-30 17:41:09 -07:00
Gavin Nishizawa
c38f15712d
rename to Lookup and Get 2023-10-30 15:02:26 -07:00
Gavin Nishizawa
fdbde73605
rename to Get and MustGet 2023-10-30 13:51:37 -07:00
Gavin Nishizawa
1cfa2b9f81
use new SyncMap with FontFaces/FontEncoding 2023-10-30 12:15:32 -07:00
Gavin Nishizawa
94669f9b04
add generic SyncMap lib 2023-10-30 12:08:01 -07:00
Stephan van Stekelenburg
a7052d6864
Add C# sdk link
Add link to C# dotnet sdk
2023-10-30 16:32:07 +01:00
gavin-ts
d09024e22d
Merge pull request #1686 from gavin-ts/no-arrowheads-in-shape
add compiler error when using arrowheads on shape
2023-10-28 12:14:53 -07:00
Gavin Nishizawa
100df78341
changelog 2023-10-27 21:04:58 -07:00
Gavin Nishizawa
7e93c58df8
test now passes 2023-10-27 21:02:13 -07:00
Gavin Nishizawa
2893a48191
error using source/target-arrowhead on shape 2023-10-27 21:00:46 -07:00
Gavin Nishizawa
70b46bacd0
add no_arrowheads_in_shape compiler test 2023-10-27 21:00:16 -07:00
Michał Wieluński
b76eaa4433
Fix rowCenter calculation in ELK
Co-authored-by: gavin-ts <85081687+gavin-ts@users.noreply.github.com>
2023-10-25 08:53:54 +02:00
Gavin Nishizawa
a67c186cae
d2fonts.FontFaces sync.Map 2023-10-24 16:40:56 -07:00
Gavin Nishizawa
6b255c61da
d2fonts.FontEncodings sync.Map 2023-10-24 16:31:30 -07:00
Michał Wieluński
28c04bbcb2
use ports in ELK plugin
fixes #1429
2023-10-22 13:46:06 +02:00
gavin-ts
0a7e6c83a3
Merge pull request #1679 from gavin-ts/glob-dimensions
fix elk: growing shapes with width/height set
2023-10-21 11:18:06 -07:00
Gavin Nishizawa
40e8cc8530
cleanup 2023-10-20 16:21:41 -07:00
Gavin Nishizawa
637048ad28
changelog 2023-10-20 16:19:53 -07:00
Gavin Nishizawa
6e6da743b3
update test 2023-10-20 16:14:08 -07:00
Gavin Nishizawa
9ab1971d54
elk: don't grow node if there is a width/height input 2023-10-20 16:13:54 -07:00
Gavin Nishizawa
ca754aefdc
add glob_dimensions test 2023-10-20 14:49:09 -07:00
gavin-ts
4cba5d27e6
Merge pull request #1678 from gavin-ts/update-imgbundler
remove imgbundler's xmain.State dependency
2023-10-19 21:24:36 -07:00
Gavin Nishizawa
32fbe7e4a8
create simplelog Logger interface 2023-10-19 17:44:39 -07:00
Gavin Nishizawa
504eb2fa69
also remove dependency from png and xgif libs 2023-10-19 16:55:13 -07:00
Gavin Nishizawa
4dda484b50
test logging 2023-10-19 16:31:46 -07:00
Gavin Nishizawa
0df39dbeea
cleanup test logging 2023-10-19 16:15:08 -07:00
Gavin Nishizawa
eba687fbbe
don't use xmain.State in imgbundler library 2023-10-19 16:06:12 -07:00
Alexander Wang
0e8fa7cd8f
Merge pull request #1672 from Juneezee/master
lib/color: avoid unnecessary byte/string conversion
2023-10-18 11:48:09 -07:00