Age | Commit message (Expand) | Author |
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 |
2008-03-30 | Make irssi_ssl_{seek,close} call giochan->funcs->io_{seek,close} | Emanuele Giaquinta |
2008-03-30 | Use g_io_channel_unref rather than g_io_channel_close for file | Emanuele Giaquinta |
2008-03-30 | Implement linebuf_find using memchr. | Emanuele Giaquinta |
2008-03-30 | Remove useless assignment. | Emanuele Giaquinta |
2008-03-29 | Move autorun_startup in fe-common-core.c and remove autorun.{c,h}. | Emanuele Giaquinta |
2008-03-29 | Remove unneeded includes. | Emanuele Giaquinta |
2008-03-29 | Move net_disconnect_later declaration from network.h to net-disconnect.h. | Emanuele Giaquinta |
2008-03-28 | Use g_io_channel_seek_position in irssi_ssl_seek. | Emanuele Giaquinta |
2008-03-28 | Remove useless uses of replace_chars. | Emanuele Giaquinta |
2008-03-28 | Make strstr_full_case internal. | Emanuele Giaquinta |
2008-03-28 | Move selection of string searching function out of the loop by using a | Emanuele Giaquinta |
2008-03-15 | Remove unused global use_ssl and ssl_* settings. | Emanuele Giaquinta |
2008-03-15 | Revert unrelated changes slipped in r4774. | Emanuele Giaquinta |
2008-03-15 | Fix typo. | Emanuele Giaquinta |
2008-03-15 | Simplify recode target computation. | Emanuele Giaquinta |
2008-03-15 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |
2008-03-15 | Replace tab between else and opening brace with space. | Emanuele Giaquinta |
2008-03-15 | Remove silly macro. | Emanuele Giaquinta |
2008-03-15 | Remove trailing whitespace. | Emanuele Giaquinta |
2008-03-14 | Replace missed strncasecmp calls with g_ascii_strncasecmp. | Emanuele Giaquinta |
2008-03-14 | Honour -channels preference for ignore -replies, fix bug #227. | Emanuele Giaquinta |
2008-03-14 | Make /layout reset take effect immediately. | Emanuele Giaquinta |
2008-03-14 | Make ignore exceptions take precedence over ignores in all cases, as documented. | Emanuele Giaquinta |
2008-03-14 | Remove code duplication in ignore_check. | Emanuele Giaquinta |
2008-03-14 | Do not check for standard C headers. | Emanuele Giaquinta |
2008-03-12 | After last change paste_entry includes the key before the one | Emanuele Giaquinta |
2008-03-11 | Move lib-config typedefs in iconfig.h. | Emanuele Giaquinta |
2008-03-11 | Use struct name rather than typedef name in pointer declaration. | Emanuele Giaquinta |
2008-03-11 | Document config_node_set_str. | Emanuele Giaquinta |
2008-03-11 | Fix typos. | Emanuele Giaquinta |
2008-03-11 | Keep documentation for public api only in headers to avoid duplication. | Emanuele Giaquinta |
2008-03-10 | Remove unused macros. | Emanuele Giaquinta |
2008-03-10 | Disable versioning for the proxy module, patch by darix. | Emanuele Giaquinta |
2008-03-10 | Make line_add_colors part of the textbuffer api. | Emanuele Giaquinta |
2008-03-10 | Make a copy of the entry buffer only when a paste begins rather than | Emanuele Giaquinta |
2008-03-09 | Do not buffer keys when waiting for paste confirmation. | Emanuele Giaquinta |
2008-03-09 | Simplify history handling in key_send_line. | Emanuele Giaquinta |