337 Commits (67e2ecf7360d41d3849b615dc4951e0096597b4c)
 

Author SHA1 Message Date
  Mikko Mononen 67e2ecf736 Merge pull request #404 from DagAgren/patch-1 7 years ago
  Dag Ågren b124bbbaf5 Fix implicit conversion warning. 7 years ago
  Dag Ågren 3b54182b02 Remove unused variable. 7 years ago
  Mikko Mononen a2784bad3a Merge pull request #395 from olliwang/metal 7 years ago
  Olli Wang 43aeba25a4 Adds link of the Metal port. 7 years ago
  Mikko Mononen 4f1c6d302a Fix for #391 7 years ago
  Mikko Mononen 30e1c98175 Merge pull request #386 from olliwang/flags 7 years ago
  Olli Wang 17321202da Allows to turn on/off antialias for shapes. 7 years ago
  Mikko Mononen 70fb4b0344 Merge pull request #387 from olliwang/quad 7 years ago
  Olli Wang f87cdf1041 Prevents uploading unused vertices to GPU. 7 years ago
  Mikko Mononen 7e42ac6099 Merge pull request #385 from olliwang/discard 7 years ago
  Olli Wang 7e11b11177 Discards fragments as early as possible. 7 years ago
  Mikko Mononen 72bac5d98b Update README.md 7 years ago
  Mikko Mononen c75fc0bfcf Merge pull request #359 from olliwang/glext 8 years ago
  Olli Wang 4ac2b44ea7 Fixes how glext header is included. 8 years ago
  Mikko Mononen 51284049e2 Merge pull request #357 from ckaran/master 8 years ago
  Cem Karan 2098a54242 Added a missing include file to nanovg_gl.h. 8 years ago
  Cem Karan 112567c975 Added "-framework Carbon" as a link option to premake4.lua. 8 years ago
  Mikko Mononen 47ffd9d0b9 Merge pull request #312 from satoren/master 8 years ago
  Mikko Mononen 8feae63a46 Merge pull request #343 from damiles/master 8 years ago
  David Millan (Damiles) ee031a432c Use NVG_IMAGE_NEAREST to no interpolate in image 8 years ago
  David Millan (Damiles) 61fb55ac19 Merge branch 'master' of https://github.com/damiles/nanovg 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
  Mikko Mononen cacb00b852 Merge pull request #340 from andrewcorrigan/master 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
  Mikko Mononen e12379653e Merge pull request #338 from olliwang/CJK 8 years ago
  Olli Wang 7cd8decef4 Better support for CJK characters. 8 years ago
  Mikko Mononen d9e8daf46f Merge pull request #333 from olliwang/font 8 years ago
  Olli Wang c6cddc85c1 Fixes the bug that text may not render correctly. 8 years ago
  Mikko Mononen a367dcf163 Merge pull request #331 from olliwang/CJK 8 years ago
  Olli Wang ade7193423 Improves to display CJK characters with English words. 8 years ago
  Mikko Mononen 84e848d1e9 Merge pull request #330 from olliwang/CJK 8 years ago
  Mikko Mononen 2ed5c0e010 Merge pull request #329 from lieff/master 8 years ago
  Olli Wang c64c95c727 Fixes line breaks for CJK characters. 8 years ago
  lieff ecb5899bcf handle file IO error 8 years ago
  Mikko Mononen 3110d5fba1 Merge pull request #316 from xeekworx/master 8 years ago
  Xeek 2331f1ff11 Merge branch 'master' of https://github.com/memononen/nanovg 8 years ago
  Xeek d68da77299 Merge branch 'master' of https://github.com/xeekworx/nanovg 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
  satoren a457efa3c4 Remove demo code for nvgGlobalCompositeOperation 8 years ago
  Mikko Mononen 7859321aa8 Merge pull request #317 from olliwang/coordinate 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
  Mikko Mononen af0c475cf9 Merge pull request #311 from dimsuz/gl2_image_handle_fix 8 years ago
  Dmitry Suzdalev 23128bdb58 Rename nvglImageFromHandleGL2 -> nvglImageHandleGL2 8 years ago
  Mikko Mononen 4f255e0daf Merge pull request #307 from olliwang/blend 8 years ago