about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed command historyJames Booth2013-01-051-5/+13
|
* Added back in remove extra variableJames Booth2013-01-051-1/+0
|
* Added back in call to inp_clear_no_pad()James Booth2013-01-051-2/+1
|
* More changes to input handlingJames Booth2013-01-051-20/+10
|
* Merge remote-tracking branch 'dmitry/iss116'James Booth2013-01-051-13/+31
|\
| * fixed issue #116Dmitry Podgorny2013-01-051-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_charDmitry Podgorny2013-01-041-1/+0
| |
* | Merge remote-tracking branch 'dmitry/next'James Booth2013-01-051-11/+2
|\ \ | | | | | | | | | | | | Conflicts: src/windows.c
| * | windows.c: remove duplicate code in ui_get_idle_timeDmitry Podgorny2013-01-041-6/+1
| | |
| * | windows.c: remove useless printfDmitry Podgorny2013-01-041-1/+0
| |/
* | Added comments to ui_get_idle_timeJames Booth2013-01-051-1/+7
| |
* | fix possible buffer overflow in _ui_draw_win_titleDmitry Podgorny2013-01-041-3/+3
|/
* Fixed possible buffer overflowJames Booth2013-01-041-4/+2
|
* Fix buffer overflow checkJames Booth2013-01-041-1/+1
|
* Added mbstate_tJames Booth2013-01-041-1/+3
|
* Fixed order of includes for ncurseswJames Booth2013-01-049-27/+21
| | | | Arch linux uses the standard headers for wide char ncurses
* Handle DEL key for wide charsJames Booth2013-01-041-11/+31
|
* Changed backspace when at end for wide charsJames Booth2013-01-031-7/+10
|
* Handle deleting wide chars in middle of inputJames Booth2013-01-031-5/+14
|
* Handle insert for wide charsJames Booth2013-01-031-8/+16
|
* Removed unused code and commentsJames Booth2013-01-031-4/+0
|
* Handle backspace at end of input for wide charsJames Booth2013-01-031-2/+12
|
* Changed replace input to handle wide charsJames Booth2013-01-031-4/+7
|
* Handle wide chars on inputJames Booth2013-01-034-32/+51
|
* Include ncursesw, set localeJames Booth2013-01-0210-18/+20
|
* Fixed new years eve bug with chat historyJames Booth2012-12-311-1/+1
|
* Fixed help on /connectJames Booth2012-12-221-5/+6
|
* Clean up gtimer on show typingJames Booth2012-12-201-1/+7
|
* Only set state to </paused> when was previously </composing>James Booth2012-12-191-1/+1
|
* Amended /gone helpJames Booth2012-12-191-1/+1
|
* Added /gone to allow configurable delay for </gone> stateJames Booth2012-12-195-4/+58
|
* Fixed segfault when compiled with X11 but run in bare terminalJames Booth2012-12-191-5/+10
|
* Added parameter usage to cygwin notifyJames Booth2012-12-121-2/+2
|
* Experimental balloon on cygwinJames Booth2012-12-121-0/+26
|
* Fixed name clashes with windows.hJames Booth2012-12-114-8/+8
|
* Moved libnotify checks to _notifyJames Booth2012-12-111-12/+2
|
* Fixed X CPU usage by only redrawing window title on changeJames Booth2012-12-111-11/+31
|
* Renamed /account new to /account addJames Booth2012-12-101-4/+4
|
* Fixed compile errorJames Booth2012-12-101-1/+1
|
* Added autocomplete for enabled logins onlyJames Booth2012-12-104-20/+53
|
* Added account name autocomplete for /account setJames Booth2012-12-101-1/+3
|
* Added /account set command, set server or jidJames Booth2012-12-103-0/+54
|
* Added /account renameJames Booth2012-12-103-1/+125
|
* Added /account show commandJames Booth2012-12-093-1/+57
|
* Handle logins using accountsJames Booth2012-12-097-5/+144
|
* Added /account list command, and added jid property to accountsJames Booth2012-12-093-0/+64
|
* Tidied helpJames Booth2012-12-092-156/+83
|
* Handle idle time from contactsJames Booth2012-12-0911-61/+162
|
* Renamed /theme load to /theme setJames Booth2012-12-091-8/+9
|
* Added autocomplete to /theme loadJames Booth2012-12-091-1/+41
|