Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed possible buffer overflow | James Booth | 2013-01-04 | 1 | -4/+2 |
| | |||||
* | Fix buffer overflow check | James Booth | 2013-01-04 | 1 | -1/+1 |
| | |||||
* | Added mbstate_t | James Booth | 2013-01-04 | 1 | -1/+3 |
| | |||||
* | Fixed order of includes for ncursesw | James Booth | 2013-01-04 | 1 | -3/+2 |
| | | | | Arch linux uses the standard headers for wide char ncurses | ||||
* | Handle DEL key for wide chars | James Booth | 2013-01-04 | 1 | -11/+31 |
| | |||||
* | Changed backspace when at end for wide chars | James Booth | 2013-01-03 | 1 | -7/+10 |
| | |||||
* | Handle deleting wide chars in middle of input | James Booth | 2013-01-03 | 1 | -5/+14 |
| | |||||
* | Handle insert for wide chars | James Booth | 2013-01-03 | 1 | -8/+16 |
| | |||||
* | Removed unused code and comments | James Booth | 2013-01-03 | 1 | -4/+0 |
| | |||||
* | Handle backspace at end of input for wide chars | James Booth | 2013-01-03 | 1 | -2/+12 |
| | |||||
* | Changed replace input to handle wide chars | James Booth | 2013-01-03 | 1 | -4/+7 |
| | |||||
* | Handle wide chars on input | James Booth | 2013-01-03 | 1 | -23/+40 |
| | |||||
* | Include ncursesw, set locale | James Booth | 2013-01-02 | 1 | -2/+2 |
| | |||||
* | Further tidy up of windows.c | James Booth | 2012-11-26 | 1 | -10/+10 |
| | |||||
* | Merge branch 'master' into wheel | James Booth | 2012-11-25 | 1 | -5/+62 |
|\ | |||||
| * | Allow alt-num to select window | James Booth | 2012-11-24 | 1 | -3/+51 |
| | | |||||
| * | Don't output ctrl characters | James Booth | 2012-11-24 | 1 | -1/+9 |
| | | |||||
| * | Revert "Stop ctrl-c quitting with /ctrlc off" | James Booth | 2012-11-23 | 1 | -19/+3 |
| | | | | | | | | This reverts commit 721df8ca48b8cbf0026f3a36a3d17b45cb82b850. | ||||
| * | Stop ctrl-c quitting with /ctrlc off | James Booth | 2012-11-23 | 1 | -3/+19 |
| | | |||||
| * | Added input text to theme | James Booth | 2012-11-22 | 1 | -1/+2 |
| | | |||||
* | | Added basic mouse wheel handling | James Booth | 2012-11-20 | 1 | -1/+1 |
|/ | |||||
* | Handling commands after /disconnect | James Booth | 2012-11-19 | 1 | -2/+3 |
| | |||||
* | Continue to send chat states when no viewing chat window | James Booth | 2012-11-08 | 1 | -30/+4 |
| | |||||
* | Do not send presence when in groupchat | James Booth | 2012-11-05 | 1 | -3/+3 |
| | |||||
* | Do not send <composing/> for unprintable characters | James Booth | 2012-11-01 | 1 | -1/+2 |
| | |||||
* | Ignore lines starting with '/' when sending <composing/> state | James Booth | 2012-11-01 | 1 | -1/+8 |
| | |||||
* | Added a seperate option to enable outgoing typing notifications | James Booth | 2012-11-01 | 1 | -9/+8 |
| | |||||
* | Fixed invalid state transition from <active/> to <paused/> | James Booth | 2012-10-31 | 1 | -4/+4 |
| | |||||
* | Handling paused status | James Booth | 2012-10-31 | 1 | -1/+8 |
| | |||||
* | Only send chat states when preference set | James Booth | 2012-10-31 | 1 | -19/+22 |
| | |||||
* | Basic state handling | James Booth | 2012-10-31 | 1 | -0/+27 |
| | |||||
* | Moved remaining autocomplete code to command.c | James Booth | 2012-10-28 | 1 | -83/+2 |
| | |||||
* | Moved autcomplete code to command.c | James Booth | 2012-10-28 | 1 | -73/+20 |
| | |||||
* | Reordered autocompleters | James Booth | 2012-10-28 | 1 | -6/+7 |
| | |||||
* | Added /intype setting | James Booth | 2012-10-28 | 1 | -0/+2 |
| | | | | | Seperate settings for showing contact typing in UI (/intype), and as desktop notifications (/notify typing). | ||||
* | Added autocomplete for second /notify parameter | James Booth | 2012-10-28 | 1 | -2/+56 |
| | |||||
* | Added type autcomplete for /notify | James Booth | 2012-10-27 | 1 | -3/+2 |
| | |||||
* | Added autocomplete for version checking parameter | James Booth | 2012-10-24 | 1 | -0/+2 |
| | |||||
* | Check for method of setting ESCDELAY | James Booth | 2012-10-23 | 1 | -2/+5 |
| | |||||
* | Escape key clears input line | James Booth | 2012-10-22 | 1 | -0/+8 |
| | |||||
* | Added autocomplete for boolean settings | James Booth | 2012-10-22 | 1 | -3/+21 |
| | |||||
* | Refactored parameter autocompleters | James Booth | 2012-10-22 | 1 | -48/+38 |
| | |||||
* | Renamed other autocompleters | James Booth | 2012-10-21 | 1 | -5/+5 |
| | |||||
* | Renamed help autocompleter | James Booth | 2012-10-21 | 1 | -2/+2 |
| | |||||
* | Added /help parameter autocomplete | James Booth | 2012-10-21 | 1 | -0/+17 |
| | |||||
* | Removed trailing whitespace from src and tests | James Booth | 2012-10-21 | 1 | -19/+19 |
| | |||||
* | Decreased non blocking delay | James Booth | 2012-10-06 | 1 | -1/+1 |
| | |||||
* | Set no blocking delay to 100ms | James Booth | 2012-10-05 | 1 | -1/+1 |
| | |||||
* | Decreased non blocking input delay | James Booth | 2012-10-05 | 1 | -1/+1 |
| | |||||
* | Added -Wall to GCC options | James Booth | 2012-09-10 | 1 | -2/+2 |
| | | | | Fixed compiler warnings |