index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2008-05-27
Fix leak.
Emanuele Giaquinta
2008-05-24
Read more bytes at a time from servers.
Jilles Tjoelker
2008-05-24
Cosmetic.
Emanuele Giaquinta
2008-05-23
Fix minor leak.
Emanuele Giaquinta
2008-05-23
Reindent.
Emanuele Giaquinta
2008-05-23
Fix leaks.
Emanuele Giaquinta
2008-05-23
Do nothing in word_complete if erase is true and we are not continuing
Emanuele Giaquinta
2008-05-23
Fix command description.
Emanuele Giaquinta
2008-05-22
Extend net_sendbuffer by adding a LINEBUF_REC member and a net_sendbuffer_rec...
Emanuele Giaquinta
2008-05-22
Allow increasing the send buffer to 1MB/connection, and warn if that is excee...
Jilles Tjoelker
2008-05-19
Remove some global variables used to store settings values, instead get the
Emanuele Giaquinta
2008-05-19
Add 'list' option to bind command to list all the available commands and remove
Emanuele Giaquinta
2008-05-18
Improve descriptions of key bind items
Wouter Coekaerts
2008-05-17
Add 'word_completion_backward' command to scroll backwards in the completion
Emanuele Giaquinta
2008-05-17
Pass NULL to settings_set_str to reset recode_fallback to its default
Emanuele Giaquinta
2008-05-16
Stop the 'complete word' signal in the default completer when the
Emanuele Giaquinta
2008-05-15
Complete server tags for /window server.
Emanuele Giaquinta
2008-05-15
Use a GString rather than g_strdup_printf to build the format string.
Emanuele Giaquinta
2008-05-15
Re-add sort by level / aux-sort by refnum and re-map actlist_sort
Emanuele Giaquinta
2008-05-14
Use g_get_charset to check if the locale codeset is UTF-8.
Emanuele Giaquinta
2008-05-14
Use g_get_charset to retrieve the locale codeset.
Emanuele Giaquinta
2008-05-14
Remove theme format and signal doc for no more notify idle code.
Emanuele Giaquinta
2008-05-13
Use g_input_add_poll to create a watcher for an fd.
Emanuele Giaquinta
2008-05-13
Remove note about the need to restart irssi in windows_layout_saved
Emanuele Giaquinta
2008-05-13
Set PL_perl_destruct_level to 1 before calling perl_destruct, without
Emanuele Giaquinta
2008-05-12
Update notify_list theme format for idle option removal.
Emanuele Giaquinta
2008-04-28
Make some functions static.
Emanuele Giaquinta
2008-04-28
Make some variables static.
Emanuele Giaquinta
2008-04-25
Refactor code to create a watcher for an fd into a function.
Emanuele Giaquinta
2008-04-21
Use term_add_unichar to print ucs-4 chars.
Emanuele Giaquinta
2008-04-21
Reindent.
Emanuele Giaquinta
2008-04-21
Remove no longer needed kludge to inhibit writing in the last cell.
Emanuele Giaquinta
2008-04-21
Fix leak with $L expando.
Emanuele Giaquinta
2008-04-20
Simplify.
Emanuele Giaquinta
2008-04-20
Simplify computation of TERM_REC fields offsets using G_STRUCT_OFFSET/G_STRUC...
Emanuele Giaquinta
2008-04-19
Remove non-working detach/attach code.
Emanuele Giaquinta
2008-04-16
Remove the need to buffer input by moving the 'gui key pressed' events
Emanuele Giaquinta
2008-04-16
Make last_{fg,bg,flags} members of TEXT_BUFFER_REC.
Emanuele Giaquinta
2008-04-11
Remove workaround no longer needed.
Emanuele Giaquinta
2008-04-08
Factor strchr call.
Emanuele Giaquinta
2008-04-06
Slightly optimize update of activity list when a window is destroyed.
Emanuele Giaquinta
2008-04-06
Really make actlist_sort = level match active_window ordering.
Emanuele Giaquinta
2008-04-05
Partly revert r4796, it is not a bug but by design that
Emanuele Giaquinta
2008-04-05
Restore the behaviour of active_window to go to the window with most recent a...
Emanuele Giaquinta
2008-04-05
Cosmetics.
Emanuele Giaquinta
2008-04-05
Fix logic in recode_in:
Emanuele Giaquinta
2008-04-04
Change type of 'chr' argument in terminfo_repeat/term_addch to 'char'.
Emanuele Giaquinta
2008-04-02
Always use g_realloc rather than using g_malloc when the pointer
Emanuele Giaquinta
2008-03-31
Print warning messages to stderr rather than to stdout.
Emanuele Giaquinta
2008-03-30
Set is_readable/is_writeable/use_buffer flags.
Emanuele Giaquinta
[next]