Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removed ui_events module | James Booth | 2015-10-27 | 2 | -2/+0 | |
| | ||||||
* | Removed ui_ev_focus_win | James Booth | 2015-10-27 | 2 | -10/+14 | |
| | ||||||
* | remaining otr functions take ProfChatWin | James Booth | 2015-10-27 | 2 | -51/+45 | |
| | ||||||
* | ui_smp_successful takes ProfChatWin | James Booth | 2015-10-26 | 2 | -6/+5 | |
| | ||||||
* | ui_smp_aborted takes ProfChatWin | James Booth | 2015-10-26 | 2 | -6/+5 | |
| | ||||||
* | ui_smp_unsuccessful_receiver takes ProfChatWin | James Booth | 2015-10-26 | 2 | -6/+6 | |
| | ||||||
* | ui_smp_unsuccessful_sender takes ProfChatWin | James Booth | 2015-10-26 | 2 | -8/+10 | |
| | ||||||
* | ui_smp_recipient_initiated_q takes ProfChatWin | James Booth | 2015-10-26 | 2 | -8/+7 | |
| | ||||||
* | ui_smp_recipient_initiated takes ProfChatWin | James Booth | 2015-10-26 | 2 | -6/+5 | |
| | ||||||
* | Add assert checks for ProfChatWin functions | James Booth | 2015-10-26 | 1 | -0/+7 | |
| | ||||||
* | ui_gone_insecure takes ProfChatWin | James Booth | 2015-10-26 | 2 | -11/+8 | |
| | ||||||
* | ui_gone_secure takes ProfChatWin | James Booth | 2015-10-26 | 2 | -13/+5 | |
| | ||||||
* | ui_message_receipt takes ProfChatWin | James Booth | 2015-10-26 | 2 | -7/+4 | |
| | ||||||
* | Removed ui_chat_win_exists | James Booth | 2015-10-26 | 2 | -8/+0 | |
| | ||||||
* | Extracted chatwin.c | James Booth | 2015-10-26 | 2 | -410/+455 | |
| | ||||||
* | Merge remote-tracking branch 'jubalh/compwarn' | James Booth | 2015-10-26 | 1 | -1/+1 | |
|\ | ||||||
| * | Get rid of compiler warning concerning NULL pointer | Michael Vetter | 2015-10-26 | 1 | -1/+1 | |
| | | | | | | | | Casting the into correct type. | |||||
* | | Merge remote-tracking branch 'jubalh/ptr_fix' | James Booth | 2015-10-26 | 1 | -1/+0 | |
|\ \ | ||||||
| * | | Fix pointer dereferencing | Michael Vetter | 2015-10-26 | 1 | -1/+0 | |
| |/ | | | | | | | Setting the pointer to NULL had no effect outside the function so far. | |||||
* / | Removed ui_about() function | James Booth | 2015-10-26 | 2 | -8/+0 | |
|/ | ||||||
* | Applied coding style to src/ui/ | James Booth | 2015-10-25 | 10 | -192/+191 | |
| | ||||||
* | Applied coding style to src/ui/core.c | James Booth | 2015-10-25 | 1 | -114/+113 | |
| | ||||||
* | Applied coding style to src/ui/console.c | James Booth | 2015-10-25 | 1 | -15/+15 | |
| | ||||||
* | Applied coding style to src/ui/buffer.h src/ui/buffer.c | James Booth | 2015-10-25 | 2 | -6/+5 | |
| | ||||||
* | Merge remote-tracking branch 'jubalh/jub' | James Booth | 2015-10-24 | 3 | -23/+9 | |
|\ | ||||||
| * | Create is_notify_enabled function | Michael Vetter | 2015-10-12 | 1 | -12/+1 | |
| | | | | | | | | | | The same code was used on two different occasions. I put it into a function. | |||||
| * | Undefine argument list | Michael Vetter | 2015-10-12 | 1 | -0/+1 | |
| | | | | | | | | Call va_end() to correclty stop using the argument list. | |||||
| * | Reduce scope of variables in ui/core | Michael Vetter | 2015-10-12 | 2 | -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 property | James Booth | 2015-10-18 | 1 | -0/+3 | |
| | | ||||||
* | | Implemented /script show | James Booth | 2015-10-17 | 2 | -0/+19 | |
| | | ||||||
* | | Implemented /script list | James Booth | 2015-10-17 | 2 | -0/+19 | |
| | | ||||||
* | | Add ability to script commands after connect | James Booth | 2015-10-15 | 1 | -1/+3 | |
| | | ||||||
* | | Added /lastactivity on|off | James Booth | 2015-10-14 | 1 | -0/+6 | |
| | | ||||||
* | | Added TLS show to UI preferences | James Booth | 2015-10-14 | 2 | -0/+12 | |
| | | ||||||
* | | Add preference for showing TLS indicator in titlebar | James Booth | 2015-10-14 | 1 | -1/+1 | |
| | | | | | | | | Issue #616 | |||||
* | | Title bar TLS indicator | James Booth | 2015-10-14 | 5 | -15/+86 | |
|/ | | | | Issue #616 | |||||
* | Fixed resize during password and tls commands | James Booth | 2015-10-06 | 1 | -0/+2 | |
| | ||||||
* | Added time format perferences per window type | James Booth | 2015-09-30 | 3 | -12/+84 | |
| | ||||||
* | Added last activity time format option | James Booth | 2015-09-29 | 2 | -14/+11 | |
| | ||||||
* | Unmap key sequence Alt+= | James Booth | 2015-09-29 | 1 | -0/+3 | |
| | | | | Fixes #629 | |||||
* | Added auto xa option, tidied autoaway code | James Booth | 2015-09-27 | 3 | -41/+31 | |
| | ||||||
* | Set status to what it was before autoaway | James Booth | 2015-09-25 | 2 | -5/+4 | |
| | ||||||
* | Prompt user to allow or deny untrusted TLS certificates | James Booth | 2015-09-22 | 4 | -0/+25 | |
| | ||||||
* | Moved /winstidy command to /wins autotidy | James Booth | 2015-09-19 | 1 | -2/+2 | |
| | ||||||
* | PGP: UI tweaks for passphrase request | James Booth | 2015-09-01 | 2 | -1/+4 | |
| | ||||||
* | Fixed passing from arg in PGP ask passphrase | James Booth | 2015-09-01 | 1 | -3/+3 | |
| | ||||||
* | Added UI function to get PGP passphrase | James Booth | 2015-09-01 | 2 | -3/+24 | |
| | ||||||
* | Split PGP incoming and outgoing message handling | James Booth | 2015-08-30 | 5 | -69/+76 | |
| | ||||||
* | Added /otr char and /pgp char | James Booth | 2015-08-26 | 1 | -0/+6 | |
| | ||||||
* | Added preference for encryption char | James Booth | 2015-08-26 | 2 | -4/+4 | |
| |