about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed ui_ev_focus_winJames Booth2015-10-276-29/+24
|
* Added missing includeJames Booth2015-10-271-0/+1
|
* remaining otr functions take ProfChatWinJames Booth2015-10-277-99/+95
|
* ui_smp_successful takes ProfChatWinJames Booth2015-10-265-12/+17
|
* ui_smp_aborted takes ProfChatWinJames Booth2015-10-265-9/+13
|
* ui_smp_unsuccessful_receiver takes ProfChatWinJames Booth2015-10-265-9/+14
|
* ui_smp_unsuccessful_sender takes ProfChatWinJames Booth2015-10-265-11/+18
|
* ui_smp_recipient_initiated_q takes ProfChatWinJames Booth2015-10-265-14/+18
|
* ui_smp_recipient_initiated takes ProfChatWinJames Booth2015-10-265-9/+16
|
* Add assert checks for ProfChatWin functionsJames Booth2015-10-261-0/+7
|
* ui_gone_insecure takes ProfChatWinJames Booth2015-10-265-14/+14
|
* ui_gone_secure takes ProfChatWinJames Booth2015-10-265-17/+15
|
* ui_message_receipt takes ProfChatWinJames Booth2015-10-264-9/+10
|
* Removed ui_chat_win_existsJames Booth2015-10-266-17/+14
|
* Extracted chatwin.cJames Booth2015-10-263-410/+456
|
* Merge remote-tracking branch 'jubalh/compwarn'James Booth2015-10-261-1/+1
|\
| * Get rid of compiler warning concerning NULL pointerMichael Vetter2015-10-261-1/+1
| | | | | | | | Casting the into correct type.
* | Merge remote-tracking branch 'jubalh/resleak'James Booth2015-10-261-0/+1
|\ \
| * | Fix resource leakMichael Vetter2015-10-261-0/+1
| |/ | | | | | | Run fclose after fopen in unittests.
* | Merge remote-tracking branch 'jubalh/ptr_fix'James Booth2015-10-263-3/+0
|\ \
| * | Fix pointer dereferencingMichael Vetter2015-10-263-3/+0
| |/ | | | | | | Setting the pointer to NULL had no effect outside the function so far.
* / Removed ui_about() functionJames Booth2015-10-264-10/+2
|/
* Fixed spelling mistakeJames Booth2015-10-261-1/+1
|
* Applied coding style to src/James Booth2015-10-2618-290/+271
|
* Applied coding style to src/xmpp/James Booth2015-10-2614-555/+530
|
* Applied coding style to src/ui/James Booth2015-10-2510-192/+191
|
* Applied coding style to src/ui/core.cJames Booth2015-10-251-114/+113
|
* Applied coding style to src/ui/console.cJames Booth2015-10-251-15/+15
|
* Applied coding style to src/ui/buffer.h src/ui/buffer.cJames Booth2015-10-252-6/+5
|
* Applied coding style to src/tools/James Booth2015-10-256-33/+33
|
* Applied coding style to src/pgp/James Booth2015-10-252-31/+30
|
* Applied coding style to src/otr/James Booth2015-10-255-64/+63
|
* Applied coding style to src/event/James Booth2015-10-256-88/+86
|
* Applied coding style to src/config/James Booth2015-10-256-55/+57
|
* Applied coding style to account.hJames Booth2015-10-251-43/+43
|
* Applied coding style to accounts.cJames Booth2015-10-251-50/+50
|
* Applied coding style to account.hJames Booth2015-10-251-7/+7
|
* Applied coding style to account.cJames Booth2015-10-251-8/+8
|
* Applied coding style to commands.hJames Booth2015-10-251-85/+85
|
* Applied coding style to commands.cJames Booth2015-10-251-95/+94
|
* Applied coding style to command.hJames Booth2015-10-251-9/+9
|
* Applied coding style to command.cJames Booth2015-10-251-110/+110
|
* Merge remote-tracking branch 'jubalh/jub'James Booth2015-10-2418-191/+183
|\
| * Remove trailing whitespacesMichael Vetter2015-10-212-2/+2
| |
| * Use consistent style for pointersMichael Vetter2015-10-2110-148/+148
| |
| * Create is_notify_enabled functionMichael Vetter2015-10-124-24/+22
| | | | | | | | | | The same code was used on two different occasions. I put it into a function.
| * Undefine argument listMichael Vetter2015-10-121-0/+1
| | | | | | | | Call va_end() to correclty stop using the argument list.
| * Reduce scope of variables in ui/coreMichael Vetter2015-10-122-11/+7
| | | | | | | | | | Not as important as the other one (where there was a double declaration). But for the sake of consistency.
| * Remove double declaration and reduce scope of pcontactMichael Vetter2015-10-091-6/+3
| | | | | | | | | | | | | | | | | | | | In command/commands.c you declare pcontact at the top of the function. Later in one case you declare it again and use it in a small scope. And in the same function you use it again this time from the first declaration. I think you intended only declaring it one time. At first I thought about top of the function because its easier to find. Then I saw that you declare "Jid jid" not at the top too, and I think for the sake of reducing scope it is better. So I went for this approach.
* | Fixed test_cmd_rooms.cJames Booth2015-10-191-16/+3
| |