Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | free saved login information in jabber_free_resources() | Dmitry Podgorny | 2013-01-07 | 1 | -2/+11 | |
| | | ||||||
| * | jabber.c: removed explicit type conversion | Dmitry Podgorny | 2013-01-07 | 1 | -1/+1 | |
| | | | | | | | | | | According to the C99 standard integer type will be converted to real floating type before the comparison. | |||||
* | | Remove whitespace | James Booth | 2013-01-07 | 1 | -2/+0 | |
| | | ||||||
* | | Temp fix for checking printable chars | James Booth | 2013-01-07 | 1 | -19/+10 | |
| | | | | | | | | Use result of wget_wch to check for special keys | |||||
* | | Revert "Temp fix for handling printable characters" | James Booth | 2013-01-07 | 1 | -5/+15 | |
| | | | | | | | | This reverts commit 8f5826b25613555cdf8d22d484609be5b1687c42. | |||||
* | | Temp fix for handling printable characters | James Booth | 2013-01-07 | 1 | -15/+5 | |
|/ | ||||||
* | Fix issue #121 | James Booth | 2013-01-06 | 1 | -0/+1 | |
| | ||||||
* | Removed out of date comments | James Booth | 2013-01-06 | 1 | -18/+0 | |
| | ||||||
* | Call _clear_input when getting password | James Booth | 2013-01-06 | 1 | -1/+1 | |
| | ||||||
* | Added _inp_win_refresh() macro, renamed and moved some functions | James Booth | 2013-01-06 | 3 | -57/+44 | |
| | ||||||
* | Removed inp_get_next_char() from input_win.c | James Booth | 2013-01-06 | 2 | -8/+1 | |
| | ||||||
* | Fixed comment spacing | James Booth | 2013-01-06 | 1 | -2/+1 | |
| | ||||||
* | Removed inp_y from input_win.c | James Booth | 2013-01-06 | 1 | -14/+12 | |
| | ||||||
* | added check for utf_len in inp_get_char | Dmitry Podgorny | 2013-01-06 | 1 | -13/+18 | |
| | ||||||
* | Added _got_to_end() function | James Booth | 2013-01-05 | 1 | -15/+14 | |
| | ||||||
* | Added back code to output single char rather than whole string | James Booth | 2013-01-05 | 1 | -4/+3 | |
| | ||||||
* | Added back block for when cursor not at end of line | James Booth | 2013-01-05 | 1 | -0/+7 | |
| | ||||||
* | Fixed command history | James Booth | 2013-01-05 | 1 | -5/+13 | |
| | ||||||
* | Added back in remove extra variable | James Booth | 2013-01-05 | 1 | -1/+0 | |
| | ||||||
* | Added back in call to inp_clear_no_pad() | James Booth | 2013-01-05 | 1 | -2/+1 | |
| | ||||||
* | More changes to input handling | James Booth | 2013-01-05 | 1 | -20/+10 | |
| | ||||||
* | Merge remote-tracking branch 'dmitry/iss116' | James Booth | 2013-01-05 | 1 | -13/+31 | |
|\ | ||||||
| * | fixed issue #116 | Dmitry Podgorny | 2013-01-05 | 1 | -12/+31 | |
| | | | | | | | | | | * don't set pad_start to 0 while typing * use _inp_clear_no_pad() in input_win.c | |||||
| * | removed extra variable in inp_get_char | Dmitry Podgorny | 2013-01-04 | 1 | -1/+0 | |
| | | ||||||
* | | Merge remote-tracking branch 'dmitry/next' | James Booth | 2013-01-05 | 1 | -11/+2 | |
|\ \ | | | | | | | | | | | | | Conflicts: src/windows.c | |||||
| * | | windows.c: remove duplicate code in ui_get_idle_time | Dmitry Podgorny | 2013-01-04 | 1 | -6/+1 | |
| | | | ||||||
| * | | windows.c: remove useless printf | Dmitry Podgorny | 2013-01-04 | 1 | -1/+0 | |
| |/ | ||||||
* | | Added comments to ui_get_idle_time | James Booth | 2013-01-05 | 1 | -1/+7 | |
| | | ||||||
* | | fix possible buffer overflow in _ui_draw_win_title | Dmitry Podgorny | 2013-01-04 | 1 | -3/+3 | |
|/ | ||||||
* | 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 | 9 | -27/+21 | |
| | | | | 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 | 4 | -32/+51 | |
| | ||||||
* | Include ncursesw, set locale | James Booth | 2013-01-02 | 10 | -18/+20 | |
| | ||||||
* | Fixed new years eve bug with chat history | James Booth | 2012-12-31 | 1 | -1/+1 | |
| | ||||||
* | Fixed help on /connect | James Booth | 2012-12-22 | 1 | -5/+6 | |
| | ||||||
* | Clean up gtimer on show typing | James Booth | 2012-12-20 | 1 | -1/+7 | |
| | ||||||
* | Only set state to </paused> when was previously </composing> | James Booth | 2012-12-19 | 1 | -1/+1 | |
| | ||||||
* | Amended /gone help | James Booth | 2012-12-19 | 1 | -1/+1 | |
| | ||||||
* | Added /gone to allow configurable delay for </gone> state | James Booth | 2012-12-19 | 5 | -4/+58 | |
| | ||||||
* | Fixed segfault when compiled with X11 but run in bare terminal | James Booth | 2012-12-19 | 1 | -5/+10 | |
| | ||||||
* | Added parameter usage to cygwin notify | James Booth | 2012-12-12 | 1 | -2/+2 | |
| |