0bebdb3
(HEAD -> master)
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
3b54182
Remove unused variable. by
2017-09-03 01:22:50 +0300
a2784ba
Merge pull request #395 from olliwang/metal by
2017-08-01 06:50:00 +0300
43aeba2
Adds link of the Metal port. by
2017-07-31 23:46:24 +0800
c7f7078
Fix crash on 32bit platform by
2017-07-27 19:18:58 +0900
4f1c6d3
Fix for #391 by
2017-07-26 21:11:45 +0300
30e1c98
Merge pull request #386 from olliwang/flags by
2017-07-12 07:44:28 +0300
1732120
Allows to turn on/off antialias for shapes. by
2017-07-11 18:36:40 +0800
70fb4b0
Merge pull request #387 from olliwang/quad by
2017-07-12 07:35:53 +0300
f87cdf1
Prevents uploading unused vertices to GPU. by
2017-07-11 19:18:27 +0800
7e42ac6
Merge pull request #385 from olliwang/discard by
2017-07-01 22:32:18 +0300
7e11b11
Discards fragments as early as possible. by
2017-07-02 01:10:38 +0800
72bac5d
Update README.md by
2017-06-29 13:18:20 +0300
c75fc0b
Merge pull request #359 from olliwang/glext by
2017-03-06 21:51:55 +0200
4ac2b44
Fixes how glext header is included. by
2017-03-06 22:08:08 +0800
5128404
Merge pull request #357 from ckaran/master by
2017-02-23 19:47:47 +0200
2098a54
Added a missing include file to nanovg_gl.h. by
2017-02-23 09:56:21 -0500
112567c
Added "-framework Carbon" as a link option to premake4.lua. by
2017-02-23 09:52:02 -0500
47ffd9d
Merge pull request #312 from satoren/master by
2017-02-23 11:42:38 +0200
8feae63
Merge pull request #343 from damiles/master by
2017-01-12 13:46:41 +0200