Age | Commit message (Expand) | Author |
2009-01-18 | Emit 'print starting' with the correct argument in printtext_string{,window}. | Emanuele Giaquinta |
2009-01-13 | Remove broken and unused format to add an indent function to a line. | Emanuele Giaquinta |
2009-01-10 | Use window_get_theme. | Emanuele Giaquinta |
2009-01-10 | Factor out printformat_module_dest_charargs function from | Emanuele Giaquinta |
2008-12-30 | recvlen must be signed. | Emanuele Giaquinta |
2008-12-30 | Use net_receive in sig_exec_input_reader. | Emanuele Giaquinta |
2008-12-09 | Remove internal utf8 functions in favour of glib ones. | Emanuele Giaquinta |
2008-12-07 | Simplify, isalnum && !isdigit == isalpha. | Emanuele Giaquinta |
2008-12-02 | Fix r1569, assign a proper mask to PRINT_FLAG_UNSET_LINE_START. | Emanuele Giaquinta |
2008-11-29 | Fix r4920 change. | Emanuele Giaquinta |
2008-11-28 | Allow storing multiple "other" prefixes such as +q and +a. | Jilles Tjoelker |
2008-11-24 | Do not strip the comma in a mirc color if it is not followed by a digit, bug | Emanuele Giaquinta |
2008-11-15 | Handle bold/blink attributes like other attributes rather than mapping them to | Emanuele Giaquinta |
2008-11-10 | Remove get_utf8_char/utf16_char_to_utf8 in favour of glib | Emanuele Giaquinta |
2008-11-10 | recode.h include fixup. | Emanuele Giaquinta |
2008-11-09 | Move recoding of outgoing messages into irc send_message routine. Handlers for | Emanuele Giaquinta |
2008-11-09 | Move recoding of incoming quit messages to irc 'event quit' handler. | Emanuele Giaquinta |
2008-11-04 | Recode an incoming quit message once with a nick charset preference rather than | Emanuele Giaquinta |
2008-08-02 | Revert recode changes r4483 and r4715. | Emanuele Giaquinta |
2008-08-01 | Set null encoding for file channels. | Emanuele Giaquinta |
2008-06-10 | Cache charset related data rather than computing it everytime recode_{in,out} | Emanuele Giaquinta |
2008-06-06 | Pass NULL to settings_set_str to reset term_charset to its default | Emanuele Giaquinta |
2008-06-06 | Remove kludge and add the 'setup changed' handler with higher priority | Emanuele Giaquinta |
2008-06-04 | Fix /set hilight_level not taking effect immediately (bug #598). Patch by exg. | Wouter Coekaerts |
2008-05-31 | Simplify, append directly to GString rather than allocating a | Emanuele Giaquinta |
2008-05-23 | Fix minor leak. | 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-19 | Add 'list' option to bind command to list all the available commands and remove | Emanuele Giaquinta |
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-14 | Use g_get_charset to retrieve the locale codeset. | Emanuele Giaquinta |
2008-05-13 | Remove note about the need to restart irssi in windows_layout_saved | Emanuele Giaquinta |
2008-04-28 | Make some functions static. | Emanuele Giaquinta |
2008-04-28 | Make some variables static. | Emanuele Giaquinta |
2008-04-05 | Restore the behaviour of active_window to go to the window with most recent a... | Emanuele Giaquinta |
2008-03-30 | Use g_io_channel_unref rather than g_io_channel_close for file | Emanuele Giaquinta |
2008-03-29 | Move autorun_startup in fe-common-core.c and remove autorun.{c,h}. | Emanuele Giaquinta |
2008-03-28 | Remove useless uses of replace_chars. | 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 | Make /layout reset take effect immediately. | Emanuele Giaquinta |
2008-03-09 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |
2008-03-09 | Fix indentation. | Emanuele Giaquinta |
2008-03-09 | Use GIOChannel API to read a file linewise. | Emanuele Giaquinta |
2008-03-04 | Replace g_strdup+g_str{up,down} with g_ascii_str{up,down}. | Emanuele Giaquinta |