about summary refs log tree commit diff stats
path: root/src/ui/ui.h
Commit message (Collapse)AuthorAgeFilesLines
* Added ui_ev_new_private_win to ui eventsJames Booth2015-05-041-2/+2
|
* ui_outgoing_chat_msg now takes ProfChatWin as argumentJames Booth2015-05-041-1/+1
|
* Move current win check to event, removed next and prev win functionsJames Booth2015-04-301-2/+0
|
* Removed ui_win_switch_numJames Booth2015-04-301-2/+1
|
* Removed some ui functions, inlinedJames Booth2015-04-301-2/+0
|
* Added ui_win_error_line()James Booth2015-04-291-0/+1
|
* Return result on OTR message sendingJames Booth2015-04-291-1/+1
|
* Moved new chat win events to client events moduleJames Booth2015-04-211-2/+3
|
* Added option to show jids in occupants panelJames Booth2015-04-121-0/+1
|
* Added /receipts commandJames Booth2015-03-151-0/+1
|
* Merge branch 'master' into xep-0184James Booth2015-03-151-0/+2
|\
| * Added OTR error messagesJames Booth2015-03-151-0/+2
| |
* | Merge branch 'master' into xep-0184James Booth2015-03-141-0/+1
|\| | | | | | | | | | | | | | | Conflicts: src/server_events.c src/ui/core.c src/ui/ui.h tests/ui/stub_ui.c
| * Don't switch window on sent carbonJames Booth2015-03-141-0/+2
| |
* | Removed from argument from outgoing message functionsJames Booth2015-03-141-4/+2
| |
* | Show message received text for receiptsJames Booth2015-03-111-1/+1
| |
* | Added basic delivery receiptsJames Booth2015-03-111-0/+1
|/
* Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280James Booth2015-03-081-0/+1
|\
| * Add XEP-0280 supportOlivier LE MOAL2015-02-101-0/+1
| |
* | Merge branch 'master' into readlineJames Booth2015-02-111-1/+1
|\ \ | | | | | | | | | | | | | | | Conflicts: src/tools/history.c src/tools/history.h
| * | Updated copyrightJames Booth2015-02-101-1/+1
| |/
* | Moved command processing to main loop, allow resize during password promptJames Booth2015-02-051-1/+1
| |
* | Move SIGWINCH handling to ui/core.c, ignore signal whilst resizingJames Booth2015-02-041-0/+1
| |
* | Added paging handlersJames Booth2015-01-311-0/+5
| |
* | Moved readline code to inputwin.cJames Booth2015-01-301-1/+1
| |
* | Added gnu readlineJames Booth2015-01-271-0/+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
|