Age | Commit message (Expand) | Author |
2015-07-11 | A tip of the hat to Stani Michiels for help with package presentation and tests. | Kurt Jung |
2015-07-11 | Merge pull request #23 from stanim/examples | Kurt Jung |
2015-07-11 | fix long lines in documentation examples | Stani |
2015-07-11 | Remove unused reference | Kurt Jung |
2015-07-11 | Remove superfluous reference to example | Kurt Jung |
2015-07-11 | Format a couple more links in markdown | Kurt Jung |
2015-07-11 | Use sed to improve appearance of markdown with features that are unavailable ... | Kurt Jung |
2015-07-10 | Autogenerate README | Kurt Jung |
2015-07-10 | Quick start: generate file, not stream | Kurt Jung |
2015-07-10 | Moved reference to original FPDF site | Kurt Jung |
2015-07-09 | Have to remember to run mkdoc after making changes to documentation | Kurt Jung |
2015-07-09 | Fixed README typo | Kurt Jung |
2015-07-09 | Rearranged README and included reference to related package draw2d | Kurt Jung |
2015-07-09 | Merge pull request #20 from stanim/examples | Kurt Jung |
2015-07-09 | Merge pull request #21 from swenson/master | Kurt Jung |
2015-07-09 | Fixed duplicate name for SetFontSize and SetFontUnitSize | Kurt Jung |
2015-07-09 | Fix SetFontUnitSize name so that we can build | Christopher Swenson |
2015-07-09 | synchronize filenames example pdf files with godoc | Stani |
2015-07-09 | Add reference for autoreadme command | Kurt Jung |
2015-07-09 | Add some font size and conversion methods that use document units rather than... | Kurt Jung |
2015-07-09 | Autogenerate README file from package documentation | Kurt Jung |
2015-07-09 | Autogenerate README file from package documentation | Kurt Jung |
2015-07-07 | Convert sequential examples to ones that are bound to gofpdf methods. | Kurt Jung |
2015-07-07 | Explain error handling in package example | Kurt Jung |
2015-07-06 | Start with the conversion of indexed examples to ones that are associated with | Kurt Jung |
2015-07-06 | Mention Stani Michiels' enhanced fill mode | Kurt Jung |
2015-07-06 | Stani Michiels' full support for fill styles and excellent tutorial to | Kurt Jung |
2015-07-06 | Small tweak to increment operator keep golint happy | Kurt Jung |
2015-07-06 | add example tutorial 32 to demonstrate fillstyles | Stani |
2015-07-06 | implement full support for fill styles | Stani |
2015-07-06 | Update copyright notice | Kurt Jung |
2015-07-06 | Merge branch 'stanim-stani' | Kurt Jung |
2015-07-06 | fix stanim acknowledgment | Stani |
2015-07-06 | fix path drawing methods for ArcTo | Stani |
2015-07-06 | update tutorial 30 for ArcTo | Stani |
2015-07-06 | implemented ArcTo | Stani |
2015-07-06 | fix documentation string MoveTo | Stani |
2015-07-06 | added tutorial 31: line cap join style | Stani |
2015-07-05 | Stanim's line join style implementation | Kurt Jung |
2015-07-04 | implement line join style | Stani |
2015-07-04 | fix typo in documentation string | Stani |
2015-07-04 | update gitignore | Stani |
2015-07-04 | Acknowledge stanim for the multi-segment drawing routines | Kurt Jung |
2015-07-04 | Merge branch 'stanim-master' | Kurt Jung |
2015-07-04 | Multi-segment path drawing routines by stanim | Kurt Jung |
2015-07-04 | Example of Claudio Felber's generalized font loaing implementation | Kurt Jung |
2015-07-04 | Small adjustment to documentation | Kurt Jung |
2015-07-04 | Claudio Felber's dashed line implementation | Kurt Jung |
2015-07-04 | Dashed lines: tutorial example and tip of hat to Claudio Felber | Kurt Jung |
2015-06-27 | Add SetFontLoader() method to load fonts from arbitrary locations | Claudio Felber |