1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-08 19:34:14 -04:00
Commit Graph

56 Commits

Author SHA1 Message Date
James Booth
2acf15de0d Close win now has return value 2012-03-01 00:40:51 +00:00
James Booth
1cc22c23f9 Added pointer to console window 2012-03-01 00:34:54 +00:00
James Booth
dfa7c69da6 Simplified online/offline notifications 2012-02-29 23:54:48 +00:00
James Booth
5aba98c6aa _win_show_message function 2012-02-29 23:46:25 +00:00
James Booth
c9666f2f38 Default style bold in windows 2012-02-29 23:40:30 +00:00
James Booth
64041a4aa7 Simplified interface 2012-02-28 01:46:25 +00:00
James Booth
509888c419 Presence notifications sent to chat windows 2012-02-28 01:10:46 +00:00
James Booth
ecf5640f46 Added notification on leave 2012-02-27 23:33:29 +00:00
James Booth
02ba1dafb6 Added presence notifications
Turned off roster request on connect
2012-02-27 22:53:31 +00:00
James Booth
5c9061671e Moved window switching 2012-02-27 02:01:19 +00:00
James Booth
61b2a0803b Removed unused tstmp 2012-02-26 19:27:19 +00:00
James Booth
98dfe8bf18 Refactored windows.c
Most functions now use _win_show_time and cons_show where
they can.
2012-02-26 19:07:40 +00:00
James Booth
9807c15b3f Tidied showing user on message win 2012-02-26 18:35:40 +00:00
James Booth
00f7ce628f Tidy up show time on messages 2012-02-26 18:26:38 +00:00
James Booth
a7d89e0e08 Added GPL 2012-02-20 20:07:38 +00:00
James Booth
7dfea94c88 Merged input processing loops 2012-02-20 01:42:29 +00:00
James Booth
b3f42cd300 Dynamic memory allocation on get chat recipient 2012-02-19 20:57:46 +00:00
James Booth
a104c772e0 Fixed string handling on incomming messages 2012-02-19 19:36:34 +00:00
James Booth
d151b2d088 Tarted up console 2012-02-19 00:43:35 +00:00
James Booth
355f2a68fd Tidy up titlebar title 2012-02-19 00:23:45 +00:00
James Booth
9f6356a8f7 Validation on msg command 2012-02-19 00:17:36 +00:00
James Booth
18c97a431a Start command validation 2012-02-18 22:51:08 +00:00
James Booth
809daa9395 More UI tweaks 2012-02-18 21:46:29 +00:00
James Booth
2e62950f33 Target chat window changes 2012-02-18 21:23:26 +00:00
James Booth
7db2da6d11 UI tweaks 2012-02-18 21:02:51 +00:00
James Booth
3be7dc9c6f Always show windows in status bar 2012-02-17 02:18:47 +00:00
James Booth
672906dd1d Title bar tidy up 2012-02-17 02:11:14 +00:00
James Booth
b79e61fd80 Added gui_refresh
Refreshing all windows now done in main loop
2012-02-13 01:25:47 +00:00
James Booth
6f90464619 Tidied up message window handling 2012-02-13 01:05:11 +00:00
James Booth
181c423636 Tidy up refreshing current chat 2012-02-13 00:59:04 +00:00
James Booth
0e473e34aa Tidy up printing to message windows 2012-02-13 00:53:10 +00:00
James Booth
da0fd22761 Fixed bug with console when closing chat window 2012-02-13 00:28:26 +00:00
James Booth
02f5df5b20 Renamed title bar functions 2012-02-12 22:38:27 +00:00
James Booth
bff2210b7f Renamed console window functions 2012-02-12 22:23:51 +00:00
James Booth
9e63c4a0f6 Renamed input_bar -> status_bar 2012-02-12 22:20:21 +00:00
James Booth
7aa1d931a0 Naming of statics 2012-02-12 22:09:07 +00:00
James Booth
cdbd0d2f0a Only switch to active chats 2012-02-12 21:36:01 +00:00
James Booth
4a2ff76059 Small formatting changes 2012-02-10 00:28:39 +00:00
James Booth
2137ffa25a Fixed wrong message in title bar for cons window 2012-02-10 00:03:49 +00:00
James Booth
4148f05307 Added msg command 2012-02-09 21:45:31 +00:00
James Booth
d77c397b18 Removed subscription from roster 2012-02-09 20:52:56 +00:00
James Booth
f5013914ef Added roster command 2012-02-09 02:47:25 +00:00
James Booth
f020ec9c82 Time output 2012-02-09 00:48:17 +00:00
James Booth
f48d22150d Don't show message when inactive chat 2012-02-09 00:02:03 +00:00
James Booth
a7190ed7e4 Split window functions 2012-02-08 23:49:46 +00:00
James Booth
c92b268809 Closing chat windows 2012-02-08 23:12:34 +00:00
James Booth
8c24a7c475 Basic multiwindow chat 2012-02-08 22:46:35 +00:00
James Booth
17a284b24b Window per chat and incoming notifications 2012-02-08 22:26:43 +00:00
James Booth
94e7e5a446 Fixed printing function keys 2012-02-07 23:11:59 +00:00
James Booth
e2665944cb SImple window switching for message and console 2012-02-07 22:59:47 +00:00