Commit Graph

1787 Commits

Author SHA1 Message Date
Martin Gerhardy
1cf633099b Fixed warnings about unused variables 2020-04-09 09:42:33 +02:00
dumblob
b939d43ed6
Merge pull request #99 from fsb4000/master
Fix bug: Do not dereference pool before checking for NULL
2020-04-07 11:41:11 +02:00
Igor Zhukov
04c16e5f32 Do not use pool before checking for NULL 2020-04-06 23:46:28 +07:00
Johnny English
23290daed9 readme.md: reviewer's guide: check for PR completeness (i.e. nothing is missing) 2020-03-31 14:52:08 +02:00
dumblob
36f5e16b91
Merge pull request #91 from bigov/fixing
fix "clean" target in Makefile on Windows NT
2020-03-29 18:41:49 +02:00
bigov
5f3830d8fd fix Makefile for Windows_NT 2020-03-29 15:19:47 +09:00
dumblob
e08d7b418f
Merge pull request #90 from Hejsil/fix-tree-pop-layout-restore
Fix #85 (layout was restored incorrectly on tree pop)
2020-03-23 11:59:38 +01:00
Jimmi Holst Christensen
94ed1d4099 Fix bug where layout was restored incorrectly on tree pop.
Fixes #85
2020-03-22 15:50:21 +01:00
dumblob
a3a37c9fda
Merge pull request #86 from exchg/cleanup
nk_widget_fitting() cleanup of unused variables
2020-03-18 21:23:20 +01:00
te:ma
afd830de8f nk_widget_fitting() cleanup of unused variables 2020-03-18 21:06:55 +02:00
dumblob
7ecb56c3a8
Merge pull request #80 from Hejsil/fix-padding-subtraction
Fix bug where padding was subtracted from widget
2020-03-11 19:33:38 +01:00
Jimmi Holst Christensen
75c71790f3 Fix bug where padding was subtracted from widget
This caused combo boxes to draw its items before the
panel padding, causing the text to be clipped off.

The code deleted here seems to have been an effort to
solve what 14dd68e solved so it makes sense that these
would conflict. I'm pretty sure 14dd68e is the correct
solution though and this was some old hack.
2020-03-11 18:45:36 +01:00
dumblob
6840fb2494
Merge pull request #76 from crazyBaboon/removeDoubleIncludes
Remove duplicated #include <math.h>
2020-03-10 09:31:17 +01:00
crazyBaboon
4f6b838748 Remove duplicated #include <math.h> 2020-03-09 21:51:08 +00:00
Jimmi Holst Christensen
177f391347
Add reviewers guide to readme (#72)
Add reviewers guide to Readme.md
2020-03-08 20:19:30 +01:00
Jimmi Holst Christensen
82d85e94e1
Merge pull request #2 from Hejsil/fix-double-padding
Fix bug where width padding was applied twice
2020-03-06 18:07:03 +01:00
Jimmi Holst Christensen
14dd68ea0f Fix bug where width padding was applied twice 2020-03-06 17:30:25 +01:00
dumblob
0eb6187729
Merge pull request #53 from ronaaron/ttf
Update stb_truetype (ttf font support) and stb_rect_pack while paving the way for easy updates in the future.
2020-03-06 12:21:26 +01:00
Ron Aaron
8513b632a2 really fixed memory issue, bumped version, remove tabs 2020-03-06 13:05:56 +02:00
Ron Aaron
ae6deb7965 really fixed memory issue 2020-03-06 12:51:36 +02:00
Ron Aaron
3d84f6c42c really fixed memory issue 2020-03-06 12:06:58 +02:00
dumblob
7fe20af760
Merge pull request #67 from KenthJohan/master
Added main arg params in demo/sdl_opengl* (fixes compilation error)
2020-02-28 15:56:04 +01:00
Johan Söderlind Åström
81e408a805 Added arg params in main function to fix conflicting types for 'SDL_main' error 2020-02-28 15:24:03 +01:00
dumblob
e4d90b7db3
Merge pull request #64 from generalzzd/zzd
fix: UTF-8 Backspace now works as expected in SFML OpenGL 3 Demo
2020-02-27 08:54:31 +01:00
Zidi
135b585695 zidi add comment 2020-02-27 10:11:05 +08:00
Zidi
ad8dcbb385 add some comment 2020-02-26 22:50:16 +08:00
Zidi
9ee58df23e add some comment 2020-02-26 22:47:48 +08:00
Zidi
ce6b5b03c4 fix backspace question mark problem 2020-02-26 11:21:22 +08:00
Zidi
5b4cc7b5eb zidi fix backspace won't work problem in SFML UTF-8 2020-02-26 11:01:09 +08:00
dumblob
42c0497cee
Merge pull request #63 from nsauzede/f-v-binding
Add link to V binding
2020-02-24 10:08:57 +01:00
Nicolas Sauzede
e255c3cdc3 Add V binding 2020-02-23 00:32:08 +01:00
Ron Aaron
1cc9fa9619 ifdef around my stb macro 2020-02-10 08:13:27 +02:00
Ron Aaron
1126fd77da fixed memory crash in baker 2020-02-07 13:42:24 +02:00
Ron Aaron
cd7c7c555c modded build.py etc to convert comments in external files 2020-02-07 09:32:45 +02:00
Ron Aaron
1f48b5c860 change comments in stb libs to c89 2020-02-06 19:06:36 +02:00
Ron Aaron
b26e05fc1b but the demo is c99... 2020-02-06 17:30:22 +02:00
Ron Aaron
d4a0f6eef5 c89; crlf 2020-02-06 17:28:31 +02:00
Ron Aaron
f89b5d721c fixed c99 compile 2020-02-06 16:07:37 +02:00
Ron Aaron
5a5048d259 updated version, added memory allocator 2020-02-06 13:40:29 +02:00
Ron Aaron
26cace760c separated stb files 2020-02-06 12:08:41 +02:00
Ron Aaron
cc5ef11568 first attempt at updating stb_truetype and stb_rect_pack 2020-01-21 13:04:33 +02:00
dumblob
d74ffc7157
Merge pull request #31 from cxong/patch-2
minor: fix CI badge image in readme
2019-12-20 14:06:15 +01:00
Cong
288cacc61d
Fix CI badge image 2019-12-20 09:29:07 +11:00
dumblob
286426a891
Merge pull request #30 from cxong/patch-2
add link to actions for CI badge in readme
2019-12-19 22:48:03 +01:00
Cong
911a3cf681
Link to actions for CI badge 2019-12-20 08:37:26 +11:00
dumblob
bacdca7772
Merge pull request #24 from skoperst/master
Add pure C wayland demo/backend
2019-12-13 10:13:08 +01:00
skoperst
a88cd062b7 Add pure C wayland demo
This implementation uses software rendering in native wayland client.
2019-12-12 21:24:46 +02:00
dumblob
bb7c2519a3
Merge pull request #19 from luknw/master
Fix off-by-one error in NK_INTERSECT
2019-12-10 15:19:33 +01:00
luknw
2c2b59cee0 Update repo in package.json 2019-12-10 14:53:19 +01:00
luknw
1cdd4f10aa [#18] Fix off-by-one error in NK_INTERSECT 2019-12-10 12:46:23 +01:00