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
/
window-items.c
Age
Commit message (
Expand
)
Author
2001-08-08
Fixed leaking window binds. They were added but rarely removed.
Timo Sirainen
2001-08-08
/SET autofocus_new_items ON - if newly created window items should be set
Timo Sirainen
2001-07-28
OK, no more forcing the reuse_unused_windows. It's up to the user to set it.
Timo Sirainen
2001-07-28
/SET reuse_unused_windows is now forced ON only if /SET autocreate_windows
Timo Sirainen
2001-07-26
added destroy() function to WI_ITEM_REC. This fixes a potential crash when
Timo Sirainen
2001-05-11
Don't place any window items to windows which have name. Window level
Timo Sirainen
2001-02-22
Make a temporary window bind if you get kicked from channel. Never
Timo Sirainen
2001-02-10
Changed window->waiting_channels ("servertag name" format) to
Timo Sirainen
2001-02-10
window_item_set_active(): window->active_server was set wrong if there
Timo Sirainen
2001-01-07
In core/module-formats.h: IRCTXT_ -> TXT_
Timo Sirainen
2001-01-06
Removed window parameter from window_item_remove() and
Timo Sirainen
2001-01-01
MODULE_DATA(item) -> window_item_window(item) - forgot to change these
Timo Sirainen
2001-01-01
window_item_create(): when there's multiple choices where the window
Timo Sirainen
2001-01-01
Added/moved several "typedef struct _XXX XXX;" to common.h so that
Timo Sirainen
2000-12-02
/SET autocreate_windows - should we create new windows for new window
Timo Sirainen
2000-12-02
window_[add|remove]_item -> window_item_[add|remove]
Timo Sirainen
2000-12-02
/WINDOW ITEM GOTO <name> - sets <name> window item active in current window
Timo Sirainen
2000-11-30
Bugfix for deciding which window to place new window item.
Timo Sirainen
2000-11-17
windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to
Timo Sirainen
2000-11-09
when finding window for item, prefer empty windows that don't have
Timo Sirainen
2000-10-28
Cleaned up printtext.c, split part of it to formats.c
Timo Sirainen
2000-08-26
Lots of moving stuff around - hopefully I didn't break too much :)
Timo Sirainen
2000-07-16
reuse_unused_windows is always ON when autoclose_windows is OFF.
Timo Sirainen
2000-06-28
/SET window_close_on_part -> /SET autoclose_windows
Timo Sirainen
2000-06-17
Added /SET reuse_unused_windows setting, default is OFF
Timo Sirainen
2000-06-12
CTCP msgs/replies stops the "event privmsg" or "event notice" signals now
Timo Sirainen
2000-06-11
/SET close_window_on_part - should we close the window too when
Timo Sirainen
2000-06-11
Clear window's waiting_channels list if some other channel/query is
Timo Sirainen
2000-06-01
Leaving from some channel didn't update status bar.
Timo Sirainen
2000-05-15
Lots of changes again. Biggest ones:
Timo Sirainen
2000-04-26
..adding new files..
Timo Sirainen