.. |
.cvsignore
|
|
|
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
|
Assume width 1 for control characters in places where a non-negative width is
|
2007-05-31 13:56:35 +00:00 |
gui-entry.h
|
Add function to delete the whole cell under the cursor and use it for
|
2007-05-25 22:21:39 +00:00 |
gui-expandos.c
|
Oops. Update address correctly now.
|
2007-05-08 18:41:10 +00:00 |
gui-printtext.c
|
Oops. Update address correctly now.
|
2007-05-08 18:41:10 +00:00 |
gui-printtext.h
|
Added support for changing indentation behaviour with modules.
|
2001-10-24 22:52:15 +00:00 |
gui-readline.c
|
Add function to delete the whole cell under the cursor and use it for
|
2007-05-25 22:21:39 +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
|
Oops. Update address correctly now.
|
2007-05-08 18:41:10 +00:00 |
gui-windows.h
|
Added support for changing indentation behaviour with modules.
|
2001-10-24 22:52:15 +00:00 |
irssi.c
|
Move 'version' option in main.
|
2007-05-24 00:44:29 +00:00 |
lastlog.c
|
Oops. Update address correctly now.
|
2007-05-08 18:41:10 +00:00 |
mainwindow-activity.c
|
Oops. Update address correctly now.
|
2007-05-08 18:41:10 +00:00 |
mainwindows-layout.c
|
Oops. Update address correctly now.
|
2007-05-08 18:41:10 +00:00 |
mainwindows.c
|
Oops. Update address correctly now.
|
2007-05-08 18:41:10 +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
|
Oops. Update address correctly now.
|
2007-05-08 18:41:10 +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
|
Oops. Update address correctly now.
|
2007-05-08 18:41:10 +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
|
Cleanup and optimize a bit sig_statusbar_activity_hilight.
|
2007-05-30 21:17:59 +00:00 |
statusbar.c
|
Oops. Update address correctly now.
|
2007-05-08 18:41:10 +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
|
Oops. Update address correctly now.
|
2007-05-08 18:41:10 +00:00 |
term-curses.h
|
Refactoring to avoid code duplication.
|
2006-09-12 17:23:46 +00:00 |
term-dummy.c
|
Oops. Update address correctly now.
|
2007-05-08 18:41:10 +00:00 |
term-terminfo.c
|
Assume width 1 for control characters in places where a non-negative width is
|
2007-05-31 13:56:35 +00:00 |
term.c
|
Oops. Update address correctly now.
|
2007-05-08 18:41:10 +00:00 |
term.h
|
Rename IS_PRINTABLE macro to unichar_isprint and move it to utf8.h.
|
2007-05-31 13:19:05 +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
|
Oops. Update address correctly now.
|
2007-05-08 18:41:10 +00:00 |
textbuffer-reformat.c
|
Oops. Update address correctly now.
|
2007-05-08 18:41:10 +00:00 |
textbuffer-reformat.h
|
/SB REDRAW functionality - not fully working yet.
|
2001-07-15 13:13:46 +00:00 |
textbuffer-view.c
|
Assume width 1 for control characters in places where a non-negative width is
|
2007-05-31 13:56:35 +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
|
Oops. Update address correctly now.
|
2007-05-08 18:41:10 +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 |