summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-15Do not check for mkfifo, it is not used.Emanuele Giaquinta
2008-05-15Re-add sort by level / aux-sort by refnum and re-map actlist_sortEmanuele Giaquinta
2008-05-14Remove check for nl_langinfo, we do not use it anymore.Emanuele 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
2008-04-05Restore the behaviour of active_window to go to the window with most recent a...Emanuele Giaquinta
2008-04-05Cosmetics.Emanuele Giaquinta
2008-04-05Fix logic in recode_in:Emanuele Giaquinta
2008-04-04Change type of 'chr' argument in terminfo_repeat/term_addch to 'char'.Emanuele Giaquinta
2008-04-02Always use g_realloc rather than using g_malloc when the pointerEmanuele Giaquinta
2008-03-31Print warning messages to stderr rather than to stdout.Emanuele Giaquinta
2008-03-30Set is_readable/is_writeable/use_buffer flags.Emanuele Giaquinta
2008-03-30Make irssi_ssl_{seek,close} call giochan->funcs->io_{seek,close}Emanuele Giaquinta
2008-03-30Add todo for gnutls.Emanuele Giaquinta
2008-03-30Use g_io_channel_unref rather than g_io_channel_close for fileEmanuele Giaquinta
2008-03-30Implement linebuf_find using memchr.Emanuele Giaquinta
2008-03-30Remove useless assignment.Emanuele Giaquinta
2008-03-30Fix test server linking.Emanuele Giaquinta
2008-03-29Move autorun_startup in fe-common-core.c and remove autorun.{c,h}.Emanuele Giaquinta
2008-03-29Remove unneeded includes.Emanuele Giaquinta
2008-03-29Move net_disconnect_later declaration from network.h to net-disconnect.h.Emanuele Giaquinta
2008-03-28Use g_io_channel_seek_position in irssi_ssl_seek.Emanuele Giaquinta
2008-03-28Remove useless uses of replace_chars.Emanuele Giaquinta
2008-03-28Do not abort if libtool static libraries are disabled.Emanuele Giaquinta