summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-05Note lack of support for Chinese, Arabic and other multi-codepage fontsKurt Jung
2017-03-25Fixed heading in README.md (#106)Marco Vito Moscaritolo
2017-02-11Accept interfaces where appropriate. (#103)dchapes
2016-12-27List barcode generation as featureKurt
2016-12-27Add support for Aztec barcodes (#101)Ruud Kamphuis
2016-12-16Merge branch 'master' of https://github.com/jung-kurt/gofpdfKurt
2016-12-16Clarify state of current position after call to MultiCell(). Thanks, Roger Fl...Kurt
2016-12-10Added A1 and A2 page sizes (#98)Vinayak Nagpal
2016-12-09Add page size for A6 (#97)Sebastian Müller
2016-12-02Acknowledge Guillermo Pascual's alignment enhancementKurt
2016-12-02Issue #53 - Support for <RIGHT> alignment tag on basic HTML (#95)Guillermo Pascual
2016-11-26Include golint in standard checkKurt
2016-11-13Change reference to new license filenameKurt
2016-11-13Delete LICENSEKurt Jung
2016-11-13Create license.txtKurt Jung
2016-11-12Document the TIFF image functions. Correct related documentation.Kurt
2016-11-11Adjust some names of test functions to conform with Go's naming conventionsKurt
2016-11-10Add package descriptionKurt
2016-11-10Support standard tiff imagesKurt
2016-11-07Use struct keywords in examples of fpdf_test to comply with go vet (#90)Wilk
2016-11-06flibustenet's example that demonstrates clipped table cells and wrapped table...Kurt
2016-11-06Add tables examples ClippedTableCells and WrappedTableCellsWilk
2016-10-12added mutex to barcode cache (#85)Ruben
2016-10-11Include ... in go get commandKurt
2016-09-08Adding support CMYK in parsejpg (#81)midiland
2016-08-18Allow default compression mode to be set. Go 1.7 introduces a new compression...Kurt
2016-08-01Check for error in ghostscript exampleKurt
2016-07-30Correct names of various CellFormat examples and generated filesKurt
2016-07-30Change example test function name to comply with go vetKurt
2016-07-30Check for error in ghostscript exampleKurt
2016-07-30Correct example function nameKurt
2016-07-30Fix some glitches reported by goreportcard.comKurt
2016-07-30Fix some typos and other goreportcard violationsKurt
2016-07-30Fix lint violation in documentationKurt
2016-07-30Makefile for generating embedded calligra font fileKurt
2016-07-30Acknowledge Paulo Coutinho for static embedded font support.Kurt
2016-07-30Merge branch 'prsolucoes-master'Kurt
2016-07-30Isolate embedded font dataKurt
2016-07-28adding support to embedded fonts as byte arrayPaulo Coutinho
2016-07-28adding support to embedded fonts as byte arrayPaulo Coutinho
2016-07-03Merge pull request #78 from chris-ramon/patch-1Kurt Jung
2016-07-03fpdf: typoChris Ramón
2016-06-30Merge branch 'waldyrious-patch-1'Kurt
2016-06-30Change ISC to MITKurt
2016-06-30Add title to licenseKurt
2016-06-30add license titleWaldir Pimenta
2016-06-05Copy fonts maps to template in order for font styles to work. Thanks, geekpex.Kurt
2016-06-05Add Font resource declaration to templates. Thank you geekpexKurt
2016-05-16Reinstate OSX test with Travis CIKurt
2016-05-16Use go1.6.2 rather than development tipKurt