about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
* Refactored bookmarks to use option parser, allow bookmarking rooms with ↵James Booth2014-05-101-0/+3
| | | | passwords
* Added UI messages for smp question/answer resultJames Booth2014-05-072-0/+35
|
* Added question answer authentication (libotr 3.2.x)James Booth2014-04-302-0/+20
|
* Added ui functions for otr authenticationJames Booth2014-04-302-0/+35
|
* Added SMP secret authentication success messageJames Booth2014-04-272-0/+33
|
* Tidied UI messages for SMP shared secret authenticationJames Booth2014-04-272-31/+3
|
* Added SMP ui eventsJames Booth2014-04-262-0/+86
|
* Fixed cppcheck warningsJames Booth2014-04-264-9/+6
|
* Added open xml consoleJames Booth2014-04-251-0/+11
|
* Allow /wins swap to move to empty positionJames Booth2014-04-242-2/+21
|
* Added command /wins swapJames Booth2014-04-244-0/+38
|
* Chat room windows now created only after successful joinJames Booth2014-04-212-3/+12
|
* Show message in console when contact starts OTR sessionJames Booth2014-04-191-0/+11
|
* Open new window when otr session started by contactJames Booth2014-04-191-14/+19
| | | | fixes #331
* OTR end messages are now send to recipients not in the roster.James Booth2014-04-181-2/+6
| | | | fixes #333
* Tidied xmlconsoleJames Booth2014-04-154-18/+23
|
* Added XML Console windowJames Booth2014-04-155-10/+78
|
* Added simple stanza logging to main consoleJames Booth2014-04-152-0/+18
|
* 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
| | | | Issue #170
* Added /log rotate optionJames Booth2014-04-131-0/+4
|
* Show message when no bookmarks foundJames Booth2014-04-131-17/+22
| | | | Issue #194
* Added focus param to ui_room_join, not set for bookmark autojoinJames Booth2014-04-132-3/+8
| | | | Issue #194
* Revert "Added ui_unknown_command"James Booth2014-04-122-8/+0
| | | | This reverts commit 714ee2486353361898df7f5bb339e9be3f456830.
* Revert "Added ui_already_connected"James Booth2014-04-122-8/+0
| | | | This reverts commit e97ec56fce641554ff7aa2ff9f0583e1fb9fc364.
* 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
|