308 Commits (e12379653edd3d9c0cf7d77d1f1fbefb4e11c67f)
 

Author SHA1 Message Date
  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
  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
  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
  Olli Wang c03226cd2e Fallbacks to default composite operation when invalid one is specified. 8 years ago
  Mikko Mononen 189e051527 Merge pull request #303 from olliwang/freetype 8 years ago
  Olli Wang 39f7a369c7 Fixes the kerning value for freetype. 8 years ago
  Mikko Mononen c02bc9d5ed Merge pull request #301 from olliwang/font 8 years ago
  Olli Wang c97444c96f Code refactoring for #299. 8 years ago
  satoren 40e999af3c Support fallback fonts 8 years ago
  Mikko Mononen 71774e0afe Merge pull request #298 from olliwang/blend 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
  Mikko Mononen 25f39a60a8 Merge pull request #297 from olliwang/bgfx 8 years ago
  Olli Wang 1664a524a7 Passes the device pixel ratio parameter to `renderViewport` function. 8 years ago
  Mikko Mononen cc3897359a Merge pull request #295 from nhojb/master 8 years ago
  John 1efdf2a1de Fixing clang compiler warnings. 8 years ago
  Mikko Mononen c80af94c07 Merge pull request #283 from JinShil/patch-1 9 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
  Mikko Mononen 2504509fb2 Merge pull request #261 from reFX-Mike/master 9 years ago
  Mikko Mononen 3321379e49 Merge pull request #201 from andrewcorrigan/master 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
  Mikko Mononen cb6fd9100d Added glUniformBlockBinding to touched state 9 years ago
  Mikko Mononen 504060e52a Merge pull request #238 from plasmacel/master 9 years ago
  Thom de Villa b7a4792291 fixed type usage 9 years ago
  Mikko Mononen 6ae087333d Merge pull request #226 from olliwang/framebuffer 10 years ago
  Olli Wang 32db574853 Improve the use of NVGLUframebuffer. 10 years ago