about summary refs log tree commit diff stats
path: root/src/windows.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed capabilities.c -> xmpp_caps.cJames Booth2013-01-281-1/+0
* Added resource handling in account moduleJames Booth2013-01-271-4/+7
* Merge branch 'master' into capsJames Booth2013-01-221-0/+8
|\
| * Merge remote-tracking branch 'backalor/master'James Booth2013-01-221-0/+8
| |\
| | * Add new command /statuses for status notificationsBackalor2013-01-211-6/+6
| | * Add new command "/notify status" to enable/disable status messages,Backalor2013-01-141-0/+8
* | | Always show output in console for /info commandJames Booth2013-01-211-44/+5
* | | Merge branch 'master' into capsJames Booth2013-01-211-1/+10
|\| |
| * | Fixed bug when opening private chat without messageJames Booth2013-01-211-1/+10
* | | Updated /info command for chat and private chatJames Booth2013-01-201-0/+26
* | | Added client to /info command in chat roomsJames Booth2013-01-201-0/+1
* | | Added basic room /info commandJames Booth2013-01-201-62/+87
* | | Added space before /who outputJames Booth2013-01-201-1/+1
* | | Refactored presence colouringJames Booth2013-01-201-65/+60
* | | Changed /info command to show clientJames Booth2013-01-201-0/+65
|/ /
* | Changed symbol when participants join or leave a roomJames Booth2013-01-171-2/+2
* | Command /info parameter optional when in chat or private chatJames Booth2013-01-171-1/+30
* | Added /mouse command for enabling/disabling mouse handlingJames Booth2013-01-171-24/+34
* | Handle /who command in chat roomsJames Booth2013-01-151-5/+11
* | Use ! char for room broadcastsJames Booth2013-01-151-53/+53
* | Show time with room broadcastsJames Booth2013-01-151-2/+5
* | Allow /info and /msg in private room chat when nick has space in nameJames Booth2013-01-151-26/+38
* | Allow whitespace in argument to /infoJames Booth2013-01-131-1/+1
* | Use Jid datatype in chat roomsJames Booth2013-01-131-4/+7
|/
* Merge remote-tracking branch 'dmitry/fixes'James Booth2013-01-121-1/+1
|\
| * windows.c: fixed gcc warningDmitry Podgorny2013-01-131-1/+1
* | Added jid datatypeJames Booth2013-01-121-0/+1
|/
* Moved jid related functions to commonJames Booth2013-01-121-1/+2
* Renamed muc functionsJames Booth2013-01-121-5/+5
* Renamed room_chat module to mucJames Booth2013-01-121-1/+1
* Updated copyrightJames Booth2013-01-111-2/+2
* Check nick exists when private messagingJames Booth2013-01-111-5/+10
* Added win_current_is_console()James Booth2013-01-111-0/+6
* Added extra line after /winsJames Booth2013-01-101-0/+2
* Merge remote-tracking branch 'dmitry/next'James Booth2013-01-051-11/+2
|\
| * 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 order of includes for ncurseswJames Booth2013-01-041-3/+2
* Handle wide chars on inputJames Booth2013-01-031-5/+5
* Include ncursesw, set localeJames Booth2013-01-021-2/+2
* Added /gone to allow configurable delay for </gone> stateJames Booth2012-12-191-0/+9
* 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
* 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
* Added /account show commandJames Booth2012-12-091-0/+16
* Tidied helpJames Booth2012-12-091-1/+1