about summary refs log tree commit diff stats
path: root/windows.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved beep/flash settings to preferencesJames Booth2012-05-101-9/+2
|
* Added preferencesJames Booth2012-05-101-1/+1
|
* Removed some oneliner functionsJames Booth2012-05-101-20/+0
|
* Using GSList for contact listJames Booth2012-05-101-4/+5
|
* Added contact moduleJames Booth2012-05-041-6/+9
|
* Added flash notification and optionJames Booth2012-04-241-0/+1
|
* Added beep setting commandJames Booth2012-04-241-1/+11
|
* Beep on incomming messageJames Booth2012-04-241-1/+2
|
* Removed resize debugJames Booth2012-04-231-1/+0
|
* Make pads bigger on resizeJames Booth2012-04-231-1/+15
| | | | | Text is not visible but not lost, resizing will bring it back
* Resize current padJames Booth2012-04-221-2/+13
|
* Moved windows on resizeJames Booth2012-04-221-2/+1
|
* Added status bar resizeJames Booth2012-04-221-1/+1
|
* Renamed title_bar_redraw -> title_bar_resizeJames Booth2012-04-201-1/+1
|
* Added title bar redrawJames Booth2012-04-201-1/+1
|
* Merge branch 'master' into resizeJames Booth2012-04-201-8/+36
|\
| * Added blinking notificationsJames Booth2012-04-191-8/+16
| | | | | | | | | | | | | | When something happens in the a active window, the status bar shows a blinking notification. Moving to the window stops the blinking.
| * Show different message when disconnectedJames Booth2012-04-191-0/+20
| | | | | | | | Also show message in active chat windows
* | Replace input on resizeJames Booth2012-04-171-13/+10
| |
* | Moved resize code to windows.c, reorder main loopJames Booth2012-04-171-9/+13
| |
* | Added current window refresh on resizeJames Booth2012-04-161-0/+1
| |
* | Basic resize of barsJames Booth2012-04-151-0/+8
|/
* Transparent terminal supportjames2012-04-041-6/+7
|
* Rewrote copying of contact list for /whoJames Booth2012-03-201-4/+7
|
* Updated helpJames Booth2012-03-111-4/+8
|
* Tidied special key functionsJames Booth2012-03-101-59/+67
|
* Dealt with online notifications when no showJames Booth2012-03-101-1/+3
|
* Show status with online contact listJames Booth2012-03-091-3/+5
|
* Changed typenames in contact listJames Booth2012-03-091-1/+1
|
* Usage of constJames Booth2012-03-091-27/+33
|
* Command changesJames Booth2012-03-081-3/+7
| | | | | | Changed names of who/ros Coloured output for who Who only works online
* Contact list synch with serverJames Booth2012-03-081-13/+24
|
* Incoming message notification in consoleJames Booth2012-03-061-0/+12
|
* Tidied pagingJames Booth2012-03-061-16/+20
|
* Reduced screen flicker, and fixed end pageJames Booth2012-03-061-5/+54
|
* Added new keys to helpJames Booth2012-03-051-1/+4
|
* Implemented basic paging of chat windowsJames Booth2012-03-051-35/+28
|
* Paging in console windowJames Booth2012-03-051-5/+62
|
* Tidied status updatesJames Booth2012-03-011-84/+32
|
* Replaced WIN_NOT_FOUND with NUM_WINSJames Booth2012-03-011-13/+10
|
* Split find window in twoJames Booth2012-03-011-33/+32
|
* Removed cons_good_showJames Booth2012-03-011-6/+0
|
* Close win now has return valueJames Booth2012-03-011-9/+22
|
* Added pointer to console windowJames Booth2012-03-011-81/+95
|
* Simplified online/offline notificationsJames Booth2012-02-291-95/+112
|
* _win_show_message functionJames Booth2012-02-291-6/+10
|
* Default style bold in windowsJames Booth2012-02-291-21/+10
|
* Simplified interfaceJames Booth2012-02-281-25/+9
|
* Presence notifications sent to chat windowsJames Booth2012-02-281-0/+66
|
* Added notification on leaveJames Booth2012-02-271-16/+22
|