about summary refs log tree commit diff stats
path: root/src/ui/window.c
Commit message (Expand)AuthorAgeFilesLines
* Added /resource commandJames Booth2014-12-021-0/+2
* Colour /me messages correctlyJames Booth2014-11-301-6/+8
* Changed type to enum for presence colour attributesJames Booth2014-11-161-24/+6
* Replaced colours with theme_item_tJames Booth2014-11-161-33/+33
* Fixed indentation bugJames Booth2014-11-161-20/+20
* Added /time offJames Booth2014-11-161-9/+11
* Implemented /time preferenceJames Booth2014-11-161-17/+43
* Added /roster size and /occupants size settingsJames Booth2014-11-151-3/+2
* Added seperate values for roster and occupants win sizesJames Booth2014-11-151-4/+22
* Changed subwin width to percentageJames Booth2014-11-151-12/+14
* Fixed printing utf8 chats to roster, changed boothj5 themeJames Booth2014-11-111-4/+2
* Added /roster show|hide command, only show roster on connect successJames Booth2014-11-101-1/+1
* Refactor subwin sizing and disabled wrappingJames Booth2014-11-101-8/+34
* Added subwin to consoleJames Booth2014-11-101-8/+8
* Added /wrap user preference for enabling/disabling word wrappingJames Booth2014-11-091-2/+5
* Wordwrap, handle words bigger than line spaceJames Booth2014-11-091-6/+18
* Fixed history messages to work with wrappingJames Booth2014-11-091-2/+6
* Added time to xmlconsole, handle newlines in messagesJames Booth2014-11-081-1/+4
* Simple word wrapJames Booth2014-11-081-0/+10
* Print one word at a timeJames Booth2014-11-081-2/+28
* Use message theme setting for regular chatJames Booth2014-11-071-1/+1
* Fixed various memory leaksJames Booth2014-11-011-0/+2
* 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