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
/
titlebar.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Added preferences for showing resource in titlebar and messages
James Booth
2015-01-10
1
-1
/
+1
|
*
Show resource in titlebar and on each message
James Booth
2015-01-10
1
-6
/
+15
|
*
Renamed resource -> resource_override
James Booth
2015-01-10
1
-4
/
+4
|
*
Moved unread to window subtypes
James Booth
2014-12-21
1
-1
/
+0
|
*
Added win_get_title
James Booth
2014-12-21
1
-28
/
+8
|
*
Tidy titlebar.c
James Booth
2014-12-21
1
-26
/
+18
|
*
Refactoring window types, removing recipient and from references - wip
James Booth
2014-12-18
1
-6
/
+8
|
*
Added new window and layout types
James Booth
2014-12-16
1
-5
/
+6
|
*
Renamed chat_resource -> resource
James Booth
2014-12-10
1
-4
/
+4
|
*
Moved chat resource to WIN_CHAT type
James Booth
2014-12-10
1
-4
/
+4
|
*
Moved otr properties to WIN_CHAT type
James Booth
2014-12-10
1
-2
/
+2
|
*
Added form to WIN_MUC_CONFIG type
James Booth
2014-12-10
1
-1
/
+1
|
*
Show resource presence with /resource command
James Booth
2014-12-02
1
-51
/
+48
|
*
Added /resource command
James Booth
2014-12-02
1
-0
/
+23
|
*
Tidied title bar draw
James Booth
2014-12-02
1
-96
/
+88
|
*
Added ifdef to _show_privacy() function
James Booth
2014-12-01
1
-1
/
+5
|
*
Fix autocomplete clash, fix crash on opening window when recipient not in roster
James Booth
2014-11-22
1
-30
/
+26
|
*
Remove contact lookup when showing OTR privacy
James Booth
2014-11-22
1
-63
/
+51
|
*
Renamed roster autocomplete functions
James Booth
2014-11-22
1
-2
/
+2
|
*
Tidied whitespace
James Booth
2014-11-22
1
-4
/
+1
|
*
refactor parts of title bar render out of _title_bar_draw
James Booth
2014-11-20
1
-108
/
+130
|
*
Replaced colours with theme_item_t
James Booth
2014-11-16
1
-54
/
+70
|
*
Added /presence command to show contacts presence
James Booth
2014-11-07
1
-0
/
+55
|
*
Show indicator when form has unsaved changes
James Booth
2014-09-16
1
-1
/
+9
|
*
Added license exemption for OpenSSL to source headers
James Booth
2014-08-24
1
-0
/
+12
|
*
Fixed memleak in title bar roster_find_contact
James Booth
2014-06-27
1
-1
/
+3
|
*
Free titlebar current_recipient when switching to console
James Booth
2014-06-17
1
-1
/
+4
|
*
Added config.h to files checking for OTR support
James Booth
2014-05-19
1
-0
/
+2
|
*
OTR end messages are now send to recipients not in the roster.
James Booth
2014-04-18
1
-2
/
+6
|
|
|
|
fixes #333
*
Removed inputwin functions from ui.h
James Booth
2014-04-07
1
-0
/
+1
|
*
Removed titlebar functions from ui.h
James Booth
2014-04-07
1
-44
/
+33
|
*
Removed create_title_bar from ui.h
James Booth
2014-04-07
1
-3
/
+3
|
*
Renamed refresh functions to update_virtual
James Booth
2014-04-01
1
-2
/
+2
|
*
Updated copyright
James Booth
2014-03-09
1
-1
/
+1
|
*
Use wnoutrefresh, pnoutrefresh and doupdate
James Booth
2014-02-02
1
-2
/
+2
|
|
|
|
Issue #298
*
Convert name to barejid on retrieving win in titlebar for otr messages
James Booth
2014-01-21
1
-1
/
+3
|
|
|
|
fixes #289
*
Show OTR coloured status
James Booth
2014-01-16
1
-0
/
+65
|
|
|
|
|
|
|
|
|
|
|
|
Customisable within theme files e.g.: titlebar.unencrypted=red titlebar.encrypted=green titlebar.trusted=red titlebar.untrusted=green Shows [unencrypted] for all non-OTR chat Disable with '/otr warn off'
*
Set boolean when typing in titlebar
James Booth
2014-01-16
1
-10
/
+9
|
*
Removed title_bar_draw from UI module
James Booth
2014-01-16
1
-9
/
+8
|
*
Use title_bar_draw in title_bar_refresh
James Booth
2014-01-16
1
-4
/
+1
|
*
Added constant for console title
James Booth
2014-01-16
1
-1
/
+3
|
*
Remove manual memory allocation from titlebar
James Booth
2014-01-16
1
-28
/
+14
|
*
Renamed recipient -> current_recipient in titlebar
James Booth
2014-01-16
1
-11
/
+11
|
*
Inlined _title_bar_draw_title and _title_bar_draw_presence
James Booth
2014-01-16
1
-24
/
+8
|
*
Use title_bar_draw where possible in title bar
James Booth
2014-01-16
1
-15
/
+3
|
*
Always erase and refresh titlebar when drawing
James Booth
2014-01-16
1
-0
/
+8
|
*
Added _title_bar_draw_title when setting presence
James Booth
2014-01-16
1
-1
/
+2
|
*
Removed _title_bar_show
James Booth
2014-01-16
1
-13
/
+6
|
*
Removed title_bar_show from UI module
James Booth
2014-01-16
1
-2
/
+2
|
*
Renamed title bar status -> presence
James Booth
2014-01-16
1
-10
/
+10
|
[next]