Commit Graph

275 Commits

Author SHA1 Message Date
PROP 65 eab9f225e6
Move copyright info to its own file (#667)
* Create LICENSE

* replace license with link to license
2024-08-26 11:29:47 -04:00
Aloz1 e129ca6e67
Rename package.json to clib.json (#365)
The clib package manager has deprecated package.json in favor of clib.json (probably to reduce confusion between clib and other package managers). As far as I can tell, there's no difference in file format, just file name.

* Remove version bump
* Fix spelling of contributor

Co-authored-by: Rob Loach <robloach@gmail.com>
2021-12-14 18:36:03 -05:00
luz paz 297e463d37 Fix various typos
Found via `codespell -q 3 -L acount,modifyable,nd,pixelx,seperator,te,vertexes`
2021-11-30 21:45:48 -05:00
Richard Gill 6362fd6408 update for PR on original repo 2020-04-30 12:41:07 +02:00
Richard Gill 6e659bdf12 forgot to use github.io 2020-04-30 12:39:41 +02:00
Richard Gill 58999b6f64 updated doc link for use in github.io 2020-04-30 12:29:05 +02: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
Jimmi Holst Christensen 177f391347
Add reviewers guide to readme (#72)
Add reviewers guide to Readme.md
2020-03-08 20:19:30 +01:00
Nicolas Sauzede e255c3cdc3 Add V binding 2020-02-23 00:32:08 +01:00
Cong 288cacc61d
Fix CI badge image 2019-12-20 09:29:07 +11:00
Cong 911a3cf681
Link to actions for CI badge 2019-12-20 08:37:26 +11: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
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
Nielsbishere c4c51df6e0
Update Readme.md 2019-12-04 14:33:29 +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
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
Lawrence Aberba 0b95a6af3f
Update Readme.md
Fix author name
2019-06-06 22:06:01 +00:00
Lawrence Aberba 72be7376a8
Update Readme.md
[D programming language](https://dlang.org) bindings
2019-06-06 22:01:54 +00:00
olueiro 0b41d903e4
Add reference to MoonNuklear (Lua)
Added reference to MoonNuklear
Fixed Lua/Löve2d library name
2018-04-12 13:48:53 -03:00
vurtun ef552429f2 Updated Readme 2018-04-02 18:41:52 +02:00
vurtun d3e6653b8c Updated Readme 2018-04-02 18:08:04 +02:00
Nathan cf05d73a01
Add reference to pynk 2018-03-24 17:20:26 +00:00
Ori Avtalion 470fe323cd
Fix typos in README 2018-02-11 13:28:19 +02:00
Miguel Parramon 732536937c
Fix typo
:)
2018-02-10 19:30:53 +01:00
Saša Barišić ac0901e853
Update Readme.md 2018-01-09 05:55:25 +01:00
Saša Barišić 5318555739
Add C# binding to the list 2018-01-09 05:52:18 +01:00
vurtun 8ae9160b16 Updated Readme 2018-01-07 17:30:46 +01:00
vurtun 882e935c8d Added documentation html file as link 2018-01-07 17:24:54 +01:00
William Emerison Six 8c2fb99ff2 add reference to pyNuklear 2018-01-02 22:18:48 -05:00
vurtun a9e87c6176 Fixed Readme layout 2018-01-02 10:50:19 +01:00
vurtun f08b62039f Split license into dual license MIT/public domain 2018-01-02 10:47:08 +01:00
reujab 4a82680e23 corrected line count 2017-08-19 18:48:52 -04:00
TsT dff18ebd3f add Lua/Love2d binding to the list 2017-05-29 11:57:12 +02:00
RUSshy 86d4c222e3 Made properties static or they can't be changed 2017-03-17 20:24:28 +01:00
vurtun e7d02b4a45 Updated Readme 2017-02-24 19:18:27 +01:00
vurtun 4ed15f5a35 Fixed Readme layouting 2017-02-21 19:06:37 +01:00
Micha Mettke 5f78107fc5 Added nim language bindings to Readme 2017-02-20 14:32:12 +01:00
vurtun da347eecdd Added additional layouting method 2017-01-11 23:29:26 +01:00
vurtun a4010b11fa Fixed missing Readme newline 2016-12-31 14:01:11 +01:00
vurtun 0273b7cf4c Added chicken binding reference 2016-12-20 20:48:09 +01:00
vurtun bd3fd8300f Pulled panel memory managment into nuklear
I simplified a lot of API calls by pulling panel memory management
inside the library. All API calls which previously required a panel
as parameter are now handling their panel themself.
2016-10-29 23:28:47 +02:00
vurtun 8635883fea Updated Readme and added rust binding from snuk182 2016-09-29 19:31:45 +02:00
vurtun f7a6efc3ca Updated Readme 2016-09-24 12:33:14 +02:00
vurtun 5d8e9fd277 Updated Readme and added golang binding link 2016-09-24 12:32:01 +02:00
flederfalter d8718a06b2 update example to recent api changes 2016-09-18 05:21:28 +02:00
vurtun 85d109e351 Fixed non-blocking popup closing behavior
This is a breaking change which fixes bad closing behavior in
non-blocking popups. If the maximum size of a non-blocking popup was
not reached and you clicked to close the popup under it could happen
that it wouldn't be closed. This is now fixed in combination with
more popup control by allowing to set both the maximum height as
well as popup width.
2016-09-15 18:20:07 +02:00
vurtun 929d74a338 Added documentation to warn for #233
Since it was not as apparent as I thought it is I added some
documentation warning to set the same flags each time you
include "nuklear.h" except `NK_IMPLEMENTATION` which is only
allowed to be defined once in *one* source file.
2016-09-04 20:46:23 +02:00