index
:
profani-tty
this commit
main
Profanity fork with TTY improvements
danisanti <danisanti@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
src/ui/core.c: Removed duplicate const keyword
Jasper van Bourgognie
2013-12-27
1
-4
/
+4
*
Bind ui core functions in main.c
James Booth
2013-12-22
1
-81
/
+73
*
Bind jabber functions in main.c
James Booth
2013-12-22
1
-0
/
+1
*
Dynamically load UI functions, fixed tests
James Booth
2013-12-22
1
-136
/
+216
*
Moved _ask_password to UI module
James Booth
2013-12-15
1
-0
/
+13
*
Added simple mock test, refactored roster
James Booth
2013-12-14
1
-1
/
+1
*
Merge branch 'master' into refactor2
James Booth
2013-11-11
1
-2
/
+2
|
\
|
*
Fixed compile error for -Wduplicate-decl-specifier on OSX
James Booth
2013-11-10
1
-2
/
+2
*
|
Removed usages of ui_current_print_line from ui/core.c
James Booth
2013-10-07
1
-3
/
+3
*
|
Tidy _ui_draw_win_title
James Booth
2013-10-07
1
-3
/
+8
*
|
Removed _win_show_error_msg
James Booth
2013-10-07
1
-11
/
+1
*
|
Refactor ui_create_duck_win
James Booth
2013-10-07
1
-2
/
+1
*
|
Refactor ui_recipient_gone
James Booth
2013-10-07
1
-6
/
+1
*
|
Added win_page_off
James Booth
2013-10-07
1
-12
/
+2
*
|
Moved idle chat state handling out of ui module
James Booth
2013-10-07
1
-25
/
+3
*
|
Added p_contact_create_display_string
James Booth
2013-10-07
1
-38
/
+8
*
|
Moved win_show_status function to window module
James Booth
2013-10-06
1
-94
/
+7
*
|
PREF_STATUSES, moved checks to profanity module
James Booth
2013-10-06
1
-24
/
+14
*
|
Moved check for PREF_STATUSES
James Booth
2013-10-06
1
-17
/
+24
*
|
Rename window in ui_handle_error_message
James Booth
2013-10-06
1
-2
/
+2
*
|
Removed generic functions from ProfWin
James Booth
2013-10-06
1
-28
/
+28
*
|
Refactor ui_current_error_line
James Booth
2013-10-06
1
-6
/
+2
*
|
Refactor ui_incoming_message
James Booth
2013-10-06
1
-22
/
+1
*
|
Moved status display when receiveing delayed delivery
James Booth
2013-10-06
1
-7
/
+8
*
|
ProfWin->print_incoming_message added
James Booth
2013-10-06
1
-22
/
+1
*
|
Added show_char and attrs to ProfWin->print_line
James Booth
2013-10-06
1
-1
/
+1
|
/
*
Remove implicit refresh from ProfWin->print_line
James Booth
2013-10-06
1
-0
/
+1
*
Refactored ui_current_print_line
James Booth
2013-10-06
1
-7
/
+1
*
OO style for ProfWin type
James Booth
2013-10-06
1
-28
/
+28
*
Refactored error message handling
James Booth
2013-10-06
1
-15
/
+2
*
Refactor error handling to use win_type switch
James Booth
2013-10-06
1
-7
/
+17
*
Moved muc error handling to profanity.c
James Booth
2013-10-06
1
-7
/
+0
*
Moved UI error handler code to ui/core
James Booth
2013-10-06
1
-0
/
+26
*
Show current window in status bar
James Booth
2013-10-02
1
-3
/
+11
*
Next and previous windows, handle KEY_CODE_YES terms, jump empty wins
James Booth
2013-09-26
1
-0
/
+62
*
Use git revision in development strings
James Booth
2013-09-17
1
-0
/
+11
*
Fixed F key bindings
James Booth
2013-08-31
1
-10
/
+10
*
Fixed ">" indicator when tidying windows
James Booth
2013-08-30
1
-1
/
+1
*
Fixed /close all and /close read to close extra windows
James Booth
2013-08-30
1
-10
/
+26
*
Fix count on /close all, and /close read
James Booth
2013-08-30
1
-3
/
+2
*
Fixed window number for notify and room incoming message
James Booth
2013-08-28
1
-2
/
+2
*
Changes to status bar for unlimited windows - WIP
James Booth
2013-08-28
1
-6
/
+6
*
Removed limit on number of windows, WIP
James Booth
2013-08-27
1
-93
/
+51
*
Refactor _cmd_close
James Booth
2013-08-26
1
-0
/
+38
*
Fixed indenting in ui/core.c
James Booth
2013-08-26
1
-1
/
+2
*
Free windows on exit
James Booth
2013-08-26
1
-0
/
+1
*
Fixed freeing of recipient after message sent
James Booth
2013-08-26
1
-1
/
+0
*
Merge branch 'master' into windows
James Booth
2013-08-25
1
-8
/
+9
|
\
|
*
removed strdup from g_string_append
Dmitry Podgorny
2013-08-25
1
-6
/
+6
|
*
Merge remote-tracking branch 'dmitry/nextdev-patches' into nextdev
James Booth
2013-08-04
1
-2
/
+3
|
|
\
[next]