about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix type in python API docsJames Booth2016-08-081-2/+2
|
* Update plugin API docsJames Booth2016-08-072-16/+16
|
* Rename plugins settings functionsJames Booth2016-08-078-104/+104
|
* Update plugin API docsJames Booth2016-08-026-4/+116
|
* Merge branch 'master' into plugin_list_settingsJames Booth2016-08-022-2/+218
|\
| * Update gitignore, added python API docs MakefileJames Booth2016-08-022-2/+218
| |
* | Return int on c_api_settings_string_list_remove_allJames Booth2016-08-013-4/+4
| |
* | Return boolean on prof_settings_string_list_remove_all()James Booth2016-08-015-9/+18
| |
* | Remove log debugsJames Booth2016-08-011-7/+0
| |
* | Add string lists settings to pluginsJames Booth2016-08-018-0/+233
|/
* Fixes to plugin API docsJames Booth2016-07-303-10/+8
|
* Update python API docsJames Booth2016-07-302-2/+5
|
* Update plugins API docsJames Booth2016-07-303-98/+184
|
* Update plugin API docsJames Booth2016-07-302-87/+193
|
* Add typedefs to C plugin APIJames Booth2016-07-302-6/+9
|
* Update python API docsJames Booth2016-07-301-8/+2
|
* Update python API docsJames Booth2016-07-302-8/+250
|
* Fix type in python api docsJames Booth2016-07-301-1/+1
|
* Update python API docsJames Booth2016-07-301-35/+466
|
* Updates to python docsJames Booth2016-07-292-15/+22
|
* Add python plugin hook docsJames Booth2016-07-292-0/+121
|
* Update gitignoreJames Booth2016-07-291-2/+12
|
* Merge remote-tracking branch 'origin/master'James Booth2016-07-291-1/+6
|\
| * Handle NULL saved_statusJames Booth2016-07-271-1/+5
| |
| * Copy curr_status and free original in session.cJames Booth2016-07-271-1/+2
| |
* | Add Python API docsJames Booth2016-07-294-0/+386
|/
* Use g_strndup in c_api.cJames Booth2016-07-271-2/+2
|
* Remove copied char* in groupchat_log_chatJames Booth2016-07-261-9/+7
|
* Tidy rosterwin memory handlingJames Booth2016-07-251-10/+20
|
* Rename rooms vars in _send_room_presenceJames Booth2016-07-251-8/+6
|
* Free rooms list in sv_ev_login_account_successJames Booth2016-07-251-2/+3
|
* Unreference GDateTimeJames Booth2016-07-251-0/+1
|
* Free ProfAccountJames Booth2016-07-253-1/+5
|
* Fix memory leaksJames Booth2016-07-252-1/+3
|
* Fix memory leaksJames Booth2016-07-252-2/+5
|
* Decrement reference count on python hook args objectsJames Booth2016-07-251-23/+39
|
* Use Py_RETURN_NONEJames Booth2016-07-251-56/+56
|
* Merge pull request #828 from asdil12/patch-2James Booth2016-07-251-1/+1
|\ | | | | Fix indentation in http_upload.c
| * Fix indentation in http_upload.cDominik Heidler2016-07-251-1/+1
|/
* Remove unused function prototypeJames Booth2016-07-251-3/+0
|
* Store GTimeZone in statusbarJames Booth2016-07-251-2/+5
| | | | fixes #785
* Free pgpdirJames Booth2016-07-251-0/+1
|
* Free old hash table on wins_tidyJames Booth2016-07-251-2/+3
|
* Free python_str_or_unicode_to_string resultsJames Booth2016-07-256-9/+28
|
* Free icon dir path nameJames Booth2016-07-251-0/+1
|
* Remove debug on plugin win createJames Booth2016-07-242-2/+0
|
* Move all filepath handling to files.cJames Booth2016-07-2419-262/+174
|
* Move xgd functionsJames Booth2016-07-2417-52/+56
|
* Move window functions to window_list.cJames Booth2016-07-246-403/+88
|
* Move resource conversionsJames Booth2016-07-246-77/+78
|