about summary refs log tree commit diff stats
path: root/src/ui/ui.h
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyrightJames Booth2015-02-101-1/+1
|
* Simplified autocompleters and command historyJames Booth2015-01-161-1/+2
|
* Moved input line to inputwinJames Booth2015-01-151-2/+0
|
* Moved input to ui module, renamed ui_readlineJames Booth2015-01-151-1/+1
|
* Moved input size variable to ui moduleJames Booth2015-01-151-1/+1
|
* Removed ch from main loopJames Booth2015-01-151-1/+1
|
* Moved remimder notification code out of main loopJames Booth2015-01-151-0/+1
|
* Inlined ui_handle_special_keysJames Booth2015-01-151-1/+0
|
* Removed result from main loopJames Booth2015-01-141-1/+1
|
* Pass value rather than address of ch during main loopJames Booth2015-01-141-1/+1
|
* trying to block (and save cpu power) more dynamicallySimon Effenberg2015-01-121-1/+1
| | | | | | | | | instead of blocking too long if inpblock is set to something like 500ms the input timeout is not set directly to inpblock but is increasing dynamically from 0 to inpblock by a little algorithm FIXME: the call from the win_* method to the ui_input_* method looks wrong.. this causes a cross reference which shouldn't be
* Merge remote-tracking branch 'incertia/exit-title'James Booth2015-01-121-0/+1
|\ | | | | | | | | | | | | Conflicts: src/command/command.c src/config/preferences.c src/config/preferences.h
| * add exit title preference to group and add command for setting the preferenceWill Song2015-01-081-0/+1
| |
| * set a nice title (instead of empty) on shutdownWill Song2014-12-291-0/+1
| |
* | Only show UI events for chat states when in sessionJames Booth2015-01-111-2/+2
| |
* | Added remaining chat statesJames Booth2015-01-111-0/+2
| |
* | Added preferences for showing resource in titlebar and messagesJames Booth2015-01-101-0/+1
| |
* | Show resource in titlebar and on each messageJames Booth2015-01-101-1/+1
|/
* Use events for chat sessionsJames Booth2014-12-291-1/+1
|
* Removed function pointersJames Booth2014-12-221-237/+231
|
* Removed ui_current_set_otrJames Booth2014-12-221-1/+0
|
* Removed ui_close_currentJames Booth2014-12-221-1/+0
|
* Added win_get_titleJames Booth2014-12-211-1/+1
|
* Added /inpblock commandJames Booth2014-12-211-0/+1
|
* Removed TODOsJames Booth2014-12-201-2/+0
|
* Fixed testsJames Booth2014-12-201-0/+2
|
* Refactored all window recipients and typesJames Booth2014-12-201-57/+65
| | | | Tests need fixing
* Refactoring window types, removing recipient and from references - wipJames Booth2014-12-181-16/+7
|
* Added occupantswin.cJames Booth2014-12-161-2/+4
|
* Moved roster functionsJames Booth2014-12-161-1/+4
|
* Added window specific creation functionsJames Booth2014-12-151-1/+1
|
* Subscription handler uses wins_new_chatJames Booth2014-12-111-1/+1
|
* Split private message handling to separate functionsJames Booth2014-12-101-2/+3
|
* Added [ui] preferences to themesJames Booth2014-11-191-0/+2
|
* Update input window on /theme setJames Booth2014-11-191-4/+2
|
* Added /theme colours commandJames Booth2014-11-171-0/+1
|
* Added support for bold theme settingsJames Booth2014-11-161-0/+1
|
* Added /time settingJames Booth2014-11-161-0/+1
|
* Added /roster show|hide command, only show roster on connect successJames Booth2014-11-101-0/+3
|
* Refactor subwin sizing and disabled wrappingJames Booth2014-11-101-2/+0
|
* Added simple rosterJames Booth2014-11-101-0/+1
|
* Added subwin to consoleJames Booth2014-11-101-2/+2
|
* Added /wrap user preference for enabling/disabling word wrappingJames Booth2014-11-091-0/+1
|
* Added /presence command to show contacts presenceJames Booth2014-11-071-0/+1
|
* Removed hash_table_iter usage for room rosterJames Booth2014-11-031-1/+1
|
* Added /privileges command to set UI option for showing roles/affiliations in ↵James Booth2014-10-181-0/+2
| | | | rooms
* Removed debug messages when setting roles/affiliationsJames Booth2014-10-181-2/+0
|
* Show occupants role/affiliation changesJames Booth2014-10-181-0/+6
|
* Added reason to role/affiliation changesJames Booth2014-10-181-3/+5
|
* Add output for when both role and affiliation changed at same timeJames Booth2014-10-181-0/+2
|