75 Commits (ad1f260b919a0bc23fa3060ab774bdd9558b39bc)

Author SHA1 Message Date
  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
  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
  Mikko Mononen 84bec2962e Fix for issue #95 11 years ago
  Mikko Mononen f0994aee92 Fix for issue #100 11 years ago
  Mikko Mononen 59030bf722 Separated fill and store expansion code 11 years ago
  StarWing bea097165b add external APIs to GL backend to get native Texture Id. 11 years ago
  Mikko Mononen bf2037a426 Fix for issue #94 11 years ago
  Jorge Acereda 6a96f91abf Relax stroke width limit 11 years ago
  Mikko Mononen 1da366c239 Fix for issue #82 11 years ago
  Mikko Mononen 44c168b84e Fix for issue #75 11 years ago
  Mikko Mononen 611b043fff Fix for issue #77 11 years ago
  Mikko Mononen 02ca24ad75 Fix to update alloc count after successful alloc 11 years ago
  Mikko Mononen 7f55decf8f More error checking on allocations 11 years ago
  Mikko Mononen b2d93429e5 Fixed issue #80 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 be16b4dff3 Made old GL backends obsolete, added docs 11 years ago
  Mikko Mononen 6edc46e5b0 Allow small strokes, fixed textBoxBounds() 11 years ago
  Mikko Mononen b416f76b1c Added nvgTextBoxBounds, fixed nvgTextBounds 11 years ago
  Mikko Mononen 9d367dcb81 GL3buf backend supports GL2 too (not yet enabled) 11 years ago
  Mikko Mononen fdb96903c8 Fixed text related calculations for hi-dpi rendering 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 f398f26018 Bugfix to nvgRGBf 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 d16b4df7fd Warning/Error fix: added int return type to nvgIsBlack 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
  Kyle Gretchev db5c78fb00 Variable initialization, unused var removal, and casts. 11 years ago
  Mikko Mononen 8b55ae414e Improved miter and bevel line joins 11 years ago
  Mikko Mononen ba3c0cbce1 Fix for issue #40: Added support to render using premultiplied alpha 11 years ago
  Mikko Mononen 5de5c1d2a0 Improve stroke rendering 11 years ago
  Andrew Corrigan 38bb65617e reduces warnings 11 years ago