Add error message if password is not specified. Also finally fix menubarissue by creating it in a child window. Bump version to 0.1.5.
Update Dear ImGui to version 1.92.5.
Setting default focus on filter text box for account screen. Also addingImGui example program for reference.
Update Dear ImGui to v1.91.5.
Add the ability to specify the input file path as a command line argument. Bumping to v0.1.4.
Tokenize a filter criteria and then search the catalog for feach filtercriteria token.
Update catalog decode status message.
Remove dependence on exernal font file. Used binary_to_compressed_cutility to convert Roboto Medium font into compressed array so that itcan be included directly within the source code.