Age | Commit message (Expand) | Author |
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 |
2001-11-15 | The default color for line should be ATTR_RESET, not 0 (black). | Timo Sirainen |
2001-11-15 | /WINDOW DOWN and /WINDOW UP now cycle to highest/lowest window. | Timo Sirainen |
2001-11-15 | Changed the escaping system - theme_format_expand_data()'s | Timo Sirainen |
2001-11-15 | When overriding default statusbars, don't forget the | Timo Sirainen |
2001-11-15 | Right-aligned statusbar items weren't positioned correctly. | Timo Sirainen |
2001-11-15 | Lag checking fixes - should work fine again. | Timo Sirainen |
2001-11-15 | /SET force_colors -> /SET term_force_colors. Added /SET term_scroll_fast | Timo Sirainen |
2001-11-15 | Scrolling should dirty the whole scrolling area, not just the new lines. | Timo Sirainen |
2001-11-13 | Reset the terminal color before scrolling, so the scrolled area's background ... | Timo Sirainen |
2001-11-12 | Closing last non-sticky window didn't destroy the split window. | Timo Sirainen |
2001-11-12 | /WINDOW BALANCE was buggy sometimes - thanks to poptix for finding it :) | Timo Sirainen |
2001-11-12 | Prefer scrolling with n lines insert/remove to 1 line at a time scrolling | Timo Sirainen |
2001-11-12 | Removed statusbar-items.h | Timo Sirainen |
2001-11-05 | Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get bef... | Timo Sirainen |
2001-11-04 | Still messing up with colors. | Timo Sirainen |
2001-11-03 | Virtualized cursor movement and clearing to end of line. Now neither is done | 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 | Reset the color before clearing screen. Set the cursor invisible when moving | Timo Sirainen |