about summary refs log tree commit diff stats
path: root/src/ui/window.c
Commit message (Expand)AuthorAgeFilesLines
* Added occupants UI preferenceJames Booth2014-10-091-1/+2
* Implemented /occupants showJames Booth2014-10-091-0/+13
* Implemented /occupants hideJames Booth2014-10-091-1/+15
* Added larger occupants pad sizeJames Booth2014-10-081-4/+4
* Added scroll support to occupant listJames Booth2014-10-071-2/+2
* Handle occupant list resizeJames Booth2014-10-071-5/+8
* Added room occupants panelJames Booth2014-10-071-3/+23
* Store real jid with occupantsJames Booth2014-10-011-0/+4
* Added /room <affiliation> commandJames Booth2014-10-011-1/+0
* Show occupants affiliation and role with /info in roomsJames Booth2014-09-301-13/+19
* wip - Store roles and affiliations with occupantsJames Booth2014-09-301-0/+2
* Changed rooms to use Occupant type instead of PContactJames Booth2014-09-301-0/+79
* Unreference date timeJames Booth2014-09-241-0/+1
* Cache capabilities to fileJames Booth2014-09-221-0/+1
* Added jid->hash lookup for capabilitiesJames Booth2014-09-201-36/+36
* Implemented /room config submit for saving room configurationJames Booth2014-09-101-0/+2
* Merge remote-tracking branch 'pasis/memleak'James Booth2014-09-091-0/+1
|\
| * Fixed memory leaksDmitry Podgorny2014-09-091-0/+1
|/
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Added win_save_printlnJames Booth2014-07-211-0/+6
* Added win_save_newlineJames Booth2014-07-201-4/+10
* Made win_print staticJames Booth2014-07-201-4/+8
* Return address of buffer entryJames Booth2014-07-191-2/+2
* Removed horizontal pagingJames Booth2014-07-181-4/+2
* Removed flag != 0'sJames Booth2014-07-161-5/+5
* Used constants for print flagsJames Booth2014-07-161-1/+1
* Replaced NO_EOL_DATE with bitwise orJames Booth2014-07-161-18/+18
* Use constants for flagsJames Booth2014-07-161-4/+4
* Whitespace formattingJames Booth2014-07-161-49/+66
* Implemented the buffer for windows resizingImmae2014-06-291-9/+25
* Added buffer handling. Buffer are initialized, pushed, and freed. No use is m...Immae2014-06-231-1/+3
* having wprintw go through win_save_(v)print.Immae2014-06-231-214/+128
* Added horizontal scroll for resized windowsImmae2014-06-231-1/+3
* Moved info display code to window.cJames Booth2014-06-031-0/+130
* Fixed cppcheck warningsJames Booth2014-04-261-1/+0
* Tidied xmlconsoleJames Booth2014-04-151-0/+8
* Renamed refresh functions to update_virtualJames Booth2014-04-011-1/+1
* Do not scroll to end in message window when pagingJames Booth2014-03-311-1/+1
* Updated copyrightJames Booth2014-03-091-1/+1
* Use wnoutrefresh, pnoutrefresh and doupdateJames Booth2014-02-021-1/+1
* Refactored handle_presence_error, removed no longer used functionsJames Booth2014-01-301-41/+0
* Merge branch 'master' into otrJames Booth2014-01-121-0/+2
|\
| * Fixed win_handle_error_messageJames Booth2014-01-081-0/+2
* | Added /otr theirfp with hardcoded fingerprintJames Booth2014-01-111-0/+10
* | Added [OTR] and (trusted/untrusted) to titlebar for OTR sessionsJames Booth2014-01-111-0/+1
* | Require '/otr start' from both parties before encryption used both waysJames Booth2014-01-111-0/+1
|/
* Removed handle error message function from ProfWinJames Booth2014-01-081-44/+47
* Removed print message function from ProfWinJames Booth2014-01-081-8/+22
* Added win_page_offJames Booth2013-10-071-0/+15
* Moved win_show_status function to window moduleJames Booth2013-10-061-0/+83