summaryrefslogtreecommitdiff
path: root/src/perl/textui
AgeCommit message (Expand)Author
2018-02-02change color -> extents (malloc based)ailin-nemui
2018-01-18Add color support for input barGinjaNinja32
2018-01-09Changed spaces to tabJari Matilainen
2018-01-09Add perl access to hidden_level in TEXT_BUFFER_VIEW_RECJari Matilainen
2017-11-30move decls before codeailin-nemui
2017-01-06make irssi --with-perl build with separate object directoryMartijn Dekker
2016-09-13Make sure to make a copy of ERRSV content.LemonBoy
2016-06-03silent make perlailin-nemui
2015-02-16Silence unused value warnings in perl binding codedequis
2014-07-06Make configure checks able to build with -WerrorDavid Leadbeater
2014-06-30Merge pull request #11 from ailin-nemui/print_text_after_time-apiAlexander Færøy
2014-06-29Merge pull request #52 from dgl/stack-cleanupAlexander Færøy
2014-06-27add print_text_after_time to specify time stamp for linesAilin Nemui
2014-06-27Merge pull request #59 from ailin-nemui/perl-pl-naAlexander Færøy
2014-06-27Correct use of perl stack macrosDavid Leadbeater
2014-06-24Define PERL_NO_GET_CONTEXT in all perl source filesDavid Leadbeater
2014-06-24get rid of PL_naLukas Mai
2014-06-16correct package of server gui_printtext_afterAilin Nemui
2014-06-16fix package of term_refresh_* script apiAilin Nemui
2008-12-12Revert r4964, at least one script uses ypos.Emanuele Giaquinta
2008-12-11Remove ypos field of TEXT_BUFFER_VIEW_REC, it is used to compute the rowEmanuele Giaquinta
2008-12-10Remove methods to create/destroy TextBuffer and TextBufferView and low levelEmanuele Giaquinta
2008-12-10Add print_after method to Window perl object analogous toEmanuele Giaquinta
2008-12-09Remove resize method of TextBufferView perl object, it is not usefulEmanuele Giaquinta
2008-11-02Fix r4879 change.Emanuele Giaquinta
2008-11-01Remove the refcount on LINE_REC.Jilles Tjoelker
2008-01-21Remove .cvsignore files.Emanuele Giaquinta
2007-08-04Add Perl bindings for some gui_entry methods.Wouter Coekaerts
2007-02-06Revert perl utf8 stuff for now.Emanuele Giaquinta
2006-09-20Add support for utf8 to Irssi::TextUI::Line::get_text.Emanuele Giaquinta
2005-03-07Fix /script reset, which caused crashes (Bug 48)Wouter Coekaerts
2002-11-07Some compiling fixes found by -Wall in perl dirs..Timo Sirainen
2002-10-27Exported expando interface to perl. Fix for statusbar deinit.Timo Sirainen
2002-08-08another crashfixTimo Sirainen
2002-08-08crashfix for sbitem->{window}Timo Sirainen
2002-08-08Added window variable to Irssi::TextUI::StatusbarItemTimo Sirainen
2002-01-29Forgot to commit utf8 change here.Timo Sirainen
2002-01-21Added Irssi::term_refresh_freeze() and ..thaw()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-11-17Didn't I already commit these? .. added format_get_text(),Timo Sirainen
2001-11-11Updated perl API version. Fixed irssi to behave better if the API doesn'tTimo Sirainen
2001-10-25Irssi crashed if script died in statusbar handler.Timo Sirainen
2001-10-24Added --with-perl-staticlib option to configure. If used, irssi's perlTimo Sirainen
2001-10-24Removed unfinished code that was not supposed to go to cvs..Timo Sirainen
2001-10-24Added support for changing indentation behaviour with modules.Timo Sirainen
2001-10-21Statusbar items weren't unregistered correctly when script was unloaded.Timo Sirainen
2001-10-20Dependencies finally work correctly in perl libraries (they're each compiledTimo Sirainen
2001-10-20Added API version check between perl module and perl libs.Timo Sirainen
2001-08-14Irssi::TextUI::TextBufferVew should also contain the scroll..Timo Sirainen