aboutsummarylogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-07-27Added info_array_get_info_from_symbol helper functionAntony Kellermann
2018-07-27Added ref data structAntony Kellermann
2018-07-26Fixed is_str_number function to include . as a numberAntony Kellermann
2018-07-26Changed definition block namesAntony Kellermann
2018-07-25Version 3.0.0Antony Kellermann
2018-07-25Added const to some functionsAntony Kellermann
2018-07-25Fixed function using json_object_get_json_object for some reasonAntony Kellermann
2018-07-25Replaced manual info_array allocs with new functionAntony Kellermann
2018-07-25Fixed buttons being sensitive after closing initial decrypt window without pa...Antony Kellermann
2018-07-20Moved print/printw functions to curses_winAntony Kellermann
2018-07-20Renamed filesAntony Kellermann
2018-07-20Fixed reloading a single security portfolio after removing itAntony Kellermann
2018-07-19Added check to make sure modify entries are numbersAntony Kellermann
2018-07-19Made it so you cannot add or remove values of 0Antony Kellermann
2018-07-19Added is_str_number functionAntony Kellermann
2018-07-19Made dialog entries not able to activate until all entries are filledAntony Kellermann
2018-07-16Fixed modify using total spent instead of price per shareAntony Kellermann
2018-07-16Added error message for modifyAntony Kellermann
2018-07-15Made it so porfolio_modify_string arguments cannot be negativeAntony Kellermann
2018-07-15Disabled wunused-parameterAntony Kellermann
2018-07-15Made buttons insensitive before portfolio is loadedAntony Kellermann
2018-07-15Fixed encrypt button not becoming sensitive on new portfolioAntony Kellermann
2018-07-15Made modify fields mandatoryAntony Kellermann
2018-07-14Fixed some gtk_response bugsAntony Kellermann
2018-07-14Documentation and minor signal changesAntony Kellermann
2018-07-11Fixed glade file pathAntony Kellermann
2018-07-11Code documentationAntony Kellermann
2018-07-10Replaced casts with macrosAntony Kellermann
2018-07-10Added generic dialog functioAntony Kellermann
2018-07-09Set first entry as focus on dialogsAntony Kellermann
2018-07-09Fixed memory leakAntony Kellermann
2018-07-09Fixed segfault on removing all securities from portfolioAntony Kellermann
2018-07-09Implemented encrypting/decrypting buttonAntony Kellermann
2018-07-07Implemented modify buttons and large gtk overhaulAntony Kellermann
2018-07-07Added return value for portfolio_modify_stringAntony Kellermann
2018-07-06Added is_string_json_array funcAntony Kellermann
2018-07-02Made destructors NULL safeAntony Kellermann
2018-06-30Added return true/false macrosAntony Kellermann
2018-06-29Fixed dialogs being deleted after closeAntony Kellermann
2018-06-28Added gtk dependenciesAntony Kellermann
2018-06-28Added support for encrypted portfolios in GTK and laid out basic UIAntony Kellermann
2018-06-28Made password constAntony Kellermann
2018-06-28Rewrote some api functions to store data in existing Info object instead of r...Antony Kellermann
2018-06-28DocumentationAntony Kellermann
2018-06-28Fixed wrong password segfaultAntony Kellermann
2018-06-27Split up some functions into separate onesAntony Kellermann
2018-06-27Moved populataing api data in Info_Array to a separate functionAntony Kellermann
2018-06-27Moved encryption/decryption functions from portfolio to rc4Antony Kellermann
2018-06-27Changed functions to file_get_string and string_write_fileAntony Kellermann
2018-06-25Modified check to use new totalsAntony Kellermann