about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Expand)AuthorAgeFilesLines
...
* Added aliases to autocompleteJames Booth2014-01-232-8/+0
* Added /alias command, writing aliases to [alias] group in profrcJames Booth2014-01-232-0/+17
* Added skeleton /alias commandJames Booth2014-01-232-0/+8
* Convert name to barejid on retrieving win in titlebar for otr messagesJames Booth2014-01-211-1/+3
* Added statuses settings to prefs outputJames Booth2014-01-211-20/+28
* Added UI presence functionsJames Booth2014-01-193-0/+83
* Inlined ui_contact_online and ui_contact_offlineJames Booth2014-01-192-60/+0
* Added port to /account show <account>James Booth2014-01-191-0/+3
* Added OTR remaining system messages and colouringJames Booth2014-01-171-4/+8
* Tidied OTR messagesJames Booth2014-01-162-0/+18
* Show OTR coloured statusJames Booth2014-01-164-9/+78
* Set boolean when typing in titlebarJames Booth2014-01-161-10/+9
* Removed title_bar_draw from UI moduleJames Booth2014-01-163-19/+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-162-3/+2
* Renamed title bar status -> presenceJames Booth2014-01-162-11/+11
* Renamed title_bar_set_status -> title_bar_set_presenceJames Booth2014-01-163-5/+7
* Renamed title_bar -> winJames Booth2014-01-161-31/+31
* Renamed title_bar_title -> title_bar_consoleJames Booth2014-01-163-9/+9
* Removed dirty flag from titlebarJames Booth2014-01-161-15/+16
* Added setting /otr log on|off|redactJames Booth2014-01-132-0/+17
* Merge branch 'master' into otrJames Booth2014-01-121-0/+2
|\
| * Fixed win_handle_error_messageJames Booth2014-01-081-0/+2
* | Added /otr trust|untrust commandsJames Booth2014-01-122-2/+44
* | Added /otr end commandJames Booth2014-01-111-1/+2
* | End OTR session when user closes chat windowJames Booth2014-01-112-3/+28
* | Handle window creation for incoming and outgoing OTR sessionsJames Booth2014-01-112-0/+30
* | Added /otr theirfp with hardcoded fingerprintJames Booth2014-01-114-6/+21
* | Added [OTR] and (trusted/untrusted) to titlebar for OTR sessionsJames Booth2014-01-113-0/+11
* | Refactored setting window recipientJames Booth2014-01-112-32/+30
* | Require '/otr start' from both parties before encryption used both waysJames Booth2014-01-114-0/+20
|/
* Removed handle error message function from ProfWinJames Booth2014-01-085-119/+51
* Removed print message function from ProfWinJames Booth2014-01-083-12/+26
* Tidied navigation helpJames Booth2014-01-021-4/+2
* Added full stop to /help service summaryJames Booth2014-01-021-1/+1
* Merge remote-tracking branch 'louiecaulfield/master'James Booth2013-12-291-4/+4
|\
| * src/ui/core.c: Removed duplicate const keywordJasper van Bourgognie2013-12-271-4/+4
* | Removed wins_refresh_console when not required for /sub command outputJames Booth2013-12-271-2/+0
|/
* Bind remaining ui functions in main.cJames Booth2013-12-235-40/+63
* Bind console functions in main.cJames Booth2013-12-232-64/+67
* Bind ui core functions in main.cJames Booth2013-12-222-81/+75
* Bind jabber functions in main.cJames Booth2013-12-221-0/+1