Age | Commit message (Expand) | Author |
2002-12-31 | lag_min_show should default to 1 sec, not 0.1sec | Timo Sirainen |
2002-12-30 | Don't access free'd memory. | Timo Sirainen |
2002-12-29 | day -> 1day, hour -> 1hour | Timo Sirainen |
2002-12-28 | Added /REDRAW command that does the same as ^L. | Timo Sirainen |
2002-12-28 | Added time, size and level setting types. Breaks some settings - I'll add | Timo Sirainen |
2002-12-23 | --with-gc enables now support for Boehm's GC, if it's found and glib2 is | Timo Sirainen |
2002-12-10 | GC fixes. | Timo Sirainen |
2002-12-10 | A few fixes to make irssi work with garbage collected GLIB. | Timo Sirainen |
2002-11-29 | /last -clear removes now the "lastlog would print x lines, ... use -force" | Timo Sirainen |
2002-11-19 | /SB END: if we're already at the end of buffer don't redraw it. | Timo Sirainen |
2002-11-11 | fixes to allow you to register a new keyboard redirection inside a | Timo Sirainen |
2002-11-09 | grammatical fix | Timo Sirainen |
2002-11-05 | Added "gui key pressed" signal which is sent every time a key is pressed. | Timo Sirainen |
2002-10-14 | Some changes to make doublewidth chars possibly work (or possibly horribly | Timo Sirainen |
2002-09-14 | statusbar is now also updated for connecting-servers. | Timo Sirainen |
2002-09-14 | window->active_server used to hold non-connected servers, but that was | Timo Sirainen |
2002-08-26 | moved ncurses/terminfo/etc. libs away from PROG_LIBS which should be list of | Timo Sirainen |
2002-07-01 | Moved setlocale() at the beginning of initialization, should fix regexp | Timo Sirainen |
2002-06-07 | irsis --dummy fixed. | Timo Sirainen |
2002-06-07 | Empty lines can be now sent to /EXEC -interactive windows. | Timo Sirainen |
2002-06-06 | Added default meta-d = delete_next_word | Timo Sirainen |
2002-05-18 | External indent functions (theme_indent module) weren't working properly. | Timo Sirainen |
2002-05-15 | ^ key couldn't be used with /BIND | Timo Sirainen |
2002-05-13 | don't use TIOCGWINSZ terminal size if it returns only 0x0. | Timo Sirainen |
2002-05-13 | changed log domain and changed few g_return_if_fails to g_asserts. the | Timo Sirainen |
2002-05-13 | make sure the statusbar item fills the space it's given, so it won't corrupt | Timo Sirainen |
2002-05-12 | some optimizations to not uselessly hide/show/move cursor - hope i didn't | Timo Sirainen |
2002-05-11 | freeze/thaw before/after running glib main loop, so the cursor isn't moved | Timo Sirainen |
2002-05-10 | typofix. | Timo Sirainen |
2002-05-10 | more fixes | Timo Sirainen |
2002-05-10 | another terminfo fix | Timo Sirainen |
2002-05-08 | link with -export-dynamic. normally glib includes the dynamic linking info, | Timo Sirainen |
2002-05-06 | fixed buffer overflow - happened at least when hitting ^A after writing | Timo Sirainen |
2002-04-28 | added %# to a few "/window" lines. | Timo Sirainen |
2002-04-28 | minor fix | Timo Sirainen |
2002-04-26 | %# now toggles monospace font on/off. fe-text doesn't care about it, but | 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-04-16 | fixes for new signaling code. | Timo Sirainen |
2002-04-15 | fixed several signal leaks | Timo Sirainen |
2002-04-15 | Rewritten signal handling code - it wasn't supposed to come before 0.9 irssi | Timo Sirainen |
2002-03-24 | Input lines are now never destroyed and they're associated to statusbar | Timo Sirainen |
2002-03-19 | /CLEAR <refnum> now clears specified window. | Timo Sirainen |
2002-03-16 | term_deinit() should set SIGCONT back to default, so if it's sent after that | Timo Sirainen |
2002-03-14 | Get the terminal size at startup with ioctl() and use it. Fixes at least | Timo Sirainen |
2002-03-14 | Scrolling was buggy with "ri" method, it tried to used "rin" as well | Timo Sirainen |
2002-03-13 | bit fields should be unsigned type always (unsigned int dirty:1). | Timo Sirainen |
2002-03-11 | default_color checks moved from fe-text to fe-common, so they work properly | Timo Sirainen |
2002-03-11 | All control chars in statusbar items are now displayed reversed. | Timo Sirainen |
2002-03-10 | whops, stupid utf-8 bug :) | Timo Sirainen |