about summary refs log tree commit diff stats
path: root/src/ui/core.c
Commit message (Expand)AuthorAgeFilesLines
...
* Removed handle error message function from ProfWinJames Booth2014-01-081-1/+1
* Removed print message function from ProfWinJames Booth2014-01-081-2/+2
* src/ui/core.c: Removed duplicate const keywordJasper van Bourgognie2013-12-271-4/+4
* Bind ui core functions in main.cJames Booth2013-12-221-81/+73
* Bind jabber functions in main.cJames Booth2013-12-221-0/+1
* Dynamically load UI functions, fixed testsJames Booth2013-12-221-136/+216
* Moved _ask_password to UI moduleJames Booth2013-12-151-0/+13
* Added simple mock test, refactored rosterJames Booth2013-12-141-1/+1
* Merge branch 'master' into refactor2James Booth2013-11-111-2/+2
|\
| * Fixed compile error for -Wduplicate-decl-specifier on OSXJames Booth2013-11-101-2/+2
* | Removed usages of ui_current_print_line from ui/core.cJames Booth2013-10-071-3/+3
* | Tidy _ui_draw_win_titleJames Booth2013-10-071-3/+8
* | Removed _win_show_error_msgJames Booth2013-10-071-11/+1
* | Refactor ui_create_duck_winJames Booth2013-10-071-2/+1
* | Refactor ui_recipient_goneJames Booth2013-10-071-6/+1
* | Added win_page_offJames Booth2013-10-071-12/+2
* | Moved idle chat state handling out of ui moduleJames Booth2013-10-071-25/+3
* | Added p_contact_create_display_stringJames Booth2013-10-071-38/+8
* | Moved win_show_status function to window moduleJames Booth2013-10-061-94/+7
* | PREF_STATUSES, moved checks to profanity moduleJames Booth2013-10-061-24/+14
* | Moved check for PREF_STATUSESJames Booth2013-10-061-17/+24
* | Rename window in ui_handle_error_messageJames Booth2013-10-061-2/+2
* | Removed generic functions from ProfWinJames Booth2013-10-061-28/+28
* | Refactor ui_current_error_lineJames Booth2013-10-061-6/+2
* | Refactor ui_incoming_messageJames Booth2013-10-061-22/+1
* | Moved status display when receiveing delayed deliveryJames Booth2013-10-061-7/+8
* | ProfWin->print_incoming_message addedJames Booth2013-10-061-22/+1
* | Added show_char and attrs to ProfWin->print_lineJames Booth2013-10-061-1/+1
|/
* Remove implicit refresh from ProfWin->print_lineJames Booth2013-10-061-0/+1
* Refactored ui_current_print_lineJames Booth2013-10-061-7/+1
* OO style for ProfWin typeJames Booth2013-10-061-28/+28
* Refactored error message handlingJames Booth2013-10-061-15/+2
* Refactor error handling to use win_type switchJames Booth2013-10-061-7/+17
* Moved muc error handling to profanity.cJames Booth2013-10-061-7/+0
* Moved UI error handler code to ui/coreJames Booth2013-10-061-0/+26
* Show current window in status barJames Booth2013-10-021-3/+11
* Next and previous windows, handle KEY_CODE_YES terms, jump empty winsJames Booth2013-09-261-0/+62
* Use git revision in development stringsJames Booth2013-09-171-0/+11
* Fixed F key bindingsJames Booth2013-08-311-10/+10
* Fixed ">" indicator when tidying windowsJames Booth2013-08-301-1/+1
* Fixed /close all and /close read to close extra windowsJames Booth2013-08-301-10/+26
* Fix count on /close all, and /close readJames Booth2013-08-301-3/+2
* Fixed window number for notify and room incoming messageJames Booth2013-08-281-2/+2
* Changes to status bar for unlimited windows - WIPJames Booth2013-08-281-6/+6
* Removed limit on number of windows, WIPJames Booth2013-08-271-93/+51
* Refactor _cmd_closeJames Booth2013-08-261-0/+38
* Fixed indenting in ui/core.cJames Booth2013-08-261-1/+2
* Free windows on exitJames Booth2013-08-261-0/+1
* Fixed freeing of recipient after message sentJames Booth2013-08-261-1/+0
* Merge branch 'master' into windowsJames Booth2013-08-251-8/+9
|\