about summary refs log tree commit diff stats
path: root/src/ui/console.c
Commit message (Collapse)AuthorAgeFilesLines
* Use null check convention in console.cJames Booth2015-05-041-80/+80
|
* Added option to show jids in occupants panelJames Booth2015-04-121-0/+5
|
* Added individual options to send and request delivery receiptsJames Booth2015-03-191-3/+9
|
* Tidied helpJames Booth2015-03-151-12/+14
|
* Added /receipts commandJames Booth2015-03-151-0/+9
|
* Renamed win_save_newline -> win_newlineJames Booth2015-03-141-8/+8
|
* Renamed win_save_println -> win_printlnJames Booth2015-03-141-17/+17
|
* Renamed win_save_print -> win_printJames Booth2015-03-141-46/+46
|
* Renamed win_save_vprint -> win_vprintJames Booth2015-03-141-40/+40
|
* Added /time statusbar preferenceJames Booth2015-03-101-0/+10
|
* Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280James Booth2015-03-081-0/+9
|\
| * Add XEP-0280 supportOlivier LE MOAL2015-02-101-0/+9
| |
* | Merge branch 'master' into readlineJames Booth2015-02-241-0/+3
|\ \
| * | Updated default preferencesJames Booth2015-02-241-1/+1
| | |
| * | Added /roster by preference to UI preferences summaryJames Booth2015-02-241-0/+3
| | |
* | | Merge branch 'master' into readlineJames Booth2015-02-241-2/+2
|\| |
| * | Fixed /resource preference displayJames Booth2015-02-241-2/+2
| | |
* | | Merge branch 'master' into readlineJames Booth2015-02-231-1/+1
|\| |
| * | Fixed spelling.Christian Storm2015-02-171-1/+1
| | |
* | | Merge branch 'master' into readlineJames Booth2015-02-111-2/+2
|\| | | | | | | | | | | | | | | | | Conflicts: src/tools/history.c src/tools/history.h
| * | Updated copyrightJames Booth2015-02-101-2/+2
| | |
* | | Merge branch 'master' into readlineJames Booth2015-02-101-4/+6
|\| | | | | | | | | | | | | | Conflicts: src/ui/inputwin.c
| * | Free wins summary listJames Booth2015-02-101-0/+1
| | |
| * | Free contact listJames Booth2015-02-101-4/+5
| |/
* | Merge branch 'master' into readlineJames Booth2015-02-091-7/+12
|\| | | | | | | | | Conflicts: src/ui/inputwin.c
| * Free resource lists on /account commandJames Booth2015-02-091-7/+12
| |
* | Updated navigation helpJames Booth2015-02-031-20/+3
|/
* Renamed command group presence->presences to avoid clashJames Booth2015-01-281-1/+1
|
* 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
|