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
/
window.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
WIP fix for #516, needs memory cleanup
James Booth
2015-06-29
1
-14
/
+8
*
Moved refresh subwin logic to window.c
James Booth
2015-06-15
1
-0
/
+31
*
Added win_resize() function
James Booth
2015-06-15
1
-0
/
+33
*
Added win_clear() function
James Booth
2015-06-15
1
-0
/
+7
*
Renamed otr trusted window property
James Booth
2015-06-13
1
-1
/
+1
*
Use null check convention in window.c
James Booth
2015-05-04
1
-38
/
+38
*
Added enc_mode to ProfChatWin
James Booth
2015-05-04
1
-1
/
+1
*
Added option to show jids in occupants panel
James Booth
2015-04-12
1
-0
/
+5
*
Added static functions to commands.c for sending messages
James Booth
2015-03-16
1
-1
/
+0
*
Added receipt.sent theme setting
James Booth
2015-03-15
1
-3
/
+3
*
Use colouring for message receipts
James Booth
2015-03-14
1
-7
/
+51
*
Renamed win_save_newline -> win_newline
James Booth
2015-03-14
1
-9
/
+9
*
Renamed win_save_println -> win_println
James Booth
2015-03-14
1
-1
/
+1
*
Renamed win_save_print -> win_print
James Booth
2015-03-14
1
-29
/
+29
*
Renamed win_save_vprint -> win_vprint
James Booth
2015-03-14
1
-32
/
+32
*
Merge branch 'master' into readline
James Booth
2015-02-23
1
-1
/
+1
|
\
|
*
Fixed spelling.
Christian Storm
2015-02-17
1
-1
/
+1
*
|
Merge branch 'master' into readline
James Booth
2015-02-11
1
-1
/
+1
|
\
|
|
*
Updated copyright
James Booth
2015-02-10
1
-1
/
+1
*
|
Merge branch 'master' into readline
James Booth
2015-02-09
1
-8
/
+12
|
\
|
|
*
Free resource lists
James Booth
2015-02-09
1
-8
/
+12
*
|
Merge branch 'master' into readline
James Booth
2015-02-09
1
-1
/
+1
|
\
|
|
*
Use chat_state_free to free chat states
James Booth
2015-02-09
1
-1
/
+1
*
|
Merge branch 'master' into readline
James Booth
2015-02-06
1
-0
/
+1
|
\
|
|
*
Free win layout
James Booth
2015-02-06
1
-0
/
+1
*
|
Removed mbstate_t use
James Booth
2015-02-03
1
-2
/
+1
*
|
Handle word wrapping wide chars
James Booth
2015-02-01
1
-13
/
+32
*
|
Added paging handlers
James Booth
2015-01-31
1
-64
/
+95
|
/
*
Moved win_handle_page to window module
James Booth
2015-01-15
1
-0
/
+110
*
trying to block (and save cpu power) more dynamically
Simon Effenberg
2015-01-12
1
-1
/
+3
*
Added remaining chat states
James Booth
2015-01-11
1
-0
/
+2
*
Renamed resource -> resource_override
James Booth
2015-01-10
1
-2
/
+2
*
Removed functions from window.c
James Booth
2014-12-22
1
-33
/
+0
*
Moved unread to window subtypes
James Booth
2014-12-21
1
-6
/
+23
*
Show nick for title
James Booth
2014-12-21
1
-1
/
+7
*
Added win_get_title
James Booth
2014-12-21
1
-55
/
+48
*
Use class instead of base pointer
James Booth
2014-12-21
1
-55
/
+55
*
Fixed /occupants hide
James Booth
2014-12-20
1
-6
/
+13
*
Refactored all window recipients and types
James Booth
2014-12-20
1
-0
/
+8
*
Refactoring window types, removing recipient and from references - wip
James Booth
2014-12-18
1
-27
/
+69
*
Added rosterwin.c
James Booth
2014-12-16
1
-0
/
+2
*
Refactor layout creation
James Booth
2014-12-16
1
-82
/
+50
*
Added new window and layout types
James Booth
2014-12-16
1
-188
/
+224
*
Added window specific creation functions
James Booth
2014-12-15
1
-40
/
+88
*
Added win create functions for chat and private chat
James Booth
2014-12-10
1
-0
/
+50
*
Removed unused argument from _wins_show_history
James Booth
2014-12-10
1
-2
/
+2
*
Renamed chat_resource -> resource
James Booth
2014-12-10
1
-2
/
+2
*
Moved chat resource to WIN_CHAT type
James Booth
2014-12-10
1
-3
/
+5
*
Moved otr properties to WIN_CHAT type
James Booth
2014-12-10
1
-4
/
+28
*
Added form to WIN_MUC_CONFIG type
James Booth
2014-12-10
1
-2
/
+9
[next]