aboutsummarylogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-08-22Implemented news for gtk infoAntony Kellermann
2018-08-22Implemented peers for gtk infoAntony Kellermann
2018-08-22Made info_store_check_data work with profit percents without check dataAntony Kellermann
2018-08-22Basic info support for gtkAntony Kellermann
2018-08-22Fixed api thread problem and removed macrosAntony Kellermann
2018-08-22Updated todoAntony Kellermann
2018-08-21Changed all functions to use batchAntony Kellermann
2018-08-21Removed non-batch functionsAntony Kellermann
2018-08-21Split up some functionsAntony Kellermann
2018-08-21DocumentationAntony Kellermann
2018-08-20Moved code from main to curses_win.cAntony Kellermann
2018-08-20Fixed memory leakAntony Kellermann
2018-08-20Implemented batch callsAntony Kellermann
2018-08-10Version 3.0.2Antony Kellermann
2018-08-10Fixed macro bug preventing opening encrypted portfolioAntony Kellermann
2018-08-04Doubled max date lengthAntony Kellermann
2018-08-04Fixed issues in iex_store_peersAntony Kellermann
2018-08-04Added iex_store_misc functionAntony Kellermann
2018-08-04Added api provider to InfoAntony Kellermann
2018-08-04Version 3.0.1Antony Kellermann
2018-08-04Added AlphaVantage to licenseAntony Kellermann
2018-08-04Changed info interface function to print alphavantage securities to stdoutAntony Kellermann
2018-08-04Added temporary alphavantage API function and changed store info functions to...Antony Kellermann
2018-08-04Added csv utilsAntony Kellermann
2018-07-29Added GET_OBJECT macro for getting GObjects from builder easierAntony Kellermann
2018-07-27Added g_object_set_text functionAntony Kellermann
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