Age | Commit message (Expand) | Author |
2009-01-18 | Replace invalid utf-8 bytes with U+FFFD when drawing a line. | Emanuele Giaquinta |
2009-01-13 | Remove broken and unused format to add an indent function to a line. | Emanuele Giaquinta |
2009-01-10 | Remove buggy /scrollback redraw - scrollback_save_formats. | Emanuele Giaquinta |
2008-12-12 | Revert r4964, at least one script uses ypos. | Emanuele Giaquinta |
2008-12-11 | Remove ypos field of TEXT_BUFFER_VIEW_REC, it is used to compute the row | Emanuele Giaquinta |
2008-11-15 | Handle bold/blink attributes like other attributes rather than mapping them to | Emanuele Giaquinta |
2008-10-08 | Fix r4743 change, avoid sign extension. | Emanuele Giaquinta |
2008-04-21 | Use term_add_unichar to print ucs-4 chars. | Emanuele Giaquinta |
2008-03-09 | Rename variable. | Emanuele Giaquinta |
2008-03-09 | Replace usage of get_utf8_char with g_utf8_get_char_validated and | Emanuele Giaquinta |
2007-06-17 | Remove cuix from trunk. | Emanuele Giaquinta |
2007-05-31 | Assume width 1 for control characters in places where a non-negative width is | Emanuele Giaquinta |
2007-05-31 | Rename IS_PRINTABLE macro to unichar_isprint and move it to utf8.h. | Emanuele Giaquinta |
2007-05-25 | Replace utf8_width with Markus Kuhn's wcwidth. | Emanuele Giaquinta |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2007-05-03 | Add common IS_PRINTABLE macro. | Emanuele Giaquinta |
2007-03-12 | When removing a line from the view also unconditionally remove any bookmark for | Emanuele Giaquinta |
2007-02-20 | UTF-8 0x80-0x9f characters weren't treated as control chars as they should have | Timo Sirainen |
2007-02-17 | Generalize window_lastlog_clear in textbuffer_view_remove_lines_by_level. | Emanuele Giaquinta |
2006-09-14 | Set view->startline to NULL when the line to delete is the first of the view | Emanuele Giaquinta |
2006-09-14 | Revert r4343. | Emanuele Giaquinta |
2006-09-12 | Revert r4342. | Emanuele Giaquinta |
2006-09-12 | Missing update of view->startline when the line to delete is the first of the | Emanuele Giaquinta |
2006-09-12 | Do not restore the previous view when deleting the first line of the current ... | Emanuele Giaquinta |
2006-08-08 | Merge of cuix back in trunk | nattfodd |
2005-11-23 | replace guint by gsize for the glib2 version of irssi_ssl_read | Valentin Batz |
2005-08-05 | fix minor textbuffer leak, Bug 288 by Toby | Wouter Coekaerts |
2004-03-24 | Fixes for Chinese multibyte characters handling and cursor movement, patch | Timo Sirainen |
2003-10-26 | BIG5 stuff is used only if term_type is big5 | Timo Sirainen |
2003-10-19 | BIG5 fixes by vanilla@FreeBSD.org(?) | Timo Sirainen |
2002-12-10 | GC fixes. | Timo Sirainen |
2002-10-14 | Some changes to make doublewidth chars possibly work (or possibly horribly | Timo Sirainen |
2002-05-18 | External indent functions (theme_indent module) weren't working properly. | Timo Sirainen |
2002-05-13 | changed log domain and changed few g_return_if_fails to g_asserts. the | Timo Sirainen |
2002-02-15 | /SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it's | Timo Sirainen |
2002-02-10 | It's possible to use black foreground color now. | Timo Sirainen |
2002-02-01 | added some pointer casting to get rid of warnings with some compilers. | Timo Sirainen |
2002-01-29 | A bit more better utf8 support, still not a good input line. | Timo Sirainen |
2002-01-29 | Preliminary support for UTF8 with /SET term_utf8 ON. Input line is still | Timo Sirainen |
2002-01-20 | Fixed a memory leak. | Timo Sirainen |
2001-11-18 | --more-- works again, better than ever :) | Timo Sirainen |
2001-11-18 | Fixed the "multiple space split" fix :) It was causing crashes, strange that | Timo Sirainen |
2001-11-17 | If line was split from multiple spaces, irssi printed the spaces in the | Timo Sirainen |
2001-11-15 | The default color for line should be ATTR_RESET, not 0 (black). | Timo Sirainen |
2001-11-13 | Reset the terminal color before scrolling, so the scrolled area's background ... | Timo Sirainen |
2001-11-04 | Still messing up with colors. | Timo Sirainen |
2001-11-03 | Don't clear the window before redrawing, it's faster to do it at the same | Timo Sirainen |
2001-11-03 | update_cmd_color() updated colors wrong. | Timo Sirainen |
2001-11-03 | Some fixes to drawing lines & handling long lines. | Timo Sirainen |