summaryrefslogtreecommitdiff
path: root/src/fe-common/core/window-items.c
AgeCommit message (Expand)Author
2018-01-06sideways split support for Irssiailin-nemui
2014-06-26Remove unused variables to silence compiler warningsDavid Leadbeater
2014-06-15speed up window_item_find by interning name and removing call to channel_findAilin Nemui
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2009-02-28Remove unused variable.Emanuele Giaquinta
2009-02-13emit "window item moved" instead of "window item remove" and "window item new...Wouter Coekaerts
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo Sirainen
2002-05-02reversed the window->items change, it broke ^XTimo Sirainen
2002-04-30keep the window items sorted in window->items list, based on when they wereTimo Sirainen
2001-11-20/SET autocreate_split_windows - If autocreated windows should be splitTimo Sirainen
2001-11-16added assert to window_item_add().Timo Sirainen
2001-08-08Fixed 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 setTimo Sirainen
2001-07-28OK, 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_windowsTimo Sirainen
2001-07-26added destroy() function to WI_ITEM_REC. This fixes a potential crash whenTimo Sirainen
2001-05-11Don't place any window items to windows which have name. Window levelTimo Sirainen
2001-02-22Make a temporary window bind if you get kicked from channel. NeverTimo Sirainen
2001-02-10Changed window->waiting_channels ("servertag name" format) toTimo Sirainen
2001-02-10window_item_set_active(): window->active_server was set wrong if thereTimo Sirainen
2001-01-07In core/module-formats.h: IRCTXT_ -> TXT_Timo Sirainen
2001-01-06Removed window parameter from window_item_remove() andTimo Sirainen
2001-01-01MODULE_DATA(item) -> window_item_window(item) - forgot to change theseTimo Sirainen
2001-01-01window_item_create(): when there's multiple choices where the windowTimo Sirainen
2001-01-01Added/moved several "typedef struct _XXX XXX;" to common.h so thatTimo Sirainen
2000-12-02/SET autocreate_windows - should we create new windows for new windowTimo Sirainen
2000-12-02window_[add|remove]_item -> window_item_[add|remove]Timo Sirainen
2000-12-02/WINDOW ITEM GOTO <name> - sets <name> window item active in current windowTimo Sirainen
2000-11-30Bugfix for deciding which window to place new window item.Timo Sirainen
2000-11-17windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] toTimo Sirainen
2000-11-09when finding window for item, prefer empty windows that don't haveTimo Sirainen
2000-10-28Cleaned up printtext.c, split part of it to formats.cTimo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-07-16reuse_unused_windows is always ON when autoclose_windows is OFF.Timo Sirainen
2000-06-28/SET window_close_on_part -> /SET autoclose_windowsTimo Sirainen
2000-06-17Added /SET reuse_unused_windows setting, default is OFFTimo Sirainen
2000-06-12CTCP msgs/replies stops the "event privmsg" or "event notice" signals nowTimo Sirainen
2000-06-11/SET close_window_on_part - should we close the window too whenTimo Sirainen
2000-06-11Clear window's waiting_channels list if some other channel/query isTimo Sirainen
2000-06-01Leaving from some channel didn't update status bar.Timo Sirainen
2000-05-15Lots of changes again. Biggest ones:Timo Sirainen
2000-04-26..adding new files..Timo Sirainen