Commit Graph

15 Commits

Author SHA1 Message Date
Jacob Ahnstedt 9af3869728 Made the PR not break current API 2023-11-28 09:52:30 +01:00
Jacob Ahnstedt 8abee24513 Added changes to changelog and bumped clib.json 2023-11-26 11:22:28 +01:00
Yukyduky 8016ff334d Added feature to disable widgets 2023-10-11 21:27:52 +02:00
Jai 23cb43f5eb Fix incorrect glyph index in nk_font_bake 2022-12-23 22:36:59 +08:00
Rob Loach 743dd0105f
Update version for 4.10.5 2022-12-17 14:01:12 -05:00
opsJson c7c3069dc2 following the read me 2022-08-01 15:33:42 -03:00
Rob Loach e20240b84f
Update clib.json to 4.9.6 2022-02-03 15:35:58 -05:00
Rob Loach 878936f476
Merge branch 'master' of github.com:Immediate-Mode-UI/Nuklear into revert-156-fix-layout-bounds-padding 2021-12-24 15:11:28 -05:00
YgorVasilenko aa47577bae
window: Fix hover state when window is minimized (#284)
* Fix hovering check when window is minimized
* Align line
* window: Fix checking hovering when window is minimized
* changelog: Update version in clib.json

Fixes #284
2021-12-22 14:43:42 -05:00
Rob Loach f653884879
Revert "Fix layout bounds not accounting for padding" 2021-12-22 14:14:50 -05:00
Jimmi Holst Christensen da15e0f9a0 Fix layout bounds not accounting for padding 2021-12-22 17:55:38 +01:00
Cameron Cawley 60c52adfaf
Enable and fix most GCC warnings (#377)
Co-authored-by: Rob Loach <robloach@gmail.com>
2021-12-16 20:44:00 +01:00
Rob Loach 368e184ebc
clib: Add Unlicense 2021-12-16 00:59:09 -05:00
Rob Loach aeb518558e
clib: Add MIT license 2021-12-14 22:03:47 -05: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