Tags: adnoh/Nuklear
Tags
1) Add example to use Nuklear with SDL2 SDL_Renderer and SDL_RenderGeometry() (1bsyl) (SHA: 3445009) 2) Remove setting GL attributes (1bsyl) (SHA: 3552e13) 3) Save and restore the cliprect (1bsyl) (SHA: 6b5cfe5) 4) Set back clipping_enabled (1bsyl) (SHA: fb698ba) 5) sdlrenderer: C89 support (RobLoach) (SHA: eadb417) 6) Merge branch 'master' of github.com:Immediate-Mode-UI/Nuklear into br_example_sdl_rendergeometry (RobLoach) (SHA: 1f562ec) 7) Support any format with 1, 2, or 4 bytes per pixel in sdl2surface_rawfb (ccawley2011) (SHA: 54b14dc) 8) Restore a previously removed cast (ccawley2011) (SHA: 20a26c8) 9) Merge pull request Immediate-Mode-UI#372 from ccawley2011/sdl-rawfb-pixelformat sdl2surface_rawfb: Support any format with 1, 2, or 4 bytes per pixel (RobLoach) (SHA: dfec9f0) 10) sdl_renderer: Update code (RobLoach) (SHA: cd49908) 11) Merge pull request Immediate-Mode-UI#396 from Immediate-Mode-UI/br_example_sdl_rendergeometry Backend: SDL2 Renderer (RobLoach) (SHA: 9486833) 12) Favor switch over if-else chain in event handler. (lib-omar) (SHA: 8f5ae21) 13) Favor switch over if-else chain in event handler. (lib-omar) (SHA: 43b5e82) 14) Favor switch over if-else chain in event handler. (lib-omar) (SHA: 811dbac) 15) Favor switch over if-else chain in event handler. (lib-omar) (SHA: f6851ea) 16) Allow overriding the NK_INV_SQRT function (RobLoach) (SHA: f60e502) 17) Update clib.json to 4.9.6 (RobLoach) (SHA: e20240b) 18) Merge pull request Immediate-Mode-UI#403 from lib-omar/lib-omar-patch-1 SDL demos: Favor switch over if-else chain in event handler. (RobLoach) (SHA: d13cc80) 19) Fix incorrect cast on SDL_RenderGeometryRaw() Fixes Immediate-Mode-UI#405 (RobLoach) (SHA: 6686ab1) 20) Merge pull request Immediate-Mode-UI#409 from Immediate-Mode-UI/sdl_renderer-fix-cast Fix incorrect cast on SDL_RenderGeometryRaw() (RobLoach) (SHA: 429eaf3) 21) Merge pull request Immediate-Mode-UI#406 from Immediate-Mode-UI/inv_sqrt Allow overriding the NK_INV_SQRT function as planned. (dumblob) (SHA: 3e83429)
1) Revert "Fix layout bounds not accounting for padding" (RobLoach) (SHA: f653884) 2) Merge branch 'master' of github.com:Immediate-Mode-UI/Nuklear into revert-156-fix-layout-bounds-padding (RobLoach) (SHA: 878936f) 3) Merge pull request Immediate-Mode-UI#387 from Immediate-Mode-UI/revert-156-fix-layout-bounds-padding Revert "Fix layout bounds not accounting for padding" (RobLoach) (SHA: 3e91905)
1) changelog: Use x.y.z for versioning, rather than x.yy.zz (RobLoach) (SHA: cd0d7bd) 2) changelog: Reference Semantic Versioning directly (RobLoach) (SHA: 0aa9a15) 3) Merge pull request Immediate-Mode-UI#384 from RobLoach/versions changelog: Use x.y.z for versioning, rather than x.yy.zz (dumblob) (SHA: 0fb7a29) 4) window: Fix hover state when window is minimized (Immediate-Mode-UI#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 Immediate-Mode-UI#284 (YgorVasilenko) (SHA: aa47577)
1) Update to stb_rect_pack.h v1.01 and stb_truetype.h v1.26 (RobLoach) (SHA: f27ac6e) 2) Merge branch 'master' of github.com:Immediate-Mode-UI/Nuklear into stb-updates (RobLoach) (SHA: fb88f6c) 3) Merge branch 'master' of github.com:Immediate-Mode-UI/Nuklear into stb-updates (RobLoach) (SHA: 3e92a81) 4) docs: Rename nuklear.html to index.html (RobLoach) (SHA: 8125fb6) 5) Merge pull request Immediate-Mode-UI#375 from RobLoach/stb-updates fonts: Update stb_rect_pack and stb_truetype (dumblob) (SHA: 024ee4c) 6) Merge pull request Immediate-Mode-UI#383 from RobLoach/doc docs: Rename nuklear.html to index.html (dumblob) (SHA: 56be88e) 7) Fix layout bounds not accounting for padding (Hejsil) (SHA: da15e0f) 8) Merge pull request Immediate-Mode-UI#156 from Hejsil/fix-layout-bounds-padding Fix layout bounds not accounting for padding (RobLoach) (SHA: 741cf32)