Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge branch 'master' into winbuffers | James Booth | 2014-06-29 | 1 | -5/+5 | |
|\| | | ||||||
| * | | Fixed tabs | James Booth | 2014-06-29 | 1 | -5/+5 | |
| | | | ||||||
* | | | Merge branch 'master' into winbuffers | James Booth | 2014-06-29 | 3 | -13/+13 | |
|\| | | |/ |/| | ||||||
| * | Reinitialise libnotify per notification | James Booth | 2014-06-29 | 3 | -13/+13 | |
| | | | | | | | | | | Fixes issue on Xfce4 where notification are not being sent after a period of time. Issue #370 | |||||
* | | Merge branch 'master' into winbuffers | James Booth | 2014-06-27 | 10 | -23/+51 | |
|\| | | | | | | | | | Conflicts: src/ui/core.c | |||||
| * | Fixed memleak in title bar roster_find_contact | James Booth | 2014-06-27 | 1 | -1/+3 | |
| | | ||||||
| * | Fixed memleak in chat log history | James Booth | 2014-06-27 | 4 | -15/+18 | |
| | | ||||||
| * | Free resources on OTR shutdown | James Booth | 2014-06-26 | 4 | -2/+20 | |
| | | ||||||
| * | Use g_list_free() when finding resource availability | James Booth | 2014-06-24 | 1 | -6/+7 | |
| | | ||||||
| * | Merge branch 'memleak' | James Booth | 2014-06-24 | 2 | -0/+4 | |
| |\ | ||||||
| | * | Check for null before freeing X11info, removed free current resource | James Booth | 2014-06-24 | 2 | -2/+3 | |
| | | | ||||||
| | * | Free some memory | Immae | 2014-06-23 | 2 | -0/+3 | |
| | | | ||||||
* | | | Merge branch 'master' into winbuffers | James Booth | 2014-06-24 | 1 | -0/+1 | |
|\| | | ||||||
| * | | Free GError on command line option parse | James Booth | 2014-06-23 | 1 | -0/+1 | |
| |/ | ||||||
* | | Added buffer handling. Buffer are initialized, pushed, and freed. No use is ↵ | Immae | 2014-06-23 | 5 | -1/+142 | |
| | | | | | | | | | | | | made of them so far Signed-off-by: James Booth <boothj5@gmail.com> | |||||
* | | having wprintw go through win_save_(v)print. | Immae | 2014-06-23 | 5 | -594/+315 | |
| | | | | | | | | Signed-off-by: James Booth <boothj5@gmail.com> | |||||
* | | Added horizontal scroll for resized windows | Immae | 2014-06-23 | 3 | -3/+36 | |
|/ | | | | Signed-off-by: James Booth <boothj5@gmail.com> | |||||
* | Free aliases on cmd_init | James Booth | 2014-06-18 | 2 | -4/+9 | |
| | ||||||
* | Added deallocation function for string prefs, added otr policy enum | James Booth | 2014-06-18 | 11 | -61/+113 | |
| | ||||||
* | Fixed memleaks with otr policy and autoaway options | James Booth | 2014-06-17 | 5 | -11/+25 | |
| | ||||||
* | Free keys lists in windows.c | James Booth | 2014-06-17 | 1 | -2/+18 | |
| | ||||||
* | Free tokens when 0 supplied an 0 min, parse_args_with_freetext | James Booth | 2014-06-17 | 1 | -0/+1 | |
| | ||||||
* | Free values on wins_get_chat_recipients | James Booth | 2014-06-17 | 1 | -0/+1 | |
| | ||||||
* | Free account_name preference on autoconnect | James Booth | 2014-06-17 | 2 | -8/+12 | |
| | ||||||
* | Free titlebar current_recipient when switching to console | James Booth | 2014-06-17 | 1 | -1/+4 | |
| | ||||||
* | Added valgrind suppressions | James Booth | 2014-06-17 | 2 | -0/+37 | |
| | ||||||
* | Free GError on prefs load | James Booth | 2014-06-17 | 1 | -3/+12 | |
| | ||||||
* | Properly free muc hashtables | James Booth | 2014-06-15 | 1 | -2/+2 | |
| | ||||||
* | Removed string allocation in stanza when joining room | James Booth | 2014-06-15 | 1 | -1/+1 | |
| | ||||||
* | Renamed generate_unique_id -> create_unique_id | James Booth | 2014-06-15 | 6 | -16/+16 | |
| | ||||||
* | Free string after use in sending caps response | James Booth | 2014-06-15 | 1 | -0/+1 | |
| | ||||||
* | Free list in wins_get_num | James Booth | 2014-06-15 | 1 | -0/+3 | |
| | ||||||
* | Fixed memleak in otr.c | James Booth | 2014-06-15 | 1 | -6/+10 | |
| | ||||||
* | Fix memleak in wins_new | James Booth | 2014-06-15 | 1 | -0/+1 | |
| | ||||||
* | Free jabber_conn.log | James Booth | 2014-06-15 | 1 | -0/+4 | |
| | ||||||
* | Free list in wins_get_by_recipient | James Booth | 2014-06-15 | 1 | -0/+1 | |
| | ||||||
* | Free saved account details before replacing | James Booth | 2014-06-15 | 1 | -0/+6 | |
| | ||||||
* | Fixed usages of get_unique_id to free result | James Booth | 2014-06-15 | 3 | -1/+12 | |
| | ||||||
* | Added connection details to jabber_shutdown | James Booth | 2014-06-15 | 1 | -0/+3 | |
| | ||||||
* | Fixed memleak in _available_handler | James Booth | 2014-06-15 | 1 | -0/+1 | |
| | ||||||
* | Fixed memleak when leaving rooms | James Booth | 2014-06-15 | 1 | -1/+1 | |
| | ||||||
* | Fixed tests for sha1 renaming | James Booth | 2014-06-15 | 3 | -30/+30 | |
| | ||||||
* | Renamed sha1 functions to avoid naming clashes | James Booth | 2014-06-15 | 6 | -44/+46 | |
| | ||||||
* | Fixed memleak in wins_xmlconsole_exists | James Booth | 2014-06-15 | 1 | -1/+4 | |
| | ||||||
* | Fixed memleak in autocompleter | James Booth | 2014-06-15 | 2 | -0/+14 | |
| | ||||||
* | Fixed memleak when writing preferences file | James Booth | 2014-06-15 | 1 | -1/+2 | |
| | ||||||
* | Added valgrind suppressions file | James Booth | 2014-06-15 | 1 | -0/+8 | |
| | ||||||
* | Fixed compiler warning | James Booth | 2014-06-03 | 1 | -3/+0 | |
| | ||||||
* | Show info in chat and private chat windows | James Booth | 2014-06-03 | 3 | -15/+37 | |
| | ||||||
* | Show info in room for participant | James Booth | 2014-06-03 | 3 | -9/+6 | |
| |