Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Renamed win_save_println -> win_println | James Booth | 2015-03-14 | 1 | -17/+17 | |
| | | ||||||
* | | Renamed win_save_print -> win_print | James Booth | 2015-03-14 | 1 | -46/+46 | |
| | | ||||||
* | | Renamed win_save_vprint -> win_vprint | James Booth | 2015-03-14 | 1 | -40/+40 | |
| | | ||||||
* | | Added /time statusbar preference | James Booth | 2015-03-10 | 1 | -0/+10 | |
| | | ||||||
* | | Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280 | James Booth | 2015-03-08 | 1 | -0/+9 | |
|\ \ | ||||||
| * | | Add XEP-0280 support | Olivier LE MOAL | 2015-02-10 | 1 | -0/+9 | |
| | | | ||||||
* | | | Merge branch 'master' into readline | James Booth | 2015-02-24 | 1 | -0/+3 | |
|\ \ \ | ||||||
| * | | | Updated default preferences | James Booth | 2015-02-24 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Added /roster by preference to UI preferences summary | James Booth | 2015-02-24 | 1 | -0/+3 | |
| | | | | ||||||
* | | | | Merge branch 'master' into readline | James Booth | 2015-02-24 | 1 | -2/+2 | |
|\| | | | ||||||
| * | | | Fixed /resource preference display | James Booth | 2015-02-24 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Merge branch 'master' into readline | James Booth | 2015-02-23 | 1 | -1/+1 | |
|\| | | | ||||||
| * | | | Fixed spelling. | Christian Storm | 2015-02-17 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge branch 'master' into readline | James Booth | 2015-02-11 | 1 | -2/+2 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/tools/history.c src/tools/history.h | |||||
| * | | | Updated copyright | James Booth | 2015-02-10 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Merge branch 'master' into readline | James Booth | 2015-02-10 | 1 | -4/+6 | |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: src/ui/inputwin.c | |||||
| * | | | Free wins summary list | James Booth | 2015-02-10 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Free contact list | James Booth | 2015-02-10 | 1 | -4/+5 | |
| |/ / | ||||||
* | | | Merge branch 'master' into readline | James Booth | 2015-02-09 | 1 | -7/+12 | |
|\| | | | | | | | | | | | | | | Conflicts: src/ui/inputwin.c | |||||
| * | | Free resource lists on /account command | James Booth | 2015-02-09 | 1 | -7/+12 | |
| | | | ||||||
* | | | Updated navigation help | James Booth | 2015-02-03 | 1 | -20/+3 | |
|/ / | ||||||
* / | Renamed command group presence->presences to avoid clash | James Booth | 2015-01-28 | 1 | -1/+1 | |
|/ | ||||||
* | Show eval_password if exists on /account show | James Booth | 2015-01-13 | 1 | -8/+10 | |
| | ||||||
* | Merge remote-tracking branch 'savar/dynamic_input_block' | James Booth | 2015-01-12 | 1 | -1/+6 | |
|\ | ||||||
| * | adding preference option for dynamic input blocking | Simon Effenberg | 2015-01-12 | 1 | -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 Booth | 2015-01-12 | 1 | -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 preference | Will Song | 2015-01-08 | 1 | -0/+10 | |
| | | ||||||
* | | Renamed titlebar preference | James Booth | 2015-01-12 | 1 | -3/+3 | |
| | | ||||||
* | | Added preferences for showing resource in titlebar and messages | James Booth | 2015-01-10 | 1 | -0/+14 | |
|/ | ||||||
* | Updated CHANGELOG and navigation help | James Booth | 2015-01-03 | 1 | -8/+16 | |
| | ||||||
* | Removed function pointers | James Booth | 2014-12-22 | 1 | -225/+147 | |
| | ||||||
* | Added /inpblock command | James Booth | 2014-12-21 | 1 | -0/+8 | |
| | ||||||
* | Refactored all window recipients and types | James Booth | 2014-12-20 | 1 | -1/+1 | |
| | | | | Tests need fixing | |||||
* | Added new window and layout types | James Booth | 2014-12-16 | 1 | -1/+1 | |
| | ||||||
* | Updated navigation help | James Booth | 2014-12-01 | 1 | -1/+1 | |
| | ||||||
* | Added Alt-Backspace to navigation help | James Booth | 2014-11-22 | 1 | -3/+4 | |
| | ||||||
* | Added newline | James Booth | 2014-11-17 | 1 | -0/+1 | |
| | ||||||
* | Added /theme colours command | James Booth | 2014-11-17 | 1 | -0/+37 | |
| | ||||||
* | Changed type to enum for presence colour attributes | James Booth | 2014-11-16 | 1 | -7/+7 | |
| | ||||||
* | Replaced colours with theme_item_t | James Booth | 2014-11-16 | 1 | -16/+16 | |
| | ||||||
* | Added /time off | James Booth | 2014-11-16 | 1 | -0/+2 | |
| | ||||||
* | Added /time setting | James Booth | 2014-11-16 | 1 | -0/+14 | |
| | ||||||
* | Added /roster size and /occupants size settings | James Booth | 2014-11-15 | 1 | -0/+6 | |
| | ||||||
* | Added /roster show|hide resource | James Booth | 2014-11-11 | 1 | -0/+10 | |
| | ||||||
* | Added /roster show|hide command, only show roster on connect success | James Booth | 2014-11-10 | 1 | -0/+11 | |
| | ||||||
* | Added /wrap user preference for enabling/disabling word wrapping | James Booth | 2014-11-09 | 1 | -0/+11 | |
| | ||||||
* | Added /presence command to show contacts presence | James Booth | 2014-11-07 | 1 | -0/+11 | |
| | ||||||
* | Fixed various memory leaks | James Booth | 2014-11-01 | 1 | -0/+1 | |
| | ||||||
* | Updated help | James Booth | 2014-10-27 | 1 | -3/+4 | |
| | ||||||
* | Show message on /prefs desktop when notifications not supported by the build | James Booth | 2014-10-26 | 1 | -60/+75 | |
| |