James Booth
|
0a57c4de78
|
Tidy headers
|
2016-07-24 15:43:51 +01:00 |
|
James Booth
|
90b9b48ab9
|
Moved roster_list.c
|
2016-07-24 15:08:47 +01:00 |
|
James Booth
|
2af0d38e3d
|
Moved muc.c
|
2016-07-24 15:02:43 +01:00 |
|
James Booth
|
310abd401d
|
Moved chat_state.c
|
2016-07-24 14:28:25 +01:00 |
|
James Booth
|
8d8f2f290d
|
Moved chat state handling code to chat_state.c
|
2016-07-24 13:56:11 +01:00 |
|
James Booth
|
e8fc80f5c1
|
Update GPL link in headers
|
2016-07-24 01:14:49 +01:00 |
|
James Booth
|
fb34785566
|
Rename command sources
|
2016-05-22 23:59:52 +01:00 |
|
James Booth
|
eaf2901b01
|
Add cmd_autocomplete.c
|
2016-05-20 00:19:03 +01:00 |
|
James Booth
|
cf8452d95f
|
Reorder headers in inputwin.c
Fixes unknown type name '_fpos64_t' error on Cygwin
|
2016-05-11 22:50:19 +01:00 |
|
Dominik Heidler
|
1b0ce852bb
|
Implement XEP-0363: HTTP File Upload
|
2016-04-26 23:50:55 +02:00 |
|
James Booth
|
9b177a9e01
|
Removed #AX_PREFIX_CONFIG_H
|
2016-03-31 21:05:02 +01:00 |
|
James Booth
|
1f90aca503
|
Merge branch 'master' into plugins-c
Conflicts:
src/main.c
src/ui/console.c
|
2016-02-14 23:00:52 +00:00 |
|
James Booth
|
e53e94f1e2
|
Updated copyright
|
2016-02-14 22:54:46 +00:00 |
|
James Booth
|
41fe8c22b1
|
Added C plugin code from plugins branch
|
2016-02-14 22:28:55 +00:00 |
|
James Booth
|
10507b687b
|
Added sys/select.h header includes
|
2016-01-19 22:55:43 +00:00 |
|
James Booth
|
a02c89a8e8
|
Use MB_CUR_MAX when calculating cursor position
|
2015-12-19 23:21:07 +00:00 |
|
James Booth
|
53fd2b3534
|
Read ~/.config/profanity/inputrc
|
2015-12-06 02:12:20 +00:00 |
|
James Booth
|
e9e54dca44
|
Renamed readline handlers
|
2015-12-06 01:33:53 +00:00 |
|
James Booth
|
0d25de9459
|
Added readline function definitions
|
2015-12-06 01:33:36 +00:00 |
|
James Booth
|
1e6a1f9921
|
readline: set rl_outstream to /dev/null
|
2015-12-01 22:24:43 +00:00 |
|
James Booth
|
6e304bb867
|
Disable readline completion
|
2015-11-29 22:23:31 +00:00 |
|
James Booth
|
bee3e15ea4
|
Clear Readline undo list when autocompleting command history
fixes #667
|
2015-11-09 00:34:17 +00:00 |
|
James Booth
|
75bce88b8a
|
Renamed ui_switch_win -> ui_focus_win
|
2015-11-02 20:59:36 +00:00 |
|
James Booth
|
8195ab42cb
|
Removed ui_ paging functions
|
2015-11-01 18:49:53 +00:00 |
|
James Booth
|
4fa2efc7ca
|
Removed inp_win_clear()
|
2015-11-01 18:45:57 +00:00 |
|
James Booth
|
0fd616167e
|
Removed ui_events module
|
2015-10-27 20:49:06 +00:00 |
|
James Booth
|
8087053f49
|
Removed ui_ev_focus_win
|
2015-10-27 20:40:42 +00:00 |
|
Michael Vetter
|
86c3c50219
|
Get rid of compiler warning concerning NULL pointer
Casting the into correct type.
|
2015-10-26 14:50:54 +01:00 |
|
James Booth
|
2ce43b633f
|
Applied coding style to src/ui/
|
2015-10-25 23:31:11 +00:00 |
|
James Booth
|
de15d47be4
|
Fixed resize during password and tls commands
|
2015-10-06 23:21:47 +01:00 |
|
James Booth
|
09833fb0dd
|
Unmap key sequence Alt+=
Fixes #629
|
2015-09-29 21:08:42 +01:00 |
|
James Booth
|
9414ad268d
|
Prompt user to allow or deny untrusted TLS certificates
|
2015-09-22 21:42:05 +01:00 |
|
James Booth
|
b468fd7ae4
|
PGP: UI tweaks for passphrase request
|
2015-09-01 21:25:58 +01:00 |
|
James Booth
|
46e2f11b93
|
Removed /mouse command
|
2015-07-19 22:48:12 +01:00 |
|
James Booth
|
d8c410d289
|
Don't write chars during password input
|
2015-07-01 21:00:31 +01:00 |
|
Dmitry Podgorny
|
f24019ee4d
|
ui: Ignore EINTR in inp_readline()
EINTR is usual situation during resizing of terminal window.
|
2015-06-25 18:17:10 +00:00 |
|
James Booth
|
fed55b5459
|
Do not update UI whilst receiving password
|
2015-06-25 00:33:28 +01:00 |
|
James Booth
|
48a2cad8fd
|
free muc autocompleter result
|
2015-06-24 20:20:55 +01:00 |
|
James Booth
|
17919298f7
|
Free prefs strings, check for NULLs when closing pgp module
|
2015-06-24 14:27:40 +01:00 |
|
James Booth
|
2215a3791f
|
Added current window reference to command functions
|
2015-06-17 00:15:28 +01:00 |
|
James Booth
|
cfef64c767
|
Pass current window to autocompleters
|
2015-06-16 22:59:08 +01:00 |
|
James Booth
|
5cdd69f478
|
Moved UI interfaces to ui.h
|
2015-06-15 20:11:34 +01:00 |
|
James Booth
|
38ed9188d3
|
Moved ui/windows -> window_list
|
2015-06-15 19:26:28 +01:00 |
|
James Booth
|
a849b200b3
|
Added win_clear() function
|
2015-06-15 17:54:47 +01:00 |
|
James Booth
|
e11e55e31a
|
Move current win check to event, removed next and prev win functions
|
2015-04-30 22:43:08 +01:00 |
|
James Booth
|
d68fb25dde
|
Removed ui_win_switch_num
|
2015-04-30 22:09:39 +01:00 |
|
James Booth
|
88739d5c59
|
Moved new chat win events to client events module
|
2015-04-21 23:28:52 +01:00 |
|
James Booth
|
e7e94eed7f
|
Added keybindings for rxvt
|
2015-03-18 21:30:43 +00:00 |
|
James Booth
|
b24510c776
|
Merge branch 'master' into readline
Conflicts:
src/tools/history.c
src/tools/history.h
|
2015-02-11 00:09:58 +00:00 |
|
James Booth
|
b3be26a214
|
Updated copyright
|
2015-02-10 23:16:09 +00:00 |
|