Commit Graph

2242 Commits

Author SHA1 Message Date
Rob Loach 9486833f61
Merge pull request #396 from Immediate-Mode-UI/br_example_sdl_rendergeometry
Backend: SDL2 Renderer
2022-01-09 18:13:28 -05:00
Rob Loach cd4990834f
sdl_renderer: Update code 2022-01-06 21:55:20 -05:00
Rob Loach dfec9f0e43
Merge pull request #372 from ccawley2011/sdl-rawfb-pixelformat
sdl2surface_rawfb: Support any format with 1, 2, or 4 bytes per pixel
2021-12-26 21:26:17 -05:00
Rob Loach 3e91905e82
Merge pull request #387 from Immediate-Mode-UI/revert-156-fix-layout-bounds-padding
Revert "Fix layout bounds not accounting for padding"
2021-12-25 19:01:37 -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
Cameron Cawley 20a26c8fec Restore a previously removed cast 2021-12-22 21:43:33 +00:00
Cameron Cawley 54b14dc103 Support any format with 1, 2, or 4 bytes per pixel in sdl2surface_rawfb 2021-12-22 21:43:29 +00:00
Rob Loach 1f562ecb94
Merge branch 'master' of github.com:Immediate-Mode-UI/Nuklear into br_example_sdl_rendergeometry 2021-12-22 16:08:49 -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
dumblob 0fb7a29712
Merge pull request #384 from RobLoach/versions
changelog: Use x.y.z for versioning, rather than x.yy.zz
2021-12-22 20:35:30 +01:00
Rob Loach f653884879
Revert "Fix layout bounds not accounting for padding" 2021-12-22 14:14:50 -05:00
Rob Loach 741cf32d15
Merge pull request #156 from Hejsil/fix-layout-bounds-padding
Fix layout bounds not accounting for padding
2021-12-22 13:15:22 -05:00
Rob Loach 0aa9a15a6c
changelog: Reference Semantic Versioning directly 2021-12-22 12:06:15 -05:00
Jimmi Holst Christensen da15e0f9a0 Fix layout bounds not accounting for padding 2021-12-22 17:55:38 +01:00
Rob Loach cd0d7bdecd
changelog: Use x.y.z for versioning, rather than x.yy.zz 2021-12-21 18:11:29 -05:00
dumblob 56be88e73f
Merge pull request #383 from RobLoach/doc
docs: Rename nuklear.html to index.html
2021-12-20 11:26:19 +01:00
dumblob 024ee4cf7f
Merge pull request #375 from RobLoach/stb-updates
fonts: Update stb_rect_pack and stb_truetype
2021-12-20 10:59:14 +01:00
Rob Loach 8125fb6413
docs: Rename nuklear.html to index.html 2021-12-19 18:08:20 -05:00
Rob Loach eec319bb2c
Merge pull request #287 from epsilon-0/master
Add create-tag action to automatically tag nuklear versions
2021-12-19 15:58:03 -05:00
Rob Loach a4b1d5e4fd
ci: Have autotagger reference clib.json 2021-12-19 03:17:43 -05:00
Rob Loach 3e92a81d3a
Merge branch 'master' of github.com:Immediate-Mode-UI/Nuklear into stb-updates 2021-12-19 02:31:14 -05:00
dumblob a3cfd2a910
Merge pull request #378 from ccawley2011/canvas-demo
demos: Integrate the canvas example with the demos
2021-12-17 09:47:59 +01:00
Rob Loach 156bfbfb26
Merge pull request #380 from ccawley2011/gdiplus-arcs
Implement arcs with GDI+
2021-12-16 22:16:58 -05:00
Cameron Cawley 48334b8ba6 Implement arcs with GDI+ 2021-12-16 21:15:23 +00:00
Cameron Cawley a12c158ad4 Add more shapes to the canvas demo 2021-12-16 20:26:26 +00:00
Cameron Cawley 459ba9c48c Integrate the canvas example with the demos 2021-12-16 20:26:26 +00:00
Rob Loach 24912785b7
Merge pull request #379 from ccawley2011/allegro5
Fix rendering issues with Allegro
2021-12-16 14:51:45 -05: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
Cameron Cawley c5d18493a4 Correctly implement arcs with Allegro 2021-12-16 18:57:08 +00:00
Cameron Cawley 291ce9b609 Fix rendering polygons and polylines with Allegro 2021-12-16 18:56:07 +00:00
Rob Loach fb88f6c6fc
Merge branch 'master' of github.com:Immediate-Mode-UI/Nuklear into stb-updates 2021-12-16 11:55:29 -05:00
dumblob fe2c63bb67
Merge pull request #374 from Immediate-Mode-UI/clib-mit
clib: Add licensing information
2021-12-16 10:29:06 +01:00
Rob Loach 368e184ebc
clib: Add Unlicense 2021-12-16 00:59:09 -05:00
Rob Loach 146676d376
utils: Add EditorConfig to manage editor whitespace (#376)
[EditorConfig](https://editorconfig.org) is a utility for various code editors which will automatically configure the editor to manage whitespace as desired.
2021-12-15 23:39:18 +01:00
Rob Loach f27ac6ef02
Update to stb_rect_pack.h v1.01 and stb_truetype.h v1.26 2021-12-14 22:49:12 -05:00
Rob Loach aeb518558e
clib: Add MIT license 2021-12-14 22:03:47 -05:00
Rob Loach eadb4179af
sdlrenderer: C89 support 2021-12-14 21:10:30 -05:00
Rob Loach 85c88b6269
Merge pull request #42 from ccawley2011/c89
Build all demos as C89
2021-12-14 20:50:54 -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
Cameron Cawley 9af0103cac Build all demos as C89 2021-12-14 20:14:34 +00:00
dumblob 230231355d
Merge pull request #332 from phoebe-leong/master
doc: add title to the HTML documentation page
2021-12-14 09:28:15 +01:00
dumblob 93940ccbd0
Merge pull request #363 from lockie/master
allegro5 demo: Fix warning
2021-12-14 09:26:59 +01:00
dumblob c91ca8b503
Merge pull request #366 from luzpaz/typos
all: Fix various typos
2021-12-14 09:24:38 +01:00
Andrew Kravchuk 5ea1a668cb
Use NK_UNUSED macro
Co-authored-by: Rob Loach <robloach@gmail.com>
2021-12-14 09:15:00 +03: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
Andrew Kravchuk 019df39478
Fix warning in Allegro5 demo 2021-11-02 19:22:01 +03:00
Joel Davis ff62698de8 Added nk_spacer to help adjusting layout 2021-10-16 15:02:28 +02:00
Alex Anderson a37a563315 Add select all shortcut to glfw4 demo 2021-10-10 12:15:21 +02:00
Michael Aganier cd731ae558 Fix "may be used uninitialized" warnings in nk_widget 2021-09-26 21:14:20 +02:00
gpetersson 7eaaccb929 GCC __builtin_offsetof only exists in version 4 and later 2021-09-23 08:24:36 +02:00