File tree
5 files changed
+16
-6
lines changed- library
5 files changed
+16
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
43 | 47 | | |
44 | 48 | | |
45 | 49 | | |
46 | 50 | | |
| 51 | + | |
| 52 | + | |
47 | 53 | | |
48 | 54 | | |
49 | 55 | | |
| |||
56 | 62 | | |
57 | 63 | | |
58 | 64 | | |
| 65 | + | |
59 | 66 | | |
60 | 67 | | |
61 | 68 | | |
| |||
68 | 75 | | |
69 | 76 | | |
70 | 77 | | |
71 | | - | |
| 78 | + | |
72 | 79 | | |
73 | 80 | | |
74 | 81 | | |
75 | 82 | | |
76 | | - | |
| 83 | + | |
77 | 84 | | |
78 | 85 | | |
79 | 86 | | |
| |||
Submodule libxlsxwriter updated 61 files
- .travis.yml+3-2
- Changes.txt+12
- Makefile+2-2
- docs/Doxyfile+1
- docs/images/object_position1.png
- docs/images/object_position2.png
- docs/images/object_position3.png
- docs/images/object_position4.png
- docs/src/mainpage.dox+1
- docs/src/working_with_charts.dox+1-1
- docs/src/working_with_object_position.dox+176
- include/xlsxwriter.h+2-2
- include/xlsxwriter/drawing.h+2-15
- include/xlsxwriter/worksheet.h+26-3
- libxlsxwriter.podspec+1-1
- src/Makefile+2-2
- src/drawing.c+7-9
- src/worksheet.c+40-40
- test/functional/src/test_image45.c+4-3
- test/functional/src/test_image46.c+1-1
- test/functional/src/test_object_position01.c+21
- test/functional/src/test_object_position02.c+21
- test/functional/src/test_object_position03.c+21
- test/functional/src/test_object_position04.c+43
- test/functional/src/test_object_position06.c+24
- test/functional/src/test_object_position07.c+24
- test/functional/src/test_object_position08.c+58
- test/functional/src/test_object_position09.c+58
- test/functional/src/test_object_position10.c+24
- test/functional/src/test_object_position12.c+22
- test/functional/src/test_object_position13.c+23
- test/functional/src/test_object_position14.c+23
- test/functional/src/test_object_position15.c+23
- test/functional/src/test_object_position16.c+24
- test/functional/src/test_object_position17.c+24
- test/functional/src/test_object_position18.c+23
- test/functional/src/test_object_position19.c+24
- test/functional/src/test_object_position20.c+24
- test/functional/src/test_object_position51.c+44
- test/functional/test_object_position.py+74
- test/functional/xlsx_files/image45.xlsx
- test/functional/xlsx_files/image46.xlsx
- test/functional/xlsx_files/object_position01.xlsx
- test/functional/xlsx_files/object_position02.xlsx
- test/functional/xlsx_files/object_position03.xlsx
- test/functional/xlsx_files/object_position04.xlsx
- test/functional/xlsx_files/object_position06.xlsx
- test/functional/xlsx_files/object_position07.xlsx
- test/functional/xlsx_files/object_position08.xlsx
- test/functional/xlsx_files/object_position09.xlsx
- test/functional/xlsx_files/object_position10.xlsx
- test/functional/xlsx_files/object_position12.xlsx
- test/functional/xlsx_files/object_position13.xlsx
- test/functional/xlsx_files/object_position14.xlsx
- test/functional/xlsx_files/object_position15.xlsx
- test/functional/xlsx_files/object_position16.xlsx
- test/functional/xlsx_files/object_position17.xlsx
- test/functional/xlsx_files/object_position18.xlsx
- test/functional/xlsx_files/object_position19.xlsx
- test/functional/xlsx_files/object_position20.xlsx
- test/unit/drawing/test_drawing_image.c+3-2
0 commit comments