about summary refs log tree commit diff stats
path: root/src/ui/titlebar.c
Commit message (Expand)AuthorAgeFilesLines
* Use wnoutrefresh, pnoutrefresh and doupdateJames Booth2014-02-021-2/+2
* Convert name to barejid on retrieving win in titlebar for otr messagesJames Booth2014-01-211-1/+3
* Show OTR coloured statusJames Booth2014-01-161-0/+65
* Set boolean when typing in titlebarJames Booth2014-01-161-10/+9
* Removed title_bar_draw from UI moduleJames Booth2014-01-161-9/+8
* Use title_bar_draw in title_bar_refreshJames Booth2014-01-161-4/+1
* Added constant for console titleJames Booth2014-01-161-1/+3
* Remove manual memory allocation from titlebarJames Booth2014-01-161-28/+14
* Renamed recipient -> current_recipient in titlebarJames Booth2014-01-161-11/+11
* Inlined _title_bar_draw_title and _title_bar_draw_presenceJames Booth2014-01-161-24/+8
* Use title_bar_draw where possible in title barJames Booth2014-01-161-15/+3
* Always erase and refresh titlebar when drawingJames Booth2014-01-161-0/+8
* Added _title_bar_draw_title when setting presenceJames Booth2014-01-161-1/+2
* Removed _title_bar_showJames Booth2014-01-161-13/+6
* Removed title_bar_show from UI moduleJames Booth2014-01-161-2/+2
* Renamed title bar status -> presenceJames Booth2014-01-161-10/+10
* Renamed title_bar_set_status -> title_bar_set_presenceJames Booth2014-01-161-3/+5
* Renamed title_bar -> winJames Booth2014-01-161-31/+31
* Renamed title_bar_title -> title_bar_consoleJames Booth2014-01-161-3/+3
* Removed dirty flag from titlebarJames Booth2014-01-161-15/+16
* Refactored setting window recipientJames Booth2014-01-111-2/+3
* Bind remaining ui functions in main.cJames Booth2013-12-231-9/+14
* Dynamically load UI functions, fixed testsJames Booth2013-12-221-18/+27
* removed sizeof(char)Dmitry Podgorny2013-08-031-5/+5
* Show contacts handle as window title in chatJames Booth2013-05-191-2/+2
* Use werase() rather than wclear() to avoid screen flashJames Booth2013-04-221-3/+3
* Added resource_presence_t and contact_presence_tJames Booth2013-02-101-15/+23
* Renamed jabber_presence_t->presence_tJames Booth2013-02-101-2/+2
* Added config dir to sourceJames Booth2013-02-021-1/+1
* Tidied #include'sJames Booth2013-02-021-1/+1
* Added ui subdir to sourceJames Booth2013-02-021-0/+221