238 Commits (6ce863cc5725935563e3deba97fdf810e00b45a3)

Author SHA1 Message Date
  JonathanS 6ce863cc57 Use GLES2 glTex[Sub]Image2D code paths also for GL2 7 years ago
  Gavin Howard 5022b370e4
Mark devicePixelRatio unused in glnvg_renderViewport 7 years ago
  Olli Wang 645861c804 Renders glyph’s bitmap data on demand. 7 years ago
  Andrew Belt 448af072d6 Only apply fallback if GL_DEPTH24_STENCIL8 is defined 7 years ago
  Andrew Belt ee6b7346cc Add GL_DEPTH24_STENCIL8 as a fallback when creating render buffer object 7 years ago
  Joshua Ashton ac6a656898 Fix MSVC 2017 compiler warning 7 years ago
  Dag Ågren b124bbbaf5 Fix implicit conversion warning. 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
  Olli Wang f87cdf1041 Prevents uploading unused vertices to GPU. 8 years ago
  Olli Wang 7e11b11177 Discards fragments as early as possible. 8 years ago
  Olli Wang 4ac2b44ea7 Fixes how glext header is included. 8 years ago
  Cem Karan 2098a54242 Added a missing include file to nanovg_gl.h. 8 years ago
  David Millan (Damiles) ee031a432c Use NVG_IMAGE_NEAREST to no interpolate in image 8 years ago
  David Millan (Damiles) dd1eff4f9e Solve bug inverted but not good solution 8 years ago
  David Millan (Damiles) e955b3829d Nearest Support for images, but there are strange bug to solve. It's Inverted 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
  lieff ecb5899bcf handle file IO error 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
  Olli Wang 85ac378792 Fixes a bug when applying `NVG_IMAGE_FLIPY`. 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 9dbd79dbc7 Code format 8 years ago
  satoren 339c5e507b Improve nvgGlobalCompositeOperation with state 8 years ago
  Dmitry Suzdalev 23128bdb58 Rename nvglImageFromHandleGL2 -> nvglImageHandleGL2 8 years ago
  Olli Wang c03226cd2e Fallbacks to default composite operation when invalid one is specified. 8 years ago
  Olli Wang 39f7a369c7 Fixes the kerning value for freetype. 8 years ago
  Olli Wang c97444c96f Code refactoring for #299. 8 years ago
  satoren 40e999af3c Support fallback fonts 8 years ago
  Olli Wang 09dc767e3f Updates comment for composite operation. 8 years ago
  Olli Wang 9490a8c188 Updates comment again. 8 years ago
  Olli Wang ba8272c5b5 Updates comments. 8 years ago
  Olli Wang 1d856c1b00 Changes the order of declaration. 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
  Mike df658f97a2 Fix typo in nvgCreateFontMem description 9 years ago
  Mikko Mononen b83cf92652 Fixed use of nvglImageHandlexx in GL utils from earlier PR 9 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
  Thom de Villa b7a4792291 fixed type usage 9 years ago
  Olli Wang 32db574853 Improve the use of NVGLUframebuffer. 10 years ago
  Andrew Corrigan 3eeafc1a14 Fix for issue #172 10 years ago
  Bruce Mitchener 98b116165d Fix typos. 10 years ago