| .. |
|
.cvsignore
|
..and cvsignores for new binaries..
|
2000-06-02 01:59:19 +00:00 |
|
cuix-api.c
|
Merge of cuix back in trunk
|
2006-08-08 21:11:20 +00:00 |
|
cuix-api.h
|
Refactoring to avoid code duplication.
|
2006-09-12 17:23:46 +00:00 |
|
cuix-lib.c
|
Fix compilation with glib-1.
|
2006-09-10 17:39:00 +00:00 |
|
cuix-lib.h
|
Refactoring to avoid code duplication.
|
2006-09-12 17:23:46 +00:00 |
|
cuix.c
|
Merge of cuix back in trunk
|
2006-08-08 21:11:20 +00:00 |
|
cuix.h
|
Merge of cuix back in trunk
|
2006-08-08 21:11:20 +00:00 |
|
gui-entry.c
|
Modify gui_entry_draw_from to clear to end of line only if it has not
|
2007-04-14 20:20:37 +00:00 |
|
gui-entry.h
|
Fixed a bug where tab-complete didn't worked with utf8/big5 multibyte characters properly
|
2006-01-29 22:37:24 +00:00 |
|
gui-expandos.c
|
/SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it's
|
2002-02-15 13:38:24 +00:00 |
|
gui-printtext.c
|
Merge of cuix back in trunk
|
2006-08-08 21:11:20 +00:00 |
|
gui-printtext.h
|
Added support for changing indentation behaviour with modules.
|
2001-10-24 22:52:15 +00:00 |
|
gui-readline.c
|
Bind also CSI 1 ; 5 D to key cleft and CSI 1 ; 5 C to key cright.
|
2007-04-07 14:57:58 +00:00 |
|
gui-readline.h
|
Since I accidentally already committed some of the detach-code, here's the
|
2001-12-17 23:01:12 +00:00 |
|
gui-windows.c
|
/SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it's
|
2002-02-15 13:38:24 +00:00 |
|
gui-windows.h
|
Added support for changing indentation behaviour with modules.
|
2001-10-24 22:52:15 +00:00 |
|
irssi.c
|
Remove unused gettext code.
|
2007-04-07 14:33:45 +00:00 |
|
lastlog.c
|
Generalize window_lastlog_clear in textbuffer_view_remove_lines_by_level.
|
2007-02-17 15:31:10 +00:00 |
|
mainwindow-activity.c
|
removed some unused includes
|
2001-04-01 00:25:47 +00:00 |
|
mainwindows-layout.c
|
Comments are now allowed everywhere in config files.
|
2002-02-02 17:37:44 +00:00 |
|
mainwindows.c
|
Forbid "window show" when the target window is sticky rather than when there is
|
2007-04-05 18:25:29 +00:00 |
|
mainwindows.h
|
Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen.
|
2001-10-28 18:40:12 +00:00 |
|
Makefile.am
|
Add extra libs to irssi_LDADD, not to irssi_LDFLAGS.
|
2006-09-09 16:54:26 +00:00 |
|
module-formats.c
|
pasting fixes. changed key to ^K from ^O since ^O is working strangely in
|
2003-11-21 18:15:11 +00:00 |
|
module-formats.h
|
paste texts are themeable now.
|
2003-11-17 14:09:15 +00:00 |
|
module.h
|
/SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it's
|
2002-02-15 13:38:24 +00:00 |
|
statusbar-config.c
|
Added /STATUSBAR # RESET command for removing the whole statusbar block from
|
2002-02-16 15:10:27 +00:00 |
|
statusbar-config.h
|
Configurable statusbar - see default config file (irssi.conf) for example
|
2001-10-13 16:11:13 +00:00 |
|
statusbar-items.c
|
lag_min_show should default to 1 sec, not 0.1sec
|
2002-12-31 12:36:56 +00:00 |
|
statusbar.c
|
Fix format_real_length to return the correct length when the input string
|
2007-02-14 10:59:27 +00:00 |
|
statusbar.h
|
bit fields should be unsigned type always (unsigned int dirty:1).
|
2002-03-13 03:23:38 +00:00 |
|
term-curses.c
|
Fix %k and %K mappings.
|
2006-09-17 19:06:54 +00:00 |
|
term-curses.h
|
Refactoring to avoid code duplication.
|
2006-09-12 17:23:46 +00:00 |
|
term-dummy.c
|
Separate irssi-dummy binary was a bit stupid idea, now it can be started with -d command line parameter.
|
2001-12-17 18:41:06 +00:00 |
|
term-terminfo.c
|
Modify term_move to accept only non negative coordinates.
|
2006-09-24 21:06:46 +00:00 |
|
term.c
|
Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fixed bug 106
|
2004-09-15 12:11:43 +00:00 |
|
term.h
|
Get the terminal size at startup with ioctl() and use it. Fixes at least
|
2002-03-14 23:46:48 +00:00 |
|
terminfo-core.c
|
Fix colors with TERM=xterm-{88,256}color, patch by Emanuele Giaquinta
|
2006-01-31 19:06:20 +00:00 |
|
terminfo-core.h
|
Removed /SET term_scroll_fast - looks like il/dl commands work fine with
|
2001-11-16 10:05:21 +00:00 |
|
textbuffer-commands.c
|
Add crapbuster-like "scrollback levelclear" command.
|
2007-02-18 14:59:54 +00:00 |
|
textbuffer-reformat.c
|
A few fixes to make irssi work with garbage collected GLIB.
|
2002-12-10 17:31:26 +00:00 |
|
textbuffer-reformat.h
|
/SB REDRAW functionality - not fully working yet.
|
2001-07-15 13:13:46 +00:00 |
|
textbuffer-view.c
|
When removing a line from the view also unconditionally remove any bookmark for
|
2007-03-12 22:54:45 +00:00 |
|
textbuffer-view.h
|
Generalize window_lastlog_clear in textbuffer_view_remove_lines_by_level.
|
2007-02-17 15:31:10 +00:00 |
|
textbuffer.c
|
Don't access free'd memory.
|
2002-12-30 23:10:57 +00:00 |
|
textbuffer.h
|
Comment changes
|
2002-01-27 20:42:45 +00:00 |
|
tparm.c
|
since common.h wasn't included in this, changed i_isdigit() -> isdigit()
|
2002-02-08 22:09:39 +00:00 |