Age | Commit message (Expand) | Author |
2001-03-17 | %F = blinking on/off. several fixes to make blinking work better. some | Timo Sirainen |
2001-03-17 | Hilighting updates. /HILIGHT -color, /SET hilight_color and /SET | Timo Sirainen |
2001-03-17 | Added some debug messages.. | Timo Sirainen |
2001-03-15 | Text buffer: Saving pointer to char[] didn't work correctly with | Timo Sirainen |
2001-03-15 | minor cleanup | Timo Sirainen |
2001-03-15 | when some statusbar item was forced to be removed because of lack of space, | Timo Sirainen |
2001-03-15 | Beginnings of configurable statusbar. The existing items can be configured | Timo Sirainen |
2001-03-12 | %n+bg color change doesn't anymore set foreground black. changed theme's | Timo Sirainen |
2001-03-12 | Statusbar rewrites. Colors are currently not configurable at all, but other | Timo Sirainen |
2001-03-08 | /SET scroll_page_count - don't crash if /0 is given. Works now properly | Timo Sirainen |
2001-03-07 | /LASTLOG -window unknown crashed irssi | Timo Sirainen |
2001-03-04 | "command window prev" -> "command window previous" | Timo Sirainen |
2001-03-04 | /SET autostick_split_windows (default ON) - should we do /WINDOW STICK | Timo Sirainen |
2001-03-04 | More statusbar size fixes. Shouldn't corrupt entry line anymore. | Timo Sirainen |
2001-03-04 | Statusbar could have gotten to endless loop trying to grow size of some | Timo Sirainen |
2001-03-04 | /WINDOW SHOW didn't work properly | Timo Sirainen |
2001-03-03 | /SET prompt - if target had %c or something in it, it shouldn't be | Timo Sirainen |
2001-03-03 | Removed all beep handling from text printing. If you want to beep just | Timo Sirainen |
2001-03-03 | delete_next_word key implemented, patch by Tinuk | Timo Sirainen |
2001-03-03 | /LASTLOG: -case option for case-sensitive matches. -force option is now | Timo Sirainen |
2001-02-27 | /WINDOW STICKY -> /WINDOW STICK | Timo Sirainen |
2001-02-21 | Entry line works now properly with very long prompts | Timo Sirainen |
2001-02-21 | added format_get_length() for getting length of text part in a format | Timo Sirainen |
2001-02-19 | Instead of directly calling beep(), send "beep" signal which default | Timo Sirainen |
2001-02-19 | /LASTLOG syntax updated | Timo Sirainen |
2001-02-19 | Moved /LASTLOG handling to lastlog.c. Added options -file <filename> | Timo Sirainen |
2001-02-19 | /NETSPLIT prints nicks now sorted and prints @ or + before channel if | Timo Sirainen |
2001-02-19 | Highlight colors can now have background color set with fg,bg. Works | Timo Sirainen |
2001-02-19 | Moved autoconnects and command line parameter parsing from irc to core. | Timo Sirainen |
2001-02-17 | more static perl fixes | Timo Sirainen |
2001-02-17 | /LOAD module tries to load "module_core" instead. If it wasn't found, | Timo Sirainen |
2001-02-10 | theme->default_color is now used again, added default_bold_color which | Timo Sirainen |
2001-02-10 | /SAVEWINDOWS saves now split windows | Timo Sirainen |
2001-02-10 | added descriptions for left_window and right_window | Timo Sirainen |
2001-02-10 | /WINDOW STICK [ON|OFF|<ref#>] - stick window to specified main window. | Timo Sirainen |
2001-02-05 | make deinitialization between screen_refresh_freeze() and | Timo Sirainen |
2001-02-03 | Added gui_printtext() function for printing text in printtext() format | Timo Sirainen |
2001-01-31 | /SB STATUS: for debugging mostly, displays number of lines and used kBs | Timo Sirainen |
2001-01-31 | Ugly quick hack to make act: never disappear but print as much activity | Timo Sirainen |
2001-01-28 | WINDOW_REC: added width and height variables | Timo Sirainen |
2001-01-28 | /SB END: Don't do anything when already at the bottom (it was broken if | Timo Sirainen |
2001-01-18 | mainwindows_recreate() should be declared always | Timo Sirainen |
2001-01-15 | screen resizing fixes when resizeterm() isn't supported | Timo Sirainen |
2001-01-15 | no, bugfix done wrong :) reversed. | Timo Sirainen |
2001-01-15 | Compiling with --disable-curses-windows was broken | Timo Sirainen |
2001-01-15 | #undef some things term.h #defines that break irssi | Timo Sirainen |
2001-01-12 | $[.10]var truncates the var to 10 chars, but doesn't pad if var is | Timo Sirainen |
2001-01-11 | Some signed/unsigned warnings removed. Don't call fe_exec_init/deinit in win32 | Timo Sirainen |
2001-01-09 | Fixed, added comment what it does so I wouldn't forget again :) | Timo Sirainen |
2001-01-09 | Highlighting cleanups. Added /HILIGHT -priority option. | Timo Sirainen |