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 (
Expand
)
Author
Age
Files
Lines
...
*
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
*
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
*
Convert name to barejid on retrieving win in titlebar for otr messages
James Booth
2014-01-21
1
-1
/
+3
*
Show OTR coloured status
James Booth
2014-01-16
1
-0
/
+65
*
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
*
Renamed title_bar_set_status -> title_bar_set_presence
James Booth
2014-01-16
1
-3
/
+5
*
Renamed title_bar -> win
James Booth
2014-01-16
1
-31
/
+31
*
Renamed title_bar_title -> title_bar_console
James Booth
2014-01-16
1
-3
/
+3
*
Removed dirty flag from titlebar
James Booth
2014-01-16
1
-15
/
+16
*
Refactored setting window recipient
James Booth
2014-01-11
1
-2
/
+3
*
Bind remaining ui functions in main.c
James Booth
2013-12-23
1
-9
/
+14
*
Dynamically load UI functions, fixed tests
James Booth
2013-12-22
1
-18
/
+27
*
removed sizeof(char)
Dmitry Podgorny
2013-08-03
1
-5
/
+5
*
Show contacts handle as window title in chat
James Booth
2013-05-19
1
-2
/
+2
*
Use werase() rather than wclear() to avoid screen flash
James Booth
2013-04-22
1
-3
/
+3
*
Added resource_presence_t and contact_presence_t
James Booth
2013-02-10
1
-15
/
+23
*
Renamed jabber_presence_t->presence_t
James Booth
2013-02-10
1
-2
/
+2
*
Added config dir to source
James Booth
2013-02-02
1
-1
/
+1
*
Tidied #include's
James Booth
2013-02-02
1
-1
/
+1
*
Added ui subdir to source
James Booth
2013-02-02
1
-0
/
+221
[prev]