Commit Graph

1882 Commits

Author SHA1 Message Date
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
eax0r 5e6cdbc432
Update package.json 2019-09-20 03:45:06 +02:00
eax0r acff9850d8
Update CHANGELOG 2019-09-20 03:44:40 +02:00
eax0r ea375a1d3a
Fix a bug where combobox cannot be closed by clicking the header when NK_BUTTON_TRIGGER_ON_RELEASE is defined 2019-09-20 03:25:19 +02:00
dumblob c43600b77e
Merge pull request #904 from Hejsil/add-ctrl-support-for-x11-demos
Add ctrl support for x11 demos
2019-09-18 18:42:55 +02:00
Jimmi Holst Christensen 7fafcb3ac7 add ctrl support for x11 demos 2019-09-18 18:27:25 +02:00
dumblob 326f11ea10
Merge pull request #902 from crazyBaboon/master
Use C89 comments (fixing a regression from the last merge)
2019-09-13 13:57:23 +02:00
crazyBaboon ab742d9126
Use C style comment
C++ style comments are not allowed in ISO C89
2019-09-13 12:04:41 +01:00
dumblob 2db642ee88
Merge pull request #900 from molecularentropy/master
Significantly increase nk_cos precision with almost negligible performance impact.
2019-09-10 11:40:06 +02:00
Tom Gaudasinski 12b20bb0f4 Fixing the nk_cos function with a new implementation generated from lolremez. Old one deviated significantly from a cos() implementation. 2019-09-10 18:54:35 +10:00
dumblob 6a754e566d
Merge pull request #898 from molecularentropy/master
Issue #896: Allow re-baking without clearing the baker.
2019-09-08 10:22:52 +02:00
Tom Gaudasinski c38d4dff41 Upping the version. Adding changelog message. Adding comment as to why glyph_count needs to be zeroed. 2019-09-08 18:10:42 +10:00
Tom Gaudasinski 01460cafa2 Issue #896: If we're not merging, then it's possible we're re-baking. Clear the glyph counter so that we start from zero again. 2019-09-08 13:41:58 +10:00
dumblob 5d81d324c4
Merge pull request #886 from Hejsil/use-memset-macros-in-x11-demoes
use NK_MEMSET instead of nk_memset in X11 demos
2019-08-19 23:10:45 +02:00
Jmmi f176f3d7e6 use memset macros instead of fn in x11 demos 2019-08-16 22:20:22 +02:00