summaryrefslogtreecommitdiff
path: root/src/perl/ui/Themes.xs
AgeCommit message (Expand)Author
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-10Factor out printformat_module_dest_charargs function fromEmanuele Giaquinta
2008-12-08Make some functions static.Emanuele Giaquinta
2003-01-07didn't compile with older perls.Timo Sirainen
2002-12-28Added support to define new default abstracts at runtime.Timo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo Sirainen
2002-05-13fixesTimo 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-01-27Scripts using Irssi::printformat() might have crashed irssi, especially ifTimo Sirainen
2001-12-11I always forget Perl 5.004 doesn't have PL_na .. so, now I've declared forTimo 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-24Irssi::printformat() crashed if the registered format contained $0- etc.Timo Sirainen
2001-11-17Didn't I already commit these? .. added format_get_text(),Timo Sirainen
2001-11-14typofixTimo 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-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-06-27Moved fe_perl module to use Irssi::UI .. this breaks several scripts thatTimo Sirainen