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
/
UI.xs
Age
Commit message (
Expand
)
Author
2002-02-10
Support for "immortal" windows, that can't be closed until explicitly set to
Timo Sirainen
2001-12-20
Added command history groups, set them with /WINDOW HISTORY. Patch by peder@i...
Timo Sirainen
2001-12-03
Irssi::UI::Window's data_level and hilight_color contained wrong hash
Timo Sirainen
2001-12-03
Added processes to be extern instead of static. Also added Irssi::processes()
Timo Sirainen
2001-11-19
Irssi::Irc::Dcc::* is now correctly blessed instead of using Irssi::Irc::Dcc
Timo Sirainen
2001-11-17
Didn't I already commit these? .. added format_get_text(),
Timo Sirainen
2001-11-11
Updated perl API version. Fixed irssi to behave better if the API doesn't
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-10-20
Added 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 /SCRIPT
Timo Sirainen
2001-07-18
Irssi::printformat() called printformat_window() to print the text which
Timo Sirainen
2001-06-29
Added some new variables for UI::Window
Timo Sirainen
2001-06-27
Moved fe_perl module to use Irssi::UI .. this breaks several scripts that
Timo Sirainen