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
/
fe-common
/
core
/
formats.h
Age
Commit message (
Expand
)
Author
2015-12-28
keep track of address in text_dest for hilight purposes
ailin-nemui
2015-12-15
clean up after #303
ailin-nemui
2015-09-24
Applied patch from fs#275 to make /hilight -mask -line work properly
Jari Matilainen
2014-07-07
add italics support; don't use standout for reverse
Lukas Mai
2014-06-30
Finish 256 colour support for Irssi
Ailin Nemui
2014-06-30
Initial implementation of 256 colour support for Irssi
Tom Feist
2009-01-13
Remove broken and unused format to add an indent function to a line.
Emanuele Giaquinta
2008-12-02
Fix r1569, assign a proper mask to PRINT_FLAG_UNSET_LINE_START.
Emanuele Giaquinta
2002-04-26
%# now toggles monospace font on/off. fe-text doesn't care about it, but
Timo Sirainen
2002-04-21
struct naming changes
Timo Sirainen
2002-03-10
*** empty log message ***
Timo Sirainen
2002-02-04
printtext(): you can now specify server target with tag name instead of
Timo Sirainen
2001-11-25
window_get_theme() now checks that window isn't NULL, so we don't crash if
Timo Sirainen
2001-10-24
Added support for changing indentation behaviour with modules.
Timo Sirainen
2001-10-13
Configurable statusbar - see default config file (irssi.conf) for example
Timo Sirainen
2001-06-27
Fixed window specific themes
Timo Sirainen
2001-06-26
"print text finished" -> "gui print text finished". Added %[options] format
Timo Sirainen
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-12
added format_real_length()
Timo Sirainen
2001-03-03
/SET beep_when_window_active + some cleanups
Timo Sirainen
2001-03-03
Removed all beep handling from text printing. If you want to beep just
Timo Sirainen
2001-02-21
added format_get_length() for getting length of text part in a format
Timo Sirainen
2001-02-19
Highlight colors can now have background color set with fg,bg. Works
Timo Sirainen
2001-02-03
Added gui_printtext() function for printing text in printtext() format
Timo Sirainen
2001-01-21
Highlighting updates. -word renamed to -full. Added new -word option
Timo Sirainen
2001-01-09
Highlighting cleanups. Added /HILIGHT -priority option.
Timo Sirainen
2000-12-02
Print timestamps correctly with /SB REDRAW
Timo Sirainen
2000-11-21
/SCROLLBACK REDRAW - redraw the contents of current window according to
Timo Sirainen
2000-11-17
windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to
Timo Sirainen
2000-11-13
Forgot to call formats_init() / ..deinit()
Timo Sirainen
2000-11-12
Text printing changes. Formats are now optionally saved to each line so
Timo Sirainen
2000-10-28
Cleaned up printtext.c, split part of it to formats.c
Timo Sirainen