File tree
43 files changed
+980
-716
lines changed- SvgFileType
- Export
- Extensions
- Import
- Localization
- System.Windows.Forms
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
43 files changed
+980
-716
lines changedSubmodule BitmapVectorizer updated 31 files
- BitmapVectorizer/BackEnd/BackEnd.cs+165-166
- BitmapVectorizer/BackEnd/BackEndType.cs+6-7
- BitmapVectorizer/BackEnd/GimpPathBackEnd.cs+11-12
- BitmapVectorizer/BackEnd/ImageInfo.cs+28-29
- BitmapVectorizer/BackEnd/Interval.cs+33-40
- BitmapVectorizer/BackEnd/PdnShapeBackEnd.cs+60-60
- BitmapVectorizer/BackEnd/SvgBackEnd.cs+402-403
- BitmapVectorizer/BackEnd/Trans.cs+113-124
- BitmapVectorizer/BitmapVectorizer.csproj+2-2
- BitmapVectorizer/Potrace.Trace.cs+799-800
- BitmapVectorizer/Potrace.cs+62-63
- BitmapVectorizer/Prepare/Greymap.Filters.cs+241-244
- BitmapVectorizer/Prepare/Greymap.cs+436-437
- BitmapVectorizer/Prepare/GreymapMode.cs+13-14
- BitmapVectorizer/Prepare/PotraceBitmap.cs+724-733
- BitmapVectorizer/Prepare/TurnPolicy.cs+39-40
- BitmapVectorizer/Progress.cs+16-17
- BitmapVectorizer/Structs/IntPoint.cs+92-99
- BitmapVectorizer/Structs/Opti.cs+11-22
- BitmapVectorizer/Structs/Segment.cs+121-122
- BitmapVectorizer/Structs/SumStruct.cs+51-52
- BitmapVectorizer/Support/Ensure.cs+71-72
- BitmapVectorizer/Support/HashCode.cs+8-9
- BitmapVectorizer/Support/MathHelper.cs+49-50
- BitmapVectorizer/Support/VectorHelper.cs+209-210
- BitmapVectorizer/Trace/Hook.cs+19-20
- BitmapVectorizer/Trace/IPathList.cs+3-4
- BitmapVectorizer/Trace/Path.cs+116-117
- BitmapVectorizer/Trace/PrivCurve.cs+82-83
- BitmapVectorizer/Trace/SegmentType.cs+5-6
- BitmapVectorizer/TraceResult.cs+8-9
Submodule PaintDotNet.IndirectUI.Fluent updated 8 files
- PaintDotNet.IndirectUI.Fluent/PaintDotNet.IndirectUI.Fluent.csproj+3-2
- PaintDotNet.IndirectUI.Fluent/PaintDotNet/IndirectUI/Extensions/ControlInfoExtensions.cs+12-8
- PaintDotNet.IndirectUI.Fluent/PaintDotNet/IndirectUI/Extensions/PropertyControlInfoExtensions.cs+123-45
- PaintDotNet.IndirectUI.Fluent/PaintDotNet/IndirectUI/PropertyControlInfoCollection.cs+9-12
- PaintDotNet.IndirectUI.Fluent/PaintDotNet/PropertySystem/Extensions/PropertyCollectionExtensions.cs+26-7
- PaintDotNet.IndirectUI.Fluent/PaintDotNet/PropertySystem/Extensions/PropertyExtensions.cs+9-6
- PaintDotNet.IndirectUI.Fluent/PaintDotNet/PropertySystem/FluentPropertyCollection.cs+275-131
- PaintDotNet.IndirectUI.Fluent/PaintDotNet/PropertySystem/PropertyName.cs+36-21
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
| 15 | + | |
14 | 16 |
| |
15 | 17 |
| |
16 | 18 |
| |
| |||
33 | 35 |
| |
34 | 36 |
| |
35 | 37 |
| |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
36 | 42 |
| |
37 | 43 |
| |
38 | 44 |
| |
|
Lines changed: 0 additions & 75 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
Lines changed: 30 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
| |||
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
20 |
| - | |
| 21 | + | |
21 | 22 |
| |
22 | 23 |
| |
23 | 24 |
| |
| |||
35 | 36 |
| |
36 | 37 |
| |
37 | 38 |
| |
38 |
| - | |
| 39 | + | |
39 | 40 |
| |
40 | 41 |
| |
41 | 42 |
| |
| |||
51 | 52 |
| |
52 | 53 |
| |
53 | 54 |
| |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
54 | 67 |
| |
55 | 68 |
| |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
61 | 74 |
| |
62 | 75 |
| |
63 | 76 |
| |
| |||
81 | 94 |
| |
82 | 95 |
| |
83 | 96 |
| |
84 |
| - | |
| 97 | + | |
85 | 98 |
| |
86 | 99 |
| |
87 | 100 |
| |
| |||
206 | 219 |
| |
207 | 220 |
| |
208 | 221 |
| |
209 |
| - | |
| 222 | + | |
210 | 223 |
| |
211 | 224 |
| |
212 | 225 |
| |
| |||
221 | 234 |
| |
222 | 235 |
| |
223 | 236 |
| |
224 |
| - | |
| 237 | + | |
225 | 238 |
| |
226 | 239 |
| |
227 | 240 |
| |
| |||
236 | 249 |
| |
237 | 250 |
| |
238 | 251 |
| |
239 |
| - | |
240 |
| - | |
241 |
| - | |
242 |
| - | |
243 |
| - | |
244 |
| - | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
245 | 258 |
| |
246 | 259 |
| |
247 | 260 |
| |
|
Lines changed: 9 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
| 15 | + | |
14 | 16 |
| |
15 | 17 |
| |
16 | 18 |
| |
17 | 19 |
| |
18 |
| - | |
19 | 20 |
| |
20 |
| - | |
21 | 21 |
| |
22 |
| - | |
23 |
| - | |
24 | 22 |
| |
25 | 23 |
| |
26 | 24 |
| |
27 |
| - | |
| 25 | + | |
28 | 26 |
| |
| 27 | + | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
| 34 | + | |
| 35 | + | |
34 | 36 |
| |
35 | 37 |
| |
36 | 38 |
|
Lines changed: 12 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
10 |
| - | |
| 11 | + | |
11 | 12 |
| |
| 13 | + | |
| 14 | + | |
12 | 15 |
| |
13 |
| - | |
14 |
| - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
15 | 23 |
| |
16 | 24 |
|
0 commit comments