index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
perl
/
ui
/
Themes.xs
Age
Commit message (
Expand
)
Author
2014-06-30
Finish 256 colour support for Irssi
Ailin Nemui
2014-06-27
Merge pull request #59 from ailin-nemui/perl-pl-na
Alexander Færøy
2014-06-24
Define PERL_NO_GET_CONTEXT in all perl source files
David Leadbeater
2014-06-24
get rid of PL_na
Lukas Mai
2014-06-10
Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.
David Hill
2012-06-24
Properly validate the argument of Irssi::theme_register as an array reference,
Emanuele Giaquinta
2009-01-10
Factor out printformat_module_dest_charargs function from
Emanuele Giaquinta
2008-12-08
Make some functions static.
Emanuele Giaquinta
2003-01-07
didn't compile with older perls.
Timo Sirainen
2002-12-28
Added support to define new default abstracts at runtime.
Timo Sirainen
2002-05-16
Better !channel support - window items now have "visual_name" and channels
Timo Sirainen
2002-05-13
fixes
Timo Sirainen
2002-04-27
Irssi::Theme::get_format() now uses format tag instead of number.
Timo Sirainen
2002-04-27
added Irssi::Theme::get_format()
Timo Sirainen
2002-01-27
Scripts using Irssi::printformat() might have crashed irssi, especially if
Timo Sirainen
2001-12-11
I always forget Perl 5.004 doesn't have PL_na .. so, now I've declared for
Timo Sirainen
2001-11-27
max number of parameters for printformat() was calculated wrong.
Timo Sirainen
2001-11-25
printformat_perl() crashfix was buggy :)
Timo Sirainen
2001-11-25
Irssi::printformat() doesn't crash anymore if you try to use unregistered
Timo Sirainen
2001-11-24
Irssi::printformat() crashed if the registered format contained $0- etc.
Timo Sirainen
2001-11-17
Didn't I already commit these? .. added format_get_text(),
Timo Sirainen
2001-11-14
typofix
Timo Sirainen
2001-10-25
Added flags option for Irssi::UI::Theme::format_expand().
Timo Sirainen
2001-10-25
Added Irssi::current_theme() and Irssi::Theme::format_expand()
Timo Sirainen
2001-10-21
Moved theme registering stuff to Themes.xs. Corrected signal "script
Timo Sirainen
2001-10-20
Dependencies finally work correctly in perl libraries (they're each compiled
Timo Sirainen
2001-06-27
Moved fe_perl module to use Irssi::UI .. this breaks several scripts that
Timo Sirainen