Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update plugin API docs | James Booth | 2016-08-07 | 2 | -16/+16 |
| | |||||
* | Rename plugins settings functions | James Booth | 2016-08-07 | 8 | -104/+104 |
| | |||||
* | Update plugin API docs | James Booth | 2016-08-02 | 6 | -4/+116 |
| | |||||
* | Merge branch 'master' into plugin_list_settings | James Booth | 2016-08-02 | 2 | -2/+218 |
|\ | |||||
| * | Update gitignore, added python API docs Makefile | James Booth | 2016-08-02 | 2 | -2/+218 |
| | | |||||
* | | Return int on c_api_settings_string_list_remove_all | James Booth | 2016-08-01 | 3 | -4/+4 |
| | | |||||
* | | Return boolean on prof_settings_string_list_remove_all() | James Booth | 2016-08-01 | 5 | -9/+18 |
| | | |||||
* | | Remove log debugs | James Booth | 2016-08-01 | 1 | -7/+0 |
| | | |||||
* | | Add string lists settings to plugins | James Booth | 2016-08-01 | 8 | -0/+233 |
|/ | |||||
* | Fixes to plugin API docs | James Booth | 2016-07-30 | 3 | -10/+8 |
| | |||||
* | Update python API docs | James Booth | 2016-07-30 | 2 | -2/+5 |
| | |||||
* | Update plugins API docs | James Booth | 2016-07-30 | 3 | -98/+184 |
| | |||||
* | Update plugin API docs | James Booth | 2016-07-30 | 2 | -87/+193 |
| | |||||
* | Add typedefs to C plugin API | James Booth | 2016-07-30 | 2 | -6/+9 |
| | |||||
* | Update python API docs | James Booth | 2016-07-30 | 1 | -8/+2 |
| | |||||
* | Update python API docs | James Booth | 2016-07-30 | 2 | -8/+250 |
| | |||||
* | Fix type in python api docs | James Booth | 2016-07-30 | 1 | -1/+1 |
| | |||||
* | Update python API docs | James Booth | 2016-07-30 | 1 | -35/+466 |
| | |||||
* | Updates to python docs | James Booth | 2016-07-29 | 2 | -15/+22 |
| | |||||
* | Add python plugin hook docs | James Booth | 2016-07-29 | 2 | -0/+121 |
| | |||||
* | Update gitignore | James Booth | 2016-07-29 | 1 | -2/+12 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | James Booth | 2016-07-29 | 1 | -1/+6 |
|\ | |||||
| * | Handle NULL saved_status | James Booth | 2016-07-27 | 1 | -1/+5 |
| | | |||||
| * | Copy curr_status and free original in session.c | James Booth | 2016-07-27 | 1 | -1/+2 |
| | | |||||
* | | Add Python API docs | James Booth | 2016-07-29 | 4 | -0/+386 |
|/ | |||||
* | Use g_strndup in c_api.c | James Booth | 2016-07-27 | 1 | -2/+2 |
| | |||||
* | Remove copied char* in groupchat_log_chat | James Booth | 2016-07-26 | 1 | -9/+7 |
| | |||||
* | Tidy rosterwin memory handling | James Booth | 2016-07-25 | 1 | -10/+20 |
| | |||||
* | Rename rooms vars in _send_room_presence | James Booth | 2016-07-25 | 1 | -8/+6 |
| | |||||
* | Free rooms list in sv_ev_login_account_success | James Booth | 2016-07-25 | 1 | -2/+3 |
| | |||||
* | Unreference GDateTime | James Booth | 2016-07-25 | 1 | -0/+1 |
| | |||||
* | Free ProfAccount | James Booth | 2016-07-25 | 3 | -1/+5 |
| | |||||
* | Fix memory leaks | James Booth | 2016-07-25 | 2 | -1/+3 |
| | |||||
* | Fix memory leaks | James Booth | 2016-07-25 | 2 | -2/+5 |
| | |||||
* | Decrement reference count on python hook args objects | James Booth | 2016-07-25 | 1 | -23/+39 |
| | |||||
* | Use Py_RETURN_NONE | James Booth | 2016-07-25 | 1 | -56/+56 |
| | |||||
* | Merge pull request #828 from asdil12/patch-2 | James Booth | 2016-07-25 | 1 | -1/+1 |
|\ | | | | | Fix indentation in http_upload.c | ||||
| * | Fix indentation in http_upload.c | Dominik Heidler | 2016-07-25 | 1 | -1/+1 |
|/ | |||||
* | Remove unused function prototype | James Booth | 2016-07-25 | 1 | -3/+0 |
| | |||||
* | Store GTimeZone in statusbar | James Booth | 2016-07-25 | 1 | -2/+5 |
| | | | | fixes #785 | ||||
* | Free pgpdir | James Booth | 2016-07-25 | 1 | -0/+1 |
| | |||||
* | Free old hash table on wins_tidy | James Booth | 2016-07-25 | 1 | -2/+3 |
| | |||||
* | Free python_str_or_unicode_to_string results | James Booth | 2016-07-25 | 6 | -9/+28 |
| | |||||
* | Free icon dir path name | James Booth | 2016-07-25 | 1 | -0/+1 |
| | |||||
* | Remove debug on plugin win create | James Booth | 2016-07-24 | 2 | -2/+0 |
| | |||||
* | Move all filepath handling to files.c | James Booth | 2016-07-24 | 19 | -262/+174 |
| | |||||
* | Move xgd functions | James Booth | 2016-07-24 | 17 | -52/+56 |
| | |||||
* | Move window functions to window_list.c | James Booth | 2016-07-24 | 6 | -403/+88 |
| | |||||
* | Move resource conversions | James Booth | 2016-07-24 | 6 | -77/+78 |
| | |||||
* | Add config/files.c | James Booth | 2016-07-24 | 19 | -87/+187 |
| |