5fdf007
(HEAD -> master)
In fontstash, switch back to ascender-descender height from em height. by
2026-02-23 03:29:50 -0500
607f93e
Update stb_image to 2.30. by
2026-02-23 03:29:24 -0500
b43a8f2
Merge remote-tracking branch 'upstream/master' by
2026-02-22 16:01:14 -0500
6c3c36b
Update to stb_image 2.30. by
2026-02-22 03:15:37 -0500
ce3bf74
Merge pull request #677 from chentong-net/iphone-png-conversion-in-mem by
2026-02-19 15:29:32 +0200
5395a44
fix(image): enable iPhone PNG conversion in nvgCreateImageMem by
2026-02-19 21:14:28 +0800
f93799c
Merge pull request #642 from mulle-nat/typofix by
2023-08-26 16:32:21 -0700
d146ff5
Update link to vinjn's processing api by
2023-08-26 16:30:06 -0700
7544c11
Merge pull request #649 from olliwang/maxstates by
2022-09-26 00:17:20 +0300
8f41a7b
Allows setting the `NVG_MAX_STATES` number. by
2022-09-26 02:04:09 +0800
f008848
small typo fix and documentation fix by
2022-08-04 01:05:05 +0200
397f330
Merge pull request #626 from olliwang/atlas by
2022-03-27 21:03:39 +0300
4e42b6c
Fixes memory leaks due to not releasing font images properly. by
2022-03-26 23:10:06 +0800
5f65b43
Merge pull request #623 from olliwang/stbtt by
2022-01-09 14:16:40 +0200
2615db0
Fixes stbtt implemention. by
2022-01-09 12:30:49 +0800
645e914
Merge pull request #621 from olliwang/freetype by
2021-12-02 20:05:03 +0200
0b37350
Fixes FreeType errors when dealing with multiple NVGcontext objects. by
2021-12-03 00:10:27 +0800
e75cf72
Merge pull request #620 from mulle-nat/mulle-nat-patch-fonsDeleteInternal by
2021-11-01 22:25:49 +0200
ba85215
Update fontstash.h by
2021-10-31 22:28:28 +0100
0bebdb3
Don't skip white space in nvgTextBreakLines(). by
2021-10-28 04:18:00 -0400
14a22f1
Make nvgGlobalAlpha() only set tint alpha, rather than resetting tint to white with the given alpha. by
2021-09-29 09:43:45 -0400
ccaaf90
(shared-context)
Merge branch 'master' into shared-context by
2021-08-02 14:20:39 +0100
ade6e6c
Add nvgAlpha() and nvgTint() which multiply existing alpha and state instead of resetting it. by
2021-08-01 17:47:40 -0400
5fdfbff
Shared contexts; feature complete but relatively untested so far. by
2021-07-30 14:35:11 +0100
9b5c410
Merge branch 'tint' by
2021-07-16 15:12:12 -0400
6fa0b55
Revert "Update stb_image and stb_truetype" by
2021-07-16 15:11:48 -0400
3974a8b
Add nvgGetGlobalTint(). by
2021-07-11 17:49:11 -0400
911b7ed
Revert "Fixes the issue that font size is inconsistent." by
2021-06-14 01:39:18 -0400
d201a1c
Merge branch 'master' of https://github.com/memononen/nanovg by
2021-05-29 16:15:13 -0400
641e4ab
Add nvgGlobalTint by
2021-05-29 16:13:47 -0400
077b65e
Merge pull request #604 from mulle-nat/ci by
2020-12-25 21:10:13 +0200
0bfd2c2
New ci.yml. Build nanovg on every push on ubuntu. Does not build examples (yet), due to technical problems with the older ubuntu version being used by github. by
2020-12-25 16:20:30 +0100
e906c5b
Merge pull request #601 from mulle-nat/fxingtabs by
2020-12-21 12:07:08 +0200
0faac6f
less whitespace by
2020-12-21 10:59:15 +0100
621e0b8
Fixed text vanishing when the transform is vertically flipped by
2020-12-20 12:45:20 +0100
c35e80c
Merge pull request #591 from Iniquitatis/patch-1 by
2020-11-05 22:12:57 +0200
fb78593
Single-byte typo fix by
2020-11-05 04:56:25 +0300
a90ccc2
Merge pull request #588 from d4tocchini/freetype-hint-fix by
2020-10-01 14:16:13 +0300
30b9f3e
Squashed wonky FT kerning via FT_Load_Glyph flag FT_LOAD_TARGET_LIGHT by
2020-10-01 00:47:50 -0700
e628d62
Merge pull request #587 from christophe-f8/master by
2020-09-16 12:20:58 +0300
0fa06d9
Removed CMakeLists.txt by
2020-09-16 11:11:26 +0900
4c7eb2f
Added a preprocessor definition to disable the use of stb_image + Added CMakeLists by
2020-09-15 11:41:34 +0900
2bead03
Merge pull request #573 from geoffthemedio/patch-1 by
2020-03-20 22:14:02 +0200
52265fe
Fixed Signed/Unsigned Comparison Warning by
2020-03-20 09:51:00 +0100
426aa3f
Fix for #570: round glyph positions to pixels using floor by
2020-03-18 23:10:53 +0200
bff4734
Merge pull request #567 from olilarkin/fix-webgl-warning by
2020-03-11 23:12:37 +0200
35dbc98
modify to use dummy texture even without emscripten by
2020-03-06 11:10:34 +0000
e281ffc
Fixed nvgTextBreakLines returning bad minx by
2020-03-07 23:01:56 +0200
3e986cd
call glnvg__renderCreateTexture() in glnvg__renderCreate by
2020-03-05 22:10:53 +0000
d98041b
Bind a dummy texture in setUniforms when compiling with emscripten by
2020-03-02 23:18:05 +0000
6570b56
Merge pull request #564 from olliwang/demo by
2020-02-28 12:50:58 +0200
db50e12
Merge pull request #563 from olliwang/linegap by
2020-02-28 12:49:06 +0200
79561dc
Fixes demo’s font sizes. by
2020-02-28 18:27:48 +0800
492df63
Merge pull request #560 from olliwang/font by
2020-02-28 12:06:32 +0200
c519ae5
Support for resetting fallback fonts. by
2020-02-25 23:46:44 +0800
f3825a0
Merge pull request #561 from olilarkin/rendertriangles_fringe by
2020-02-28 11:59:23 +0200
528dc4e
Fixes the issue that line gap may ruin the text layout. by
2020-02-28 16:53:27 +0800
5a006cd
Pass fringe parameter to renderTriangles, fixes bad clipping of text on high DPI screens by
2020-02-26 12:12:31 +0000
4ae538b
Merge pull request #559 from olliwang/font by
2020-02-25 12:59:19 +0200
8851f02
Support for loading a certain font face from a font file. by
2020-02-17 04:58:22 +0800
b2337d9
Merge pull request #558 from olliwang/font by
2020-02-10 13:35:45 +0200
69e1a47
Fixes the issue that font size is inconsistent. by
2020-02-10 14:54:27 +0800
1f9c886
Update README.md by
2019-04-22 22:03:20 +0300
b6ac7c4
Updated readme by
2019-04-22 21:56:50 +0300
8e697cf
Move stb_image_write.h to src/ by
2019-02-27 05:55:11 -0500
c9da63d
Add stb_image_write.h by
2019-02-27 05:52:57 -0500
e5f5595
Update stb_image and stb_truetype by
2019-02-27 05:36:46 -0500
f4069e6
Merge pull request #508 from kennysharma/master by
2018-09-27 22:19:51 +0300
97fc856
Fix compile issue for missing { in fontstash.h by
2018-09-27 11:50:24 -0700
53599bb
Merge pull request #507 from olliwang/freetype by
2018-09-27 20:34:23 +0300
9b27dc3
Fixes memory leaks of freetype. by
2018-09-27 17:51:38 +0800
fe4ba5f
Merge pull request #506 from olliwang/gl by
2018-09-09 19:46:41 +0300
e7154e1
Fixes the bug that gl may fail to draw fringes. by
2018-09-09 22:27:03 +0800
cfa175a
Merge pull request #392 from satoren/crash_on_32bit_platform by
2018-09-02 11:36:06 +0300
be1a082
Merge pull request #503 from sbarisic/patch-1 by
2018-08-11 06:50:20 +0300
51181a6
Update README.md with another project link by
2018-08-11 03:25:38 +0200
05ca0db
Merge pull request #498 from olliwang/font by
2018-08-08 10:52:39 +0300
83da90e
Forces autohint when loading glyph using FreeType. by
2018-07-27 18:07:45 +0800
4b91cf0
Merge pull request #495 from olliwang/atlas by
2018-07-16 22:21:26 +0300
8d1b1e7
Fixes text corruption on atlas rebuild. by
2018-07-16 13:44:48 +0800
6fa3b3d
Merge pull request #477 from olliwang/size by
2018-04-30 10:45:42 +0300
6b6e3a5
Fixes the type of view size. by
2018-04-27 07:27:31 +0800
30a943c
Merge remote-tracking branch 'origin/master' by
2018-04-18 00:02:34 +0300
dfa31df
Fix for #471 by
2018-04-18 00:02:16 +0300
8626a8d
Merge pull request #469 from strfry/master by
2018-03-30 14:57:30 +0300
6ce863c
Use GLES2 glTex[Sub]Image2D code paths also for GL2 by
2018-03-29 22:07:56 +0200
e70a78e
Merge pull request #442 from gavinhoward/master by
2017-12-19 07:42:19 +0200
5022b37
Mark devicePixelRatio unused in glnvg_renderViewport by
2017-12-18 16:13:16 -0700
364911b
Merge pull request #431 from olliwang/font by
2017-11-06 22:49:32 +0200
645861c
Renders glyph’s bitmap data on demand. by
2017-11-05 17:11:27 +0800
98e5513
Merge pull request #412 from AndrewBelt/master by
2017-09-24 12:48:07 +0300
f494937
Merge branch 'master' of https://github.com/memononen/nanovg by
2017-09-23 10:32:52 -0400
448af07
Only apply fallback if GL_DEPTH24_STENCIL8 is defined by
2017-09-23 10:32:17 -0400
52f2d6b
Merge pull request #411 from AndrewBelt/master by
2017-09-22 21:30:32 +0300
bfd5d11
Merge branch 'master' of https://github.com/memononen/nanovg by
2017-09-22 14:24:25 -0400
ee6b734
Add GL_DEPTH24_STENCIL8 as a fallback when creating render buffer object for nvgluCreateFramebuffer by
2017-09-22 14:22:48 -0400
e303336
Merge pull request #405 from Joshua-Ashton/master by
2017-09-05 17:10:43 +0300
ac6a656
Fix MSVC 2017 compiler warning by
2017-09-05 14:42:27 +0100
67e2ecf
Merge pull request #404 from DagAgren/patch-1 by
2017-09-03 07:43:47 +0300
b124bbb
Fix implicit conversion warning. by
2017-09-03 01:32:00 +0300