115 Commits (4b91cf00068a25722afcd2476b171ccc5142a918)

Author SHA1 Message Date
  Olli Wang 8d1b1e7d15 Fixes text corruption on atlas rebuild. 6 years ago
  Olli Wang 6b6e3a5246 Fixes the type of view size. 7 years ago
  Mikko Mononen dfa31dfba2 Fix for #471 7 years ago
  Olli Wang 645861c804 Renders glyph’s bitmap data on demand. 7 years ago
  Dag Ågren 3b54182b02 Remove unused variable. 7 years ago
  Mikko Mononen 4f1c6d302a Fix for #391 7 years ago
  Olli Wang 17321202da Allows to turn on/off antialias for shapes. 8 years ago
  Andrew Corrigan 1ae01af452 suppresses all warnings reported by Apple LLVM version 8.0.0 (clang-800.0.42.1) 8 years ago
  Olli Wang 7cd8decef4 Better support for CJK characters. 8 years ago
  Olli Wang c6cddc85c1 Fixes the bug that text may not render correctly. 8 years ago
  Olli Wang ade7193423 Improves to display CJK characters with English words. 8 years ago
  Olli Wang c64c95c727 Fixes line breaks for CJK characters. 8 years ago
  Xeek bb385e6b8f Renamed nvgRoundedRectEx to nvgRoundedRectVarying, using variables for duplicated calls to nvg__absf, renamed the radius parameters & variables to be more descriptive, changed the order of radius parameters to follow CSS order, and finally corrected the if/else style suggested by @memononen. 8 years ago
  Xeek 34621d4ad2 Renamed nvgRoundedRectEx to nvgRoundedRectVarying, using variables for duplicated calls to nvg__absf, renamed the radius parameters & variables to be more descriptive, changed the order of radius parameters to follow CSS order, and finally corrected the if/else style suggested by @memononen. 8 years ago
  Xeek b2d9eb251b Added nvgRoundedRectEx so that the rectangle's corners can have varying radii. nvgRoundRect changed to utilize nvgRoundedRectEx. 8 years ago
  satoren 339c5e507b Improve nvgGlobalCompositeOperation with state 8 years ago
  Olli Wang c97444c96f Code refactoring for #299. 8 years ago
  satoren 40e999af3c Support fallback fonts 8 years ago
  Olli Wang 1bf25e6f67 Improves the implementation of global composite operation. 8 years ago
  Olli Wang c4b865796d Implements composite operation for blending rendering between frames. 8 years ago
  Olli Wang 1664a524a7 Passes the device pixel ratio parameter to `renderViewport` function. 8 years ago
  John 1efdf2a1de Fixing clang compiler warnings. 8 years ago
  Michael Hartmann f43a7a7790 Replace malloc.h with stdlib.h 9 years ago
  Michael Hartmann 6245376103 Increased SCRATCH_FONS_SCRATCH_BUF_SIZE to 64000 9 years ago
  Bruce Mitchener 98b116165d Fix typos. 10 years ago
  Mikko Mononen 31f9feb401 Fix for #191 10 years ago
  Mikko Mononen 90862ce25c Fix for issue #175 10 years ago
  Miha Lunar f8086a2006 Added check in addPoint to avoid duplicated moveTos breaking 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 6b69e7bce0 Fix for issue #143 11 years ago
  Mikko Mononen bd762f81a6 Fix for issue #142 11 years ago
  Ryan Alexander 312052816e Set commandx/y before the transform 11 years ago
  Mikko Mononen 14df146ea1 Added nvgIntersectScissor() 11 years ago
  Mikko Mononen 19f19847fe Typedef'd structs. 11 years ago
  Mikko Mononen 84595438f3 Fix for issue #127 11 years ago
  StarWing 5dd2c49fe6 update upstream stb things. 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 bc136b26c8 clamp on scissor, fix nvgReset 11 years ago
  Scott Graham aefc9a6104 use -1 as the 'no scissor' value, rather than 0, so that 0 width still scissors 11 years ago
  Scott Graham c20125c941 second attempt at avoiding warnings at /W4 on vs2013 11 years ago
  Mikko Mononen ed86765026 Removed unused mx,my,len 11 years ago
  Christian Forfang 565fa16265 Fixed missing void in function with no parameters 11 years ago
  Christian Forfang 893f31c318 Fixed potentially uninitialized local variable warning 11 years ago
  Mikko Mononen ec2dfba0f1 Removed unused mu variable 11 years ago
  Mikko Mononen c648e0dcf1 Fix for issue #108 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 003561e721 Fix for issue #92 11 years ago