Age | Commit message (Expand) | Author |
2009-01-13 | Fix last change. | Emanuele Giaquinta |
2008-03-10 | Make line_add_colors part of the textbuffer api. | Emanuele Giaquinta |
2008-02-01 | Reset colors and attributes on newline. | Emanuele Giaquinta |
2008-01-28 | Properly initialize and reset last_{fg,bg}. | Emanuele Giaquinta |
2007-06-17 | Remove cuix from trunk. | Emanuele Giaquinta |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2006-08-08 | Merge of cuix back in trunk | nattfodd |
2004-03-24 | Fixes for Chinese multibyte characters handling and cursor movement, patch | Timo Sirainen |
2002-12-29 | day -> 1day, hour -> 1hour | Timo Sirainen |
2002-12-28 | Added time, size and level setting types. Breaks some settings - I'll add | Timo Sirainen |
2002-04-28 | minor fix | Timo Sirainen |
2002-04-18 | sig_gui_print_text: don't crash if dest is NULL. | Timo Sirainen |
2002-04-17 | "gui print text" signal changed, last parameter is now TEXT_DEST_REC, not | Timo Sirainen |
2002-03-11 | default_color checks moved from fe-text to fe-common, so they work properly | Timo Sirainen |
2002-03-08 | /SET mirc_blink_fix - if ON, the bright/blink bit is stripped from MIRC | Timo Sirainen |
2002-02-17 | fixed a compiler warning | 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-19 | Some MIRC color changes, patch by qrczak@knm.org.pl | Timo Sirainen |
2002-01-10 | swapped dark/bright reds. | 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-14 | Reversed text (^V) works again. | Timo Sirainen |
2001-10-13 | Configurable statusbar - see default config file (irssi.conf) for example | Timo Sirainen |
2001-08-14 | Some internal changes how /SERVER command works. Added /SERVER PURGE | Timo Sirainen |
2001-08-14 | --more-- checker uses now "gui print text finished" signal. "gui " part was | Timo Sirainen |
2001-07-15 | Added --home and --config command line parameters to irssi to specify | Timo Sirainen |
2001-07-12 | Replaced GList by adding prev/next pointers to LINE_REC. This should make | Timo Sirainen |
2001-06-26 | "print text finished" -> "gui print text finished". Added %[options] format | Timo Sirainen |
2001-06-18 | /SET scrollback_lines 0 now means unlimited. | Timo Sirainen |
2001-06-01 | Replaced all direct curses calls with screen_xx() wrappers. This should | Timo Sirainen |
2001-04-14 | Rewrote text buffer handling in windows - try #3. | Timo Sirainen |
2001-04-01 | removed some unused includes | Timo Sirainen |
2001-03-17 | %F = blinking on/off. several fixes to make blinking work better. some | Timo Sirainen |
2001-03-15 | Text buffer: Saving pointer to char[] didn't work correctly with | Timo Sirainen |
2001-03-12 | %n+bg color change doesn't anymore set foreground black. changed theme's | Timo Sirainen |
2001-03-03 | Removed all beep handling from text printing. If you want to beep just | Timo Sirainen |
2001-02-21 | added format_get_length() for getting length of text part in a format | Timo Sirainen |
2001-02-19 | Instead of directly calling beep(), send "beep" signal which default | Timo Sirainen |
2001-02-19 | Moved /LASTLOG handling to lastlog.c. Added options -file <filename> | Timo Sirainen |
2001-02-10 | theme->default_color is now used again, added default_bold_color which | Timo Sirainen |
2001-02-03 | Added gui_printtext() function for printing text in printtext() format | Timo Sirainen |
2001-01-04 | MIRC colors >=16 changed to work as in MIRC (color %= 16) | Timo Sirainen |
2000-12-04 | /CLEAR -all - clear all windows. | Timo Sirainen |
2000-12-03 | Don't crash if first line in window is just a newline | Timo Sirainen |
2000-12-02 | /SB REDRAW fixes, multiline formats should work now correctly. | Timo Sirainen |
2000-11-27 | fixed text buffer crash when scrollback got full | Timo Sirainen |
2000-11-23 | Still some warnings removed.. | Timo Sirainen |
2000-11-23 | more warning fixes | Timo Sirainen |