Commit Graph

9 Commits

Author SHA1 Message Date
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