Project

General

Profile

Statistics
| Branch: | Revision:

# Date Author Comment
c393c256 11/28/2025 01:22 PM david.sorber

Revamp display widgets. Use a listbox on the left panel and a multiline
text box in the main right panel. Bump version to 0.2.0.

daaf346e 11/27/2025 01:20 PM david.sorber

Add error message if password is not specified. Also finally fix menubar
issue by creating it in a child window. Bump version to 0.1.5.

a8009d0e 11/27/2025 11:09 AM david.sorber

Update Dear ImGui to version 1.92.5.

95c2e096 11/26/2025 10:22 PM david.sorber

Move imgui code to "external" directory.

360f78de 11/29/2024 02:55 PM david.sorber

Setting default focus on filter text box for account screen. Also adding
ImGui example program for reference.

932a86a1 11/28/2024 01:00 PM david.sorber

Update Dear ImGui to v1.91.5.

10ae4f11 03/22/2024 03:06 PM david.sorber

Add the ability to specify the input file path as a command line argument. Bumping to v0.1.4.

8a16b7a0 03/22/2024 01:08 PM david.sorber

Tokenize a filter criteria and then search the catalog for feach filter
criteria token.

7cb84a4d 03/18/2024 03:14 PM david.sorber

Update catalog decode status message.

e98a669c 03/01/2024 10:19 PM David Sorber

Remove dependence on exernal font file. Used binary_to_compressed_c
utility to convert Roboto Medium font into compressed array so that it
can be included directly within the source code.

33172ad4 03/01/2024 05:20 PM David Sorber

Add missing FindSodium.cmake file. Add minor fix for clear filter button
and move it next to the filter text box.

f16b75e3 03/01/2024 03:26 PM david.sorber

Significant improvements including reading input from encrypted file.
Also added crypto utility to en/decrypt a file.

0a32fd63 03/01/2024 06:48 AM david.sorber

Improved filtering and added parsing input from a plaintext file.

5fa4a398 02/23/2024 04:07 PM david.sorber

Hasty WIP commit.

094cf64d 02/23/2024 07:36 AM david.sorber

Using "gui_test" as a starting point.