summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-06-10Cache charset related data rather than computing it everytime recode_{in,out}Emanuele Giaquinta
2008-06-10Add 'actlist_names' option to add active items names in 'act' statusbar item.Emanuele Giaquinta
2008-06-06Pass NULL to settings_set_str to reset term_charset to its defaultEmanuele Giaquinta
2008-06-06Remove kludge and add the 'setup changed' handler with higher priorityEmanuele Giaquinta
2008-06-04Fix /set hilight_level not taking effect immediately (bug #598). Patch by exg.Wouter Coekaerts
2008-05-31Simplify, append directly to GString rather than allocating aEmanuele Giaquinta
2008-05-30Reduce some memory waste in the scrollback buffer.Jilles Tjoelker
2008-05-27Fix leak.Emanuele Giaquinta
2008-05-24Read more bytes at a time from servers.Jilles Tjoelker
2008-05-24Cosmetic.Emanuele Giaquinta
2008-05-23Fix minor leak.Emanuele Giaquinta
2008-05-23Reindent.Emanuele Giaquinta
2008-05-23Fix leaks.Emanuele Giaquinta
2008-05-23Do nothing in word_complete if erase is true and we are not continuingEmanuele Giaquinta
2008-05-23Fix command description.Emanuele Giaquinta
2008-05-22Extend net_sendbuffer by adding a LINEBUF_REC member and a net_sendbuffer_rec...Emanuele Giaquinta
2008-05-22Allow increasing the send buffer to 1MB/connection, and warn if that is excee...Jilles Tjoelker
2008-05-19Remove some global variables used to store settings values, instead get theEmanuele Giaquinta
2008-05-19Add 'list' option to bind command to list all the available commands and removeEmanuele Giaquinta
2008-05-18Improve descriptions of key bind itemsWouter Coekaerts
2008-05-17Add 'word_completion_backward' command to scroll backwards in the completionEmanuele Giaquinta
2008-05-17Pass NULL to settings_set_str to reset recode_fallback to its defaultEmanuele Giaquinta
2008-05-16Stop the 'complete word' signal in the default completer when theEmanuele Giaquinta
2008-05-15Complete server tags for /window server.Emanuele Giaquinta
2008-05-15Use a GString rather than g_strdup_printf to build the format string.Emanuele Giaquinta
2008-05-15Re-add sort by level / aux-sort by refnum and re-map actlist_sortEmanuele Giaquinta
2008-05-14Use g_get_charset to check if the locale codeset is UTF-8.Emanuele Giaquinta
2008-05-14Use g_get_charset to retrieve the locale codeset.Emanuele Giaquinta
2008-05-14Remove theme format and signal doc for no more notify idle code.Emanuele Giaquinta
2008-05-13Use g_input_add_poll to create a watcher for an fd.Emanuele Giaquinta
2008-05-13Remove note about the need to restart irssi in windows_layout_savedEmanuele Giaquinta
2008-05-13Set PL_perl_destruct_level to 1 before calling perl_destruct, withoutEmanuele Giaquinta
2008-05-12Update notify_list theme format for idle option removal.Emanuele Giaquinta
2008-04-28Make some functions static.Emanuele Giaquinta
2008-04-28Make some variables static.Emanuele Giaquinta
2008-04-25Refactor code to create a watcher for an fd into a function.Emanuele Giaquinta
2008-04-21Use term_add_unichar to print ucs-4 chars.Emanuele Giaquinta
2008-04-21Reindent.Emanuele Giaquinta
2008-04-21Remove no longer needed kludge to inhibit writing in the last cell.Emanuele Giaquinta
2008-04-21Fix leak with $L expando.Emanuele Giaquinta
2008-04-20Simplify.Emanuele Giaquinta
2008-04-20Simplify computation of TERM_REC fields offsets using G_STRUCT_OFFSET/G_STRUC...Emanuele Giaquinta
2008-04-19Remove non-working detach/attach code.Emanuele Giaquinta
2008-04-16Remove the need to buffer input by moving the 'gui key pressed' eventsEmanuele Giaquinta
2008-04-16Make last_{fg,bg,flags} members of TEXT_BUFFER_REC.Emanuele Giaquinta
2008-04-11Remove workaround no longer needed.Emanuele Giaquinta
2008-04-08Factor strchr call.Emanuele Giaquinta
2008-04-06Slightly optimize update of activity list when a window is destroyed.Emanuele Giaquinta
2008-04-06Really make actlist_sort = level match active_window ordering.Emanuele Giaquinta
2008-04-05Partly revert r4796, it is not a bug but by design thatEmanuele Giaquinta