Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-08 | core: update copyright dates | Sebastien Helleu | |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu | |
2011-08-26 | core: remove warning at startup if locale is UTF-8 and if ncurses has no ↵ | Sebastien Helleu | |
wide-char/UTF-8 support | |||
2011-08-14 | core: allow empty short name on buffers (name is used if not set) | Sebastien Helleu | |
2011-08-06 | core: display a warning at startup if locale is UTF-8 and if ncurses has no ↵ | Sebastien Helleu | |
wide-char/UTF-8 support | |||
2011-07-30 | core: fix refresh bug when switching buffer | Sebastien Helleu | |
2011-07-29 | core: fix refresh of bars (remove duplicated refresh for bars) | Sebastien Helleu | |
2011-07-26 | core: add mouse support (task #5435), free cursor movement, hook_focus, fix ↵ | Sebastien Helleu | |
bugs with key "^" (bug #32072, bug #21381), fix bugs with bar windows, completion and /buffer New features and bugs fixed: - mouse support: new command /mouse, new option weechat.look.mouse, new key context "mouse" - free movement of cursor: new command /cursor, new key context "cursor" - new hook_focus (used by cursor and mouse) - info "cursor_mode" - bugs fixed with key "^" - allow plugin name in /buffer name - fix bugs with bar windows: do not create bar windows for hidden bars - fix completion bug when two words for completion are equal but with different case - automatic scroll direction in /bar scroll (x/y is now optional) | |||
2011-07-05 | core: add context "search" for keys (to define keys used during search in ↵ | Sebastien Helleu | |
buffer with ctrl+"r") | |||
2011-06-13 | core: add option weechat.look.eat_newline_glitch (disabled by default, can ↵ | Sebastien Helleu | |
cause display bugs) | |||
2011-06-01 | core: fix bug with new line inserted at end of each line displayed (set ↵ | Sebastien Helleu | |
eat_newline_glitch to 0 if available) | |||
2011-04-23 | core: add buffer to hotlist if away is set on buffer (even if buffer is ↵ | Sebastien Helleu | |
displayed) (task #10948), do not update hotlist during upgrade | |||
2011-04-17 | core: add automatic reset of color pairs, new option ↵ | Sebastien Helleu | |
weechat.look.color_pairs_auto_reset | |||
2011-01-31 | Dynamically allocate color pairs | Sebastien Helleu | |
This commit introduces major changes in 256 colors support: - extended colors can be used without being added with command "/color add" - background color is now allowed for nick colors (using slash separator) | |||
2011-01-01 | Update copyright dates | Sebastien Helleu | |
2011-01-01 | Add new command /color | Sebastien Helleu | |
2010-12-07 | Add color support in option weechat.look.buffer_time_format | Sebastien Helleu | |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu | |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu | |
2010-03-29 | Free some extra memory when exiting WeeChat | Sebastien Helleu | |
2010-03-20 | Refresh screen when exiting WeeChat (to display messages printed after /quit) | Sebastien Helleu | |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu | |
2010-01-03 | Update copyright dates | Sebastien Helleu | |
2009-12-16 | Add option "term" for command /debug: display infos about terminal and ↵ | Sebastien Helleu | |
available colors | |||
2009-12-13 | Add color "darkgray", add support for background with light color, fix color ↵ | Sebastien Helleu | |
"black" (bug #23882) | |||
2009-09-06 | Version 0.3.0 | Sebastien Helleu | |
2009-05-10 | Add function window_set_title in API (task #9361) | Sebastien Helleu | |
2009-03-07 | Add new key to zoom a window (meta-z by default) (task #7470) | Sebastien Helleu | |
2009-02-28 | Fix freeze/crash when sigwinch signal is received during refresh (for ↵ | Sebastien Helleu | |
example if repaint is done during terminal resize) | |||
2009-02-26 | Fix "/window refresh" (key ctrl+L): force curses refresh (was broken by ↵ | Sebastien Helleu | |
previous commit for terminal resize) | |||
2009-02-25 | Fix bug with terminal resize: on some systems, weechat failed to read new ↵ | Sebastien Helleu | |
terminal size | |||
2009-01-30 | Add one more screen refresh when size of a root bar is changed | Sebastien Helleu | |
2009-01-27 | Fix infinite loop when running WeeChat for first time: force whole screen ↵ | Sebastien Helleu | |
refresh when starting | |||
2009-01-25 | Improve refreshs of windows/buffers/bars, fix refresh bug when some bars are ↵ | Sebastien Helleu | |
hidden | |||
2009-01-04 | Fix crash when creating bar, rename options in bar structure | Sebastien Helleu | |
2009-01-03 | Update copyright dates | Sebastien Helleu | |
2008-12-13 | Add infolists for bars/bar items/bar windows, code cleanup for bars | Sebastien Helleu | |
2008-12-11 | Source code reorganization for bars and bar windows | Sebastien Helleu | |
2008-11-27 | Remove argument "switch_to_another" for function gui_buffer_close() | Sebastien Helleu | |
2008-11-05 | Add weechat_highlight signal, sent when a line with highlight is displayed | Sebastien Helleu | |
2008-11-03 | Add detection of system clock skew, reinitialize all timers when this happens | Sebastien Helleu | |
2008-10-30 | Add new features to logger plugin (command /logger, log level, level by ↵ | Sebastien Helleu | |
buffer, mask by buffer, ..), fix some bugs New features: - new command /logger - log level, to log only some messages, according to importance (task #8592) - level by buffer: custom level for some buffers (or group of buffers) - log filename mask by buffer (or group of buffers) - marker line is added after display of backlog - add "delete" callback for config file sections - add "mkdir_parents" function to plugin API - remove old log options in IRC plugin Bug fix: - marker line is set only when user switches buffer (not when a plugin force switch, like IRC plugin does when opening server or channel buffer) - backlog fixed (sometimes lines were not properly displayed) | |||
2008-10-18 | Free layout and chat buffer on exit | Sebastien Helleu | |
2008-10-12 | Remove old title/nicklist/status/input, use of new bars | Sebastien Helleu | |
2008-10-11 | Fix refresh of bars when switching active buffer | Sebastien Helleu | |
2008-10-11 | Fix refresh bugs with scroll keys (bug #21738) | Sebastien Helleu | |
2008-10-02 | Add new /layout command and save_layout_on_exit config option, to ↵ | Sebastien Helleu | |
save/restore windows and buffers order (task #5453) | |||
2008-09-30 | Fix some memory leaks | Sebastien Helleu | |
2008-09-18 | Remove "category" for buffers (keep only name). | Sebastien Helleu | |
2008-09-02 | Fix refresh bug with bars when items are empty and size is zero (auto) | Sebastien Helleu | |