Age | Commit message (Expand) | Author |
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-12-20 | Added command history groups, set them with /WINDOW HISTORY. Patch by peder@i... | Timo Sirainen |
2001-12-20 | Still some #include "servers.h"s .. | Timo Sirainen |
2001-12-19 | Never allow adding CR or LF characters to input line, they could mess up ever... | Timo Sirainen |
2001-12-19 | Hidden entry texts shouldn't have gone to command history.. | Timo Sirainen |
2001-12-17 | Since I accidentally already committed some of the detach-code, here's the | Timo Sirainen |
2001-12-17 | if window-specific history is off, the command that closed the window should | Timo Sirainen |
2001-12-17 | irssi-dummy was still in Makefile | Timo Sirainen |
2001-12-17 | Separate irssi-dummy binary was a bit stupid idea, now it can be started with... | Timo Sirainen |
2001-12-17 | Added irssi-dummy binary which works like ircii's dummy mode. | Timo Sirainen |
2001-12-11 | If window specific history was on and command changed a window, the command | Timo Sirainen |
2001-12-09 | Still some window closing bugs/crashes. | Timo Sirainen |
2001-12-07 | Small focus bugfix when closing a split window. | Timo Sirainen |
2001-12-07 | Fixed some problems with mainwindow resizing not affecting the subwindows. | Timo Sirainen |
2001-12-07 | Fixed 2 small memory leaks. | Timo Sirainen |
2001-12-04 | Never print the last character in screen, this may break some terminals (cygw... | Timo Sirainen |
2001-12-03 | add the "gui exit" with signal_add_last() so it can be aborted while still ru... | Timo Sirainen |
2001-12-01 | snprintf() -> g_snprintf() | Timo Sirainen |
2001-11-29 | Make sure the more-statusbar item doesn't crash if there's no active window. | Timo Sirainen |
2001-11-29 | When /SET colors is OFF, irssi displays all non-default background colors as ... | Timo Sirainen |
2001-11-27 | didn't work properly with scripts calling Irssi::printformat() | Timo Sirainen |
2001-11-27 | /SET term_force_colors was broken. | Timo Sirainen |
2001-11-25 | --more-- statusbar item didn't work properly with split windows. Also | Timo Sirainen |
2001-11-20 | set only non-automatic windows sticky so that the windows irssi creates at | Timo Sirainen |
2001-11-20 | /SET colors OFF should work even if /SET term_force_colors is ON | Timo Sirainen |
2001-11-20 | /WINDOW STICK <ref#> OFF didn't work. | Timo Sirainen |
2001-11-20 | When creating hidden windows in sticky split windows, they should go to the | Timo Sirainen |
2001-11-20 | Irssi didn't redraw the screen properly when split windows were created but | Timo Sirainen |
2001-11-20 | /UPGRADE now saves the session, disconnects the servers so that the socket | Timo Sirainen |
2001-11-19 | Specified "cleft" and "cright" for ctrl-left/right keys. Added xterm's | Timo Sirainen |
2001-11-19 | Rewrote lag statusbar item. It's now updated properly. | Timo Sirainen |
2001-11-19 | Removed memory debugging code. It's a lot easier to check for buffer | Timo Sirainen |
2001-11-19 | moved the dirty_check() before fe_common_core_finish_init() so that if | Timo Sirainen |
2001-11-19 | Redraw the screen before emitting "irssi init finished" signal, so we have | Timo Sirainen |
2001-11-19 | With /SET window_auto_change ON, irssi might have crashed if input entry was | Timo Sirainen |
2001-11-19 | Removed GLib error when doing /RELOAD. | Timo Sirainen |
2001-11-19 | /UPGRADE - upgrade-on-the-fly feature. Currently only moves the active | Timo Sirainen |
2001-11-18 | --more-- works again, better than ever :) | Timo Sirainen |
2001-11-18 | back to "Irssi didn't always remove the statusbar item from screen when it | Timo Sirainen |
2001-11-18 | term_refresh(): Change the color to black after everything is done. It's | Timo Sirainen |
2001-11-18 | typobugfix for previous commit. | Timo Sirainen |
2001-11-18 | Don't handle keypresses when there's no active entry in screen. | Timo Sirainen |
2001-11-18 | After calls to statusbar_item_register() and statusbar_item_unregister(), | Timo Sirainen |
2001-11-18 | Fixed the "multiple space split" fix :) It was causing crashes, strange that | Timo Sirainen |
2001-11-18 | Sometimes when changing from split window to another, irssi crashed/messed | Timo Sirainen |
2001-11-17 | If line was split from multiple spaces, irssi printed the spaces in the | Timo Sirainen |
2001-11-17 | Irssi didn't always remove the statusbar item from screen when it should | Timo Sirainen |
2001-11-16 | Removed /SET term_scroll_fast - looks like il/dl commands work fine with | Timo Sirainen |
2001-11-15 | textbuffer_insert() didn't work properly when trying to add empty string. | Timo Sirainen |