1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00
Commit Graph

54 Commits

Author SHA1 Message Date
James Booth
caa9556295 Renamed title_bar_redraw -> title_bar_resize 2012-04-20 01:48:42 +01:00
James Booth
53130f0e78 Added title bar redraw 2012-04-20 01:38:04 +01:00
James Booth
92adad2100 Merge branch 'master' into resize 2012-04-20 00:57:00 +01:00
James Booth
6ab1a84c65 Added blinking notifications
When something happens in the a active window,
the status bar shows a blinking notification.

Moving to the window stops the blinking.
2012-04-19 23:32:44 +01:00
James Booth
9805b2b2b2 Show different message when disconnected
Also show message in active chat windows
2012-04-19 21:03:48 +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
a9a3a951be Basic resize of bars 2012-04-15 23:53:54 +01:00
James Booth
dab37236a2 Rewrote copying of contact list for /who 2012-03-20 00:05:33 +00:00
James Booth
4f82ece2d3 Tidied special key functions 2012-03-10 20:46:30 +00:00
James Booth
59c02863fe Changed typenames in contact list 2012-03-09 21:23:39 +00:00
James Booth
f533c6c162 Usage of const 2012-03-09 01:06:55 +00:00
James Booth
ea3a09ac26 Tidied windows.h 2012-03-08 23:48:39 +00:00
James Booth
cfc2307808 Contact list synch with server 2012-03-08 23:03:26 +00:00
James Booth
0ddf97e016 Paging in console window 2012-03-05 00:06:24 +00:00
James Booth
2fd9e788a9 Removed cons_good_show 2012-03-01 00:43:44 +00:00
James Booth
2acf15de0d Close win now has return value 2012-03-01 00:40:51 +00:00
James Booth
dfa7c69da6 Simplified online/offline notifications 2012-02-29 23:54:48 +00:00
James Booth
509888c419 Presence notifications sent to chat windows 2012-02-28 01:10:46 +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
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
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
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
03b90cf5ab Handles failed logins correctly 2012-02-17 00:42:41 +00:00
James Booth
66ae3d2bf8 Handling logins and outputting to console 2012-02-16 23:28:11 +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
632528a9e3 Added title bar refresh to main loop 2012-02-12 22:44:00 +00:00
James Booth
02f5df5b20 Renamed title bar functions 2012-02-12 22:38:27 +00:00
James Booth
e112ef5aac Added status bar refresh to main loop 2012-02-12 22:34:31 +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
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
4148f05307 Added msg command 2012-02-09 21:45:31 +00:00
James Booth
f5013914ef Added roster command 2012-02-09 02:47:25 +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
e2665944cb SImple window switching for message and console 2012-02-07 22:59:47 +00:00
James Booth
bb3878bc76 Hiding XMPP and Ncurses from app code 2012-02-07 00:37:42 +00:00