50 Commits (25f39a60a83738ed47f81cb40a95ab105f376033)

Author SHA1 Message Date
  Olli Wang 1664a524a7 Passes the device pixel ratio parameter to `renderViewport` function. 8 years ago
  Mike df658f97a2 Fix typo in nvgCreateFontMem description 9 years ago
  Bruce Mitchener 98b116165d Fix typos. 10 years ago
  Olli Wang c120079425 Added nvgCancelFrame() 10 years ago
  Mikko Mononen 994b60b83f Moved image repeat (tiling) from pattern to image creation 10 years ago
  Mikko Mononen 14df146ea1 Added nvgIntersectScissor() 11 years ago
  Mikko Mononen 19f19847fe Typedef'd structs. 11 years ago
  StarWing 4712e5b615 Auto detect and resize text atlas texture. 11 years ago
  Christopher Maughan b79ab71a71 Added mipmap generation option - useful for clients that need images with mipmaps for better quality scaling. 11 years ago
  Scott Graham c20125c941 second attempt at avoiding warnings at /W4 on vs2013 11 years ago
  Mikko Mononen 0c7feda665 Changed not used macro from do {} while(0), to for(;;) { ... break; } 11 years ago
  Mikko Mononen a98d17cf24 Fix for issue #111 11 years ago
  Mikko Mononen 709475c513 API changed! Fixed slowdown, Shader uses premultiplied colors 11 years ago
  Mikko Mononen 84bec2962e Fix for issue #95 11 years ago
  StarWing bea097165b add external APIs to GL backend to get native Texture Id. 11 years ago
  Mikko Mononen 1da366c239 Fix for issue #82 11 years ago
  Mikko Mononen 3f37dccb29 Fix for issue #78 11 years ago
  Mikko Mononen 4cc5fd68d1 Improved nvgTextGlyphPositions() 11 years ago
  Mikko Mononen 5a4e5a3d7c Added nvgCurrentTransform() and exposed matrix functions 11 years ago
  Mikko Mononen b416f76b1c Added nvgTextBoxBounds, fixed nvgTextBounds 11 years ago
  Mikko Mononen 7a282bd934 Added some TODOs, no return value for textbox 11 years ago
  Mikko Mononen 635f4a4afb Added multi-line text drawing 11 years ago
  Mikko Mononen ff8b521506 Added text break line and glyph position functions 11 years ago
  Mikko Mononen 888103db39 Adjusted tessellation 11 years ago
  Doug Binks c3f50b9c01 Removed nvgIsBlack, and added isBlack to demo.c 11 years ago
  Doug Binks 253dc627e7 Added nvgTransRGBAf 11 years ago
  Doug Binks a83913bc87 Added nvgRGBf and nvgRGBAf constructor functions. 11 years ago
  Doug Binks 466ab4b19a Converted spaces to tabs. 11 years ago
  Doug Binks 3d3582cd9a Moved to floating point color via NVGcolor structure. 11 years ago
  Mikko Mononen 0262883c55 Fixes for AA on retina, a bit finer tessellation 11 years ago
  Mikko Mononen ba3c0cbce1 Fix for issue #40: Added support to render using premultiplied alpha 11 years ago
  Mikko Mononen 0c6d5d3702 Added NVG_ANTIALIAS into read me, commented line cap/join 11 years ago
  Mikko Mononen 0ec2be7a6c Added support for line caps and joins 11 years ago
  Jim Tilander 8e434b0467 Fixed some warnings with MS compiler 11 years ago
  Mikko Mononen 6840bf8478 Simplified back-end API a little 11 years ago
  Mikko Mononen 1378269815 Fixed unused variables and scissor under zoom 11 years ago
  Mikko Mononen d41083886a Added retina/hi-dpi support 11 years ago
  Mikko Mononen ecb0a9c394 Removed scaling from nvgTextBounds and nvgVertMetrics and commented the behavior 11 years ago
  Mikko Mononen cd376082ba Added MSAA option for backends 11 years ago
  Mikko Mononen 39602081e8 Fix for issue #11, added C++ guards 11 years ago
  Mikko Mononen 8b234ca953 Improved rendering performance of convex shapes and on gl3 back-end 11 years ago
  Mikko Mononen 9b00b7aaf5 Implemented OGL 3.2 core profile back-end 11 years ago
  Mikko Mononen 786dffa0cb First stab at documentation. 11 years ago
  Mikko Mononen 4b9dc973f7 Fixed arcTo, small additions to API 11 years ago
  Mikko Mononen 99e7d9b21d added texture atlas size to glnvgCreate() 11 years ago
  Mikko Mononen 68d27124a8 - decorated math functions 11 years ago
  Mikko Mononen 6c0d41a124 Fixed small arc rendering, improved example, added screenshot 11 years ago
  Mikko Mononen b89907ba6b First commit 11 years ago