summaryrefslogtreecommitdiff
path: root/src/perl/ui
AgeCommit message (Expand)Author
2008-01-21Remove .cvsignore files.Emanuele Giaquinta
2007-01-11Modify Irssi::UI::Window::command to restore the original active window only ...Emanuele Giaquinta
2006-10-01Add missing format string argument in printtext_dest call, patch by loafier.Emanuele Giaquinta
2005-09-29Fix compilation with gcc4 and --with-gc, Patch by Michael PooleWouter Coekaerts
2005-03-07Fix /script reset, which caused crashes (Bug 48)Wouter Coekaerts
2003-01-25Lets see if GC happens to work now without explicit free() calls. PerlTimo Sirainen
2003-01-07didn't compile with older perls.Timo Sirainen
2002-12-28Added support to define new default abstracts at runtime.Timo Sirainen
2002-11-07Some compiling fixes found by -Wall in perl dirs..Timo Sirainen
2002-10-28fix for new perlsTimo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo Sirainen
2002-05-13fixesTimo Sirainen
2002-05-13fixed memory leaks with several functions.Timo Sirainen
2002-05-13Added format_create_dest() + $dest->print() functions. here's also our firstTimo Sirainen
2002-05-11added format_get_length(), format_real_length() and strip_codes()Timo Sirainen
2002-04-27Irssi::Theme::get_format() now uses format tag instead of number.Timo Sirainen
2002-04-27added Irssi::Theme::get_format()Timo Sirainen
2002-04-27Irssi::format_get_text() didn't workTimo Sirainen
2002-03-24Perl's print and printf calls now write the text to irssi's window. YouTimo Sirainen
2002-03-14$window->command() changed active window temporarily to wanted one and thenTimo Sirainen
2002-02-15window_activity() and window_item_activity() are now public. Added them toTimo Sirainen
2002-02-10Support for "immortal" windows, that can't be closed until explicitly set toTimo Sirainen
2002-01-27Scripts using Irssi::printformat() might have crashed irssi, especially ifTimo Sirainen
2001-12-20Added command history groups, set them with /WINDOW HISTORY. Patch by peder@i...Timo Sirainen
2001-12-11I always forget Perl 5.004 doesn't have PL_na .. so, now I've declared forTimo Sirainen
2001-12-10Allow exporting symbols, patch by juerd@juerd.nlTimo Sirainen
2001-12-10Moved Irssi::command(), Irssi::Server::command() and Irssi::Windowitem::comma...Timo Sirainen
2001-12-03Irssi::UI::Window's data_level and hilight_color contained wrong hashTimo Sirainen
2001-12-03Added processes to be extern instead of static. Also added Irssi::processes()Timo Sirainen
2001-11-27max number of parameters for printformat() was calculated wrong.Timo Sirainen
2001-11-25printformat_perl() crashfix was buggy :)Timo Sirainen
2001-11-25Irssi::printformat() doesn't crash anymore if you try to use unregisteredTimo Sirainen
2001-11-25Added printtext_string_window(), Irssi::UI::Window::print() uses it alsoTimo Sirainen
2001-11-25Irssi::Window::command() should make the specified window active_winTimo Sirainen
2001-11-24Irssi::printformat() crashed if the registered format contained $0- etc.Timo Sirainen
2001-11-19Irssi::Irc::Dcc::* is now correctly blessed instead of using Irssi::Irc::DccTimo Sirainen
2001-11-18Irssi::Server::print()'s level parameter wasn't optional like in otherTimo Sirainen
2001-11-17Didn't I already commit these? .. added format_get_text(),Timo Sirainen
2001-11-14typofixTimo Sirainen
2001-11-11Updated perl API version. Fixed irssi to behave better if the API doesn'tTimo Sirainen
2001-10-25Added flags option for Irssi::UI::Theme::format_expand().Timo Sirainen
2001-10-25Added Irssi::current_theme() and Irssi::Theme::format_expand()Timo Sirainen
2001-10-24Added --with-perl-staticlib option to configure. If used, irssi's perlTimo Sirainen
2001-10-21Moved theme registering stuff to Themes.xs. Corrected signal "scriptTimo Sirainen
2001-10-20Dependencies finally work correctly in perl libraries (they're each compiledTimo Sirainen
2001-10-20Added API version check between perl module and perl libs.Timo Sirainen
2001-07-29--enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPTTimo Sirainen
2001-07-24Don't crash when trying to bless NULLsTimo Sirainen
2001-07-18Irssi::printformat() called printformat_window() to print the text whichTimo Sirainen
2001-07-12Removed everything from @EXPORT - they weren't supposed to be there.Timo Sirainen