Age | Commit message (Expand) | Author |
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 |
2001-11-01 | Buffer overflow fix (read-only, might have caused some crashes). | Timo Sirainen |
2001-10-28 | clrtoeol() wasn't called always when drawing buffer, so some garbage could | Timo Sirainen |
2001-10-28 | Some resize fixes. With terminfo + /SET indent_always OFF, doubleclicking | Timo Sirainen |
2001-10-28 | Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen. | Timo Sirainen |
2001-10-28 | Added support for using terminfo/termcap instead of curses. By default, | Timo Sirainen |
2001-10-24 | Added support for changing indentation behaviour with modules. | Timo Sirainen |
2001-10-20 | When resizing terminal smaller, destroy some split windows if they don't fit | Timo Sirainen |
2001-10-14 | Reversed text (^V) works again. | Timo Sirainen |
2001-08-14 | /SET scroll ON - should the windows be scrolled by default when you're at | Timo Sirainen |
2001-08-12 | textbuffer_view_remove_line() fixes (with a small kludge..) | Timo Sirainen |
2001-08-08 | Some extra cleanups for /SB CLEAR. | Timo Sirainen |
2001-07-12 | Replaced GList by adding prev/next pointers to LINE_REC. This should make | Timo Sirainen |
2001-06-04 | resizing empty windows didn't work properly | Timo Sirainen |
2001-06-02 | bugfix | Timo Sirainen |
2001-06-01 | Replaced all direct curses calls with screen_xx() wrappers. This should | Timo Sirainen |