about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Expand)AuthorAgeFilesLines
* Show console message on room autojoinJames Booth2014-04-141-0/+3
* Added /log where commandJames Booth2014-04-131-0/+2
* Added /log shared settingJames Booth2014-04-131-0/+6
* Added /log rotate optionJames Booth2014-04-131-0/+4
* Show message when no bookmarks foundJames Booth2014-04-131-17/+22
* Added focus param to ui_room_join, not set for bookmark autojoinJames Booth2014-04-132-3/+8
* Revert "Added ui_unknown_command"James Booth2014-04-122-8/+0
* Revert "Added ui_already_connected"James Booth2014-04-122-8/+0
* Added ui_already_connectedJames Booth2014-04-092-0/+8
* Added ui_unknown_commandJames Booth2014-04-092-0/+8
* Refactored invalid command usageJames Booth2014-04-092-0/+21
* Removed unused inputwin module initJames Booth2014-04-071-1/+0
* Removed inputwin functions from ui.hJames Booth2014-04-076-45/+95
* Tidied new headers, added definesJames Booth2014-04-072-13/+24
* Removed statusbar functions from ui.hJames Booth2014-04-077-57/+83
* Removed titlebar functions from ui.hJames Booth2014-04-074-54/+116
* Removed create_title_bar from ui.hJames Booth2014-04-074-4/+27
* Inlined wins_update_virtual_console and wins_update_virtual_currentJames Booth2014-04-064-96/+191
* Removed dirty flag from statusbarJames Booth2014-04-061-42/+53
* Inlined status_bar_update_timeJames Booth2014-04-061-21/+12
* Renamed function to draw terminal titleJames Booth2014-04-061-3/+3
* Removed titlebar version property and allow disabling of titlebar displayJames Booth2014-04-032-29/+11
* Clear window title bar on exitJames Booth2014-04-032-0/+8
* Added check on input lengthJames Booth2014-04-021-0/+4
* Removed strcpy callsJames Booth2014-04-024-13/+11
* Show recipient not found in console only when no window for recipientJames Booth2014-04-021-4/+0
* Added missing files, refactored ui_switch_win to check win existsJames Booth2014-04-012-5/+8
* Renamed refresh functions to update_virtualJames Booth2014-04-0110-123/+123
* Do not scroll to end when chat room message whilst pagingJames Booth2014-03-311-0/+6
* Do not scroll to end in message window when pagingJames Booth2014-03-313-4/+13
* Moved ui_current_page_off to ui_incoming_msgJames Booth2014-03-311-0/+2
* Command '/statuses muc' now allows 'all', 'online' and 'none' settingsJames Booth2014-03-151-9/+4
* Updated copyrightJames Booth2014-03-0911-12/+12
* Refactored muc_room_is_active to only take room, rather than full jidJames Booth2014-03-081-2/+2
* Added test for /join with nick optionJames Booth2014-03-082-4/+4
* fixed build error when make run with -jN optionDmitry Podgorny2014-03-062-2/+2
* Added configure checks to enable desktop notifications on OSXJames Booth2014-03-041-0/+2
* Log message when cannot send desktop noficationJames Booth2014-03-041-1/+5
* Added OSX desktop notifications using terminal-notifierJames Booth2014-03-041-0/+20
* Removed debug on error messagesJames Booth2014-02-231-1/+0
* Added /otr myfp testJames Booth2014-02-171-1/+1
* Added tests for /otr warnJames Booth2014-02-162-0/+8
* Show message on /alias list when no aliasesJames Booth2014-02-151-0/+5
* Moved otr sources into folderJames Booth2014-02-121-1/+1
* Use wnoutrefresh, pnoutrefresh and doupdateJames Booth2014-02-027-7/+9
* Refactored handle_presence_error, removed no longer used functionsJames Booth2014-01-304-79/+1
* Added fallback message error handlersJames Booth2014-01-272-0/+37
* Show original error messageJames Booth2014-01-262-9/+6
* Changed error message when couldn't join roomJames Booth2014-01-261-6/+16
* Handle recipient not foundJames Booth2014-01-262-0/+28