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
Nielsbishere
3adc4a0a7b
Revert "Update nuklear.h"
...
This reverts commit 7abd75b8e3
.
2019-12-04 15:32:22 +01:00
Nielsbishere
7abd75b8e3
Update nuklear.h
2019-12-04 15:21:40 +01:00
Nielsbishere
9618d5e4ea
Update ccpp.yml
2019-12-04 14:35:04 +01:00
Nielsbishere
c4c51df6e0
Update Readme.md
2019-12-04 14:33:29 +01:00
Nielsbishere
a8869b2172
Delete .travis.yml
2019-12-04 14:33:17 +01:00
Nielsbishere
93f0f5df3b
Update ccpp.yml
2019-12-04 14:32:04 +01:00
Nielsbishere
73ec91127f
Update ccpp.yml
2019-12-04 14:27:28 +01:00
Nielsbishere
9e63b42523
Update ccpp.yml
2019-12-04 14:20:29 +01:00
Nielsbishere
fb870c2551
Create ccpp.yml
2019-12-04 14:18:26 +01:00
Ingo Rohloff
0844f1e112
Update doc/nuklear.html
2019-12-03 19:05:20 +01:00
Ingo Rohloff
c8c57aa355
Update nuklear.h
2019-12-03 19:05:10 +01:00
Ingo Rohloff
4fb0b790ed
Converting C++ style comment into C style comment in nuklear_math.c
...
(fixes commit 12b20bb0f4
"Fixing the nk_cos function...")
2019-12-03 19:04:46 +01:00
Ingo Rohloff
f3353a29a6
Update CHANGELOG, package.json
2019-12-03 19:03:22 +01:00
Ingo Rohloff
b4bace80b7
fix nk_do_edit autoscroll.
...
How to test:
Create an edit widget.
Enter a long text into the edit widget.
Press "home" so that widget autoscrolls to start of text.
Press "end" so that widget now should jump to end of text.
Previously you had to press "end" several times to jump to the end of text.
This patch fixes that (pressing "end" once will jump to the end of text).
2019-12-03 19:03:02 +01:00
dumblob
00dc8ed557
Merge pull request #4 from Nielsbishere/patch-1
...
Update Travis links in Readme.md
2019-11-29 11:02:39 +01:00
Nielsbishere
67040cb880
Update Readme.md
...
Updated links. Please move travis to Immediate-Mode-UI/nuklear.
2019-11-28 10:33:58 +01:00
dumblob
adc52d710f
Merge pull request #918 from crazyBaboon/master
...
comment icon_load() as it is not being used currently
2019-10-01 15:10:14 +02:00
crazyBaboon
1de7702b84
update comment related to icon_load()
2019-10-01 10:30:30 +01:00
crazyBaboon
f7e79476ee
comment out icon_load()
...
As suggested, altought icon_load() is not used to build this example/canvas.c,
it might still be useful. So instead of deleting, the function is now commented.
2019-10-01 10:29:34 +01:00
crazyBaboon
c52193b3f2
icon_load() function not used
...
This function was not used in this file, so... removed.
2019-09-30 23:58:37 +01:00
dumblob
3e13d36678
Merge pull request #912 from eax0r/travis-fix
...
fix Travis not running due to missing package repositories
2019-09-23 00:39:16 +02:00
eax0r
250dd4eb97
No need to build GLFW
2019-09-22 23:42:29 +02:00
eax0r
e0d7073821
Travis: Fix
...
Travis CI should build ok now. It was not able to fetch the pyglfw repository.
2019-09-22 19:53:02 +02:00
dumblob
51f793b40d
Merge pull request #909 from eax0r/master
...
Minor changelog formatting adjustments
2019-09-20 22:55:58 +02:00
eax0r
385c646e3d
Update nuklear.html
2019-09-20 18:51:30 +02:00
eax0r
c196d5396c
Update nuklear.h
2019-09-20 18:47:27 +02:00
eax0r
cda62724c6
Update CHANGELOG
2019-09-20 18:44:07 +02:00
dumblob
df60f5590d
Merge pull request #761 from sukhchainn/patch-2
...
Remove superfluous #include <math.h>
2019-09-20 18:04:41 +02:00
dumblob
1b3a5f1199
Merge pull request #908 from eax0r/master
...
Fix a bug wherein combobox cannot be closed by clicking the header + Update documentation link to use Statically (CLEAN)
2019-09-20 17:50:44 +02:00
eax0r
52001b0d5f
Update documentation link to use Statically
...
RawGit has reached the end of its useful life, and will eventually be closed in October of 2019. After some comparisons Staticaly seems to be the most suitable for production needs.
Official RawGit post: https://t.co/CeGyg052Q9
2019-09-20 17:12:07 +02:00
eax0r
5c4618fc57
Update nuklear.h
2019-09-20 04:22:45 +02:00