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
/
textui
Age
Commit message (
Expand
)
Author
2016-09-13
Make sure to make a copy of ERRSV content.
LemonBoy
2016-06-03
silent make perl
ailin-nemui
2015-02-16
Silence unused value warnings in perl binding code
dequis
2014-07-06
Make configure checks able to build with -Werror
David Leadbeater
2014-06-30
Merge pull request #11 from ailin-nemui/print_text_after_time-api
Alexander Færøy
2014-06-29
Merge pull request #52 from dgl/stack-cleanup
Alexander Færøy
2014-06-27
add print_text_after_time to specify time stamp for lines
Ailin Nemui
2014-06-27
Merge pull request #59 from ailin-nemui/perl-pl-na
Alexander Færøy
2014-06-27
Correct use of perl stack macros
David Leadbeater
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-16
correct package of server gui_printtext_after
Ailin Nemui
2014-06-16
fix package of term_refresh_* script api
Ailin Nemui
2008-12-12
Revert r4964, at least one script uses ypos.
Emanuele Giaquinta
2008-12-11
Remove ypos field of TEXT_BUFFER_VIEW_REC, it is used to compute the row
Emanuele Giaquinta
2008-12-10
Remove methods to create/destroy TextBuffer and TextBufferView and low level
Emanuele Giaquinta
2008-12-10
Add print_after method to Window perl object analogous to
Emanuele Giaquinta
2008-12-09
Remove resize method of TextBufferView perl object, it is not useful
Emanuele Giaquinta
2008-11-02
Fix r4879 change.
Emanuele Giaquinta
2008-11-01
Remove the refcount on LINE_REC.
Jilles Tjoelker
2008-01-21
Remove .cvsignore files.
Emanuele Giaquinta
2007-08-04
Add Perl bindings for some gui_entry methods.
Wouter Coekaerts
2007-02-06
Revert perl utf8 stuff for now.
Emanuele Giaquinta
2006-09-20
Add support for utf8 to Irssi::TextUI::Line::get_text.
Emanuele Giaquinta
2005-03-07
Fix /script reset, which caused crashes (Bug 48)
Wouter Coekaerts
2002-11-07
Some compiling fixes found by -Wall in perl dirs..
Timo Sirainen
2002-10-27
Exported expando interface to perl. Fix for statusbar deinit.
Timo Sirainen
2002-08-08
another crashfix
Timo Sirainen
2002-08-08
crashfix for sbitem->{window}
Timo Sirainen
2002-08-08
Added window variable to Irssi::TextUI::StatusbarItem
Timo Sirainen
2002-01-29
Forgot to commit utf8 change here.
Timo Sirainen
2002-01-21
Added Irssi::term_refresh_freeze() and ..thaw()
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-12-10
Allow exporting symbols, patch by juerd@juerd.nl
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
Irssi crashed if script died in statusbar handler.
Timo Sirainen
2001-10-24
Added --with-perl-staticlib option to configure. If used, irssi's perl
Timo Sirainen
2001-10-24
Removed unfinished code that was not supposed to go to cvs..
Timo Sirainen
2001-10-24
Added support for changing indentation behaviour with modules.
Timo Sirainen
2001-10-21
Statusbar items weren't unregistered correctly when script was unloaded.
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-08-14
Irssi::TextUI::TextBufferVew should also contain the scroll..
Timo Sirainen
2001-08-14
Updated for view->scroll.
Timo Sirainen
2001-08-09
Removed some extra ';' chars which made it not compile with perl 5.00x.
Timo Sirainen
2001-08-09
Added Irssi::TextUI.
Timo Sirainen