about summary refs log tree commit diff stats
path: root/src/command
Commit message (Collapse)AuthorAgeFilesLines
* 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-123-7/+19
|\ | | | | | | | | | | | | 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-083-2/+22
| |
* | Renamed titlebar preferenceJames Booth2015-01-122-8/+33
| |
* | Only show UI events for chat states when in sessionJames Booth2015-01-111-0/+4
| |
* | Added resource override for chat sessionsJames Booth2015-01-101-11/+2
| |
* | Added preferences for showing resource in titlebar and messagesJames Booth2015-01-102-11/+42
| |
* | Renamed resource -> resource_overrideJames Booth2015-01-101-2/+2
| |
* | Refactored chat session handling on sending messageJames Booth2015-01-042-118/+22
| |
* | Use resource in chat sessionsJames Booth2015-01-042-22/+104
|/
* Merge remote-tracking branch 'incertia/connect-default'James Booth2014-12-292-8/+76
|\ | | | | | | | | Conflicts: CHANGELOG
| * added warning about options not being usedWill Song2014-12-211-2/+4
| |
| * removing the account connected to the default account removes the default ↵Will Song2014-11-271-0/+6
| | | | | | | | account as well
| * /connect supports default accountWill Song2014-11-271-1/+13
| |
| * add some tooltip messages for /account and /connectWill Song2014-11-271-3/+6
| |
| * finish /account default acWill Song2014-11-271-0/+5
| |
| * add a bit of default account autocompleteWill Song2014-11-271-1/+10
| |
| * add default account property and commands associated with themWill Song2014-11-271-0/+31
| |
* | Fixed cmd_execute_default (resource instead of barejid)James Booth2014-12-291-1/+1
| |
* | Added chat_session_on_window_openJames Booth2014-12-281-12/+2
| |
* | Fixed chat state for non OTRJames Booth2014-12-282-125/+15
| |
* | Merge branch 'master' into chat-sessionsJames Booth2014-12-271-2/+1
|\ \
| * | Fixed /info command in roomsJames Booth2014-12-271-2/+1
| | |
* | | Moved chat states out of xmpp module for message send chatJames Booth2014-12-272-61/+160
|/ /
* | Fixed non OTR compilationJames Booth2014-12-252-2/+2
| |
* | Removed function pointersJames Booth2014-12-222-2/+2
| |
* | Removed functions from window.cJames Booth2014-12-222-5/+11
| |
* | Added win_get_titleJames Booth2014-12-211-12/+4
| |
* | Use class instead of base pointerJames Booth2014-12-211-21/+28
| |
* | Added /inpblock commandJames Booth2014-12-213-0/+25
| |
* | Removed TODOsJames Booth2014-12-201-4/+0
| |
* | Fixed testsJames Booth2014-12-201-2/+2
| |
* | Refactored all window recipients and typesJames Booth2014-12-202-81/+84
| | | | | | | | Tests need fixing
* | Refactoring window types, removing recipient and from references - wipJames Booth2014-12-182-232/+266
| |
* | Moved roster functionsJames Booth2014-12-161-7/+7
| |
* | Added new window and layout typesJames Booth2014-12-162-19/+29
| |
* | Allow params to /bookmark when in a roomJames Booth2014-12-141-17/+10
| |
* | Renamed chat_resource -> resourceJames Booth2014-12-102-8/+8
| |
* | Moved chat resource to WIN_CHAT typeJames Booth2014-12-102-8/+8
| |
* | Added form to WIN_MUC_CONFIG typeJames Booth2014-12-102-16/+27
| |
* | Added /resource autocompletionJames Booth2014-12-041-0/+47
| |
* | Use selected resource for sending messagesJames Booth2014-12-032-8/+42
| |
* | Added /resource commandJames Booth2014-12-023-0/+53
| |
* | Fixed closing window 0James Booth2014-12-011-4/+0
| |
* | Automatically add/remove '/' when adding and removing aliasesJames Booth2014-11-302-7/+17
|/
* Merge remote-tracking branch 'incertia/master'James Booth2014-11-242-3/+12
|\
| * implement account removalWill Song2014-11-232-1/+16
| |
| * add nooffline to /roster autocompleteWill Song2014-11-231-0/+1
| |
| * updated description for /rosterWill Song2014-11-231-2/+3
| |
| * add nooffline option to rosterWill Song2014-11-231-1/+6
| |