1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00
Commit Graph

40 Commits

Author SHA1 Message Date
James Booth
69e7579aec Commented bold styles 2012-06-18 23:54:49 +01:00
James Booth
e39494dcc9 Added basic colour preferences loading 2012-06-18 23:06:17 +01:00
James Booth
32205af079 Added timeout on input to stop 100% cpu usage 2012-06-13 23:30:25 +01:00
James Booth
6bb120200e Added command autocomplete 2012-06-04 23:59:09 +01:00
James Booth
278cd9dd1d Renamed windows.h -> ui.h 2012-05-24 01:11:43 +01:00
James Booth
46ee72f916 Finished /connect tab completion 2012-05-10 23:51:06 +01:00
James Booth
1730372e00 Bash style history 2012-05-01 00:24:31 +01:00
James Booth
6f69ce267b Moved windows on resize 2012-04-22 20:59:36 +01:00
James Booth
2101f29e06 Replace input on resize 2012-04-17 23:28:21 +01:00
James Booth
32e025f5cd Moved resize code to windows.c, reorder main loop 2012-04-17 22:43:35 +01:00
James Booth
84c864663b Removed resize debug from console 2012-04-17 22:14:10 +01:00
James Booth
a9a3a951be Basic resize of bars 2012-04-15 23:53:54 +01:00
James Booth
0557f78d36 Ignore INS key 2012-04-09 23:43:12 +01:00
James Booth
9450c8f2fa Implemented DEL key on input 2012-04-09 23:40:26 +01:00
James Booth
525c04d7ae Implemented HOME and END keys during input 2012-04-09 23:06:25 +01:00
James Booth
22dd55b154 Ignore non used F keys 2012-04-09 23:00:18 +01:00
James Booth
f7584469bb Tab completion of online contacts now rolls 2012-03-10 23:48:10 +00:00
James Booth
b41808ae0f Free memory after contact search 2012-03-10 22:50:13 +00:00
James Booth
f928fb3625 Started autocomplete contact
Currently autocompletes first match
2012-03-10 22:32:07 +00:00
James Booth
4f82ece2d3 Tidied special key functions 2012-03-10 20:46:30 +00:00
James Booth
f533c6c162 Usage of const 2012-03-09 01:06:55 +00:00
James Booth
54c43b613c Reduced screen flicker, and fixed end page 2012-03-06 01:04:45 +00:00
James Booth
0ddf97e016 Paging in console window 2012-03-05 00:06:24 +00:00
James Booth
88de44744a TIdey up input win functions 2012-02-29 23:15:27 +00:00
James Booth
ef4c7ce55f Bold input bar 2012-02-28 02:00:34 +00:00
James Booth
2b0f42be32 Check for KEY_BACKSPACE, works on Ubuntu 2012-02-27 11:49:06 +00:00
James Booth
b11b882431 Renamed input buffer to history 2012-02-27 01:44:09 +00:00
James Booth
8f48685930 Allow forwards though input history 2012-02-27 00:48:55 +00:00
James Booth
2379ae895f Consistent naming in input_buffer 2012-02-26 23:37:23 +00:00
James Booth
cc4c7f3e19 Added input editing and buffer
Left and right arrows for inline editing.
Up arrow to go through history
2012-02-26 23:33:14 +00:00
James Booth
0a45044f1b Removed unused input window function 2012-02-26 22:02:22 +00:00
James Booth
4dc46fb73b Allow command editing 2012-02-26 21:59:16 +00:00
James Booth
76c6e49dc7 Allow left/right movement in input window 2012-02-26 20:09:39 +00:00
James Booth
a7d89e0e08 Added GPL 2012-02-20 20:07:38 +00:00
James Booth
35d224a221 Safe string handling on get password 2012-02-19 20:16:33 +00:00
James Booth
03b90cf5ab Handles failed logins correctly 2012-02-17 00:42:41 +00:00
James Booth
9e63c4a0f6 Renamed input_bar -> status_bar 2012-02-12 22:20:21 +00:00
James Booth
0e30c795a5 Starting window output in x position 1 2012-02-10 01:28:15 +00:00
James Booth
4a2ff76059 Small formatting changes 2012-02-10 00:28:39 +00:00
James Booth
c8bf654e2c Added seperate window modules 2012-02-08 23:55:11 +00:00