Age | Commit message (Expand) | Author |
2018-06-15 | Support negative X position when placing image | Kurt |
2018-06-01 | Added public wrapper "GetPageSizeStr" of private method (#181) | Marcus Oblak |
2018-04-20 | EOF error when using reader (#176) | daill |
2018-04-15 | Add SetHeaderFuncMode() method to automatically set position to left and top ... | Kurt |
2018-04-05 | Add relative position method to grid | Kurt |
2018-04-04 | Add X and Y range methods to grid | Kurt |
2018-04-03 | Add option to rotate X-axis labels; demonstrate in grid example | Kurt |
2018-04-03 | Correct label alignment | Kurt |
2018-04-03 | Add option to place chart labels outside of grid boundary. Make this the default | Kurt |
2018-04-01 | Add absolute value versions of Ht and Wd methods | Kurt |
2018-04-01 | Emit Fill/Draw/Text color codes only if changed from current value | Kurt |
2018-03-26 | Clarify documentation for RGBType and RGBAType | Kurt |
2018-03-23 | Merge branch 'sbinet-gonum-detect-close-error' | Kurt |
2018-03-23 | font: make sure error on close or write are detected | Sebastien Binet |
2018-03-20 | Correct ending condition of Plot method | Kurt |
2018-03-19 | Change StatePut to method of StateType named Put | Kurt |
2018-03-19 | Fix typo, mention charting facility in home page | Kurt |
2018-03-19 | Add charting facility | Kurt |
2018-02-03 | Acknowledge Andy Bakun's fix for catalog sort | Kurt |
2018-02-03 | Merge branch 'thwarted-stable-obj-ordering' | Kurt |
2018-02-03 | sort the objs in the output more consistently | Andy Bakun |
2018-01-31 | Merge branch 'moogle19-add_consts' | Kurt |
2018-01-31 | Move consts into def | Kevin Seidel |
2018-01-31 | Merge branch 'master' of https://github.com/jung-kurt/gofpdf | Kevin Seidel |
2018-01-31 | Rename types to const | Kevin Seidel |
2018-01-08 | Acknowledge David Fish's generic alias replacement contribution; change test ... | Kurt |
2018-01-08 | Merge branch 'dsfish-df-table-of-contents' | Kurt |
2018-01-08 | Added generic alias-replacement function to enable Table of Contents function... | David Fish |
2018-01-02 | Merge branch 'master' of https://github.com/jung-kurt/gofpdf | Kevin Seidel |
2018-01-02 | Add constants for Orientation, Alignment, ... | Kevin Seidel |
2017-12-21 | Merge branch 'danmeyers-get-barcode-dims_prevent-scaling' | Kurt |
2017-12-21 | Merge branch 'get-barcode-dims_prevent-scaling' of https://github.com/danmeye... | Kurt |
2017-12-20 | make barcode scaling optional, provide a method to get unscaled barcode dimen... | Dan Meyers |
2017-12-02 | Add consts for page orientations (#150) | Paweł Słomka |
2017-11-24 | Merge branch 'wgliang-master' | Kurt |
2017-11-24 | Replace strings.Index with strings.Contains | Wang Guoliang |
2017-11-24 | Update LICENSE | Kurt Jung |
2017-11-24 | Rename license.txt to LICENSE (#145) | Alexey Palazhchenko |
2017-11-12 | Add partial support for spot colors. This does not yet include gradients, etc | Kurt |
2017-11-12 | Remove default byte-for-byte comparison of generated PDF with reference PDF. ... | Kurt |
2017-09-29 | Add "Tabloid" page size (#138) | OlegFX |
2017-09-03 | Use up-to-date version of Go for Travis CI; try again | Kurt |
2017-09-03 | Use up-to-date version of Go for Travis CI | Kurt |
2017-09-03 | Note the conditions in which the PDFs generated during the test are compared ... | Kurt |
2017-09-03 | Merge branch 'darrenmcc-print-diff-flag' | Kurt |
2017-08-30 | False | Darren McCleary |
2017-08-30 | Updated example | Darren McCleary |
2017-08-30 | Added flag to print PDF byte diffs | Darren McCleary |
2017-08-30 | Merge branch 'echa-master' | Kurt |
2017-08-30 | output xmp earlier to not clash with trailer refs | Alexander Eichhorn |