Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplified autocompleters and command history | James Booth | 2015-01-16 | 1 | -236/+198 |
| | |||||
* | Moved input line to inputwin | James Booth | 2015-01-15 | 1 | -3/+4 |
| | |||||
* | Moved process_input to cmd_process_input | James Booth | 2015-01-15 | 1 | -9/+56 |
| | |||||
* | Merge remote-tracking branch 'peterlvilim/keyring' | James Booth | 2015-01-13 | 1 | -0/+3 |
|\ | |||||
| * | iofixed | Peter Vilim | 2015-01-07 | 1 | -0/+1 |
| | | |||||
| * | Add support for evaluated password | Peter Vilim | 2015-01-06 | 1 | -0/+2 |
| | | |||||
* | | Merge remote-tracking branch 'savar/dynamic_input_block' | James Booth | 2015-01-12 | 1 | -8/+39 |
|\ \ | |||||
| * | | adding preference option for dynamic input blocking | Simon Effenberg | 2015-01-12 | 1 | -7/+13 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /inpblock is now having subcommands 'timeout' and 'dynamic' with: /inpblock timeout <milliseconds> and /inpblock dynamic <on|off> Defaults are: /inpblock timeout 500 /inpblock dynamic on To get the old behavior specify: /inpblock timeout 20 /inpblock dynamic off The dynamic mode will block incrementally after something should be written to the window or after a key was pressed. So pressing a key would set the timeout to 0ms and after 10 timeouts to the next bigger one. Example (with dynamic mode on): "/inpblock timeout 50" timeout series: 10x 0ms 10x 10ms (0ms + 10 times since last keypress) 10x 30ms (10ms + 20 times since last keypress) *x50ms until next key was pressed or | ||||
* | | Merge remote-tracking branch 'incertia/exit-title' | James Booth | 2015-01-12 | 1 | -3/+11 |
|\ \ | | | | | | | | | | | | | | | | | | | Conflicts: src/command/command.c src/config/preferences.c src/config/preferences.h | ||||
| * | | add exit title preference to group and add command for setting the preference | Will Song | 2015-01-08 | 1 | -1/+14 |
| |/ | |||||
* | | Renamed titlebar preference | James Booth | 2015-01-12 | 1 | -6/+27 |
| | | |||||
* | | Added preferences for showing resource in titlebar and messages | James Booth | 2015-01-10 | 1 | -7/+21 |
| | | |||||
* | | Refactored chat session handling on sending message | James Booth | 2015-01-04 | 1 | -27/+3 |
| | | |||||
* | | Use resource in chat sessions | James Booth | 2015-01-04 | 1 | -6/+27 |
|/ | |||||
* | Merge remote-tracking branch 'incertia/connect-default' | James Booth | 2014-12-29 | 1 | -5/+22 |
|\ | | | | | | | | | Conflicts: CHANGELOG | ||||
| * | add some tooltip messages for /account and /connect | Will Song | 2014-11-27 | 1 | -3/+6 |
| | | |||||
| * | finish /account default ac | Will Song | 2014-11-27 | 1 | -0/+5 |
| | | |||||
| * | add a bit of default account autocomplete | Will Song | 2014-11-27 | 1 | -1/+10 |
| | | |||||
* | | Fixed cmd_execute_default (resource instead of barejid) | James Booth | 2014-12-29 | 1 | -1/+1 |
| | | |||||
* | | Fixed chat state for non OTR | James Booth | 2014-12-28 | 1 | -31/+3 |
| | | |||||
* | | Moved chat states out of xmpp module for message send chat | James Booth | 2014-12-27 | 1 | -10/+35 |
| | | |||||
* | | Fixed non OTR compilation | James Booth | 2014-12-25 | 1 | -1/+1 |
| | | |||||
* | | Removed function pointers | James Booth | 2014-12-22 | 1 | -1/+1 |
| | | |||||
* | | Removed functions from window.c | James Booth | 2014-12-22 | 1 | -1/+1 |
| | | |||||
* | | Added /inpblock command | James Booth | 2014-12-21 | 1 | -0/+11 |
| | | |||||
* | | Refactored all window recipients and types | James Booth | 2014-12-20 | 1 | -19/+20 |
| | | | | | | | | Tests need fixing | ||||
* | | Refactoring window types, removing recipient and from references - wip | James Booth | 2014-12-18 | 1 | -71/+82 |
| | | |||||
* | | Added new window and layout types | James Booth | 2014-12-16 | 1 | -6/+10 |
| | | |||||
* | | Renamed chat_resource -> resource | James Booth | 2014-12-10 | 1 | -2/+2 |
| | | |||||
* | | Moved chat resource to WIN_CHAT type | James Booth | 2014-12-10 | 1 | -2/+2 |
| | | |||||
* | | Added form to WIN_MUC_CONFIG type | James Booth | 2014-12-10 | 1 | -7/+14 |
| | | |||||
* | | Added /resource autocompletion | James Booth | 2014-12-04 | 1 | -0/+47 |
| | | |||||
* | | Use selected resource for sending messages | James Booth | 2014-12-03 | 1 | -2/+10 |
| | | |||||
* | | Added /resource command | James Booth | 2014-12-02 | 1 | -0/+10 |
| | | |||||
* | | Automatically add/remove '/' when adding and removing aliases | James Booth | 2014-11-30 | 1 | -2/+2 |
|/ | |||||
* | Merge remote-tracking branch 'incertia/master' | James Booth | 2014-11-24 | 1 | -2/+4 |
|\ | |||||
| * | implement account removal | Will Song | 2014-11-23 | 1 | -1/+3 |
| | | |||||
| * | add nooffline to /roster autocomplete | Will Song | 2014-11-23 | 1 | -0/+1 |
| | | |||||
| * | updated description for /roster | Will Song | 2014-11-23 | 1 | -2/+3 |
| | | |||||
* | | implement account removal | Will Song | 2014-11-23 | 1 | -1/+3 |
|/ | |||||
* | Renamed roster autocomplete functions | James Booth | 2014-11-22 | 1 | -14/+14 |
| | |||||
* | Fixed autoaway help | James Booth | 2014-11-20 | 1 | -1/+1 |
| | |||||
* | Updated /theme usage | James Booth | 2014-11-20 | 1 | -3/+3 |
| | |||||
* | Added /theme colours command | James Booth | 2014-11-17 | 1 | -5/+6 |
| | |||||
* | Added /time off | James Booth | 2014-11-16 | 1 | -0/+1 |
| | |||||
* | Added /time setting | James Booth | 2014-11-16 | 1 | -2/+17 |
| | |||||
* | Added /roster size and /occupants size settings | James Booth | 2014-11-15 | 1 | -6/+10 |
| | |||||
* | Added /roster by commands, wip | James Booth | 2014-11-11 | 1 | -3/+19 |
| | |||||
* | Added /roster show|hide resource | James Booth | 2014-11-11 | 1 | -11/+14 |
| | |||||
* | Added /roster show|hide offline | James Booth | 2014-11-10 | 1 | -9/+25 |
| |