f56b9e6Started projects section by
Mikko Mononen
2014-07-11 19:23:30 +0300
8519f09Changed demos to use types not structs by
Mikko Mononen
2014-07-11 19:21:19 +0300
19f1984Typedef'd structs. by
Mikko Mononen
2014-07-11 19:16:03 +0300
14fe41aMerge pull request #129 from andrewcorrigan/master by
Mikko Mononen
2014-07-11 18:45:26 +0300
d26ddd6Merge branch 'cmaughan-nanovg_master' by
Mikko Mononen
2014-07-11 18:39:26 +0300
a52c9a1Merged font texture creationg conflict. by
Mikko Mononen
2014-07-11 18:39:10 +0300
cb5f9cdspaces --> tabs by
Andrew Corrigan
2014-06-27 09:21:42 -0400
ad1f260spaces --> tabs by
Andrew Corrigan
2014-06-27 09:20:45 -0400
ad59d66only specifies precision for fragment shader, vertex shader defaults to highp as per gles2/gles3 spec by
Andrew Corrigan
2014-06-26 20:16:26 -0400
8459543Fix for issue #127 by
Mikko Mononen
2014-06-27 10:44:42 +0300
68f9e4bMerge pull request #125 from starwing/master by
Mikko Mononen
2014-06-22 12:02:52 +0300
5dd2c49update upstream stb things. by
StarWing
2014-06-22 16:52:05 +0800
7d1ec4dMerge pull request #123 from starwing/master by
Mikko Mononen
2014-06-22 11:49:13 +0300
4712e5bAuto detect and resize text atlas texture. by
StarWing
2014-06-16 17:57:18 +0800
05f8449Merge pull request #124 from andrewcorrigan/master by
Mikko Mononen
2014-06-22 11:10:56 +0300
0ffc9d5allows for nanovg_gl prototypes to be declared simultaneously for multiple backends by
Andrew Corrigan
2014-06-21 19:53:47 -0400
62fccfbRemoved accidental d3d11 project. by
Christopher Maughan
2014-06-21 11:20:20 +0100
101b1a9Fixed curlies by
Christopher Maughan
2014-06-21 11:13:28 +0100
a23e6c4Also set the mipmap flag for GL ;) by
Christopher Maughan
2014-06-21 11:07:05 +0100
b79ab71Added mipmap generation option - useful for clients that need images with mipmaps for better quality scaling. Tweaked premake to remove some windows warnings. by
Christopher Maughan
2014-06-21 10:22:49 +0100
f0b503dFont stash: store pref glyph as index instead of pointer by
Mikko Mononen
2014-06-21 12:06:40 +0300
05c8fa2Merge pull request #120 from sgraham/warnings-attempt-2 by
Mikko Mononen
2014-06-20 20:13:20 +0300
b8e981bMerge pull request #121 from sgraham/zero-w-scissor by
Mikko Mononen
2014-06-20 20:10:21 +0300
bc136b2clamp on scissor, fix nvgReset by
Scott Graham
2014-06-20 08:54:13 -0700
aefc9a6use -1 as the 'no scissor' value, rather than 0, so that 0 width still scissors by
Scott Graham
2014-06-19 17:40:53 -0700
c20125csecond attempt at avoiding warnings at /W4 on vs2013 by
Scott Graham
2014-06-19 17:34:10 -0700
ed86765Removed unused mx,my,len by
Mikko Mononen
2014-06-17 11:27:11 +0300
197af88Merge pull request #115 from cforfang/small_fixes by
Mikko Mononen
2014-06-17 10:50:37 +0300
565fa16Fixed missing void in function with no parameters by
Christian Forfang
2014-06-15 19:41:57 +0200
893f31cFixed potentially uninitialized local variable warning by
Christian Forfang
2014-06-15 19:33:38 +0200
119f315Fixed memory leak by
Christian Forfang
2014-06-15 19:29:27 +0200
0c7fedaChanged not used macro from do {} while(0), to for(;;) { ... break; } by
Mikko Mononen
2014-06-15 11:32:27 +0300
ec2dfbaRemoved unused mu variable by
Mikko Mononen
2014-06-15 11:29:27 +0300
ff96ef9Merge pull request #104 from starwing/master by
Mikko Mononen
2014-06-15 11:28:57 +0300
c648e0dFix for issue #108 by
Mikko Mononen
2014-06-15 11:23:09 +0300
a98d17cFix for issue #111 by
Mikko Mononen
2014-06-15 11:19:22 +0300
709475cAPI changed! Fixed slowdown, Shader uses premultiplied colors by
Mikko Mononen
2014-06-15 11:08:12 +0300
9b8de47fix nvgCreateImageFromHandle for GLES2/3. by
StarWing
2014-06-10 00:49:35 +0800
0dbf53eUpdated screenshot by
Mikko Mononen
2014-06-09 20:10:37 +0300
0ae3a54Added links to nanovg ports by
Mikko Mononen
2014-06-09 19:47:39 +0300
003561eFix for issue #92 by
Mikko Mononen
2014-06-09 15:53:26 +0300
83c876bMade FBO helper to work on OSX when using GL2 by
Mikko Mononen
2014-06-08 20:27:14 +0300
84bec29Fix for issue #95 by
Mikko Mononen
2014-06-08 15:10:40 +0300
f0994aeFix for issue #100 by
Mikko Mononen
2014-06-08 14:19:17 +0300
7a06c56Fixes and tweaks for frame buffer handling by
Mikko Mononen
2014-06-08 13:56:58 +0300
43a8dccMerge pull request #101 from starwing/master by
Mikko Mononen
2014-06-08 13:13:55 +0300
adb7528Merge pull request #93 from jacereda/master by
Mikko Mononen
2014-06-08 13:10:14 +0300
59030bfSeparated fill and store expansion code by
Mikko Mononen
2014-06-08 13:07:00 +0300
7a57601Merge pull request #102 from notlion/gles-highp by
Mikko Mononen
2014-06-08 11:12:15 +0300
fa12dd8Use highp precision when available for GLES by
Ryan Alexander
2014-06-07 20:30:55 -0700
bea0971add external APIs to GL backend to get native Texture Id. by
StarWing
2014-06-06 19:24:12 +0800
0957a77Merge upstream/master by
Jorge Acereda
2014-06-05 23:48:52 +0200
bf2037aFix for issue #94 by
Mikko Mononen
2014-06-05 18:57:59 +0300
6a96f91Relax stroke width limit by
Jorge Acereda
2014-06-03 23:44:04 +0200
ec53dd4Merge pull request #89 from cforfang/alignment_fix_2 by
Mikko Mononen
2014-05-28 20:43:33 +0300
7b567daExplicit cast to make C++ compilers happy by
Christian Forfang
2014-05-28 19:18:22 +0200
1da366cFix for issue #82 by
Mikko Mononen
2014-05-24 20:05:44 +0300
effe1a5Fix for issue #81 by
Mikko Mononen
2014-05-23 09:55:38 +0300
44c168bFix for issue #75 by
Mikko Mononen
2014-05-23 09:42:42 +0300
611b043Fix for issue #77 by
Mikko Mononen
2014-05-23 09:37:36 +0300
4ee8aa9Merge pull request #87 from Nairou/master by
Mikko Mononen
2014-05-22 16:59:45 +0300
c80df84Made FreeType support a bit clearer by
Caleb Gingles
2014-05-22 09:53:02 -0400
42afd62Merge pull request #86 from Ziflin/master by
Mikko Mononen
2014-05-22 08:20:17 +0300
eff24ccRemoved GL_BLEND disable and enable inside glnvg__fill() to prevent performance warning: "Fragment Shader is going to be recompiled because the shader key based on GL state mismatches." by
Douglas Cox
2014-05-21 17:47:57 -0400
2b35f5fMerge pull request #85 from cforfang/alignment_fix_2 by
Mikko Mononen
2014-05-21 23:13:47 +0300
15c963fMake sure fons__tmpalloc returns a 16-byte aligned pointer by
Christian Forfang
2014-05-21 22:00:24 +0200
02ca24aFix to update alloc count after successful alloc by
Mikko Mononen
2014-05-03 12:17:27 +0300
3f37dccFix for issue #78 by
Mikko Mononen
2014-05-03 12:05:58 +0300
7f55decMore error checking on allocations by
Mikko Mononen
2014-05-03 11:56:26 +0300
b2d9342Fixed issue #80 by
Mikko Mononen
2014-05-03 10:39:44 +0300
0426fe9Merge pull request #79 from cforfang/master by
Mikko Mononen
2014-05-01 18:34:03 +0300
46bc758Added mention of glFrontFace to README.md by
Christian Forfang
2014-05-01 12:42:59 +0200
d7344e0Added glFrontFace(GL_CCW) to glnvg__renderFlush by
Christian Forfang
2014-05-01 12:27:39 +0200
7aa5a74Merge pull request #76 from elmindreda/master by
Mikko Mononen
2014-04-25 19:19:19 +0300