aboutsummarylogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2018-06-25Changed Info_Array to use Info for totalsAntony Kellermann
2018-06-23Updated Makefile for gtk+ and cairoAntony Kellermann
2018-06-17Changed permission for glade file to 755Antony Kellermann
2018-06-17Added glade autosave to gitignoreAntony Kellermann
2018-06-17Implemented basic GTK+ check windowAntony Kellermann
2018-06-17Modified portfolio.c to use totals in info_arrayAntony Kellermann
2018-06-16Modified Makefile to include GTK+Antony Kellermann
2018-06-16Added totals to info_array and string values for use by gtkAntony Kellermann
2018-06-14Fixed segfault on tick check securityAntony Kellermann
2018-06-14Changed iex intraday to use extended price if newer. Changed unix time to sec...Antony Kellermann
2018-06-13Added api function to let ist of iex tickersAntony Kellermann
2018-06-13New version: 2.4.0Antony Kellermann
2018-06-13Implemented scrolling for checkAntony Kellermann
2018-06-12Changed source of last close to more accurate sourceAntony Kellermann
2018-06-06Changed print all to take Info_Array as argumentAntony Kellermann
2018-06-05Added highlighting for checkAntony Kellermann
2018-06-04Implemented peers_printw and made small fixes to infoAntony Kellermann
2018-06-02Fixed problem with API sending multiple of the same articleAntony Kellermann
2018-06-02Made iex_store_peers return if array is length 0Antony Kellermann
2018-06-02Changed peers to use Info_ArrayAntony Kellermann
2018-06-01Fixed api peer bugsAntony Kellermann
2018-06-01Modified check function to use Info structsAntony Kellermann
2018-06-01Added Info_Array struct/functions and a function to calculate profitsAntony Kellermann
2018-06-01Added peer api function and portfolio data to info structAntony Kellermann
2018-05-30Updated man page/readme.md and updated to v2.3.0Antony Kellermann
2018-05-30Fixed graph zooming past current date bugAntony Kellermann
2018-05-30Fixed uninitialized string bugAntony Kellermann
2018-05-30DocumentationAntony Kellermann
2018-05-30Put header into its own function and cleaned up interface_printAntony Kellermann
2018-05-30Added null pointer checking safeguards before strcpyingAntony Kellermann
2018-05-30Added minimum term size for infoAntony Kellermann
2018-05-30Removed strict overflowAntony Kellermann