about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added /subject append <text>James Booth2015-10-293-2/+22
|
* Merge remote-tracking branch 'BlueMonday/patch-1'James Booth2015-10-291-1/+1
|\
| * Fix statusbar time in complex themeSteven Erenst2015-10-281-1/+1
|/ | | The complex theme had the time in the status bar set to `$H:$M:%S` which resulted in the time being displayed as `$H:$M:30`.
* Reordered ui.hJames Booth2015-10-271-8/+8
|
* Tidied remaining chatwin functionsJames Booth2015-10-274-23/+30
|
* Renamed _win_show_history -> _chatwin_historyJames Booth2015-10-271-4/+4
|
* Tidied chatwin_outgoing_carbonJames Booth2015-10-274-13/+18
|
* Renamed ui_outgoing_chat_msg -> chatwin_outgoing_msgJames Booth2015-10-275-11/+11
|
* Renamed ui_incoming_msg -> chatwin_incoming_msgJames Booth2015-10-274-32/+32
|
* Renamed ui_new_chat_win -> chatwin_newJames Booth2015-10-274-7/+7
|
* Moved ui_handle_otr_errorJames Booth2015-10-272-11/+11
|
* Renamed ui_recipient_gone -> chatwin_recipeint_goneJames Booth2015-10-274-4/+4
|
* Tidied ui_recipient_goneJames Booth2015-10-274-31/+29
|
* Fixed otrlibv3James Booth2015-10-271-1/+1
|
* Combined chatwin OTR SMP functionsJames Booth2015-10-278-126/+93
|
* Renamed chatwin OTR functionsJames Booth2015-10-278-84/+84
|
* Removed ui_events moduleJames Booth2015-10-277-89/+1
|
* Removed ui_ev_new_chat_winJames Booth2015-10-273-10/+3
|
* 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
|