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
/
windows.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Added license exemption for OpenSSL to source headers
James Booth
2014-08-24
1
-0
/
+12
|
*
Merge remote-tracking branch 'origin/winbuffers' into winbuffers
James Booth
2014-07-08
1
-13
/
+8
|
\
|
*
Implemented the buffer for windows resizing
Immae
2014-06-29
1
-13
/
+8
|
|
*
|
Merge branch 'master' into winbuffers
James Booth
2014-07-08
1
-2
/
+4
|
\
\
|
|
/
|
/
|
|
*
Assign GPOINTER_TO_INT value before freeing
James Booth
2014-07-07
1
-2
/
+4
|
|
|
|
|
|
|
|
fixes #375
*
|
having wprintw go through win_save_(v)print.
Immae
2014-06-23
1
-4
/
+1
|
/
|
|
|
Signed-off-by: James Booth <boothj5@gmail.com>
*
Free keys lists in windows.c
James Booth
2014-06-17
1
-2
/
+18
|
*
Free values on wins_get_chat_recipients
James Booth
2014-06-17
1
-0
/
+1
|
*
Added valgrind suppressions
James Booth
2014-06-17
1
-0
/
+1
|
*
Free list in wins_get_num
James Booth
2014-06-15
1
-0
/
+3
|
*
Fix memleak in wins_new
James Booth
2014-06-15
1
-0
/
+1
|
*
Free list in wins_get_by_recipient
James Booth
2014-06-15
1
-0
/
+1
|
*
Fixed memleak in wins_xmlconsole_exists
James Booth
2014-06-15
1
-1
/
+4
|
*
Allow /wins swap to move to empty position
James Booth
2014-04-24
1
-1
/
+21
|
*
Added command /wins swap
James Booth
2014-04-24
1
-0
/
+29
|
*
Added XML Console window
James Booth
2014-04-15
1
-0
/
+41
|
*
Removed statusbar functions 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
-18
/
+8
|
*
Renamed refresh functions to update_virtual
James Booth
2014-04-01
1
-7
/
+7
|
*
Updated copyright
James Booth
2014-03-09
1
-1
/
+1
|
*
Use wnoutrefresh, pnoutrefresh and doupdate
James Booth
2014-02-02
1
-1
/
+1
|
|
|
|
Issue #298
*
Added simple mock test, refactored roster
James Booth
2013-12-14
1
-0
/
+1
|
*
Refactor wins_refresh_current
James Booth
2013-10-06
1
-3
/
+1
|
*
Removed generic functions from ProfWin
James Booth
2013-10-06
1
-1
/
+1
|
*
OO style for ProfWin type
James Booth
2013-10-06
1
-1
/
+1
|
*
Fix crash when tidying windows
James Booth
2013-10-03
1
-0
/
+2
|
*
Next and previous windows, handle KEY_CODE_YES terms, jump empty wins
James Booth
2013-09-26
1
-0
/
+53
|
*
Show only nick or jid in /wins output
James Booth
2013-08-31
1
-9
/
+6
|
*
Fixed ">" indicator when tidying windows
James Booth
2013-08-30
1
-4
/
+1
|
*
Fixed /close all and /close read to close extra windows
James Booth
2013-08-30
1
-0
/
+6
|
*
Fix count on /close all, and /close read
James Booth
2013-08-30
1
-0
/
+1
|
*
Set all inactive before tidy
James Booth
2013-08-28
1
-0
/
+4
|
*
Fixes to windows tidy
James Booth
2013-08-28
1
-3
/
+3
|
*
Fixed test for requiring window tidy
James Booth
2013-08-28
1
-2
/
+2
|
*
Removed limit on number of windows, WIP
James Booth
2013-08-27
1
-227
/
+225
|
*
Added function to get next available window number, and tests
James Booth
2013-08-27
1
-0
/
+1
|
*
Free windows on exit
James Booth
2013-08-26
1
-0
/
+11
|
*
Removed cons_create from console.c
James Booth
2013-08-26
1
-1
/
+2
|
*
Initial code refactor for growable window list
James Booth
2013-08-20
1
-0
/
+456
|
*
Renamed windows.c -> core.c
James Booth
2013-04-21
1
-1551
/
+0
|
*
Moved static function in windows
James Booth
2013-04-21
1
-42
/
+42
|
*
Renamed cons_bad_show -> cons_show_error
James Booth
2013-04-21
1
-1
/
+1
|
*
Renamed window_show_time -> window_print_time
James Booth
2013-04-21
1
-19
/
+19
|
*
Moved remaining static functions to console module
James Booth
2013-04-21
1
-25
/
+4
|
*
Moved cons_bad_command() to console module
James Booth
2013-04-21
1
-13
/
+0
|
*
Moved cons_show_word() to console module
James Booth
2013-04-21
1
-12
/
+0
|
*
Moved cons_debug() to console module
James Booth
2013-04-21
1
-24
/
+0
|
*
Moved cons_show_time() to console module
James Booth
2013-04-21
1
-6
/
+0
|
*
Moved cons_bad_show() to console module
James Booth
2013-04-21
1
-21
/
+0
|
*
Moved cons_show_contacts() to console module
James Booth
2013-04-21
1
-14
/
+0
|
[next]