Skip to content

NAppGUI v1.4.1

Latest
Compare
Choose a tag to compare
@frang75 frang75 released this 03 Apr 10:56
· 69 commits to main since this release

Added

  • unicode_convers_nbytes_n(). Commit.
  • popup_get_text(). Commit.
  • modifiers field in EvMouse. Commit.
  • tag field in EvMouse. Commit.
  • listbox_OnDown(). Commit.
  • Overlay windows (flyout) Issue. Doc. Commit.
    • window_overlay().
    • window_control_frame() and window_client_to_screen() Issue.
    • gui_OnIdle().
  • Dynamic layouts Issue. Doc.
    • arrpt_insert_n().
    • cell_empty().
    • layout_panel_replace() Issue.
    • guicontrol_tag().
    • guicontrol_get_tag().
    • layout_ncols().
    • layout_nrows().
    • layout_insert_col().
    • layout_insert_row().
    • layout_remove_col().
    • layout_remove_row().
  • label_size_text(). Doc. Commit.
  • window_focus_info.

Improved

Fixed

  • macOS Sonoma OSView clipping. Commit. Doc.
  • macOS Sonoma NSMenu check obsolete. Doc. Issue. Commit.
  • macOS Sonoma OSLabel clipping. Commit.
  • Windows XP THEME issue. Commit.
  • modifiers field in EvKey issue. Issue. Commit.
  • listbox_color issue in macOS and GTK+3. Commit.
  • macOS version adapts to Light/Dark/Accents colors at runtime. Commit.
  • Read/write memory streams END_BIT issue. Commit.
  • Missed unix implementation of bfile_dir_work(). Commit.
  • macOS comwin_open_file() issue with file types. Issue. Commit.
  • macOS ekGUI_CURSOR_SIZENS bitmap Commit.

Build system

  • Fix Multi-config install issue Commit.
  • Compiler warning in dlib_proc. Commit.
  • GCC Warnings. Commit.
  • RaspPI ARM7. Commit.