Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | 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 | 18 | -244/+172 | |
| | ||||||
* | Move xgd functions | James Booth | 2016-07-24 | 16 | -50/+54 | |
| | ||||||
* | Move window functions to window_list.c | James Booth | 2016-07-24 | 3 | -88/+88 | |
| | ||||||
* | Move resource conversions | James Booth | 2016-07-24 | 6 | -77/+78 | |
| | ||||||
* | Add config/files.c | James Booth | 2016-07-24 | 18 | -87/+185 | |
| | ||||||
* | Move autoaway check | James Booth | 2016-07-24 | 3 | -139/+147 | |
| | ||||||
* | Tidy headers | James Booth | 2016-07-24 | 73 | -222/+240 | |
| | ||||||
* | Moved window_list.c | James Booth | 2016-07-24 | 16 | -16/+16 | |
| | ||||||
* | Moved tray.c | James Booth | 2016-07-24 | 4 | -4/+4 | |
| | ||||||
* | Moved roster_list.c | James Booth | 2016-07-24 | 17 | -17/+17 | |
| | ||||||
* | Moved resource.c | James Booth | 2016-07-24 | 5 | -7/+7 | |
| | ||||||
* | Moved muc.c | James Booth | 2016-07-24 | 13 | -13/+13 | |
| | ||||||
* | Moved jid.c | James Booth | 2016-07-24 | 10 | -10/+10 | |
| | ||||||
* | Moved contact.c | James Booth | 2016-07-24 | 13 | -13/+13 | |
| | ||||||
* | Make header defines consistent | James Booth | 2016-07-24 | 33 | -60/+75 | |
| | ||||||
* | Moved chat_state.c | James Booth | 2016-07-24 | 6 | -4/+4 | |
| | ||||||
* | Moved chat_session.c | James Booth | 2016-07-24 | 12 | -12/+12 | |
| | ||||||
* | Move event timeout to connection module | James Booth | 2016-07-24 | 6 | -13/+13 | |
| | ||||||
* | Moved chat state handling code to chat_state.c | James Booth | 2016-07-24 | 6 | -42/+45 | |
| | ||||||
* | Reorder headers | James Booth | 2016-07-24 | 1 | -2/+2 | |
| | ||||||
* | Add /plugins python_version command | James Booth | 2016-07-24 | 5 | -5/+26 | |
| | ||||||
* | Python plugins: Free string values | James Booth | 2016-07-24 | 1 | -2/+57 | |
| | ||||||
* | Merge branch 'master' into python3 | James Booth | 2016-07-24 | 133 | -135/+136 | |
|\ | | | | | | | | | Conflicts: .gitignore | |||||
| * | Add missing include | James Booth | 2016-07-24 | 1 | -0/+1 | |
| | | ||||||
| * | Update GPL link in headers | James Booth | 2016-07-24 | 133 | -133/+133 | |
| | | ||||||
| * | Updated GPL URL | Pete Maynard | 2016-07-21 | 2 | -2/+2 | |
| | | ||||||
* | | Allow str and unicode in python api | James Booth | 2016-07-24 | 3 | -155/+222 | |
| | | ||||||
* | | Check for win callback hash before removing | James Booth | 2016-07-21 | 1 | -6/+8 | |
| | | ||||||
* | | Tidy python3 conditional code | James Booth | 2016-07-19 | 3 | -272/+76 | |
| | | ||||||
* | | Add python_init_prof() | James Booth | 2016-07-18 | 3 | -13/+16 | |
| | | ||||||
* | | Merge branch 'master' into python3 | James Booth | 2016-07-18 | 2 | -3/+4 | |
|\| | ||||||
| * | capabilities: use free instead of g_free | James Booth | 2016-07-18 | 1 | -2/+2 | |
| | | ||||||
| * | Use g_path_get_basename when installing plugin | James Booth | 2016-07-18 | 1 | -1/+2 | |
| | | ||||||
* | | Fix prof module init for python3 | James Booth | 2016-07-18 | 3 | -28/+51 | |
| | | ||||||
* | | Added PYTHON3 define | James Booth | 2016-07-14 | 2 | -2/+166 | |
|/ | ||||||
* | Fix plugin install output | James Booth | 2016-07-13 | 1 | -1/+1 | |
| | ||||||
* | Remove redundant plugin dir function | James Booth | 2016-07-13 | 1 | -16/+4 | |
| | ||||||
* | Free memory when plugin windows closed | James Booth | 2016-07-13 | 2 | -0/+4 | |
| |