Commit Graph

1927 Commits

Author SHA1 Message Date
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
dumblob
c7727a7cff
Merge pull request #21 from sglass68/readme
Tidy up wording in the README a little
2019-12-10 11:02:23 +01:00
Simon Glass
f2cbb22057 Tidy up the README a little
Some of the sentences in the README are pretty long and some terms could
do with hyphens. Tidy this up.

Signed-off-by: Simon Glass <sjg@chromium.org>
2019-12-09 11:33:45 -07:00
dumblob
a3f40348d5
Merge pull request #12 from Nielsbishere/fix_windows
Add src/paq.bat for Windows
2019-12-04 17:19:12 +01:00
Nielsbishere
dcae104805 Revert "Update nuklear.h"
This reverts commit d0c22ebf09.
2019-12-04 17:14:32 +01:00
Johnny English
c2a6be687c add: support GitHub CI/workflow build badge 2019-12-04 17:10:41 +01:00
Johnny English
f292d25d2e add: preliminary support for GitHub CI/workflow build badge 2019-12-04 17:08:37 +01:00
Nielsbishere
fb5c1ed998 Added out of the box windows support for packing the file 2019-12-04 16:41:37 +01:00
dumblob
617054fa57
Merge pull request #9 from lundril/scrollfix1
Fix: jump to the very end of string input
2019-12-04 16:37:19 +01:00
dumblob
4be7cd1c7a
Merge pull request #10 from Nielsbishere/master
Added GitHub CI support (and remove Travis support as it's slower)
2019-12-04 16:14:35 +01:00
Nielsbishere
d0c22ebf09
Update nuklear.h 2019-12-04 15:38:36 +01:00