Skip to content

NAppGUI v1.5.0

Latest
Compare
Choose a tag to compare
@frang75 frang75 released this 01 Jan 07:48
· 4 commits to main since this release

Added

  • .clang-format file. Issue. Commit.
  • arrst_insert_n0(). Doc. Commit.
  • listbox_del_elem(). Doc. Commit.
  • bfile_rename(). Doc. Commit.
  • Improved support for data binding Doc. Commit.
    • Added core::dbindst_t result type.
    • dbind() returns now dbindst_t.
    • dbind_enum() returns now dbindst_t.
    • Added dbind_binary().
    • Added dbind_alias().
    • Added dbind_unreg().
    • Added dbind_copy().
    • Added dbind_cmp().
    • Added dbind_equ().
    • Added json_read_str().
    • Added json_write_str().
    • Added buffer_read().
    • Added buffer_write().
    • Added JsonOpts new field ArrPt(String) *log.
  • bfile_dir_tmp(). Commit.
  • hfile_tmp_path(). Commit.
  • b64_encode_from_stm. Commit.
  • b64_encode_from_file. Commit.
  • b64_decode_from_str. Commit.
  • b64_decode_from_data. Commit.
  • b64_encode_from_data. Commit.

Changed

  • SetSt(), SetPt() use compare-key instead compare-objects. Commit.

Fixed

  • Issue in Layout when window becomes very small. Commit.
  • Issue in bmath_prec(). Commit.
  • Vulnerability in str_upd(). Commit.
  • Issue in dlib_open() in macOS. Issue. Commit.
  • Issue in heap_realloc_n() macro parenthesis. Issue. Commit.

Improved

Build system

  • Avoid NAppGUI library paths used as global headers search path. Issue. Commit.