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
*
Added ui_unknown_command
James Booth
2014-04-09
1
-0
/
+7
*
Refactored invalid command usage
James Booth
2014-04-09
1
-0
/
+19
*
Removed inputwin functions from ui.h
James Booth
2014-04-07
1
-0
/
+33
*
Removed statusbar functions from ui.h
James Booth
2014-04-07
1
-0
/
+19
*
Removed titlebar functions from ui.h
James Booth
2014-04-07
1
-0
/
+69
*
Removed create_title_bar from ui.h
James Booth
2014-04-07
1
-0
/
+1
*
Inlined wins_update_virtual_console and wins_update_virtual_current
James Booth
2014-04-06
1
-35
/
+43
*
Renamed function to draw terminal title
James Booth
2014-04-06
1
-3
/
+3
*
Removed titlebar version property and allow disabling of titlebar display
James Booth
2014-04-03
1
-26
/
+8
*
Clear window title bar on exit
James Booth
2014-04-03
1
-0
/
+7
*
Removed strcpy calls
James Booth
2014-04-02
1
-7
/
+6
*
Show recipient not found in console only when no window for recipient
James Booth
2014-04-02
1
-4
/
+0
*
Added missing files, refactored ui_switch_win to check win exists
James Booth
2014-04-01
1
-4
/
+7
*
Renamed refresh functions to update_virtual
James Booth
2014-04-01
1
-49
/
+49
*
Do not scroll to end when chat room message whilst paging
James Booth
2014-03-31
1
-0
/
+6
*
Do not scroll to end in message window when paging
James Booth
2014-03-31
1
-2
/
+11
*
Moved ui_current_page_off to ui_incoming_msg
James Booth
2014-03-31
1
-0
/
+2
*
Updated copyright
James Booth
2014-03-09
1
-1
/
+1
*
Refactored muc_room_is_active to only take room, rather than full jid
James Booth
2014-03-08
1
-2
/
+2
*
Added test for /join with nick option
James Booth
2014-03-08
1
-3
/
+3
*
fixed build error when make run with -jN option
Dmitry Podgorny
2014-03-06
1
-1
/
+1
*
Removed debug on error messages
James Booth
2014-02-23
1
-1
/
+0
*
Added tests for /otr warn
James Booth
2014-02-16
1
-0
/
+7
*
Moved otr sources into folder
James Booth
2014-02-12
1
-1
/
+1
*
Use wnoutrefresh, pnoutrefresh and doupdate
James Booth
2014-02-02
1
-0
/
+1
*
Refactored handle_presence_error, removed no longer used functions
James Booth
2014-01-30
1
-33
/
+1
*
Added fallback message error handlers
James Booth
2014-01-27
1
-0
/
+35
*
Show original error message
James Booth
2014-01-26
1
-8
/
+5
*
Changed error message when couldn't join room
James Booth
2014-01-26
1
-6
/
+16
*
Handle recipient not found
James Booth
2014-01-26
1
-0
/
+27
*
Added UI presence functions
James Booth
2014-01-19
1
-0
/
+43
*
Inlined ui_contact_online and ui_contact_offline
James Booth
2014-01-19
1
-56
/
+0
*
Added OTR remaining system messages and colouring
James Booth
2014-01-17
1
-4
/
+8
*
Tidied OTR messages
James Booth
2014-01-16
1
-0
/
+17
*
Show OTR coloured status
James Booth
2014-01-16
1
-9
/
+0
*
Removed title_bar_draw from UI module
James Booth
2014-01-16
1
-9
/
+0
*
Renamed title_bar_set_status -> title_bar_set_presence
James Booth
2014-01-16
1
-1
/
+1
*
Renamed title_bar_title -> title_bar_console
James Booth
2014-01-16
1
-5
/
+5
*
Added /otr trust|untrust commands
James Booth
2014-01-12
1
-1
/
+41
*
Added /otr end command
James Booth
2014-01-11
1
-1
/
+2
*
End OTR session when user closes chat window
James Booth
2014-01-11
1
-2
/
+26
*
Handle window creation for incoming and outgoing OTR sessions
James Booth
2014-01-11
1
-0
/
+29
*
Added /otr theirfp with hardcoded fingerprint
James Booth
2014-01-11
1
-4
/
+7
*
Added [OTR] and (trusted/untrusted) to titlebar for OTR sessions
James Booth
2014-01-11
1
-0
/
+9
*
Refactored setting window recipient
James Booth
2014-01-11
1
-30
/
+27
*
Require '/otr start' from both parties before encryption used both ways
James Booth
2014-01-11
1
-0
/
+16
*
Removed handle error message function from ProfWin
James Booth
2014-01-08
1
-1
/
+1
*
Removed print message function from ProfWin
James Booth
2014-01-08
1
-2
/
+2
*
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
[next]