Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removed statusbar functions from ui.h | James Booth | 2014-04-07 | 1 | -15/+2 | |
| | ||||||
* | Removed titlebar functions from ui.h | James Booth | 2014-04-07 | 1 | -9/+7 | |
| | ||||||
* | Removed create_title_bar from ui.h | James Booth | 2014-04-07 | 1 | -1/+0 | |
| | ||||||
* | Clear window title bar on exit | James Booth | 2014-04-03 | 1 | -0/+1 | |
| | ||||||
* | Added missing files, refactored ui_switch_win to check win exists | James Booth | 2014-04-01 | 1 | -1/+1 | |
| | ||||||
* | Renamed refresh functions to update_virtual | James Booth | 2014-04-01 | 1 | -4/+4 | |
| | ||||||
* | Updated copyright | James Booth | 2014-03-09 | 1 | -1/+1 | |
| | ||||||
* | Added test for /join with nick option | James Booth | 2014-03-08 | 1 | -1/+1 | |
| | ||||||
* | Added /otr myfp test | James Booth | 2014-02-17 | 1 | -1/+1 | |
| | ||||||
* | Added tests for /otr warn | James Booth | 2014-02-16 | 1 | -0/+1 | |
| | ||||||
* | Refactored handle_presence_error, removed no longer used functions | James Booth | 2014-01-30 | 1 | -2/+0 | |
| | ||||||
* | Added fallback message error handlers | James Booth | 2014-01-27 | 1 | -0/+2 | |
| | ||||||
* | Show original error message | James Booth | 2014-01-26 | 1 | -1/+1 | |
| | ||||||
* | Handle recipient not found | James Booth | 2014-01-26 | 1 | -0/+1 | |
| | ||||||
* | Added aliases to autocomplete | James Booth | 2014-01-23 | 1 | -1/+0 | |
| | ||||||
* | Added /alias command, writing aliases to [alias] group in profrc | James Booth | 2014-01-23 | 1 | -0/+1 | |
| | ||||||
* | Added skeleton /alias command | James Booth | 2014-01-23 | 1 | -0/+1 | |
| | ||||||
* | Added UI presence functions | James Booth | 2014-01-19 | 1 | -0/+4 | |
| | ||||||
* | Inlined ui_contact_online and ui_contact_offline | James Booth | 2014-01-19 | 1 | -4/+0 | |
| | ||||||
* | Tidied OTR messages | James Booth | 2014-01-16 | 1 | -0/+1 | |
| | ||||||
* | Show OTR coloured status | James Booth | 2014-01-16 | 1 | -0/+1 | |
| | | | | | | | | | | | | Customisable within theme files e.g.: titlebar.unencrypted=red titlebar.encrypted=green titlebar.trusted=red titlebar.untrusted=green Shows [unencrypted] for all non-OTR chat Disable with '/otr warn off' | |||||
* | Removed title_bar_draw from UI module | James Booth | 2014-01-16 | 1 | -1/+0 | |
| | ||||||
* | Removed title_bar_show from UI module | James Booth | 2014-01-16 | 1 | -1/+0 | |
| | ||||||
* | Renamed title bar status -> presence | James Booth | 2014-01-16 | 1 | -1/+1 | |
| | ||||||
* | Renamed title_bar_set_status -> title_bar_set_presence | James Booth | 2014-01-16 | 1 | -1/+1 | |
| | ||||||
* | Renamed title_bar_title -> title_bar_console | James Booth | 2014-01-16 | 1 | -1/+1 | |
| | ||||||
* | Added setting /otr log on|off|redact | James Booth | 2014-01-13 | 1 | -0/+1 | |
| | ||||||
* | Added /otr trust|untrust commands | James Booth | 2014-01-12 | 1 | -1/+3 | |
| | ||||||
* | End OTR session when user closes chat window | James Booth | 2014-01-11 | 1 | -1/+2 | |
| | ||||||
* | Handle window creation for incoming and outgoing OTR sessions | James Booth | 2014-01-11 | 1 | -0/+1 | |
| | ||||||
* | Require '/otr start' from both parties before encryption used both ways | James Booth | 2014-01-11 | 1 | -0/+2 | |
| | ||||||
* | Bind remaining ui functions in main.c | James Booth | 2013-12-23 | 1 | -0/+4 | |
| | ||||||
* | Bind console functions in main.c | James Booth | 2013-12-23 | 1 | -0/+1 | |
| | ||||||
* | Bind ui core functions in main.c | James Booth | 2013-12-22 | 1 | -0/+2 | |
| | ||||||
* | Dynamically load UI functions, fixed tests | James Booth | 2013-12-22 | 1 | -173/+168 | |
| | ||||||
* | Added mocks and stubs for cons_show | James Booth | 2013-12-19 | 1 | -1/+1 | |
| | ||||||
* | Moved _ask_password to UI module | James Booth | 2013-12-15 | 1 | -0/+1 | |
| | ||||||
* | Added simple mock test, refactored roster | James Booth | 2013-12-14 | 1 | -2/+15 | |
| | ||||||
* | Merge branch 'master' into refactor2 | James Booth | 2013-11-11 | 1 | -0/+1 | |
|\ | | | | | | | | | Conflicts: src/ui/core.c | |||||
| * | Allow "account" setting in [connection] to autconnect the account | James Booth | 2013-11-07 | 1 | -0/+1 | |
| | | | | | | | | closes #251 | |||||
* | | Moved idle chat state handling out of ui module | James Booth | 2013-10-07 | 1 | -1/+1 | |
|/ | ||||||
* | Moved UI error handler code to ui/core | James Booth | 2013-10-06 | 1 | -0/+1 | |
| | ||||||
* | Show current window in status bar | James Booth | 2013-10-02 | 1 | -0/+1 | |
| | ||||||
* | Next and previous windows, handle KEY_CODE_YES terms, jump empty wins | James Booth | 2013-09-26 | 1 | -0/+2 | |
| | ||||||
* | Fixed ">" indicator when tidying windows | James Booth | 2013-08-30 | 1 | -0/+1 | |
| | ||||||
* | Removed limit on number of windows, WIP | James Booth | 2013-08-27 | 1 | -1/+0 | |
| | ||||||
* | Refactor _cmd_close | James Booth | 2013-08-26 | 1 | -0/+2 | |
| | ||||||
* | Removed cons_create from console.c | James Booth | 2013-08-26 | 1 | -1/+0 | |
| | ||||||
* | Merge branch 'master' into windows | James Booth | 2013-08-25 | 1 | -0/+1 | |
|\ | ||||||
| * | draft of bookmarks implementation | Dmitry Podgorny | 2013-07-14 | 1 | -0/+1 | |
| | | | | | | | | '/bookmark add' and '/bookmark remove' ain't finished |