1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-30 17:55:24 -04:00
Commit Graph

165 Commits

Author SHA1 Message Date
James Booth
5a0121306d Fixed compile error 2012-12-01 18:47:50 +00:00
James Booth
1029c43002 Use profanity input for idle time when libxss not availalbe 2012-12-01 18:39:34 +00:00
James Booth
5a625dd891 Added preferences for /autoaway 2012-11-30 23:34:14 +00:00
James Booth
020e516acf Simple output of idle/away 2012-11-30 21:26:28 +00:00
James Booth
846d3f848a Allow /msg with no message, to open a chat window with a contact 2012-11-30 00:19:03 +00:00
James Booth
e7f2697e1f Show command in /prefs, and split into categories 2012-11-29 23:14:56 +00:00
James Booth
23e4ba73d4 Moved unread in titlebar 2012-11-29 20:57:55 +00:00
James Booth
1780148f59 Option to show version in title bar with /titlebarversion 2012-11-29 20:34:52 +00:00
James Booth
ed6c6b36c0 Added terminal window title 2012-11-29 20:11:46 +00:00
James Booth
ebf8911ffc Implemented /sub show 2012-11-27 21:53:56 +00:00
James Booth
671e7d589f Show message on /msg when windows full 2012-11-27 00:17:35 +00:00
James Booth
213ccc0150 Added /autoping command to set ping interval or disable with 0 2012-11-26 23:58:24 +00:00
James Booth
1adc79ba35 Attempt to stop mouse click blocking input 2012-11-26 21:19:35 +00:00
James Booth
56e5d16938 Added to navigation help 2012-11-26 02:33:32 +00:00
James Booth
b2f9e1ad5f Further tidy up of windows.c 2012-11-26 00:57:41 +00:00
James Booth
e131afdb12 windows tidy up 2012-11-26 00:01:34 +00:00
James Booth
529a31904c Merge branch 'wheel' 2012-11-25 17:43:04 +00:00
James Booth
a42ff49dab Added Cywin mouse wheel handling 2012-11-25 17:37:04 +00:00
James Booth
b75256fffd Fixed /prefs output when no theme chosen 2012-11-25 03:26:52 +00:00
James Booth
a27ed4cf44 Fixed compile after merging master 2012-11-25 02:29:01 +00:00
James Booth
a28e0ee650 Merge branch 'master' into wheel 2012-11-25 02:20:26 +00:00
James Booth
921f026cba Added auto reconnect, and /reconnect command to control interval 2012-11-25 02:14:38 +00:00
James Booth
66d3e6ee02 Messages not lost when run out of windows
Incoming messages are shown in the console when all windows are full
2012-11-24 23:58:10 +00:00
James Booth
a20c0569a6 Status bar active on console messages when not in console 2012-11-24 23:36:43 +00:00
James Booth
4e94654122 Added console to statusbar window list 2012-11-24 20:41:27 +00:00
James Booth
d30d31b57d Allow alt-num to select window 2012-11-24 01:57:24 +00:00
James Booth
7c7e95ea4e Switched to ncurses raw mode 2012-11-23 02:56:38 +00:00
James Booth
faeea56bb5 Revert "Stop ctrl-c quitting with /ctrlc off"
This reverts commit 721df8ca48.
2012-11-23 02:54:35 +00:00
James Booth
721df8ca48 Stop ctrl-c quitting with /ctrlc off 2012-11-23 02:00:51 +00:00
James Booth
2a69f8d23f Allocate memory for windows when needed 2012-11-23 00:19:29 +00:00
James Booth
45a26b111f Added time to themes, and some example themes 2012-11-22 02:34:49 +00:00
James Booth
1adbc17194 Added theme to prefs output 2012-11-22 01:49:50 +00:00
James Booth
29f72283c4 Moved colour initialisation to theme 2012-11-21 23:18:21 +00:00
James Booth
cd4465394b Added theme files support with /theme command 2012-11-21 22:33:07 +00:00
James Booth
e8b2b7196c Separated colours from main preferences 2012-11-21 21:24:10 +00:00
James Booth
24e5e7c786 Merge branch 'master' into wheel 2012-11-21 00:23:53 +00:00
James Booth
1a909fd6eb Added more colour preferences 2012-11-21 00:21:58 +00:00
James Booth
a3da391bfe Listen only for mouse events we're interested in 2012-11-20 21:03:59 +00:00
James Booth
dda57fcd8e Wheel jumps four lines 2012-11-20 02:01:55 +00:00
James Booth
1711a426f8 Added basic mouse wheel handling 2012-11-20 01:53:30 +00:00
James Booth
118d97cd90 Handling commands after /disconnect 2012-11-19 23:15:42 +00:00
James Booth
b3e1d473a2 Handle room broadcasts 2012-11-19 22:15:53 +00:00
James Booth
645d1b74d5 Handle room member presence 2012-11-19 00:26:31 +00:00
James Booth
bd3f1d1575 Show message when own nickname changed in chat rooms 2012-11-18 22:49:01 +00:00
James Booth
49676e3fae Handle nick changes from other users 2012-11-18 21:46:58 +00:00
Dmitry Podgorny
52751d16aa _win_notify_remind: fix possible buffer overflow
fix buffer overflow when 'unread' is greater than 999
2012-11-16 14:07:31 +02:00
James Booth
e3d282eb6b Changed /wins output 2012-11-14 21:18:47 +00:00
James Booth
e9e39d5520 Fixed spelling mistake in help 2012-11-14 19:27:37 +00:00
James Booth
0618c61d6e Show when unread messages in /wins list 2012-11-14 01:29:32 +00:00
James Booth
a970ea49cd Treat room presence as online
Needs to be changed to show status changes
2012-11-14 01:16:07 +00:00