summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2009-05-04Use or '\r' in bar items to force new line with horizontal fillingSebastien Helleu
2009-05-04Disable print hooks during display of backlog (in logger plugin)Sebastien Helleu
2009-05-03Fix bug with scroll in bars: do not scroll if bar is hiddenSebastien Helleu
2009-04-24Fix crash when giving empty buffer pointer to nicklist API functions (bug #26...Sebastien Helleu
2009-04-24Add filter with third argument of infolist_get for some infolists (bars, bar ...Sebastien Helleu
2009-04-24Fix typo: splited/splitted -> splitSebastien Helleu
2009-04-24Remove notify plugin (moved to core)Sebastien Helleu
2009-04-21Add new option weechat.look.jump_current_to_previous_bufferSebastien Helleu
2009-04-17Remove unused signalSebastien Helleu
2009-04-15Jump to last displayed buffer when jumping to current buffer numberSebastien Helleu
2009-04-11Use case sensitive comparison for key codes (bug #26145)Sebastien Helleu
2009-04-11Add support of many templates for completion of command arguments, rename def...Sebastien Helleu
2009-04-07Some improvements on key bindingsSebastien Helleu
2009-04-05Fix memory leak when sending modifier "input_text_content"Sebastien Helleu
2009-04-03Add new option "weechat.completion.nick_add_space" (add space after nick comp...Sebastien Helleu
2009-04-03Fix bug with nick completion (too many nick completors were added to nick if ...Sebastien Helleu
2009-04-01Fix bug with partial completionsSebastien Helleu
2009-04-01Add default template completion (by default: nick or IRC channel)Sebastien Helleu
2009-03-28Add cmake files in package built by autotoolsSebastien Helleu
2009-03-26Add new bar item "away" (now displayed by default in input bar)Sebastien Helleu
2009-03-22Force refresh of bars using a bar item when it is destroyedSebastien Helleu
2009-03-21Fix bug with window separator (possible crash)Sebastien Helleu
2009-03-21Use of brackets {} around nicklist count in default status barSebastien Helleu
2009-03-21Add new command /version, add count of /upgrade, fix bugs with command execSebastien Helleu
2009-03-21Add new modifier "input_text_content"Sebastien Helleu
2009-03-20Add signal "key_pressed"Sebastien Helleu
2009-03-20Add buffer name completion for command /filterSebastien Helleu
2009-03-19Many improvements on IRC raw bufferSebastien Helleu
2009-03-18Add "replacement" argument for string_remove_color in plugin APISebastien Helleu
2009-03-18Remove some messages during startup about scripts and plugins loadedSebastien Helleu
2009-03-16Add new signals: window_zoom, window_zoomed, window_unzoom, window_unzoomedSebastien Helleu
2009-03-15Add property in buffer to hide time for all linesSebastien Helleu
2009-03-08Fix memory leak in filename completionSebastien Helleu
2009-03-07Add new key to zoom a window (meta-z by default) (task #7470)Sebastien Helleu
2009-03-07Fix bug with text attribute in IRC messages: toggle attribute instead of alwa...Sebastien Helleu
2009-03-06Add new hook type "process": launch command with fork and catch result (rc/st...Sebastien Helleu
2009-03-05Fix scroll indicator when the only line displayed is bigger than chat windowSebastien Helleu
2009-02-28Add missing refresh when resizing terminalSebastien Helleu
2009-02-28Fix freeze/crash when sigwinch signal is received during refresh (for example...Sebastien Helleu
2009-02-27Remove old debug message when creating new windowSebastien Helleu
2009-02-27Add missing refreshs when creating/deleting barsSebastien Helleu
2009-02-26Fix "/window refresh" (key ctrl+L): force curses refresh (was broken by previ...Sebastien Helleu
2009-02-25Send buffer pointer with signal "buffer_title_changed"Sebastien Helleu
2009-02-25Fix with read marker, can not be filtered any more (bug #25590)Sebastien Helleu
2009-02-25Fix bug with terminal resize: on some systems, weechat failed to read new ter...Sebastien Helleu
2009-02-24Improved search of buffer with partial name (command "/buffer name")Sebastien Helleu
2009-02-23Test return code of some malloc/strdupSebastien Helleu
2009-02-21Add signals when local variables or buffer type are changedSebastien Helleu
2009-02-18Give file descriptor to callback of hook_fdSebastien Helleu
2009-02-17Use string instead of char for prefixes in nicklistSebastien Helleu