summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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-28Make strstr_full_case internal.Emanuele Giaquinta
2008-03-28Move selection of string searching function out of the loop by using aEmanuele Giaquinta
2008-03-15Remove unused global use_ssl and ssl_* settings.Emanuele Giaquinta
2008-03-15Revert unrelated changes slipped in r4774.Emanuele Giaquinta
2008-03-15Fix typo.Emanuele Giaquinta
2008-03-15Simplify recode target computation.Emanuele Giaquinta
2008-03-15Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2008-03-15Replace tab between else and opening brace with space.Emanuele Giaquinta
2008-03-15Remove silly macro.Emanuele Giaquinta
2008-03-15Remove trailing whitespace.Emanuele Giaquinta
2008-03-14Replace missed strncasecmp calls with g_ascii_strncasecmp.Emanuele Giaquinta
2008-03-14Honour -channels preference for ignore -replies, fix bug #227.Emanuele Giaquinta
2008-03-14Make /layout reset take effect immediately.Emanuele Giaquinta
2008-03-14Make ignore exceptions take precedence over ignores in all cases, as documented.Emanuele Giaquinta
2008-03-14Remove code duplication in ignore_check.Emanuele Giaquinta
2008-03-14Do not check for standard C headers.Emanuele Giaquinta
2008-03-12After last change paste_entry includes the key before the oneEmanuele Giaquinta
2008-03-11Move lib-config typedefs in iconfig.h.Emanuele Giaquinta