about summary refs log tree commit diff stats
path: root/src/ui/console.c
Commit message (Collapse)AuthorAgeFilesLines
* Show eval_password if exists on /account showJames Booth2015-01-131-8/+10
|
* Merge remote-tracking branch 'savar/dynamic_input_block'James Booth2015-01-121-1/+6
|\
| * adding preference option for dynamic input blockingSimon Effenberg2015-01-121-1/+6
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /inpblock is now having subcommands 'timeout' and 'dynamic' with: /inpblock timeout <milliseconds> and /inpblock dynamic <on|off> Defaults are: /inpblock timeout 500 /inpblock dynamic on To get the old behavior specify: /inpblock timeout 20 /inpblock dynamic off The dynamic mode will block incrementally after something should be written to the window or after a key was pressed. So pressing a key would set the timeout to 0ms and after 10 timeouts to the next bigger one. Example (with dynamic mode on): "/inpblock timeout 50" timeout series: 10x 0ms 10x 10ms (0ms + 10 times since last keypress) 10x 30ms (10ms + 20 times since last keypress) *x50ms until next key was pressed or
* Merge remote-tracking branch 'incertia/exit-title'James Booth2015-01-121-0/+5
|\ | | | | | | | | | | | | 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/+10
| |
* | Renamed titlebar preferenceJames Booth2015-01-121-3/+3
| |
* | Added preferences for showing resource in titlebar and messagesJames Booth2015-01-101-0/+14
|/
* Updated CHANGELOG and navigation helpJames Booth2015-01-031-8/+16
|
* Removed function pointersJames Booth2014-12-221-225/+147
|
* Added /inpblock commandJames Booth2014-12-211-0/+8
|
* Refactored all window recipients and typesJames Booth2014-12-201-1/+1
| | | | Tests need fixing
* Added new window and layout typesJames Booth2014-12-161-1/+1
|
* Updated navigation helpJames Booth2014-12-011-1/+1
|
* Added Alt-Backspace to navigation helpJames Booth2014-11-221-3/+4
|
* Added newlineJames Booth2014-11-171-0/+1
|
* Added /theme colours commandJames Booth2014-11-171-0/+37
|
* Changed type to enum for presence colour attributesJames Booth2014-11-161-7/+7
|
* Replaced colours with theme_item_tJames Booth2014-11-161-16/+16
|
* Added /time offJames Booth2014-11-161-0/+2
|
* Added /time settingJames Booth2014-11-161-0/+14
|
* Added /roster size and /occupants size settingsJames Booth2014-11-151-0/+6
|
* Added /roster show|hide resourceJames Booth2014-11-111-0/+10
|
* Added /roster show|hide command, only show roster on connect successJames Booth2014-11-101-0/+11
|
* Added /wrap user preference for enabling/disabling word wrappingJames Booth2014-11-091-0/+11
|
* Added /presence command to show contacts presenceJames Booth2014-11-071-0/+11
|
* Fixed various memory leaksJames Booth2014-11-011-0/+1
|
* Updated helpJames Booth2014-10-271-3/+4
|
* Show message on /prefs desktop when notifications not supported by the buildJames Booth2014-10-261-60/+75
|
* Added /privileges command to set UI option for showing roles/affiliations in ↵James Booth2014-10-181-0/+11
| | | | rooms
* Removed /help otherJames Booth2014-10-181-1/+0
|
* Renamed args to /occupants defaultJames Booth2014-10-091-10/+22
|
* Merge branch 'master' into muc_rolesJames Booth2014-09-301-1/+1
|\
| * free latest_release regardless of its validityAdam Coffman2014-09-291-1/+1
| |
* | Changed rooms to use Occupant type instead of PContactJames Booth2014-09-301-2/+3
| |
* | Tidied muc moduleJames Booth2014-09-281-2/+2
|/
* Cache capabilities to fileJames Booth2014-09-221-0/+2
|
* Show message when no capabilities availableJames Booth2014-09-211-6/+9
|
* Added jid->hash lookup for capabilitiesJames Booth2014-09-201-82/+80
|
* Always update UI in event loop, removed updates from rest of codeJames Booth2014-09-011-154/+2
|
* Tidied console presence messagesJames Booth2014-09-011-4/+0
|
* Merge remote-tracking branch 'tdi/master'James Booth2014-08-291-7/+13
|\
| * Concise formatting of /roster commandDariusz Dwornikowski2014-08-281-7/+8
|/
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* Handle chat states for users not in rosterJames Booth2014-08-191-3/+7
| | | | issue #397
* Added win_save_printlnJames Booth2014-07-211-17/+17
|
* Added win_save_newlineJames Booth2014-07-201-8/+8
|
* Removed newlines from splash logo version outputJames Booth2014-07-161-3/+3
|
* Replaced NO_EOL_DATE with bitwise orJames Booth2014-07-161-24/+24
|
* having wprintw go through win_save_(v)print.Immae2014-06-231-195/+109
| | | | Signed-off-by: James Booth <boothj5@gmail.com>
* Added deallocation function for string prefs, added otr policy enumJames Booth2014-06-181-9/+23
|