summaryrefslogtreecommitdiff
path: root/src/perl/ui
AgeCommit message (Expand)Author
2017-10-06add two XSFuncs to manipulate command history entriesailin-nemui
2017-10-06refactor history to use history_entries listailin-nemui
2017-01-06make irssi --with-perl build with separate object directoryMartijn Dekker
2016-06-03silent make perlailin-nemui
2015-12-09Add bindings for exec-type window items to PerlAilin Nemui
2015-02-16Silence unused value warnings in perl binding codedequis
2014-06-30Finish 256 colour support for IrssiAilin Nemui
2014-06-27Merge pull request #59 from ailin-nemui/perl-pl-naAlexander Færøy
2014-06-25cleanup char* casts and replace one useless SvPV with SvPV_nolenAilin Nemui
2014-06-24Define PERL_NO_GET_CONTEXT in all perl source filesDavid Leadbeater
2014-06-24get rid of PL_naLukas Mai
2014-06-16fix implementation of format_get_text script apiAilin Nemui
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2012-06-24Properly validate the argument of Irssi::theme_register as an array reference,Emanuele Giaquinta
2009-01-17Add Irssi::UI::Window::get_history_lines to get the content of a window'sEmanuele Giaquinta
2009-01-10Factor out printformat_module_dest_charargs function fromEmanuele Giaquinta
2008-12-08Make some functions static.Emanuele Giaquinta
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