about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
...
* Tidied chatwin_outgoing_carbonJames Booth2015-10-272-11/+9
|
* Renamed ui_outgoing_chat_msg -> chatwin_outgoing_msgJames Booth2015-10-272-2/+2
|
* Renamed ui_incoming_msg -> chatwin_incoming_msgJames Booth2015-10-272-25/+25
|
* Renamed ui_new_chat_win -> chatwin_newJames Booth2015-10-272-3/+3
|
* Moved ui_handle_otr_errorJames Booth2015-10-272-11/+11
|
* Renamed ui_recipient_gone -> chatwin_recipeint_goneJames Booth2015-10-272-2/+2
|
* Tidied ui_recipient_goneJames Booth2015-10-272-29/+13
|
* Combined chatwin OTR SMP functionsJames Booth2015-10-273-93/+57
|
* Renamed chatwin OTR functionsJames Booth2015-10-272-30/+30
|
* Removed ui_events moduleJames Booth2015-10-272-2/+0
|
* Removed ui_ev_focus_winJames Booth2015-10-272-10/+14
|
* remaining otr functions take ProfChatWinJames Booth2015-10-272-51/+45
|
* ui_smp_successful takes ProfChatWinJames Booth2015-10-262-6/+5
|
* ui_smp_aborted takes ProfChatWinJames Booth2015-10-262-6/+5
|
* ui_smp_unsuccessful_receiver takes ProfChatWinJames Booth2015-10-262-6/+6
|
* ui_smp_unsuccessful_sender takes ProfChatWinJames Booth2015-10-262-8/+10
|
* ui_smp_recipient_initiated_q takes ProfChatWinJames Booth2015-10-262-8/+7
|
* ui_smp_recipient_initiated takes ProfChatWinJames Booth2015-10-262-6/+5
|
* Add assert checks for ProfChatWin functionsJames Booth2015-10-261-0/+7
|
* ui_gone_insecure takes ProfChatWinJames Booth2015-10-262-11/+8
|
* ui_gone_secure takes ProfChatWinJames Booth2015-10-262-13/+5
|
* ui_message_receipt takes ProfChatWinJames Booth2015-10-262-7/+4
|
* Removed ui_chat_win_existsJames Booth2015-10-262-8/+0
|
* Extracted chatwin.cJames Booth2015-10-262-410/+455
|
* 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/ptr_fix'James Booth2015-10-261-1/+0
|\ \
| * | Fix pointer dereferencingMichael Vetter2015-10-261-1/+0
| |/ | | | | | | Setting the pointer to NULL had no effect outside the function so far.
* / Removed ui_about() functionJames Booth2015-10-262-8/+0
|/
* 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
|
* Merge remote-tracking branch 'jubalh/jub'James Booth2015-10-243-23/+9
|\
| * Create is_notify_enabled functionMichael Vetter2015-10-121-12/+1
| | | | | | | | | | 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.
* | Force tls on all connections, add tls policy account propertyJames Booth2015-10-181-0/+3
| |
* | Implemented /script showJames Booth2015-10-172-0/+19
| |
* | Implemented /script listJames Booth2015-10-172-0/+19
| |
* | Add ability to script commands after connectJames Booth2015-10-151-1/+3
| |
* | Added /lastactivity on|offJames Booth2015-10-141-0/+6
| |
* | Added TLS show to UI preferencesJames Booth2015-10-142-0/+12
| |
* | Add preference for showing TLS indicator in titlebarJames Booth2015-10-141-1/+1
| | | | | | | | Issue #616
* | Title bar TLS indicatorJames Booth2015-10-145-15/+86
|/ | | | Issue #616
* Fixed resize during password and tls commandsJames Booth2015-10-061-0/+2
|
* Added time format perferences per window typeJames Booth2015-09-303-12/+84
|
* Added last activity time format optionJames Booth2015-09-292-14/+11
|
* Unmap key sequence Alt+=James Booth2015-09-291-0/+3
| | | | Fixes #629
* Added auto xa option, tidied autoaway codeJames Booth2015-09-273-41/+31
|