about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Set status to what it was before autoawayJames Booth2015-09-252-5/+4
|
* Prompt user to allow or deny untrusted TLS certificatesJames Booth2015-09-224-0/+25
|
* Moved /winstidy command to /wins autotidyJames Booth2015-09-191-2/+2
|
* PGP: UI tweaks for passphrase requestJames Booth2015-09-012-1/+4
|
* Fixed passing from arg in PGP ask passphraseJames Booth2015-09-011-3/+3
|
* Added UI function to get PGP passphraseJames Booth2015-09-012-3/+24
|
* Split PGP incoming and outgoing message handlingJames Booth2015-08-305-69/+76
|
* Added /otr char and /pgp charJames Booth2015-08-261-0/+6
|
* Added preference for encryption charJames Booth2015-08-262-4/+4
|
* Display special char for encrypted messagesJames Booth2015-08-264-12/+28
|
* Leave chat rooms before receiving self unavailable presenceJames Booth2015-08-231-0/+2
| | | | Fixes bug for servers that don't send the self presence
* Free timestamp and id for receiptsJames Booth2015-08-091-0/+1
|
* Free timestamps and carbons stanzasJames Booth2015-08-091-3/+9
|
* Show software version result in current windowJames Booth2015-08-063-24/+53
|
* Fix typobrandenbyers2015-08-051-1/+1
|
* Use id handler for software version requests, handle errorsJames Booth2015-08-052-0/+19
|
* Handle larger than line words in wrappingJames Booth2015-07-301-23/+39
|
* Added cons_show_paddedJames Booth2015-07-294-37/+54
|
* Do not print newline when curs position 0James Booth2015-07-291-1/+4
|